From 47b546aff85e463592d012ebfa9ca11000302521 Mon Sep 17 00:00:00 2001 From: Wendell Jones Date: Tue, 20 May 2025 09:16:54 -0400 Subject: [PATCH] adding work scripts --- work/Qlik Batch Files/clean_old_logs.bat | 3 + work/audit_export/aem_client.py | 1061 + work/audit_export/audit_check.py | 177 + work/audit_export/audit_check.py.linux | 217 + work/audit_export/audit_data.log | 136 + work/audit_export/getCurrentTicks.ps1 | 1 + work/convert_to_json/convert_to_json.pl | 21 + work/endpoint_check/aem_client.py | 1061 + work/endpoint_check/email_template.html | 106 + work/endpoint_check/endpoint_check.py | 433 + work/endpoint_check/settings.ini | 6 + .../Qlik Error Check Task Importer.xml | Bin 0 -> 3852 bytes work/error_checking/error_check_template.ps1 | 8 + work/error_checking/error_template.html | 120 + work/error_checking/sf_error_check.py | 201 + .../Qlik Latency Check Task Importer.xml | Bin 0 -> 3824 bytes work/latency_check/email_template.html | 107 + work/latency_check/settings.ini | 12 + work/latency_check/sf_latency_check.py | 176 + work/recovery-ui/AB_SCHEDULEDJOB.csv | 46 + work/recovery-ui/Dockerfile | 26 + work/recovery-ui/__init__.py | 0 work/recovery-ui/config/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 121 bytes .../__pycache__/settings.cpython-310.pyc | Bin 0 -> 741 bytes work/recovery-ui/config/settings.py | 33 + work/recovery-ui/docker-compose.yml | 64 + .../recovery/__pycache__/app.cpython-310.pyc | Bin 0 -> 2512 bytes .../__pycache__/extensions.cpython-310.pyc | Bin 0 -> 525 bytes work/recovery-ui/recovery/app.py | 124 + .../recovery/blueprints/page/__init__.py | 1 + .../page/__pycache__/__init__.cpython-310.pyc | Bin 0 -> 198 bytes .../page/__pycache__/views.cpython-310.pyc | Bin 0 -> 671 bytes .../blueprints/page/templates/index.html | 58 + .../blueprints/page/templates/service.html | 183 + .../recovery/blueprints/page/views.py | 18 + .../recovery/blueprints/recover/__init__.py | 1 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 207 bytes .../recover/__pycache__/views.cpython-310.pyc | Bin 0 -> 9111 bytes .../recover/templates/recover/date.html | 94 + .../recover/templates/recover/daterange.html | 36 + .../recover/templates/recover/result.html | 78 + .../recover/templates/recover/schemas.html | 40 + .../recover/templates/recover/sfexec.html | 50 + .../recover/templates/recover/submit.html | 28 + .../recover/templates/recover/tables.html | 31 + .../recovery/blueprints/recover/views.py | 311 + work/recovery-ui/recovery/data/logs/debug.log | 141032 +++++++++++++++ work/recovery-ui/recovery/extensions.py | 12 + .../lib/__pycache__/fconfig.cpython-310.pyc | Bin 0 -> 1308 bytes .../recovery/lib/common/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 155 bytes .../__pycache__/connecter.cpython-310.pyc | Bin 0 -> 2814 bytes .../recovery/lib/common/connecter.py | 98 + .../recovery-ui/recovery/lib/config/Reader.py | 111 + .../recovery/lib/config/__init__.py | 0 .../config/__pycache__/Reader.cpython-310.pyc | Bin 0 -> 3032 bytes .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 155 bytes .../recovery/lib/config/devconfig.sqlite3 | Bin 0 -> 23552 bytes .../recovery/lib/config/prodconfig.sqlite3 | Bin 0 -> 22528 bytes .../recovery/lib/config/sampleconfig.sqlite3 | Bin 0 -> 22528 bytes .../lib/config/sampleconfig.sqlite3.sql | 0 .../recovery/lib/config/sync_settings.ini | 119 + work/recovery-ui/recovery/lib/fconfig.py | 29 + .../2029240f6d1128be89ddc32729463129 | Bin 0 -> 9 bytes .../5237bc358f133728241b9c024812d8ab | Bin 0 -> 75 bytes .../54384597304d57212682913bab3f2d73 | Bin 0 -> 575 bytes .../92a19d3820cf9f946749504f472d1457 | Bin 0 -> 539 bytes .../recovery/lib/function/Outputter.py | 40 + .../recovery/lib/function/Reader.py | 13 + .../recovery/lib/function/Writer.py | 185 + .../recovery/lib/function/__init__.py | 0 .../__pycache__/Outputter.cpython-310.pyc | Bin 0 -> 1772 bytes .../__pycache__/Writer.cpython-310.pyc | Bin 0 -> 5008 bytes .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 157 bytes .../__pycache__/pgfunctions.cpython-310.pyc | Bin 0 -> 4571 bytes .../recovery/lib/function/models.py | 96 + .../recovery/lib/function/pgfunctions.py | 190 + .../recovery-ui/recovery/lib/logger/Logger.py | 109 + .../recovery/lib/overrides/Overrider.py | 91 + .../recovery/lib/overrides/__init__.py | 0 .../__pycache__/Overrider.cpython-310.pyc | Bin 0 -> 3093 bytes .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 158 bytes .../recovery/lib/settings/sync_settings.ini | 121 + .../recovery/lib/sfconnect/Connecter.py | 62 + .../recovery/lib/sfconnect/__init__.py | 0 work/recovery-ui/recovery/lib/sql/Queries.py | 89 + work/recovery-ui/recovery/lib/sql/__init__.py | 0 .../sql/__pycache__/Queries.cpython-310.pyc | Bin 0 -> 2709 bytes .../sql/__pycache__/__init__.cpython-310.pyc | Bin 0 -> 152 bytes .../recovery/lib/sql/populate_tables.sql | 132 + work/recovery-ui/recovery/manage.py | 28 + .../recovery/static/fonts/FontAwesome.otf | Bin 0 -> 109688 bytes .../static/fonts/fontawesome-webfont.eot | Bin 0 -> 70807 bytes .../static/fonts/fontawesome-webfont.svg | 655 + .../static/fonts/fontawesome-webfont.ttf | Bin 0 -> 142072 bytes .../static/fonts/fontawesome-webfont.woff | Bin 0 -> 83588 bytes .../static/fonts/fontawesome-webfont.woff2 | Bin 0 -> 66624 bytes .../recovery/static/images/about.jpg | Bin 0 -> 42799 bytes .../recovery/static/images/blog-1.jpg | Bin 0 -> 65861 bytes .../recovery/static/images/blog-2.jpg | Bin 0 -> 72836 bytes .../recovery/static/images/carousel-1.jpg | Bin 0 -> 55780 bytes .../recovery/static/images/carousel-2.jpg | Bin 0 -> 41639 bytes .../recovery/static/images/carousel-3.jpg | Bin 0 -> 52348 bytes .../creative-agency-website-template.jpg | Bin 0 -> 85586 bytes .../recovery/static/images/header.jpg | Bin 0 -> 105646 bytes .../static/images/snake-eyes-large.jpg | Bin 0 -> 20890 bytes .../recovery/static/images/snake-eyes.jpg | Bin 0 -> 9237 bytes .../recovery/static/images/team-1.jpg | Bin 0 -> 40712 bytes .../recovery/static/images/team-2.jpg | Bin 0 -> 33757 bytes .../recovery/static/images/team-3.jpg | Bin 0 -> 37640 bytes .../recovery/static/images/team-4.jpg | Bin 0 -> 30558 bytes .../recovery/static/images/testimonial-1.jpg | Bin 0 -> 4049 bytes .../recovery/static/images/testimonial-2.jpg | Bin 0 -> 2234 bytes .../recovery/static/images/testimonial-3.jpg | Bin 0 -> 3359 bytes .../recovery/static/images/testimonial-4.jpg | Bin 0 -> 5228 bytes .../recovery/static/images/testimonial-5.jpg | Bin 0 -> 4407 bytes .../recovery/static/images/user.jpg | Bin 0 -> 3511 bytes .../recovery/static/scripts/js/main.js | 89 + .../scripts/lib/counterup/counterup.min.js | 11 + .../static/scripts/lib/easing/easing.js | 168 + .../static/scripts/lib/easing/easing.min.js | 1 + .../static/scripts/lib/owlcarousel/LICENSE | 23 + .../lib/owlcarousel/assets/ajax-loader.gif | Bin 0 -> 3208 bytes .../lib/owlcarousel/assets/owl.carousel.css | 170 + .../owlcarousel/assets/owl.carousel.min.css | 6 + .../owlcarousel/assets/owl.theme.default.css | 49 + .../assets/owl.theme.default.min.css | 6 + .../owlcarousel/assets/owl.theme.green.css | 49 + .../assets/owl.theme.green.min.css | 6 + .../lib/owlcarousel/assets/owl.video.play.png | Bin 0 -> 4976 bytes .../scripts/lib/owlcarousel/owl.carousel.js | 3275 + .../lib/owlcarousel/owl.carousel.min.js | 7 + .../static/scripts/lib/waypoints/links.php | 5 + .../scripts/lib/waypoints/waypoints.min.js | 7 + .../recovery/static/scripts/mail/contact.js | 65 + .../recovery/static/scripts/mail/contact.php | 20 + .../scripts/mail/jqBootstrapValidation.min.js | 1 + .../static/scripts/vendor/bootstrap.min.js | 12 + .../static/scss/bootstrap/scss/_alert.scss | 52 + .../static/scss/bootstrap/scss/_badge.scss | 54 + .../scss/bootstrap/scss/_breadcrumb.scss | 44 + .../scss/bootstrap/scss/_button-group.scss | 163 + .../static/scss/bootstrap/scss/_buttons.scss | 142 + .../static/scss/bootstrap/scss/_card.scss | 286 + .../static/scss/bootstrap/scss/_carousel.scss | 197 + .../static/scss/bootstrap/scss/_close.scss | 40 + .../static/scss/bootstrap/scss/_code.scss | 48 + .../scss/bootstrap/scss/_custom-forms.scss | 524 + .../static/scss/bootstrap/scss/_dropdown.scss | 192 + .../static/scss/bootstrap/scss/_forms.scss | 347 + .../scss/bootstrap/scss/_functions.scss | 144 + .../static/scss/bootstrap/scss/_grid.scss | 73 + .../static/scss/bootstrap/scss/_images.scss | 42 + .../scss/bootstrap/scss/_input-group.scss | 192 + .../scss/bootstrap/scss/_jumbotron.scss | 17 + .../scss/bootstrap/scss/_list-group.scss | 154 + .../static/scss/bootstrap/scss/_media.scss | 8 + .../static/scss/bootstrap/scss/_mixins.scss | 47 + .../static/scss/bootstrap/scss/_modal.scss | 240 + .../static/scss/bootstrap/scss/_nav.scss | 123 + .../static/scss/bootstrap/scss/_navbar.scss | 324 + .../scss/bootstrap/scss/_pagination.scss | 74 + .../static/scss/bootstrap/scss/_popover.scss | 170 + .../static/scss/bootstrap/scss/_print.scss | 141 + .../static/scss/bootstrap/scss/_progress.scss | 47 + .../static/scss/bootstrap/scss/_reboot.scss | 484 + .../static/scss/bootstrap/scss/_root.scss | 20 + .../static/scss/bootstrap/scss/_spinners.scss | 56 + .../static/scss/bootstrap/scss/_tables.scss | 185 + .../static/scss/bootstrap/scss/_toasts.scss | 46 + .../static/scss/bootstrap/scss/_tooltip.scss | 115 + .../scss/bootstrap/scss/_transitions.scss | 20 + .../static/scss/bootstrap/scss/_type.scss | 125 + .../scss/bootstrap/scss/_utilities.scss | 18 + .../scss/bootstrap/scss/_variables.scss | 1142 + .../scss/bootstrap/scss/bootstrap-grid.scss | 29 + .../scss/bootstrap/scss/bootstrap-reboot.scss | 12 + .../static/scss/bootstrap/scss/bootstrap.scss | 44 + .../scss/bootstrap/scss/mixins/_alert.scss | 13 + .../scss/mixins/_background-variant.scss | 23 + .../scss/bootstrap/scss/mixins/_badge.scss | 17 + .../bootstrap/scss/mixins/_border-radius.scss | 76 + .../bootstrap/scss/mixins/_box-shadow.scss | 20 + .../bootstrap/scss/mixins/_breakpoints.scss | 123 + .../scss/bootstrap/scss/mixins/_buttons.scss | 110 + .../scss/bootstrap/scss/mixins/_caret.scss | 62 + .../scss/bootstrap/scss/mixins/_clearfix.scss | 7 + .../bootstrap/scss/mixins/_deprecate.scss | 10 + .../scss/bootstrap/scss/mixins/_float.scss | 14 + .../scss/bootstrap/scss/mixins/_forms.scss | 178 + .../bootstrap/scss/mixins/_gradients.scss | 45 + .../scss/mixins/_grid-framework.scss | 80 + .../scss/bootstrap/scss/mixins/_grid.scss | 69 + .../scss/bootstrap/scss/mixins/_hover.scss | 37 + .../scss/bootstrap/scss/mixins/_image.scss | 36 + .../bootstrap/scss/mixins/_list-group.scss | 21 + .../scss/bootstrap/scss/mixins/_lists.scss | 7 + .../bootstrap/scss/mixins/_nav-divider.scss | 11 + .../bootstrap/scss/mixins/_pagination.scss | 22 + .../bootstrap/scss/mixins/_reset-text.scss | 17 + .../scss/bootstrap/scss/mixins/_resize.scss | 6 + .../bootstrap/scss/mixins/_screen-reader.scss | 34 + .../scss/bootstrap/scss/mixins/_size.scss | 7 + .../bootstrap/scss/mixins/_table-row.scss | 39 + .../bootstrap/scss/mixins/_text-emphasis.scss | 17 + .../bootstrap/scss/mixins/_text-hide.scss | 11 + .../bootstrap/scss/mixins/_text-truncate.scss | 8 + .../bootstrap/scss/mixins/_transition.scss | 26 + .../bootstrap/scss/mixins/_visibility.scss | 8 + .../scss/bootstrap/scss/utilities/_align.scss | 8 + .../bootstrap/scss/utilities/_background.scss | 19 + .../bootstrap/scss/utilities/_borders.scss | 75 + .../bootstrap/scss/utilities/_clearfix.scss | 3 + .../bootstrap/scss/utilities/_display.scss | 26 + .../scss/bootstrap/scss/utilities/_embed.scss | 39 + .../scss/bootstrap/scss/utilities/_flex.scss | 51 + .../scss/bootstrap/scss/utilities/_float.scss | 11 + .../scss/utilities/_interactions.scss | 5 + .../bootstrap/scss/utilities/_overflow.scss | 5 + .../bootstrap/scss/utilities/_position.scss | 32 + .../scss/utilities/_screenreaders.scss | 11 + .../bootstrap/scss/utilities/_shadows.scss | 6 + .../bootstrap/scss/utilities/_sizing.scss | 20 + .../bootstrap/scss/utilities/_spacing.scss | 73 + .../scss/utilities/_stretched-link.scss | 19 + .../scss/bootstrap/scss/utilities/_text.scss | 72 + .../bootstrap/scss/utilities/_visibility.scss | 13 + .../scss/bootstrap/scss/vendor/_rfs.scss | 204 + .../recovery/static/scss/style.scss | 251 + .../recovery/static/styles/main.css | 70 + .../recovery/static/styles/style.css | 10899 ++ .../recovery/static/styles/style.min.css | 6 + .../static/styles/vendor/bootstrap.min.css | 14 + .../static/styles/vendor/font-awesome.min.css | 4 + .../recovery/templates/layouts/base.html | 66 + work/recovery-ui/redis/conf/redis.conf | 2277 + work/recovery-ui/requirements.txt | 78 + work/recovery-ui/setup.py | 15 + work/recovery-ui/transfer.py | 0 .../__pycache__/aem_client.cpython-310.pyc | Bin 0 -> 35556 bytes work/settings_reader/aem_client.py | 1061 + .../exports/qlik_settings.xlsx | Bin 0 -> 235743 bytes work/settings_reader/global_settings.csv | 463 + work/settings_reader/settings_export.py | 947 + work/size_check/filtered_results.csv | 35644 ++++ work/size_check/results.csv | 120347 ++++++++++++ work/size_check/settings.ini | 55 + work/size_check/sf_size_check.py | 89 + work/size_check/temp.csv | 14553 ++ work/suspended_check/check_suspended.py | 162 + work/suspended_check/config/Reader.py | 53 + work/suspended_check/config/__init__.py | 0 work/suspended_check/email_template.html | 116 + .../settings/sync_settings.ini | 76 + work/suspended_check/sfconnect/Connecter.py | 53 + work/suspended_check/sfconnect/__init__.py | 0 work/suspended_check/sql/Queries.py | 85 + work/suspended_check/sql/__init__.py | 0 .../__pycache__/aem_client.cpython-311.pyc | Bin 0 -> 69489 bytes work/task_exporter/aem_client.py | 1061 + work/task_exporter/global_settings.csv | 463 + work/task_exporter/task_export.py | 339 + 263 files changed, 349524 insertions(+) create mode 100644 work/Qlik Batch Files/clean_old_logs.bat create mode 100644 work/audit_export/aem_client.py create mode 100644 work/audit_export/audit_check.py create mode 100644 work/audit_export/audit_check.py.linux create mode 100644 work/audit_export/audit_data.log create mode 100644 work/audit_export/getCurrentTicks.ps1 create mode 100644 work/convert_to_json/convert_to_json.pl create mode 100644 work/endpoint_check/aem_client.py create mode 100644 work/endpoint_check/email_template.html create mode 100644 work/endpoint_check/endpoint_check.py create mode 100644 work/endpoint_check/settings.ini create mode 100644 work/error_checking/Qlik Error Check Task Importer.xml create mode 100644 work/error_checking/error_check_template.ps1 create mode 100644 work/error_checking/error_template.html create mode 100644 work/error_checking/sf_error_check.py create mode 100644 work/latency_check/Qlik Latency Check Task Importer.xml create mode 100644 work/latency_check/email_template.html create mode 100644 work/latency_check/settings.ini create mode 100644 work/latency_check/sf_latency_check.py create mode 100644 work/recovery-ui/AB_SCHEDULEDJOB.csv create mode 100644 work/recovery-ui/Dockerfile create mode 100644 work/recovery-ui/__init__.py create mode 100644 work/recovery-ui/config/__init__.py create mode 100644 work/recovery-ui/config/__pycache__/__init__.cpython-310.pyc create mode 100644 work/recovery-ui/config/__pycache__/settings.cpython-310.pyc create mode 100644 work/recovery-ui/config/settings.py create mode 100644 work/recovery-ui/docker-compose.yml create mode 100644 work/recovery-ui/recovery/__pycache__/app.cpython-310.pyc create mode 100644 work/recovery-ui/recovery/__pycache__/extensions.cpython-310.pyc create mode 100644 work/recovery-ui/recovery/app.py create mode 100644 work/recovery-ui/recovery/blueprints/page/__init__.py create mode 100644 work/recovery-ui/recovery/blueprints/page/__pycache__/__init__.cpython-310.pyc create mode 100644 work/recovery-ui/recovery/blueprints/page/__pycache__/views.cpython-310.pyc create mode 100644 work/recovery-ui/recovery/blueprints/page/templates/index.html create mode 100644 work/recovery-ui/recovery/blueprints/page/templates/service.html create mode 100644 work/recovery-ui/recovery/blueprints/page/views.py create mode 100644 work/recovery-ui/recovery/blueprints/recover/__init__.py create mode 100644 work/recovery-ui/recovery/blueprints/recover/__pycache__/__init__.cpython-310.pyc create mode 100644 work/recovery-ui/recovery/blueprints/recover/__pycache__/views.cpython-310.pyc create mode 100644 work/recovery-ui/recovery/blueprints/recover/templates/recover/date.html create mode 100644 work/recovery-ui/recovery/blueprints/recover/templates/recover/daterange.html create mode 100644 work/recovery-ui/recovery/blueprints/recover/templates/recover/result.html create mode 100644 work/recovery-ui/recovery/blueprints/recover/templates/recover/schemas.html create mode 100644 work/recovery-ui/recovery/blueprints/recover/templates/recover/sfexec.html create mode 100644 work/recovery-ui/recovery/blueprints/recover/templates/recover/submit.html create mode 100644 work/recovery-ui/recovery/blueprints/recover/templates/recover/tables.html create mode 100644 work/recovery-ui/recovery/blueprints/recover/views.py create mode 100644 work/recovery-ui/recovery/data/logs/debug.log create mode 100644 work/recovery-ui/recovery/extensions.py create mode 100644 work/recovery-ui/recovery/lib/__pycache__/fconfig.cpython-310.pyc create mode 100644 work/recovery-ui/recovery/lib/common/__init__.py create mode 100644 work/recovery-ui/recovery/lib/common/__pycache__/__init__.cpython-310.pyc create mode 100644 work/recovery-ui/recovery/lib/common/__pycache__/connecter.cpython-310.pyc create mode 100644 work/recovery-ui/recovery/lib/common/connecter.py create mode 100644 work/recovery-ui/recovery/lib/config/Reader.py create mode 100644 work/recovery-ui/recovery/lib/config/__init__.py create mode 100644 work/recovery-ui/recovery/lib/config/__pycache__/Reader.cpython-310.pyc create mode 100644 work/recovery-ui/recovery/lib/config/__pycache__/__init__.cpython-310.pyc create mode 100644 work/recovery-ui/recovery/lib/config/devconfig.sqlite3 create mode 100644 work/recovery-ui/recovery/lib/config/prodconfig.sqlite3 create mode 100644 work/recovery-ui/recovery/lib/config/sampleconfig.sqlite3 create mode 100644 work/recovery-ui/recovery/lib/config/sampleconfig.sqlite3.sql create mode 100644 work/recovery-ui/recovery/lib/config/sync_settings.ini create mode 100644 work/recovery-ui/recovery/lib/fconfig.py create mode 100644 work/recovery-ui/recovery/lib/flask_session/2029240f6d1128be89ddc32729463129 create mode 100644 work/recovery-ui/recovery/lib/flask_session/5237bc358f133728241b9c024812d8ab create mode 100644 work/recovery-ui/recovery/lib/flask_session/54384597304d57212682913bab3f2d73 create mode 100644 work/recovery-ui/recovery/lib/flask_session/92a19d3820cf9f946749504f472d1457 create mode 100644 work/recovery-ui/recovery/lib/function/Outputter.py create mode 100644 work/recovery-ui/recovery/lib/function/Reader.py create mode 100644 work/recovery-ui/recovery/lib/function/Writer.py create mode 100644 work/recovery-ui/recovery/lib/function/__init__.py create mode 100644 work/recovery-ui/recovery/lib/function/__pycache__/Outputter.cpython-310.pyc create mode 100644 work/recovery-ui/recovery/lib/function/__pycache__/Writer.cpython-310.pyc create mode 100644 work/recovery-ui/recovery/lib/function/__pycache__/__init__.cpython-310.pyc create mode 100644 work/recovery-ui/recovery/lib/function/__pycache__/pgfunctions.cpython-310.pyc create mode 100644 work/recovery-ui/recovery/lib/function/models.py create mode 100644 work/recovery-ui/recovery/lib/function/pgfunctions.py create mode 100644 work/recovery-ui/recovery/lib/logger/Logger.py create mode 100644 work/recovery-ui/recovery/lib/overrides/Overrider.py create mode 100644 work/recovery-ui/recovery/lib/overrides/__init__.py create mode 100644 work/recovery-ui/recovery/lib/overrides/__pycache__/Overrider.cpython-310.pyc create mode 100644 work/recovery-ui/recovery/lib/overrides/__pycache__/__init__.cpython-310.pyc create mode 100644 work/recovery-ui/recovery/lib/settings/sync_settings.ini create mode 100644 work/recovery-ui/recovery/lib/sfconnect/Connecter.py create mode 100644 work/recovery-ui/recovery/lib/sfconnect/__init__.py create mode 100644 work/recovery-ui/recovery/lib/sql/Queries.py create mode 100644 work/recovery-ui/recovery/lib/sql/__init__.py create mode 100644 work/recovery-ui/recovery/lib/sql/__pycache__/Queries.cpython-310.pyc create mode 100644 work/recovery-ui/recovery/lib/sql/__pycache__/__init__.cpython-310.pyc create mode 100644 work/recovery-ui/recovery/lib/sql/populate_tables.sql create mode 100644 work/recovery-ui/recovery/manage.py create mode 100644 work/recovery-ui/recovery/static/fonts/FontAwesome.otf create mode 100644 work/recovery-ui/recovery/static/fonts/fontawesome-webfont.eot create mode 100644 work/recovery-ui/recovery/static/fonts/fontawesome-webfont.svg create mode 100644 work/recovery-ui/recovery/static/fonts/fontawesome-webfont.ttf create mode 100644 work/recovery-ui/recovery/static/fonts/fontawesome-webfont.woff create mode 100644 work/recovery-ui/recovery/static/fonts/fontawesome-webfont.woff2 create mode 100644 work/recovery-ui/recovery/static/images/about.jpg create mode 100644 work/recovery-ui/recovery/static/images/blog-1.jpg create mode 100644 work/recovery-ui/recovery/static/images/blog-2.jpg create mode 100644 work/recovery-ui/recovery/static/images/carousel-1.jpg create mode 100644 work/recovery-ui/recovery/static/images/carousel-2.jpg create mode 100644 work/recovery-ui/recovery/static/images/carousel-3.jpg create mode 100644 work/recovery-ui/recovery/static/images/creative-agency-website-template.jpg create mode 100644 work/recovery-ui/recovery/static/images/header.jpg create mode 100644 work/recovery-ui/recovery/static/images/snake-eyes-large.jpg create mode 100644 work/recovery-ui/recovery/static/images/snake-eyes.jpg create mode 100644 work/recovery-ui/recovery/static/images/team-1.jpg create mode 100644 work/recovery-ui/recovery/static/images/team-2.jpg create mode 100644 work/recovery-ui/recovery/static/images/team-3.jpg create mode 100644 work/recovery-ui/recovery/static/images/team-4.jpg create mode 100644 work/recovery-ui/recovery/static/images/testimonial-1.jpg create mode 100644 work/recovery-ui/recovery/static/images/testimonial-2.jpg create mode 100644 work/recovery-ui/recovery/static/images/testimonial-3.jpg create mode 100644 work/recovery-ui/recovery/static/images/testimonial-4.jpg create mode 100644 work/recovery-ui/recovery/static/images/testimonial-5.jpg create mode 100644 work/recovery-ui/recovery/static/images/user.jpg create mode 100644 work/recovery-ui/recovery/static/scripts/js/main.js create mode 100644 work/recovery-ui/recovery/static/scripts/lib/counterup/counterup.min.js create mode 100644 work/recovery-ui/recovery/static/scripts/lib/easing/easing.js create mode 100644 work/recovery-ui/recovery/static/scripts/lib/easing/easing.min.js create mode 100644 work/recovery-ui/recovery/static/scripts/lib/owlcarousel/LICENSE create mode 100644 work/recovery-ui/recovery/static/scripts/lib/owlcarousel/assets/ajax-loader.gif create mode 100644 work/recovery-ui/recovery/static/scripts/lib/owlcarousel/assets/owl.carousel.css create mode 100644 work/recovery-ui/recovery/static/scripts/lib/owlcarousel/assets/owl.carousel.min.css create mode 100644 work/recovery-ui/recovery/static/scripts/lib/owlcarousel/assets/owl.theme.default.css create mode 100644 work/recovery-ui/recovery/static/scripts/lib/owlcarousel/assets/owl.theme.default.min.css create mode 100644 work/recovery-ui/recovery/static/scripts/lib/owlcarousel/assets/owl.theme.green.css create mode 100644 work/recovery-ui/recovery/static/scripts/lib/owlcarousel/assets/owl.theme.green.min.css create mode 100644 work/recovery-ui/recovery/static/scripts/lib/owlcarousel/assets/owl.video.play.png create mode 100644 work/recovery-ui/recovery/static/scripts/lib/owlcarousel/owl.carousel.js create mode 100644 work/recovery-ui/recovery/static/scripts/lib/owlcarousel/owl.carousel.min.js create mode 100644 work/recovery-ui/recovery/static/scripts/lib/waypoints/links.php create mode 100644 work/recovery-ui/recovery/static/scripts/lib/waypoints/waypoints.min.js create mode 100644 work/recovery-ui/recovery/static/scripts/mail/contact.js create mode 100644 work/recovery-ui/recovery/static/scripts/mail/contact.php create mode 100644 work/recovery-ui/recovery/static/scripts/mail/jqBootstrapValidation.min.js create mode 100644 work/recovery-ui/recovery/static/scripts/vendor/bootstrap.min.js create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/_alert.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/_badge.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/_breadcrumb.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/_button-group.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/_buttons.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/_card.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/_carousel.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/_close.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/_code.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/_custom-forms.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/_dropdown.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/_forms.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/_functions.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/_grid.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/_images.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/_input-group.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/_jumbotron.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/_list-group.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/_media.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/_mixins.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/_modal.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/_nav.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/_navbar.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/_pagination.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/_popover.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/_print.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/_progress.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/_reboot.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/_root.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/_spinners.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/_tables.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/_toasts.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/_tooltip.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/_transitions.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/_type.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/_utilities.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/_variables.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/bootstrap-grid.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/bootstrap-reboot.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/bootstrap.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/mixins/_alert.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/mixins/_background-variant.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/mixins/_badge.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/mixins/_border-radius.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/mixins/_box-shadow.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/mixins/_breakpoints.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/mixins/_buttons.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/mixins/_caret.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/mixins/_clearfix.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/mixins/_deprecate.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/mixins/_float.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/mixins/_forms.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/mixins/_gradients.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/mixins/_grid-framework.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/mixins/_grid.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/mixins/_hover.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/mixins/_image.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/mixins/_list-group.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/mixins/_lists.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/mixins/_nav-divider.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/mixins/_pagination.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/mixins/_reset-text.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/mixins/_resize.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/mixins/_screen-reader.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/mixins/_size.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/mixins/_table-row.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/mixins/_text-emphasis.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/mixins/_text-hide.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/mixins/_text-truncate.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/mixins/_transition.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/mixins/_visibility.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/utilities/_align.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/utilities/_background.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/utilities/_borders.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/utilities/_clearfix.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/utilities/_display.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/utilities/_embed.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/utilities/_flex.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/utilities/_float.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/utilities/_interactions.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/utilities/_overflow.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/utilities/_position.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/utilities/_screenreaders.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/utilities/_shadows.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/utilities/_sizing.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/utilities/_spacing.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/utilities/_stretched-link.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/utilities/_text.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/utilities/_visibility.scss create mode 100644 work/recovery-ui/recovery/static/scss/bootstrap/scss/vendor/_rfs.scss create mode 100644 work/recovery-ui/recovery/static/scss/style.scss create mode 100644 work/recovery-ui/recovery/static/styles/main.css create mode 100644 work/recovery-ui/recovery/static/styles/style.css create mode 100644 work/recovery-ui/recovery/static/styles/style.min.css create mode 100644 work/recovery-ui/recovery/static/styles/vendor/bootstrap.min.css create mode 100644 work/recovery-ui/recovery/static/styles/vendor/font-awesome.min.css create mode 100644 work/recovery-ui/recovery/templates/layouts/base.html create mode 100644 work/recovery-ui/redis/conf/redis.conf create mode 100644 work/recovery-ui/requirements.txt create mode 100644 work/recovery-ui/setup.py create mode 100644 work/recovery-ui/transfer.py create mode 100644 work/settings_reader/__pycache__/aem_client.cpython-310.pyc create mode 100644 work/settings_reader/aem_client.py create mode 100644 work/settings_reader/exports/qlik_settings.xlsx create mode 100644 work/settings_reader/global_settings.csv create mode 100644 work/settings_reader/settings_export.py create mode 100644 work/size_check/filtered_results.csv create mode 100644 work/size_check/results.csv create mode 100644 work/size_check/settings.ini create mode 100644 work/size_check/sf_size_check.py create mode 100644 work/size_check/temp.csv create mode 100644 work/suspended_check/check_suspended.py create mode 100644 work/suspended_check/config/Reader.py create mode 100644 work/suspended_check/config/__init__.py create mode 100644 work/suspended_check/email_template.html create mode 100644 work/suspended_check/settings/sync_settings.ini create mode 100644 work/suspended_check/sfconnect/Connecter.py create mode 100644 work/suspended_check/sfconnect/__init__.py create mode 100644 work/suspended_check/sql/Queries.py create mode 100644 work/suspended_check/sql/__init__.py create mode 100644 work/task_exporter/__pycache__/aem_client.cpython-311.pyc create mode 100644 work/task_exporter/aem_client.py create mode 100644 work/task_exporter/global_settings.csv create mode 100644 work/task_exporter/task_export.py diff --git a/work/Qlik Batch Files/clean_old_logs.bat b/work/Qlik Batch Files/clean_old_logs.bat new file mode 100644 index 0000000..704590b --- /dev/null +++ b/work/Qlik Batch Files/clean_old_logs.bat @@ -0,0 +1,3 @@ +rem Run this script to delete all the old log files in this directory + +forfiles /s /m *.* /D -60 /C "cmd /c del @path" diff --git a/work/audit_export/aem_client.py b/work/audit_export/aem_client.py new file mode 100644 index 0000000..9190b5a --- /dev/null +++ b/work/audit_export/aem_client.py @@ -0,0 +1,1061 @@ +""" + Copyright 2018 Attunity + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +""" + +# coding: utf-8 +import os, sys, ssl, base64 +from collections import OrderedDict +import json + +use_python_env_3X = sys.version_info > (3,) +if use_python_env_3X: + from urllib.parse import quote + from urllib.request import Request, urlopen + from urllib.error import HTTPError, URLError + base_string_type = str +else: + from urllib2 import Request, urlopen, HTTPError, URLError, quote + base_string_type = basestring + +HEADERS_CONTENT_TYPE = 'Content-Type' +HEADERS_CONTENT_LENGTH = 'Content-Length' + +# import Enum # if 3.4 its supported in python, else use: pip install enum34 +from enum import Enum + + +#region models + +#Enums +class AemTaskStopReason(Enum): + NONE = 0 + NORMAL = 1 + RECOVERABLE_ERROR = 2 + FATAL_ERROR = 3 + FULL_LOAD_ONLY_FINISHED = 4 + STOPPED_AFTER_FULL_LOAD = 5 + STOPPED_AFTER_CACHED_EVENTS = 6 + EXPRESS_LICENSE_LIMITS_REACHED = 7 + STOPPED_AFTER_DDL_APPLY = 8 + STOPPED_LOW_MEMORY = 9 + STOPPED_LOW_DISK_SPACE = 10 + +class AemEndpointState(Enum): + UNKNOWN = 0 + CONNECTED = 1 + ERROR = 2 + +class EndpointRole(Enum): + ALL = 0 + SOURCE = 1 + TARGET = 2 + BOTH = 3 + +class AemLicenseState(Enum): + VALID_LICENSE = 0 + INVALID_LICENSE_CHECKSUM = 1 + EXPIRED_LICENSE = 2 + NO_LICENSE = 3 + MACHINE_NOT_LICENSED = 4 + INVALID_LICENSE = 5 + +class AemServerState(Enum): + NOT_MONITORED = 0 + MONITORED = 1 + ERROR = 2 + +class AemTableState(Enum): + TABLE_QUEUED = 0 + TABLE_LOADING = 1 + TABLE_COMPLETED = 2 + TABLE_CHANGE_PROCESSING = 3 + TABLE_ERROR = 4 + +class AemRunTaskOptions(Enum): + RESUME_PROCESSING = 1 + RELOAD_TARGET = 2 + RESUME_PROCESSING_FROM_TIMESTAMP = 3 + METADATA_ONLY_RECREATE_ALL_TABLES = 4 + METADATA_ONLY_CREATE_MISSING_TABLES = 5 + RECOVER_USING_LOCALLY_STORED_CHECKPOINT = 6 + RECOVER_USING_CHECKPOINT_STORED_ON_TARGET = 7 + +class AemTaskState(Enum): + NOT_EXIST = 0 + RUNNING = 1 + ERROR = 2 + STOPPED = 3 + PAUSED = 4 + RECOVERY = 5 + STARTING = 6 + STOPPING = 7 + +class AemPlatform(Enum): + UNKNOWN = 0 + WINDOWS = 1 + LINUX = 2 + +class ServerType(Enum): + REPLICATE = 1 + COMPOSE_FDL = 3 + COMPOSE = 4 + COMPOSE_FDW = 5 + +#Base classes +class AemServer(object): + def __init__(self, j = None): + if not j: + self.name = None + self.description = None + self.host = None + self.port = None + self.username = None + self.password = None + self.monitored = True + self.verify_server_certificate = False + self.type = ServerType.REPLICATE + else: + self.__dict__ = AttUtil.attobject_from_json(j) + self.type = ServerType[self.type] + +#class AemComposeTaskInfoDetailed(AemTaskInfoDetailedBase): +# def __init__(self, j = None): +# AemTaskInfoDetailedBase.__init__(self, j) + +class AemServerInfo(object): + def __init__(self, j = None): + if not j: + self.name = None + self.description = None + self.host = None + self.port = None + self.state = AemServerState.NOT_MONITORED + self.message = None + self.platform = AemPlatform.UNKNOWN + self.version = None + self.last_connection = None + self.type = ServerType.REPLICATE + else: + self.__dict__ = AttUtil.attobject_from_json(j) + self.state = AemServerState[self.state] + self.platform = AemPlatform[self.platform] + self.type = ServerType[self.type] + +class AemTaskInfoDetailedBase(object): + def __init__(self, j = None): + if not j: + self.name = None + self.state = AemTaskState.NOT_EXIST + self.description = None + self.source_endpoint = None + self.target_endpoint = None + self.assigned_tags = [] + self.message = None + self.profile = None + else: + self.__dict__ = AttUtil.attobject_from_json(j) + self.state = AemTaskState[self.state] + self.source_endpoint = TaskEndpoint(self.source_endpoint) + self.target_endpoint = TaskEndpoint(self.target_endpoint) + +class AemComposeTaskInfoDetailed(AemTaskInfoDetailedBase): + def __init__(self, j = None): + AemTaskInfoDetailedBase.__init__(self, j) + +class AemServerDetails(object): + def __init__(self, j = None): + if not j: + self.name = None + self.description = None + self.configuration = None + self.state = AemServerState.NOT_MONITORED + self.message = None + self.version = None + self.license = None + self.last_connection = None + self.task_summary = None + self.resource_utilization = None + self.type = ServerType.REPLICATE + else: + self.__dict__ = AttUtil.attobject_from_json(j) + self.configuration = Configuration(self.configuration) + self.state = AemServerState[self.state] + self.license = ApiLicense(self.license) + self.task_summary = AemTasksSummary(self.task_summary) + self.resource_utilization = AemServerUtilization(self.resource_utilization) + self.type = ServerType[self.type] + +#child classes +class AemTaskInfoDetailed(AemTaskInfoDetailedBase): + def __init__(self, j = None): + AemTaskInfoDetailedBase.__init__(self, j) + +class ReplicateServerInfo(AemServerInfo): + def __init__(self, j = None): + AemServerInfo.__init__(self, j) + +class AemComposeDMTaskInfoDetailed(AemComposeTaskInfoDetailed): + def __init__(self, j = None): + AemComposeTaskInfoDetailed.__init__(self, j) + +class AemComposeServer(AemServer): + def __init__(self, j = None): + AemServer.__init__(self, j) + +class AemReplicateServer(AemServer): + def __init__(self, j = None): + AemServer.__init__(self, j) + +class ComposeServerDetails(AemServerDetails): + def __init__(self, j = None): + AemServerDetails.__init__(self, j) + +class ReplicateServerDetails(AemServerDetails): + def __init__(self, j = None): + AemServerDetails.__init__(self, j) + +class ComposeServerInfo(AemServerInfo): + def __init__(self, j = None): + AemServerInfo.__init__(self, j) + +class AemComposeDWTaskInfoDetailed(AemComposeTaskInfoDetailed): + def __init__(self, j = None): + AemComposeTaskInfoDetailed.__init__(self, j) + +class AemComposeDLTaskInfoDetailed(AemComposeTaskInfoDetailed): + def __init__(self, j = None): + AemComposeTaskInfoDetailed.__init__(self, j) + +#simple classes +class AemAuthorizationAcl(object): + def __init__(self, j = None): + if not j: + self.admin_role = None + self.designer_role = None + self.operator_role = None + self.viewer_role = None + self.disable_inheritance = False + else: + self.__dict__ = AttUtil.attobject_from_json(j) + self.admin_role = AemRoleDef(self.admin_role) + self.designer_role = AemRoleDef(self.designer_role) + self.operator_role = AemRoleDef(self.operator_role) + self.viewer_role = AemRoleDef(self.viewer_role) + +class AemGetTableStatusesResp(object): + def __init__(self, j = None): + if not j: + self.table_details = [] + else: + self.__dict__ = AttUtil.attobject_from_json(j) + for i, k in enumerate(self.table_details): + self.table_details[i] = AemTableDetails(self.table_details[i]) + +class AemGetTaskListResp(object): + def __init__(self, j = None): + if not j: + self.taskList = [] + else: + self.__dict__ = AttUtil.attobject_from_json(j) + for i, k in enumerate(self.taskList): + self.taskList[i] = AemTaskInfo(self.taskList[i]) + +class AemSetChangeDataRetentionBarrierReq(object): + def __init__(self, j = None): + if not j: + self.application = None + self.retention_point = None + else: + self.__dict__ = AttUtil.attobject_from_json(j) + +class AemGetServerListResp(object): + def __init__(self, j = None): + if not j: + self.serverList = [] + else: + self.__dict__ = AttUtil.attobject_from_json(j) + for i, k in enumerate(self.serverList): + if self.serverList[i]['$type'] == 'ReplicateServerInfo': + self.serverList[i] = ReplicateServerInfo(self.serverList[i]) + continue + if self.serverList[i]['$type'] == 'ComposeServerInfo': + self.serverList[i] = ComposeServerInfo(self.serverList[i]) + continue + +class AemTaskInfo(object): + def __init__(self, j = None): + if not j: + self.name = None + self.state = AemTaskState.STOPPED + self.stop_reason = AemTaskStopReason.NORMAL + self.message = None + self.assigned_tags = [] + else: + self.__dict__ = AttUtil.attobject_from_json(j) + self.state = AemTaskState[self.state] + self.stop_reason = AemTaskStopReason[self.stop_reason] + +class AemTableDetails(object): + def __init__(self, j = None): + if not j: + self.schema_on_source = None + self.table_on_source = None + self.schema_on_target = None + self.table_on_target = None + self.state = AemTableState.TABLE_QUEUED + self.data_errors_count = 0 + self.table_full_load_info = None + self.table_cdc_info = None + else: + self.__dict__ = AttUtil.attobject_from_json(j) + self.state = AemTableState[self.state] + self.table_full_load_info = AemTableFullLoadInfo(self.table_full_load_info) + self.table_cdc_info = AemTableCdcInfo(self.table_cdc_info) + +class AemTableFullLoadInfo(object): + def __init__(self, j = None): + if not j: + self.start_time = None + self.end_time = None + self.estimated_row_count = 0 + self.estimated_end_time = None + self.transferred_row_count = 0 + self.transferred_volume_mb = 0 + else: + self.__dict__ = AttUtil.attobject_from_json(j) + +class AemGetTableListResp(object): + def __init__(self, j = None): + if not j: + self.tablelist = [] + else: + self.__dict__ = AttUtil.attobject_from_json(j) + for i, k in enumerate(self.tablelist): + self.tablelist[i] = AemTableInfo(self.tablelist[i]) + +class AemDeleteOldChangeDataReq(object): + def __init__(self, j = None): + if not j: + self.timestamp_or_offset = None + else: + self.__dict__ = AttUtil.attobject_from_json(j) + +class AemGroupRef(object): + def __init__(self, j = None): + if not j: + self.name = None + else: + self.__dict__ = AttUtil.attobject_from_json(j) + +class Endpoint(object): + def __init__(self, j = None): + if not j: + self.name = None + self.description = None + self.role = EndpointRole.ALL + self.type = None + self.is_licensed = False + else: + self.__dict__ = AttUtil.attobject_from_json(j) + self.role = EndpointRole[self.role] + +class AemGetEndpointListResp(object): + def __init__(self, j = None): + if not j: + self.endpointList = [] + else: + self.__dict__ = AttUtil.attobject_from_json(j) + for i, k in enumerate(self.endpointList): + self.endpointList[i] = Endpoint(self.endpointList[i]) + +class AemServerUtilization(object): + def __init__(self, j = None): + if not j: + self.disk_usage_mb = 0 + self.memory_mb = 0 + self.attunity_cpu_percentage = 0 + self.machine_cpu_percentage = 0 + else: + self.__dict__ = AttUtil.attobject_from_json(j) + +class AemGetChangeDataRetentionBarrierResp(object): + def __init__(self, j = None): + if not j: + self.application = None + self.retention_point = None + else: + self.__dict__ = AttUtil.attobject_from_json(j) + +class AemGetServerDetailsResp(object): + def __init__(self, j = None): + if not j: + self.server_details = None + else: + self.__dict__ = AttUtil.attobject_from_json(j) + if self.server_details['$type'] == 'ReplicateServerDetails': + self.server_details = ReplicateServerDetails(self.server_details) + elif self.server_details['$type'] == 'ComposeServerDetails': + self.server_details = ComposeServerDetails(self.server_details) + +class AemRoleDef(object): + def __init__(self, j = None): + if not j: + self.users = [] + self.groups = [] + else: + self.__dict__ = AttUtil.attobject_from_json(j) + for i, k in enumerate(self.users): + self.users[i] = AemUserRef(self.users[i]) + for i, k in enumerate(self.groups): + self.groups[i] = AemGroupRef(self.groups[i]) + +class AemRunTaskReq(object): + def __init__(self, j = None): + if not j: + self.cdcposition = None + else: + self.__dict__ = AttUtil.attobject_from_json(j) + +class AemStopTaskResp(object): + def __init__(self, j = None): + if not j: + self.state = AemTaskState.NOT_EXIST + self.error_message = None + else: + self.__dict__ = AttUtil.attobject_from_json(j) + self.state = AemTaskState[self.state] + +class AemTasksSummary(object): + def __init__(self, j = None): + if not j: + self.total = 0 + self.running = 0 + self.stopped = 0 + self.recovering = 0 + self.error = 0 + else: + self.__dict__ = AttUtil.attobject_from_json(j) + +class TaskEndpoint(object): + def __init__(self, j = None): + if not j: + self.name = None + self.type = None + else: + self.__dict__ = AttUtil.attobject_from_json(j) + +class AemTableCdcInfo(object): + def __init__(self, j = None): + if not j: + self.insert_count = 0 + self.update_count = 0 + self.delete_count = 0 + self.ddl_count = 0 + self.last_update_time = None + self.cached_insert_count = 0 + self.cached_update_count = 0 + self.cached_delete_count = 0 + else: + self.__dict__ = AttUtil.attobject_from_json(j) + +class AemRunTaskResp(object): + def __init__(self, j = None): + if not j: + self.state = AemTaskState.NOT_EXIST + self.error_message = None + else: + self.__dict__ = AttUtil.attobject_from_json(j) + self.state = AemTaskState[self.state] + +class AemUserRef(object): + def __init__(self, j = None): + if not j: + self.name = None + else: + self.__dict__ = AttUtil.attobject_from_json(j) + +class AemTableInfo(object): + def __init__(self, j = None): + if not j: + self.schema = None + self.table = None + self.state = AemTableState.TABLE_QUEUED + else: + self.__dict__ = AttUtil.attobject_from_json(j) + self.state = AemTableState[self.state] + +class AemTestEndpointResp(object): + def __init__(self, j = None): + if not j: + self.status = AemEndpointState.UNKNOWN + self.message = None + self.detailed_message = None + else: + self.__dict__ = AttUtil.attobject_from_json(j) + self.status = AemEndpointState[self.status] + +class ApiLicense(object): + def __init__(self, j = None): + if not j: + self.issue_date = None + self.state = AemLicenseState.VALID_LICENSE + self.expiration = None + self.days_to_expiration = 0 + else: + self.__dict__ = AttUtil.attobject_from_json(j) + self.state = AemLicenseState[self.state] + +class Configuration(object): + def __init__(self, j = None): + if not j: + self.host = None + self.platform = AemPlatform.UNKNOWN + self.port = None + self.user_name = None + else: + self.__dict__ = AttUtil.attobject_from_json(j) + self.platform = AemPlatform[self.platform] + + +#endregion models + +#region utils + +class AuthenticationMethod(Enum): + ACTIVE_DIRECTORY = 0 + SAML = 1 + +class AttUtil(object): + @staticmethod + def quote_param(url_param): + if isinstance(url_param, Enum): + url_param = url_param.name + url_param = str(url_param).encode('utf-8') + url_param = quote(quote(url_param)) + return url_param + # END function AttUtil.quote_param + + @staticmethod + def attobject_from_json(obj): + base_obj = obj + if type(obj) is dict: + return base_obj + try: + if isinstance(obj, base_string_type) or isinstance(obj, str) or isinstance(obj.decode('utf-8'), str): + base_obj = json.loads(obj) + except Exception as ex: + print(ex) + return base_obj + # END function AttUtil.attobject_from_json + + @staticmethod + def attobject_to_json(obj): + if isinstance(obj, Enum): + return obj.name + elif (obj is None or (type(obj) is str) or (type(obj) is int) or (type(obj) is bool) or (type(obj) is bytes) or isinstance(obj, base_string_type) or (str(type(obj)) == "") ): + return obj + elif ( (type(obj) is list) or isinstance(obj, list) ): + arr = [] + for item in obj: + arr.append( AttUtil.attobject_to_json(item)) + return arr + elif ( (type(obj) is dict) or (obj.__dict__ != None) ): + # keep the object Type + obj_type = obj.__class__.__name__ + sorted_dict = OrderedDict() + # set $type as first + sorted_dict['$type'] = obj_type + for key in obj.__dict__: + sorted_dict[key] = AttUtil.attobject_to_json(obj.__dict__[key]) + return sorted_dict + else: + return obj + # END function AttUtil.attobject_to_json + + @staticmethod + def validate_params(param_dict): + for key in param_dict: + item = param_dict[key] + if not isinstance(item["value"], item["type"]): + raise Exception('Param: "{0}" should be of type: "{1}", but was: "{2}"'.format(key, item["type"], type(item["value"]) ) ) + # END function AttUtil.validate_params + + @staticmethod + def get_b64_user_pass(username, password): + username_pass_tpl = str.encode('{0}:{1}'.format(username, password)) + return base64.b64encode(username_pass_tpl).decode('ascii') + # END function AttUtil.get_b64_user_pass +# END class AttUtil + +class AemClientException(Exception): + def __init__(self, error_code, error_message): + self.error_code = error_code + self.message = error_message + Exception.__init__(self, error_code, error_message) + +class AttConnector(object): + def __init__(self, b64_username_password, verify_certificate=True, authentication_method=AuthenticationMethod.ACTIVE_DIRECTORY): + self.verify_certificate = verify_certificate + if authentication_method == AuthenticationMethod.ACTIVE_DIRECTORY: + self.headers = { 'Authorization' : 'Basic %s' % b64_username_password } + else: + self.headers = dict() + if verify_certificate: + ssl._create_default_https_context = ssl.create_default_context + else: + ssl._create_default_https_context = ssl._create_unverified_context + + def att_request(self, method, url, payload=None, get_raw_error=False, content_type='application/json'): + req_headers = {} + for key in self.headers: + req_headers[key] = self.headers[key] + req_headers[HEADERS_CONTENT_TYPE] = content_type + if payload: + payload = payload.encode('utf-8') + req_headers[HEADERS_CONTENT_LENGTH] = str(len(payload)) + elif HEADERS_CONTENT_LENGTH in req_headers: + del req_headers[HEADERS_CONTENT_LENGTH] + att_response = {} + request_pyx = Request(url, data=payload, headers=req_headers) + request_pyx.get_method = lambda: method + try: + att_response = urlopen(request_pyx) + except HTTPError as ex: + if get_raw_error: + att_response = ex + else: + # TODO: G.G. - remove read, and adjust calls and errors + att_response = ex.read() + except URLError as ex: + att_response = ex + except Exception as ex: + att_response = ex + return att_response + # end of att_request + def save_headers(self, response): + headers_dict = {} + try: + resp_info = response.info() + for key in resp_info: + if key != HEADERS_CONTENT_LENGTH: + headers_dict[key] = response.headers[key] + except Exception as ex: + print(ex) + self.headers = headers_dict + # end of save_headers +# END of class AttConnector + +#endregion utils + +#region infrastructure + +class AttClient(object): + def __init__(self, b64_username_password, url="", verify_certificate=True, authentication_method=AuthenticationMethod.ACTIVE_DIRECTORY): + if 'https' not in url: + raise Exception('The Aem access URL must start with "https".') + if not isinstance(authentication_method, AuthenticationMethod): + raise Exception('authentication_method must be of type AuthenticationMethod') + self.url = url + self.attconnector = AttConnector(b64_username_password, verify_certificate, authentication_method) + login_url = '{0}/api/v1/login'.format(self.url) + if authentication_method == AuthenticationMethod.ACTIVE_DIRECTORY: + saml_message = None + else: + saml_message = b64_username_password + response = self.attconnector.att_request(method='POST', url=login_url, payload=saml_message, get_raw_error=True, content_type='application/x-www-form-urlencoded') + if hasattr(response, 'code') and response.code == 200: + self.attconnector.save_headers(response) + else: + self.attconnector = None + if hasattr(response, 'reason') and response.reason: + raise Exception("Http Error: {0}".format(response.reason)) + else: + resp_json = json.loads(response) + raise AemClientException(resp_json['error_code'], resp_json['error_message']) + # END function __init__ + + def do_web_request(self, resp_class=None, address=None, http_method='GET', req = None, stream_req = False): + full_url = '{0}/{1}'.format(self.url, address) + payload = None + if req: + if stream_req: + payload = req + else: + att_json = AttUtil.attobject_to_json(req) + payload = json.dumps( att_json, sort_keys=True ) + response_t = self.attconnector.att_request(method=http_method, url=full_url, payload=payload) + response_text = None + try: + response_text = response_t.read() + except Exception as ex: + if hasattr(response_t, 'reason') and response_t.reason: + raise Exception('Http Error: {0}'.format(response_t.reason)) + else: + response_t = json.loads(response_t) + if 'error_code' in response_t or 'status_code' in response_t: + raise AemClientException(response_t['error_code'], response_t['error_message']) + if resp_class: + return resp_class(response_text) + return response_text + # END function do_web_request + +#endregion infrastructure + + +class AemClient(AttClient): + def __init__(self, b64_username_password, machine_name, port=443, url="https://{0}/attunityenterprisemanager", verify_certificate=True, authentication_method=AuthenticationMethod.ACTIVE_DIRECTORY): + if port != 443: + machine_name = '{0}:{1}'.format(machine_name, port) + if url.find('{0}'): + url = url.format(machine_name) + self.attclient = AttClient(b64_username_password, url, verify_certificate, authentication_method) + def delete_endpoint(self, server, endpoint): + """ + parameters: + server - string + endpoint - string + """ + AttUtil.validate_params({ 'server':{'value':server,'type':base_string_type }, 'endpoint':{'value':endpoint,'type':base_string_type } }) + address = "api/v1/servers/" + AttUtil.quote_param(server) + "/endpoints/" + AttUtil.quote_param(endpoint) + "?action=delete" + self.attclient.do_web_request(None, address, 'POST', None) + + def delete_old_change_data(self, payload, server, task): + """ + request payload: AemDeleteOldChangeDataReq + parameters: + server - string + task - string + """ + AttUtil.validate_params({ 'payload':{'value':payload,'type':AemDeleteOldChangeDataReq }, 'server':{'value':server,'type':base_string_type }, 'task':{'value':task,'type':base_string_type } }) + address = "api/v1/servers/" + AttUtil.quote_param(server) + "/tasks/" + AttUtil.quote_param(task) + "?action=delete_old_change_data" + self.attclient.do_web_request(None, address, 'POST', payload) + + def delete_server_acl(self, server): + """ + parameters: + server - string + """ + AttUtil.validate_params({ 'server':{'value':server,'type':base_string_type } }) + address = "api/v1/servers/" + AttUtil.quote_param(server) + "?action=acl" + self.attclient.do_web_request(None, address, 'DELETE', None) + + def delete_server(self, server): + """ + parameters: + server - string + """ + AttUtil.validate_params({ 'server':{'value':server,'type':base_string_type } }) + address = "api/v1/servers/" + AttUtil.quote_param(server) + "/def" + self.attclient.do_web_request(None, address, 'DELETE', None) + + def delete_task(self, server, task, deletetasklogs = False): + """ + parameters: + server - string + task - string + deletetasklogs - bool + """ + AttUtil.validate_params({ 'server':{'value':server,'type':base_string_type }, 'task':{'value':task,'type':base_string_type }, 'deletetasklogs':{'value':deletetasklogs,'type':bool } }) + address = "api/v1/servers/" + AttUtil.quote_param(server) + "/tasks/" + AttUtil.quote_param(task) + "?action=delete&deletetasklogs=" + AttUtil.quote_param(deletetasklogs) + "" + self.attclient.do_web_request(None, address, 'POST', None) + + def export_all(self, server): + """ + response payload: STREAM + parameters: + server - string + """ + AttUtil.validate_params({ 'server':{'value':server,'type':base_string_type } }) + address = "api/v1/servers/" + AttUtil.quote_param(server) + "?action=export" + resp = self.attclient.do_web_request(None, address, 'GET', None) + return resp + + def export_audit_trail(self, start_timestamp = None, end_timestamp = None): + """ + response payload: STREAM + parameters: + start_timestamp - string + end_timestamp - string + """ + AttUtil.validate_params({ 'start_timestamp':{'value':start_timestamp,'type':base_string_type }, 'end_timestamp':{'value':end_timestamp,'type':base_string_type } }) + address = "api/v1/security/audit_trail?start_timestamp=" + AttUtil.quote_param(start_timestamp) + "&end_timestamp=" + AttUtil.quote_param(end_timestamp) + "" + resp = self.attclient.do_web_request(None, address, 'GET', None) + return resp + + def export_task(self, server, task, withendpoints = False): + """ + response payload: STREAM + parameters: + server - string + task - string + withendpoints - bool + """ + AttUtil.validate_params({ 'server':{'value':server,'type':base_string_type }, 'task':{'value':task,'type':base_string_type }, 'withendpoints':{'value':withendpoints,'type':bool } }) + address = "api/v1/servers/" + AttUtil.quote_param(server) + "/tasks/" + AttUtil.quote_param(task) + "?action=export&withendpoints=" + AttUtil.quote_param(withendpoints) + "" + resp = self.attclient.do_web_request(None, address, 'GET', None) + return resp + + def get_change_data_retention_barrier(self, server, task): + """ + response payload: AemGetChangeDataRetentionBarrierResp + parameters: + server - string + task - string + """ + AttUtil.validate_params({ 'server':{'value':server,'type':base_string_type }, 'task':{'value':task,'type':base_string_type } }) + address = "api/v1/servers/" + AttUtil.quote_param(server) + "/tasks/" + AttUtil.quote_param(task) + "?action=get_change_data_retention_barrier" + resp = self.attclient.do_web_request(AemGetChangeDataRetentionBarrierResp, address, 'GET', None) + return resp + + def get_endpoint_list(self, server): + """ + response payload: AemGetEndpointListResp + parameters: + server - string + """ + AttUtil.validate_params({ 'server':{'value':server,'type':base_string_type } }) + address = "api/v1/servers/" + AttUtil.quote_param(server) + "/endpoints" + resp = self.attclient.do_web_request(AemGetEndpointListResp, address, 'GET', None) + return resp + + def get_server_acl(self, server): + """ + response payload: AemAuthorizationAcl + parameters: + server - string + """ + AttUtil.validate_params({ 'server':{'value':server,'type':base_string_type } }) + address = "api/v1/servers/" + AttUtil.quote_param(server) + "?action=acl" + resp = self.attclient.do_web_request(AemAuthorizationAcl, address, 'GET', None) + return resp + + def get_server_details(self, server): + """ + response payload: AemGetServerDetailsResp + parameters: + server - string + """ + AttUtil.validate_params({ 'server':{'value':server,'type':base_string_type } }) + address = "api/v1/servers/" + AttUtil.quote_param(server) + "" + resp = self.attclient.do_web_request(AemGetServerDetailsResp, address, 'GET', None) + return resp + + def get_server_list(self, ): + """ + response payload: AemGetServerListResp + parameters: + """ + address = "api/v1/servers" + resp = self.attclient.do_web_request(AemGetServerListResp, address, 'GET', None) + return resp + + def get_server(self, server): + """ + response payload: AemServer + parameters: + server - string + """ + AttUtil.validate_params({ 'server':{'value':server,'type':base_string_type } }) + address = "api/v1/servers/" + AttUtil.quote_param(server) + "/def" + resp = self.attclient.do_web_request(AemServer, address, 'GET', None) + return resp + + def get_table_list(self, server, task, schema = None, table = None, includequeued = False, includeloading = False, includecompleted = False, includechangeprocessing = False, includeerror = False): + """ + response payload: AemGetTableListResp + parameters: + server - string + task - string + schema - string + table - string + includequeued - bool + includeloading - bool + includecompleted - bool + includechangeprocessing - bool + includeerror - bool + """ + AttUtil.validate_params({ 'server':{'value':server,'type':base_string_type }, 'task':{'value':task,'type':base_string_type }, 'schema':{'value':schema,'type':base_string_type }, 'table':{'value':table,'type':base_string_type }, 'includequeued':{'value':includequeued,'type':bool }, 'includeloading':{'value':includeloading,'type':bool }, 'includecompleted':{'value':includecompleted,'type':bool }, 'includechangeprocessing':{'value':includechangeprocessing,'type':bool }, 'includeerror':{'value':includeerror,'type':bool } }) + address = "api/v1/servers/" + AttUtil.quote_param(server) + "/tasks/" + AttUtil.quote_param(task) + "/tables?schema=" + AttUtil.quote_param(schema) + "&table=" + AttUtil.quote_param(table) + "&includequeued=" + AttUtil.quote_param(includequeued) + "&includeloading=" + AttUtil.quote_param(includeloading) + "&includecompleted=" + AttUtil.quote_param(includecompleted) + "&includechangeprocessing=" + AttUtil.quote_param(includechangeprocessing) + "&includeerror=" + AttUtil.quote_param(includeerror) + "" + resp = self.attclient.do_web_request(AemGetTableListResp, address, 'GET', None) + return resp + + def get_table_statuses(self, server, task, schema = None, table = None, includequeued = False, includeloading = False, includecompleted = False, includechangeprocessing = False, includeerror = False): + """ + response payload: AemGetTableStatusesResp + parameters: + server - string + task - string + schema - string + table - string + includequeued - bool + includeloading - bool + includecompleted - bool + includechangeprocessing - bool + includeerror - bool + """ + AttUtil.validate_params({ 'server':{'value':server,'type':base_string_type }, 'task':{'value':task,'type':base_string_type }, 'schema':{'value':schema,'type':base_string_type }, 'table':{'value':table,'type':base_string_type }, 'includequeued':{'value':includequeued,'type':bool }, 'includeloading':{'value':includeloading,'type':bool }, 'includecompleted':{'value':includecompleted,'type':bool }, 'includechangeprocessing':{'value':includechangeprocessing,'type':bool }, 'includeerror':{'value':includeerror,'type':bool } }) + address = "api/v1/servers/" + AttUtil.quote_param(server) + "/tasks/" + AttUtil.quote_param(task) + "/tables?action=getstatus&schema=" + AttUtil.quote_param(schema) + "&table=" + AttUtil.quote_param(table) + "&includequeued=" + AttUtil.quote_param(includequeued) + "&includeloading=" + AttUtil.quote_param(includeloading) + "&includecompleted=" + AttUtil.quote_param(includecompleted) + "&includechangeprocessing=" + AttUtil.quote_param(includechangeprocessing) + "&includeerror=" + AttUtil.quote_param(includeerror) + "" + resp = self.attclient.do_web_request(AemGetTableStatusesResp, address, 'GET', None) + return resp + + def get_task_details(self, server, task): + """ + response payload: AemTaskInfoDetailedBase + parameters: + server - string + task - string + """ + AttUtil.validate_params({ 'server':{'value':server,'type':base_string_type }, 'task':{'value':task,'type':base_string_type } }) + address = "api/v1/servers/" + AttUtil.quote_param(server) + "/tasks/" + AttUtil.quote_param(task) + "" + resp = self.attclient.do_web_request(AemTaskInfoDetailedBase, address, 'GET', None) + return resp + + def get_task_list(self, server): + """ + response payload: AemGetTaskListResp + parameters: + server - string + """ + AttUtil.validate_params({ 'server':{'value':server,'type':base_string_type } }) + address = "api/v1/servers/" + AttUtil.quote_param(server) + "/tasks" + resp = self.attclient.do_web_request(AemGetTaskListResp, address, 'GET', None) + return resp + + def import_all(self, payload, server): + """ + request payload: STREAM + parameters: + server - string + """ + AttUtil.validate_params({ 'payload':{'value':payload,'type':base_string_type }, 'server':{'value':server,'type':base_string_type } }) + address = "api/v1/servers/" + AttUtil.quote_param(server) + "?action=import" + self.attclient.do_web_request(None, address, 'POST', payload, True) + + def import_task(self, payload, server, task): + """ + request payload: STREAM + parameters: + server - string + task - string + """ + AttUtil.validate_params({ 'payload':{'value':payload,'type':base_string_type }, 'server':{'value':server,'type':base_string_type }, 'task':{'value':task,'type':base_string_type } }) + address = "api/v1/servers/" + AttUtil.quote_param(server) + "/tasks/" + AttUtil.quote_param(task) + "?action=import" + self.attclient.do_web_request(None, address, 'POST', payload, True) + + def put_server_acl(self, payload, server): + """ + request payload: AemAuthorizationAcl + parameters: + server - string + """ + AttUtil.validate_params({ 'payload':{'value':payload,'type':AemAuthorizationAcl }, 'server':{'value':server,'type':base_string_type } }) + address = "api/v1/servers/" + AttUtil.quote_param(server) + "?action=acl" + self.attclient.do_web_request(None, address, 'PUT', payload) + + def put_server_license(self, payload, server): + """ + request payload: STREAM + parameters: + server - string + """ + AttUtil.validate_params({ 'payload':{'value':payload,'type':base_string_type }, 'server':{'value':server,'type':base_string_type } }) + address = "api/v1/servers/" + AttUtil.quote_param(server) + "/license/def" + self.attclient.do_web_request(None, address, 'PUT', payload, True) + + def put_server(self, payload, server): + """ + request payload: AemServer + parameters: + server - string + """ + AttUtil.validate_params({ 'payload':{'value':payload,'type':AemServer }, 'server':{'value':server,'type':base_string_type } }) + address = "api/v1/servers/" + AttUtil.quote_param(server) + "/def" + self.attclient.do_web_request(None, address, 'PUT', payload) + + def reconfigure_endpoint_no_wait(self, server, endpoint, configuration = None, recycle = True): + """ + parameters: + server - string + endpoint - string + configuration - string + recycle - bool + """ + AttUtil.validate_params({ 'server':{'value':server,'type':base_string_type }, 'endpoint':{'value':endpoint,'type':base_string_type }, 'configuration':{'value':configuration,'type':base_string_type }, 'recycle':{'value':recycle,'type':bool } }) + address = "api/v1/servers/" + AttUtil.quote_param(server) + "/endpoints/" + AttUtil.quote_param(endpoint) + "?action=reconfigure&configuration=" + AttUtil.quote_param(configuration) + "&recycle=" + AttUtil.quote_param(recycle) + "" + self.attclient.do_web_request(None, address, 'PUT', None) + + def reload_table(self, server, task, schema = None, table = None): + """ + parameters: + server - string + task - string + schema - string + table - string + """ + AttUtil.validate_params({ 'server':{'value':server,'type':base_string_type }, 'task':{'value':task,'type':base_string_type }, 'schema':{'value':schema,'type':base_string_type }, 'table':{'value':table,'type':base_string_type } }) + address = "api/v1/servers/" + AttUtil.quote_param(server) + "/tasks/" + AttUtil.quote_param(task) + "/tables?action=reload&schema=" + AttUtil.quote_param(schema) + "&table=" + AttUtil.quote_param(table) + "" + self.attclient.do_web_request(None, address, 'POST', None) + + def run_task(self, payload, server, task, option = AemRunTaskOptions.RESUME_PROCESSING, timeout = 60): + """ + request payload: AemRunTaskReq + response payload: AemRunTaskResp + parameters: + server - string + task - string + option - AemRunTaskOptions + timeout - int32 + """ + AttUtil.validate_params({ 'payload':{'value':payload,'type':AemRunTaskReq }, 'server':{'value':server,'type':base_string_type }, 'task':{'value':task,'type':base_string_type }, 'option':{'value':option,'type':AemRunTaskOptions }, 'timeout':{'value':timeout,'type':int } }) + address = "api/v1/servers/" + AttUtil.quote_param(server) + "/tasks/" + AttUtil.quote_param(task) + "?action=run&option=" + AttUtil.quote_param(option) + "&timeout=" + AttUtil.quote_param(timeout) + "" + resp = self.attclient.do_web_request(AemRunTaskResp, address, 'POST', payload) + return resp + + def set_change_data_retention_barrier(self, payload, server, task): + """ + request payload: AemSetChangeDataRetentionBarrierReq + parameters: + server - string + task - string + """ + AttUtil.validate_params({ 'payload':{'value':payload,'type':AemSetChangeDataRetentionBarrierReq }, 'server':{'value':server,'type':base_string_type }, 'task':{'value':task,'type':base_string_type } }) + address = "api/v1/servers/" + AttUtil.quote_param(server) + "/tasks/" + AttUtil.quote_param(task) + "?action=set_change_data_retention_barrier" + self.attclient.do_web_request(None, address, 'PUT', payload) + + def stop_task(self, server, task, timeout = 30): + """ + response payload: AemStopTaskResp + parameters: + server - string + task - string + timeout - int32 + """ + AttUtil.validate_params({ 'server':{'value':server,'type':base_string_type }, 'task':{'value':task,'type':base_string_type }, 'timeout':{'value':timeout,'type':int } }) + address = "api/v1/servers/" + AttUtil.quote_param(server) + "/tasks/" + AttUtil.quote_param(task) + "?action=stop&timeout=" + AttUtil.quote_param(timeout) + "" + resp = self.attclient.do_web_request(AemStopTaskResp, address, 'POST', None) + return resp + + def test_endpoint(self, server, endpoint, timeout = 60): + """ + response payload: AemTestEndpointResp + parameters: + server - string + endpoint - string + timeout - int32 + """ + AttUtil.validate_params({ 'server':{'value':server,'type':base_string_type }, 'endpoint':{'value':endpoint,'type':base_string_type }, 'timeout':{'value':timeout,'type':int } }) + address = "api/v1/servers/" + AttUtil.quote_param(server) + "/endpoints/" + AttUtil.quote_param(endpoint) + "?action=test&timeout=" + AttUtil.quote_param(timeout) + "" + resp = self.attclient.do_web_request(AemTestEndpointResp, address, 'GET', None) + return resp + diff --git a/work/audit_export/audit_check.py b/work/audit_export/audit_check.py new file mode 100644 index 0000000..bfd1c0d --- /dev/null +++ b/work/audit_export/audit_check.py @@ -0,0 +1,177 @@ +""" +Copyright 2018 Attunity +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +""" + +# coding: utf-8 +import os, sys, time, datetime, json, subprocess +from collections import OrderedDict +from datetime import timezone + +# import AEM-Client +from aem_client import * + +if sys.version_info > (3,): + print('Using environment Python 3.X\n') +else: + print('Using environment Python 2.X\n') + +# Utility class for Examples +class Utils(object): + @staticmethod + def dollar_type(obj): + """ + get attribute '$type' + """ + return getattr(obj, '$type') + # Utils.dollar_type + + @staticmethod + def enum_name(enum_val): + return enum_val.name + # Utils.enum_name + + @staticmethod + def print_action_title(action_text): + print('\n############################################################') + print('\n{0}\n'.format(str(action_text) ) ) + # Utils.print_action_title + + @staticmethod + def print_action_title_without_separator(action_text): + print('\n{0}\n'.format(str(action_text) ) ) + # Utils.print_action_title_without_separator + + @staticmethod + def time_sleep(duration=3, show_msg=True): + """ + sleep for duration (in seconds) + """ + if show_msg: + print('Sleeping for: {0} seconds'.format(duration)) + time.sleep(duration) + # Utils.time_sleep + + @staticmethod + def get_b64_user_pass(username, password): + """ + return a base64 of 'username:password' + """ + username_password_str = str.encode('{0}:{1}'.format(username, password)) + return base64.b64encode(username_password_str).decode('ascii') + # Utils.get_b64_user_pass + + @staticmethod + def changed_initial(current_value, predefine_value, param_name): + if current_value == predefine_value: + raise RuntimeError('Please replace param: "{0}", value:"{1}", to the real value.'.format(param_name, predefine_value ) ) + # Utils.changed_initial + + @staticmethod + def print_dict_attr(obj, attr_name): + for key in obj.__dict__: + item = obj.__dict__[key] + if hasattr(item, attr_name): + inner_list = getattr(item,attr_name) + for inner_item in inner_list: + print('\t{0}:\t{1}'.format(inner_item.name, key)) + # Utils.print_dict_attr +# END of class Util + +class PythonProgram(object): + def __init__(self, ): + """ + ### you can use the environment for username and password + #Get user_name and password from environment + username = os.getenv("AEM_USERNAME", default=None) + print('AEM_USERNAME = ' + env_username) + password = os.getenv("AEM_PASSWORD", default=None) + print('AEM_PASSWORD = ' + env_password) + """ + + ### Information for connecting to AEM (replace placeholders with actual connection details) + domain = 'LM' + username = 'sapipqlikadmin' + password = base64.b64decode(b'OVdnJDQ4JGJCYmUkbjI===').decode('utf-8') + aem_machine_name = 'vmpip-q525jzty.lm.lmig.com' + + Utils.changed_initial(domain, 'DOMAIN', 'domain') + Utils.changed_initial(username, 'USER', 'username') + Utils.changed_initial(password, 'PASSWORD', 'password') + Utils.changed_initial(aem_machine_name, 'some-host', 'aem_machine_name') + # Combine domain and user name - domain\\username + domain_username = '{0}\\{1}'.format(domain, username) + + print('Connecting to AemClient with user "{0}" on machine name: "{1}"...'.format(domain_username, aem_machine_name)) + try: + # The format of credentials AemClient must get is domain\\username:password base64 encoded + b64_username_password = Utils.get_b64_user_pass(domain_username, password) + # Create an instance of AemClient + self.aem_client = AemClient(b64_username_password, aem_machine_name, verify_certificate=False) + print('Done.') + print('\n############################################################') + except Exception as ex: + print('Failed connecting to AemClient') + print(ex) + self.aem_client = None + # end function __init__ for ExamplePythonProgram + + def get_audit_details(self, starttime, endtime): + try: + resp = self.aem_client.export_audit_trail(starttime, endtime) + return resp + except Exception as ex: + print('Error aem_export_audit_details') + print(ex) + return None + # end function get_task_details + +# END class PythonProgram + + +################################# +# example_main # +################################# +def main(): + + # setup_aem_client + program = PythonProgram() + if program.aem_client == None: + print('Error: in aem_client,\nExiting.') + exit() + + past24hours = 864000000000 + p = subprocess.Popen(["powershell", "./getCurrentTicks.ps1"], stdout=subprocess.PIPE) + result = p.communicate() + endticks = "%s" % result[0].decode("utf-8").rstrip().replace("'","") + endticks = int(endticks) + startticks = endticks - past24hours + + Utils.print_action_title_without_separator('Retrieving audit details......') + + audit_data = program.get_audit_details(str(startticks), str(endticks)) + audit_info = open('audit_data.log', 'bw') + audit_info.write(audit_data) + audit_info.close() + audit_info = open('audit_data.log', 'br') + for line in audit_info: + print(line.decode('utf-8')) + audit_info.close() + print('\nDONE.') + +### END of function MAIN_USE +############################################################## + + +if __name__ == '__main__': + main() diff --git a/work/audit_export/audit_check.py.linux b/work/audit_export/audit_check.py.linux new file mode 100644 index 0000000..fca6a0f --- /dev/null +++ b/work/audit_export/audit_check.py.linux @@ -0,0 +1,217 @@ +""" +Copyright 2018 Attunity +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +""" + +# coding: utf-8 +import os, sys, time, subprocess, psycopg2 +from psycopg2 import errors + +# import AEM-Client +from aem_client import * + +if sys.version_info > (3,): + print('Using environment Python 3.X\n') +else: + print('Using environment Python 2.X\n') + +# Utility class for Examples +class Utils(object): + @staticmethod + def dollar_type(obj): + """ + get attribute '$type' + """ + return getattr(obj, '$type') + # Utils.dollar_type + + @staticmethod + def enum_name(enum_val): + return enum_val.name + # Utils.enum_name + + @staticmethod + def print_action_title(action_text): + print('\n############################################################') + print('\n{0}\n'.format(str(action_text) ) ) + # Utils.print_action_title + + @staticmethod + def print_action_title_without_separator(action_text): + print('\n{0}\n'.format(str(action_text) ) ) + # Utils.print_action_title_without_separator + + @staticmethod + def time_sleep(duration=3, show_msg=True): + """ + sleep for duration (in seconds) + """ + if show_msg: + print('Sleeping for: {0} seconds'.format(duration)) + time.sleep(duration) + # Utils.time_sleep + + @staticmethod + def get_b64_user_pass(username, password): + """ + return a base64 of 'username:password' + """ + username_password_str = str.encode('{0}:{1}'.format(username, password)) + return base64.b64encode(username_password_str).decode('ascii') + # Utils.get_b64_user_pass + + @staticmethod + def changed_initial(current_value, predefine_value, param_name): + if current_value == predefine_value: + raise Exception('Please replace param: "{0}", value:"{1}", to the real value.'.format(param_name, predefine_value ) ) + # Utils.changed_initial + + @staticmethod + def print_dict_attr(obj, attr_name): + for key in obj.__dict__: + item = obj.__dict__[key] + if hasattr(item, attr_name): + inner_list = getattr(item,attr_name) + for inner_item in inner_list: + print('\t{0}:\t{1}'.format(inner_item.name, key)) + # Utils.print_dict_attr +# END of class Util + +class PythonProgram(object): + def __init__(self, ): + """ + ### you can use the environment for username and password + #Get user_name and password from environment + username = os.getenv("AEM_USERNAME", default=None) + print('AEM_USERNAME = ' + env_username) + password = os.getenv("AEM_PASSWORD", default=None) + print('AEM_PASSWORD = ' + env_password) + """ + + ### Information for connecting to AEM (replace placeholders with actual connection details) + domain = 'LM' + username = 'sapipqlikadmin' + password = base64.b64decode(b'OVdnJDQ4JGJCYmUkbjI===').decode('utf-8') + aem_machine_name = 'vmpip-q525jzty.lm.lmig.com' + + Utils.changed_initial(domain, 'DOMAIN', 'domain') + Utils.changed_initial(username, 'USER', 'username') + Utils.changed_initial(password, 'PASSWORD', 'password') + Utils.changed_initial(aem_machine_name, 'some-host', 'aem_machine_name') + # Combine domain and user name - domain\\username + domain_username = '{0}\\{1}'.format(domain, username) + + print('Connecting to AemClient with user "{0}" on machine name: "{1}"...'.format(domain_username, aem_machine_name)) + try: + # The format of credentials AemClient must get is domain\\username:password base64 encoded + b64_username_password = Utils.get_b64_user_pass(domain_username, password) + # Create an instance of AemClient + self.aem_client = AemClient(b64_username_password, aem_machine_name, verify_certificate=False) + print('Done.') + print('\n############################################################') + except Exception as ex: + print('Failed connecting to AemClient') + print(ex) + self.aem_client = None + # end function __init__ for ExamplePythonProgram + + def get_audit_details(self, starttime, endtime, print_info=True): + try: + resp = self.aem_client.export_audit_trail(starttime, endtime) + return resp + except Exception as ex: + print('Error aem_export_audit_details') + print(ex) + return None + # end function get_task_details + +# END class PythonProgram + + +################################# +# example_main # +################################# +def main(): + try: + conn = psycopg2.connect("dbname='audit_data' user='qlik_admin' host='vmpip-q525jzty.lm.lmig.com' password='replicate'") + cur = conn.cursor() + except: + print("I am unable to connect to the database") + # setup_aem_client + program = PythonProgram() + if program.aem_client == None: + print('Error: in aem_client,\nExiting.') + exit() + replicateservers = [] + task_list = {} + + past24hours = 864000000000 + p = subprocess.Popen(["/usr/bin/pwsh", "-Command", "(get-date).ticks"], stdout=subprocess.PIPE) + result = p.communicate() + endticks = "%s" % result[0].decode("utf-8").rstrip().replace("'","") + endticks = int(endticks) + startticks = endticks - past24hours + #print(endticks) + + Utils.print_action_title_without_separator('Retrieving audit details......') + + audit_data = program.get_audit_details(str(startticks), str(endticks)) + audit_info = open('audit_data.log', 'bw') + audit_info.write(audit_data) + audit_info.close() + audit_info = open('audit_data.log', 'br') + audit_dict = [] + for line in audit_info: + temp_dict = {} + line_array = line.decode('utf-8').split(',') + try: + for line_item in line_array: + field = line_item.split(':') + field0 = field[0].replace('{','').replace('}','').replace('"','') + field1 = field[1].replace('{','').replace('}','').replace('"','') + field1_result = '' + if field0 == 'original_time' or field0 == 'audit_time': + p = subprocess.Popen(["/usr/bin/pwsh", "-Command", f"[DateTime]{field1}"], stdout=subprocess.PIPE) #pwsh -Command [DateTime]637975094232163674 + result = p.communicate() + timedate = "%s" % result[0].decode("utf-8").strip() + field1_result = timedate.replace("'", "") + else: + field1_result = field1 + temp_dict[field0] = field1_result + except Exception as e: + print(f'{e}') + else: + try: + cur.execute("""INSERT INTO audit_trail(required_role,user_role,request_url,rest_params,original_time,reporting_node,reporting_user,product,subject_name,severity,audit_time) VALUES + (%(required_role)s, %(user_role)s, %(request_url)s, %(rest_params)s, %(original_time)s, %(reporting_node)s, %(reporting_user)s, %(product)s, %(subject_name)s, %(severity)s, %(audit_time)s)""", temp_dict) + conn.commit() + except KeyError as e: + print(f'{e}') + #audit_dict.append(temp_dict) + conn.close() + audit_info.close() + + # for rowitem in audit_dict: + # try: + # cur.execute("""INSERT INTO audit_trail(required_role,user_role,request_url,rest_params,original_time,reporting_node,reporting_user,product,subject_name,severity,audit_time) VALUES + # (%(required_role)s, %(user_role)s, %(request_url)s, %(rest_params)s, %(original_time)s, %(reporting_node)s, %(reporting_user)s, %(product)s, %(subject_name)s, %(severity)s, %(audit_time)s)""", rowitem) + # except KeyError as e: + # print(f'{e}') + print('\nDONE.') + +### END of function MAIN_USE +############################################################## + + +if __name__ == '__main__': + main() diff --git a/work/audit_export/audit_data.log b/work/audit_export/audit_data.log new file mode 100644 index 0000000..a55d7f0 --- /dev/null +++ b/work/audit_export/audit_data.log @@ -0,0 +1,136 @@ +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638084755281503192,"reporting_node":"10.173.91.137","reporting_user":"LM\\a1568822","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638084755281503192} +{"required_role":"OPERATOR","user_role":"DESIGNER","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638084755876869643,"reporting_node":"10.172.152.122","reporting_user":"LM\\a1521019","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638084755876869643} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638084761282157121,"reporting_node":"10.173.91.137","reporting_user":"LM\\a1568822","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638084761282157121} +{"required_role":"OPERATOR","user_role":"DESIGNER","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638084761877524447,"reporting_node":"10.172.152.122","reporting_user":"LM\\a1521019","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638084761877524447} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638084767251706073,"reporting_node":"10.176.126.34","reporting_user":"LM\\a0354597","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638084767251706073} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638084768482043048,"reporting_node":"10.173.91.137","reporting_user":"LM\\a1568822","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638084768482043048} +{"required_role":"OPERATOR","user_role":"DESIGNER","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638084769077514283,"reporting_node":"10.172.152.122","reporting_user":"LM\\a1521019","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638084769077514283} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638084773256566341,"reporting_node":"10.176.126.34","reporting_user":"LM\\a0354597","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638084773256566341} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638084774483225087,"reporting_node":"10.173.91.137","reporting_user":"LM\\a1568822","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638084774483225087} +{"required_role":"OPERATOR","user_role":"DESIGNER","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638084775078471687,"reporting_node":"10.172.152.122","reporting_user":"LM\\a1521019","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638084775078471687} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638084779266404064,"reporting_node":"10.176.126.34","reporting_user":"LM\\a0354597","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638084779266404064} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638084780482906974,"reporting_node":"10.173.91.137","reporting_user":"LM\\a1568822","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638084780482906974} +{"required_role":"OPERATOR","user_role":"DESIGNER","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638084782278649961,"reporting_node":"10.172.152.122","reporting_user":"LM\\a1521019","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638084782278649961} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638084785556369629,"reporting_node":"10.176.126.34","reporting_user":"LM\\a0354597","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638084785556369629} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638084787682748296,"reporting_node":"10.173.91.137","reporting_user":"LM\\a1568822","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638084787682748296} +{"required_role":"OPERATOR","user_role":"DESIGNER","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638084788279668910,"reporting_node":"10.172.152.122","reporting_user":"LM\\a1521019","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638084788279668910} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638084791557533879,"reporting_node":"10.176.126.34","reporting_user":"LM\\a0354597","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638084791557533879} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638084793683007820,"reporting_node":"10.173.91.137","reporting_user":"LM\\a1568822","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638084793683007820} +{"required_role":"OPERATOR","user_role":"DESIGNER","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638084795479685043,"reporting_node":"10.172.152.122","reporting_user":"LM\\a1521019","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638084795479685043} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638084797576414453,"reporting_node":"10.176.126.34","reporting_user":"LM\\a0354597","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638084797576414453} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638084799685179043,"reporting_node":"10.173.91.137","reporting_user":"LM\\a1568822","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638084799685179043} +{"required_role":"OPERATOR","user_role":"DESIGNER","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638084801480931214,"reporting_node":"10.172.152.122","reporting_user":"LM\\a1521019","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638084801480931214} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638084804156708875,"reporting_node":"10.176.126.34","reporting_user":"LM\\a0354597","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638084804156708875} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638084806883452495,"reporting_node":"10.173.91.137","reporting_user":"LM\\a1568822","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638084806883452495} +{"required_role":"OPERATOR","user_role":"DESIGNER","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638084808680639697,"reporting_node":"10.172.152.122","reporting_user":"LM\\a1521019","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638084808680639697} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638084810805160832,"reporting_node":"10.176.126.34","reporting_user":"LM\\a0354597","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638084810805160832} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638084812284258834,"reporting_node":"10.173.91.137","reporting_user":"LM\\a1568822","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638084812284258855} +{"required_role":"OPERATOR","user_role":"DESIGNER","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638084814681605464,"reporting_node":"10.172.152.122","reporting_user":"LM\\a1521019","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638084814681605464} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638084819483983029,"reporting_node":"10.173.91.137","reporting_user":"LM\\a1568822","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638084819483983029} +{"required_role":"OPERATOR","user_role":"DESIGNER","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638084821881840181,"reporting_node":"10.172.152.122","reporting_user":"LM\\a1521019","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638084821881840181} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638084825484510814,"reporting_node":"10.173.91.137","reporting_user":"LM\\a1568822","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638084825484510814} +{"required_role":"OPERATOR","user_role":"DESIGNER","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638084827882854870,"reporting_node":"10.172.152.122","reporting_user":"LM\\a1521019","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638084827882854870} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638084829446964997,"reporting_node":"10.176.126.34","reporting_user":"LM\\a0354597","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638084829446964997} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638084832684559992,"reporting_node":"10.173.91.137","reporting_user":"LM\\a1568822","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638084832684559992} +{"required_role":"OPERATOR","user_role":"DESIGNER","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638084833883291783,"reporting_node":"10.172.152.122","reporting_user":"LM\\a1521019","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638084833883291783} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638084835446447315,"reporting_node":"10.176.126.34","reporting_user":"LM\\a0354597","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638084835446447315} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638084838690609422,"reporting_node":"10.173.91.137","reporting_user":"LM\\a1568822","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638084838690609422} +{"required_role":"OPERATOR","user_role":"DESIGNER","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638084839883856130,"reporting_node":"10.172.152.122","reporting_user":"LM\\a1521019","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638084839883856130} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638084841456791905,"reporting_node":"10.176.126.34","reporting_user":"LM\\a0354597","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638084841456791905} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638084844685583647,"reporting_node":"10.173.91.137","reporting_user":"LM\\a1568822","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638084844685583647} +{"required_role":"OPERATOR","user_role":"DESIGNER","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638084845884359246,"reporting_node":"10.172.152.122","reporting_user":"LM\\a1521019","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638084845884359246} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638084847466732746,"reporting_node":"10.176.126.34","reporting_user":"LM\\a0354597","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638084847466732746} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638084850685605178,"reporting_node":"10.173.91.137","reporting_user":"LM\\a1568822","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638084850685605178} +{"required_role":"OPERATOR","user_role":"DESIGNER","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638084851884784290,"reporting_node":"10.172.152.122","reporting_user":"LM\\a1521019","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638084851884784290} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638084853476518033,"reporting_node":"10.176.126.34","reporting_user":"LM\\a0354597","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638084853476518033} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638084857885554896,"reporting_node":"10.173.91.137","reporting_user":"LM\\a1568822","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638084857885554896} +{"required_role":"OPERATOR","user_role":"DESIGNER","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638084859084968014,"reporting_node":"10.172.152.122","reporting_user":"LM\\a1521019","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638084859084968014} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638084859957134182,"reporting_node":"10.176.126.34","reporting_user":"LM\\a0354597","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638084859957134182} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638084863886367567,"reporting_node":"10.173.91.137","reporting_user":"LM\\a1568822","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638084863886367567} +{"required_role":"OPERATOR","user_role":"DESIGNER","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638084865086066283,"reporting_node":"10.172.152.122","reporting_user":"LM\\a1521019","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638084865086066283} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638084867156822520,"reporting_node":"10.176.126.34","reporting_user":"LM\\a0354597","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638084867156822520} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638084871086813805,"reporting_node":"10.173.91.137","reporting_user":"LM\\a1568822","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638084871086813805} +{"required_role":"OPERATOR","user_role":"DESIGNER","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638084872286155777,"reporting_node":"10.172.152.122","reporting_user":"LM\\a1521019","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638084872286155777} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638084877087033716,"reporting_node":"10.173.91.137","reporting_user":"LM\\a1568822","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638084877087033716} +{"required_role":"OPERATOR","user_role":"DESIGNER","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638084878287127233,"reporting_node":"10.172.152.122","reporting_user":"LM\\a1521019","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638084878287127233} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638084883087375302,"reporting_node":"10.173.91.137","reporting_user":"LM\\a1568822","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638084883087375302} +{"required_role":"OPERATOR","user_role":"DESIGNER","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638084884287692090,"reporting_node":"10.172.152.122","reporting_user":"LM\\a1521019","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638084884287692090} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638084889087489176,"reporting_node":"10.173.91.137","reporting_user":"LM\\a1568822","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638084889087489176} +{"required_role":"OPERATOR","user_role":"DESIGNER","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638084891487665467,"reporting_node":"10.172.152.122","reporting_user":"LM\\a1521019","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638084891487665467} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638084895089461626,"reporting_node":"10.173.91.137","reporting_user":"LM\\a1568822","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638084895089461626} +{"required_role":"OPERATOR","user_role":"DESIGNER","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638084897488613118,"reporting_node":"10.172.152.122","reporting_user":"LM\\a1521019","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638084897488613118} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638084902287381697,"reporting_node":"10.173.91.137","reporting_user":"LM\\a1568822","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638084902287381697} +{"required_role":"OPERATOR","user_role":"DESIGNER","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638084904688861540,"reporting_node":"10.172.152.122","reporting_user":"LM\\a1521019","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638084904688861540} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638084908289572029,"reporting_node":"10.173.91.137","reporting_user":"LM\\a1568822","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638084908289572029} +{"required_role":"OPERATOR","user_role":"DESIGNER","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638084910689830545,"reporting_node":"10.172.152.122","reporting_user":"LM\\a1521019","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638084910689830545} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638084915488901660,"reporting_node":"10.173.91.137","reporting_user":"LM\\a1568822","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638084915488901660} +{"required_role":"OPERATOR","user_role":"DESIGNER","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638084917889893075,"reporting_node":"10.172.152.122","reporting_user":"LM\\a1521019","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638084917889893075} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638084921488469776,"reporting_node":"10.173.91.137","reporting_user":"LM\\a1568822","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638084921488469776} +{"required_role":"OPERATOR","user_role":"DESIGNER","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638084923891137676,"reporting_node":"10.172.152.122","reporting_user":"LM\\a1521019","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638084923891137676} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638084927488575867,"reporting_node":"10.173.91.137","reporting_user":"LM\\a1568822","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638084927488575867} +{"required_role":"OPERATOR","user_role":"DESIGNER","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638084929891580223,"reporting_node":"10.172.152.122","reporting_user":"LM\\a1521019","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638084929891580223} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638084933489527338,"reporting_node":"10.173.91.137","reporting_user":"LM\\a1568822","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638084933489527338} +{"required_role":"OPERATOR","user_role":"DESIGNER","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638084935892111472,"reporting_node":"10.172.152.122","reporting_user":"LM\\a1521019","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638084935892111472} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638084940689089667,"reporting_node":"10.173.91.137","reporting_user":"LM\\a1568822","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638084940689089667} +{"required_role":"OPERATOR","user_role":"DESIGNER","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638084943092653471,"reporting_node":"10.172.152.122","reporting_user":"LM\\a1521019","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638084943092653471} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638084946689436356,"reporting_node":"10.173.91.137","reporting_user":"LM\\a1568822","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638084946689436356} +{"required_role":"OPERATOR","user_role":"ADMIN","accepted":true,"request_url":"/system/info","rest_params":{},"original_time":638084949011129593,"reporting_node":"10.180.126.26","reporting_user":"LM\\a1511969","product":"EnterpriseManager","subject_name":"GetAemSystemInfo","severity":"INFO","audit_time":638084949011129593} +{"required_role":"OPERATOR","user_role":"ADMIN","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638084949048787902,"reporting_node":"10.180.126.26","reporting_user":"LM\\a1511969","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638084949048787902} +{"required_role":"OPERATOR","user_role":"ADMIN","accepted":true,"request_url":"/system/info","rest_params":{},"original_time":638084949050975487,"reporting_node":"10.180.126.26","reporting_user":"LM\\a1511969","product":"EnterpriseManager","subject_name":"GetAemSystemInfo","severity":"INFO","audit_time":638084949050975487} +{"required_role":"OPERATOR","user_role":"ADMIN","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638084949087854071,"reporting_node":"10.180.126.26","reporting_user":"LM\\a1511969","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638084949087854071} +{"required_role":"OPERATOR","user_role":"DESIGNER","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638084949093010893,"reporting_node":"10.172.152.122","reporting_user":"LM\\a1521019","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638084949093010893} +{"required_role":"ADMIN","user_role":"ADMIN","accepted":true,"request_url":"/v1/security/audit_trail?start_timestamp=638083872030195767&end_timestamp=638084736030195767","rest_params":{"start_timestamp":"638083872030195767","end_timestamp":"638084736030195767"},"original_time":638084952032014689,"reporting_node":"10.239.49.145","reporting_user":"LM\\sapipqlikadmin","product":"EnterpriseManager","subject_name":"AemExportAuditTrail","severity":"INFO","audit_time":638084952032014689} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638084952689754350,"reporting_node":"10.173.91.137","reporting_user":"LM\\a1568822","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638084952689754350} +{"required_role":"OPERATOR","user_role":"ADMIN","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638084955049532200,"reporting_node":"10.180.126.26","reporting_user":"LM\\a1511969","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638084955049532204} +{"required_role":"OPERATOR","user_role":"DESIGNER","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638084955093598736,"reporting_node":"10.172.152.122","reporting_user":"LM\\a1521019","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638084955093598736} +{"required_role":"OPERATOR","user_role":"ADMIN","accepted":true,"request_url":"/system/info","rest_params":{},"original_time":638084958363630552,"reporting_node":"10.172.115.46","reporting_user":"LM\\a1519132","product":"EnterpriseManager","subject_name":"GetAemSystemInfo","severity":"INFO","audit_time":638084958363630552} +{"required_role":"OPERATOR","user_role":"ADMIN","accepted":true,"request_url":"/servers/QAQRP-EDWPDC/endpoints?search_pattern=%25&role=DB_ROLE_ALL","rest_params":{"server":"QAQRP-EDWPDC","search_pattern":"%","role":"DB_ROLE_ALL"},"original_time":638084958514110249,"reporting_node":"10.172.115.46","reporting_user":"LM\\a1519132","product":"EnterpriseManager","subject_name":"getdatabaselist","severity":"INFO","audit_time":638084958514110249} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638084958690500621,"reporting_node":"10.173.91.137","reporting_user":"LM\\a1568822","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638084958690500621} +{"required_role":"OPERATOR","user_role":"ADMIN","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638084958884733683,"reporting_node":"10.172.115.46","reporting_user":"LM\\a1519132","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638084958884733683} +{"required_role":"OPERATOR","user_role":"DESIGNER","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638084962293721230,"reporting_node":"10.172.152.122","reporting_user":"LM\\a1521019","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638084962293721230} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638084965890094499,"reporting_node":"10.173.91.137","reporting_user":"LM\\a1568822","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638084965890094499} +{"required_role":"OPERATOR","user_role":"DESIGNER","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638084968294774230,"reporting_node":"10.172.152.122","reporting_user":"LM\\a1521019","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638084968294774230} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638084971890376490,"reporting_node":"10.173.91.137","reporting_user":"LM\\a1568822","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638084971890376490} +{"required_role":"OPERATOR","user_role":"DESIGNER","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638084975494877555,"reporting_node":"10.172.152.122","reporting_user":"LM\\a1521019","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638084975494877555} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638084977891006425,"reporting_node":"10.173.91.137","reporting_user":"LM\\a1568822","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638084977891006425} +{"required_role":"OPERATOR","user_role":"DESIGNER","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638084981495956747,"reporting_node":"10.172.152.122","reporting_user":"LM\\a1521019","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638084981495956747} +{"required_role":"OPERATOR","user_role":"ADMIN","accepted":true,"request_url":"/system/info","rest_params":{},"original_time":638084982743011564,"reporting_node":"10.172.115.46","reporting_user":"LM\\a1519132","product":"EnterpriseManager","subject_name":"GetAemSystemInfo","severity":"INFO","audit_time":638084982743011564} +{"required_role":"OPERATOR","user_role":"ADMIN","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638084982806298220,"reporting_node":"10.172.115.46","reporting_user":"LM\\a1519132","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638084982806298220} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638084985090954143,"reporting_node":"10.173.91.137","reporting_user":"LM\\a1568822","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638084985090954143} +{"required_role":"OPERATOR","user_role":"DESIGNER","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638084988696041495,"reporting_node":"10.172.152.122","reporting_user":"LM\\a1521019","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638084988696041495} +{"required_role":"OPERATOR","user_role":"ADMIN","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638084988806107190,"reporting_node":"10.172.115.46","reporting_user":"LM\\a1519132","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638084988806107190} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638084991091603792,"reporting_node":"10.173.91.137","reporting_user":"LM\\a1568822","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638084991091603794} +{"required_role":"OPERATOR","user_role":"DESIGNER","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638084994097040188,"reporting_node":"10.172.152.122","reporting_user":"LM\\a1521019","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638084994097040188} +{"required_role":"OPERATOR","user_role":"ADMIN","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638084995376906243,"reporting_node":"10.172.115.46","reporting_user":"LM\\a1519132","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638084995376906243} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638084997092818491,"reporting_node":"10.173.91.137","reporting_user":"LM\\a1568822","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638084997092818491} +{"required_role":"OPERATOR","user_role":"DESIGNER","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638085000097532482,"reporting_node":"10.172.152.122","reporting_user":"LM\\a1521019","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638085000097532482} +{"required_role":"OPERATOR","user_role":"ADMIN","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638085001377259943,"reporting_node":"10.172.115.46","reporting_user":"LM\\a1519132","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638085001377259943} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638085004291780205,"reporting_node":"10.173.91.137","reporting_user":"LM\\a1568822","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638085004291780205} +{"required_role":"OPERATOR","user_role":"DESIGNER","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638085006098328415,"reporting_node":"10.172.152.122","reporting_user":"LM\\a1521019","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638085006098328415} +{"required_role":"OPERATOR","user_role":"ADMIN","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638085007378938677,"reporting_node":"10.172.115.46","reporting_user":"LM\\a1519132","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638085007378938677} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638085010291927306,"reporting_node":"10.173.91.137","reporting_user":"LM\\a1568822","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638085010291927306} +{"required_role":"OPERATOR","user_role":"DESIGNER","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638085012098884589,"reporting_node":"10.172.152.122","reporting_user":"LM\\a1521019","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638085012098884589} +{"required_role":"OPERATOR","user_role":"ADMIN","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638085013999830169,"reporting_node":"10.172.115.46","reporting_user":"LM\\a1519132","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638085013999830169} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638085016292318525,"reporting_node":"10.173.91.137","reporting_user":"LM\\a1568822","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638085016292318525} +{"required_role":"OPERATOR","user_role":"DESIGNER","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638085018099512985,"reporting_node":"10.172.152.122","reporting_user":"LM\\a1521019","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638085018099512985} +{"required_role":"OPERATOR","user_role":"ADMIN","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638085020589947246,"reporting_node":"10.172.115.46","reporting_user":"LM\\a1519132","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638085020589947246} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638085022293178883,"reporting_node":"10.173.91.137","reporting_user":"LM\\a1568822","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638085022293178883} +{"required_role":"OPERATOR","user_role":"DESIGNER","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638085024109315744,"reporting_node":"10.172.152.122","reporting_user":"LM\\a1521019","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638085024109315744} +{"required_role":"OPERATOR","user_role":"ADMIN","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638085027790582371,"reporting_node":"10.172.115.46","reporting_user":"LM\\a1519132","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638085027790582371} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638085029492656870,"reporting_node":"10.173.91.137","reporting_user":"LM\\a1568822","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638085029492656870} +{"required_role":"OPERATOR","user_role":"DESIGNER","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638085030700155573,"reporting_node":"10.172.152.122","reporting_user":"LM\\a1521019","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638085030700155573} +{"required_role":"OPERATOR","user_role":"ADMIN","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638085033780989164,"reporting_node":"10.172.115.46","reporting_user":"LM\\a1519132","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638085033780989164} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638085036093291328,"reporting_node":"10.173.91.137","reporting_user":"LM\\a1568822","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638085036093291328} +{"required_role":"OPERATOR","user_role":"DESIGNER","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638085037900264825,"reporting_node":"10.172.152.122","reporting_user":"LM\\a1521019","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638085037900264825} +{"required_role":"OPERATOR","user_role":"ADMIN","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638085040980825363,"reporting_node":"10.172.115.46","reporting_user":"LM\\a1519132","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638085040980825363} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638085042094304350,"reporting_node":"10.173.91.137","reporting_user":"LM\\a1568822","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638085042094304350} +{"required_role":"OPERATOR","user_role":"DESIGNER","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638085043303468192,"reporting_node":"10.172.152.122","reporting_user":"LM\\a1521019","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638085043303468192} +{"required_role":"OPERATOR","user_role":"ADMIN","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638085046982294982,"reporting_node":"10.172.115.46","reporting_user":"LM\\a1519132","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638085046982294982} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638085048094608615,"reporting_node":"10.173.91.137","reporting_user":"LM\\a1568822","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638085048094608615} +{"required_role":"OPERATOR","user_role":"DESIGNER","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638085050501662084,"reporting_node":"10.172.152.122","reporting_user":"LM\\a1521019","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638085050501662084} +{"required_role":"OPERATOR","user_role":"ADMIN","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638085052982705504,"reporting_node":"10.172.115.46","reporting_user":"LM\\a1519132","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638085052982705504} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638085054098570715,"reporting_node":"10.173.91.137","reporting_user":"LM\\a1568822","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638085054098570715} +{"required_role":"OPERATOR","user_role":"DESIGNER","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638085056502317499,"reporting_node":"10.172.152.122","reporting_user":"LM\\a1521019","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638085056502317499} +{"required_role":"OPERATOR","user_role":"ADMIN","accepted":true,"request_url":"/catalog_service_settings","rest_params":{},"original_time":638085060183382536,"reporting_node":"10.172.115.46","reporting_user":"LM\\a1519132","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"INFO","audit_time":638085060183382536} +{"required_role":"OPERATOR","user_role":"VIEWER","request_url":"/catalog_service_settings","rest_params":{},"original_time":638085061294057050,"reporting_node":"10.173.91.137","reporting_user":"LM\\a1568822","product":"EnterpriseManager","subject_name":"GetCatalogServiceSettings","severity":"WARNING","audit_time":638085061294057050} + \ No newline at end of file diff --git a/work/audit_export/getCurrentTicks.ps1 b/work/audit_export/getCurrentTicks.ps1 new file mode 100644 index 0000000..d608074 --- /dev/null +++ b/work/audit_export/getCurrentTicks.ps1 @@ -0,0 +1 @@ +(get-date).ticks \ No newline at end of file diff --git a/work/convert_to_json/convert_to_json.pl b/work/convert_to_json/convert_to_json.pl new file mode 100644 index 0000000..34a75c4 --- /dev/null +++ b/work/convert_to_json/convert_to_json.pl @@ -0,0 +1,21 @@ +# +# Usage: +# Step 1: >> perl make_license_json.pl license.txt > license.json +# Step 2: >> repctl [-d ] importlicense license_file=license.json +# +# Enjoy! Hein van den Heuvel +# +$comma = q(); # Will become a a comma +for (<>) { + next if /^\s*#/; # Comment? + if (/license_type=/) { # Looks like a license file?} + $license=1; + print qq({\n\t"cmd.license":\t{); # Open up the JSON structure + } + next unless $license and /=/; + chomp; # Remove New-line + s/=/":"/; + print qq(${comma}\n\t\t"${_}"); + $comma = q(,); # Now it must become real +} +print qq(\n\t}\n}\n); # And close the JSON structure diff --git a/work/endpoint_check/aem_client.py b/work/endpoint_check/aem_client.py new file mode 100644 index 0000000..9190b5a --- /dev/null +++ b/work/endpoint_check/aem_client.py @@ -0,0 +1,1061 @@ +""" + Copyright 2018 Attunity + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +""" + +# coding: utf-8 +import os, sys, ssl, base64 +from collections import OrderedDict +import json + +use_python_env_3X = sys.version_info > (3,) +if use_python_env_3X: + from urllib.parse import quote + from urllib.request import Request, urlopen + from urllib.error import HTTPError, URLError + base_string_type = str +else: + from urllib2 import Request, urlopen, HTTPError, URLError, quote + base_string_type = basestring + +HEADERS_CONTENT_TYPE = 'Content-Type' +HEADERS_CONTENT_LENGTH = 'Content-Length' + +# import Enum # if 3.4 its supported in python, else use: pip install enum34 +from enum import Enum + + +#region models + +#Enums +class AemTaskStopReason(Enum): + NONE = 0 + NORMAL = 1 + RECOVERABLE_ERROR = 2 + FATAL_ERROR = 3 + FULL_LOAD_ONLY_FINISHED = 4 + STOPPED_AFTER_FULL_LOAD = 5 + STOPPED_AFTER_CACHED_EVENTS = 6 + EXPRESS_LICENSE_LIMITS_REACHED = 7 + STOPPED_AFTER_DDL_APPLY = 8 + STOPPED_LOW_MEMORY = 9 + STOPPED_LOW_DISK_SPACE = 10 + +class AemEndpointState(Enum): + UNKNOWN = 0 + CONNECTED = 1 + ERROR = 2 + +class EndpointRole(Enum): + ALL = 0 + SOURCE = 1 + TARGET = 2 + BOTH = 3 + +class AemLicenseState(Enum): + VALID_LICENSE = 0 + INVALID_LICENSE_CHECKSUM = 1 + EXPIRED_LICENSE = 2 + NO_LICENSE = 3 + MACHINE_NOT_LICENSED = 4 + INVALID_LICENSE = 5 + +class AemServerState(Enum): + NOT_MONITORED = 0 + MONITORED = 1 + ERROR = 2 + +class AemTableState(Enum): + TABLE_QUEUED = 0 + TABLE_LOADING = 1 + TABLE_COMPLETED = 2 + TABLE_CHANGE_PROCESSING = 3 + TABLE_ERROR = 4 + +class AemRunTaskOptions(Enum): + RESUME_PROCESSING = 1 + RELOAD_TARGET = 2 + RESUME_PROCESSING_FROM_TIMESTAMP = 3 + METADATA_ONLY_RECREATE_ALL_TABLES = 4 + METADATA_ONLY_CREATE_MISSING_TABLES = 5 + RECOVER_USING_LOCALLY_STORED_CHECKPOINT = 6 + RECOVER_USING_CHECKPOINT_STORED_ON_TARGET = 7 + +class AemTaskState(Enum): + NOT_EXIST = 0 + RUNNING = 1 + ERROR = 2 + STOPPED = 3 + PAUSED = 4 + RECOVERY = 5 + STARTING = 6 + STOPPING = 7 + +class AemPlatform(Enum): + UNKNOWN = 0 + WINDOWS = 1 + LINUX = 2 + +class ServerType(Enum): + REPLICATE = 1 + COMPOSE_FDL = 3 + COMPOSE = 4 + COMPOSE_FDW = 5 + +#Base classes +class AemServer(object): + def __init__(self, j = None): + if not j: + self.name = None + self.description = None + self.host = None + self.port = None + self.username = None + self.password = None + self.monitored = True + self.verify_server_certificate = False + self.type = ServerType.REPLICATE + else: + self.__dict__ = AttUtil.attobject_from_json(j) + self.type = ServerType[self.type] + +#class AemComposeTaskInfoDetailed(AemTaskInfoDetailedBase): +# def __init__(self, j = None): +# AemTaskInfoDetailedBase.__init__(self, j) + +class AemServerInfo(object): + def __init__(self, j = None): + if not j: + self.name = None + self.description = None + self.host = None + self.port = None + self.state = AemServerState.NOT_MONITORED + self.message = None + self.platform = AemPlatform.UNKNOWN + self.version = None + self.last_connection = None + self.type = ServerType.REPLICATE + else: + self.__dict__ = AttUtil.attobject_from_json(j) + self.state = AemServerState[self.state] + self.platform = AemPlatform[self.platform] + self.type = ServerType[self.type] + +class AemTaskInfoDetailedBase(object): + def __init__(self, j = None): + if not j: + self.name = None + self.state = AemTaskState.NOT_EXIST + self.description = None + self.source_endpoint = None + self.target_endpoint = None + self.assigned_tags = [] + self.message = None + self.profile = None + else: + self.__dict__ = AttUtil.attobject_from_json(j) + self.state = AemTaskState[self.state] + self.source_endpoint = TaskEndpoint(self.source_endpoint) + self.target_endpoint = TaskEndpoint(self.target_endpoint) + +class AemComposeTaskInfoDetailed(AemTaskInfoDetailedBase): + def __init__(self, j = None): + AemTaskInfoDetailedBase.__init__(self, j) + +class AemServerDetails(object): + def __init__(self, j = None): + if not j: + self.name = None + self.description = None + self.configuration = None + self.state = AemServerState.NOT_MONITORED + self.message = None + self.version = None + self.license = None + self.last_connection = None + self.task_summary = None + self.resource_utilization = None + self.type = ServerType.REPLICATE + else: + self.__dict__ = AttUtil.attobject_from_json(j) + self.configuration = Configuration(self.configuration) + self.state = AemServerState[self.state] + self.license = ApiLicense(self.license) + self.task_summary = AemTasksSummary(self.task_summary) + self.resource_utilization = AemServerUtilization(self.resource_utilization) + self.type = ServerType[self.type] + +#child classes +class AemTaskInfoDetailed(AemTaskInfoDetailedBase): + def __init__(self, j = None): + AemTaskInfoDetailedBase.__init__(self, j) + +class ReplicateServerInfo(AemServerInfo): + def __init__(self, j = None): + AemServerInfo.__init__(self, j) + +class AemComposeDMTaskInfoDetailed(AemComposeTaskInfoDetailed): + def __init__(self, j = None): + AemComposeTaskInfoDetailed.__init__(self, j) + +class AemComposeServer(AemServer): + def __init__(self, j = None): + AemServer.__init__(self, j) + +class AemReplicateServer(AemServer): + def __init__(self, j = None): + AemServer.__init__(self, j) + +class ComposeServerDetails(AemServerDetails): + def __init__(self, j = None): + AemServerDetails.__init__(self, j) + +class ReplicateServerDetails(AemServerDetails): + def __init__(self, j = None): + AemServerDetails.__init__(self, j) + +class ComposeServerInfo(AemServerInfo): + def __init__(self, j = None): + AemServerInfo.__init__(self, j) + +class AemComposeDWTaskInfoDetailed(AemComposeTaskInfoDetailed): + def __init__(self, j = None): + AemComposeTaskInfoDetailed.__init__(self, j) + +class AemComposeDLTaskInfoDetailed(AemComposeTaskInfoDetailed): + def __init__(self, j = None): + AemComposeTaskInfoDetailed.__init__(self, j) + +#simple classes +class AemAuthorizationAcl(object): + def __init__(self, j = None): + if not j: + self.admin_role = None + self.designer_role = None + self.operator_role = None + self.viewer_role = None + self.disable_inheritance = False + else: + self.__dict__ = AttUtil.attobject_from_json(j) + self.admin_role = AemRoleDef(self.admin_role) + self.designer_role = AemRoleDef(self.designer_role) + self.operator_role = AemRoleDef(self.operator_role) + self.viewer_role = AemRoleDef(self.viewer_role) + +class AemGetTableStatusesResp(object): + def __init__(self, j = None): + if not j: + self.table_details = [] + else: + self.__dict__ = AttUtil.attobject_from_json(j) + for i, k in enumerate(self.table_details): + self.table_details[i] = AemTableDetails(self.table_details[i]) + +class AemGetTaskListResp(object): + def __init__(self, j = None): + if not j: + self.taskList = [] + else: + self.__dict__ = AttUtil.attobject_from_json(j) + for i, k in enumerate(self.taskList): + self.taskList[i] = AemTaskInfo(self.taskList[i]) + +class AemSetChangeDataRetentionBarrierReq(object): + def __init__(self, j = None): + if not j: + self.application = None + self.retention_point = None + else: + self.__dict__ = AttUtil.attobject_from_json(j) + +class AemGetServerListResp(object): + def __init__(self, j = None): + if not j: + self.serverList = [] + else: + self.__dict__ = AttUtil.attobject_from_json(j) + for i, k in enumerate(self.serverList): + if self.serverList[i]['$type'] == 'ReplicateServerInfo': + self.serverList[i] = ReplicateServerInfo(self.serverList[i]) + continue + if self.serverList[i]['$type'] == 'ComposeServerInfo': + self.serverList[i] = ComposeServerInfo(self.serverList[i]) + continue + +class AemTaskInfo(object): + def __init__(self, j = None): + if not j: + self.name = None + self.state = AemTaskState.STOPPED + self.stop_reason = AemTaskStopReason.NORMAL + self.message = None + self.assigned_tags = [] + else: + self.__dict__ = AttUtil.attobject_from_json(j) + self.state = AemTaskState[self.state] + self.stop_reason = AemTaskStopReason[self.stop_reason] + +class AemTableDetails(object): + def __init__(self, j = None): + if not j: + self.schema_on_source = None + self.table_on_source = None + self.schema_on_target = None + self.table_on_target = None + self.state = AemTableState.TABLE_QUEUED + self.data_errors_count = 0 + self.table_full_load_info = None + self.table_cdc_info = None + else: + self.__dict__ = AttUtil.attobject_from_json(j) + self.state = AemTableState[self.state] + self.table_full_load_info = AemTableFullLoadInfo(self.table_full_load_info) + self.table_cdc_info = AemTableCdcInfo(self.table_cdc_info) + +class AemTableFullLoadInfo(object): + def __init__(self, j = None): + if not j: + self.start_time = None + self.end_time = None + self.estimated_row_count = 0 + self.estimated_end_time = None + self.transferred_row_count = 0 + self.transferred_volume_mb = 0 + else: + self.__dict__ = AttUtil.attobject_from_json(j) + +class AemGetTableListResp(object): + def __init__(self, j = None): + if not j: + self.tablelist = [] + else: + self.__dict__ = AttUtil.attobject_from_json(j) + for i, k in enumerate(self.tablelist): + self.tablelist[i] = AemTableInfo(self.tablelist[i]) + +class AemDeleteOldChangeDataReq(object): + def __init__(self, j = None): + if not j: + self.timestamp_or_offset = None + else: + self.__dict__ = AttUtil.attobject_from_json(j) + +class AemGroupRef(object): + def __init__(self, j = None): + if not j: + self.name = None + else: + self.__dict__ = AttUtil.attobject_from_json(j) + +class Endpoint(object): + def __init__(self, j = None): + if not j: + self.name = None + self.description = None + self.role = EndpointRole.ALL + self.type = None + self.is_licensed = False + else: + self.__dict__ = AttUtil.attobject_from_json(j) + self.role = EndpointRole[self.role] + +class AemGetEndpointListResp(object): + def __init__(self, j = None): + if not j: + self.endpointList = [] + else: + self.__dict__ = AttUtil.attobject_from_json(j) + for i, k in enumerate(self.endpointList): + self.endpointList[i] = Endpoint(self.endpointList[i]) + +class AemServerUtilization(object): + def __init__(self, j = None): + if not j: + self.disk_usage_mb = 0 + self.memory_mb = 0 + self.attunity_cpu_percentage = 0 + self.machine_cpu_percentage = 0 + else: + self.__dict__ = AttUtil.attobject_from_json(j) + +class AemGetChangeDataRetentionBarrierResp(object): + def __init__(self, j = None): + if not j: + self.application = None + self.retention_point = None + else: + self.__dict__ = AttUtil.attobject_from_json(j) + +class AemGetServerDetailsResp(object): + def __init__(self, j = None): + if not j: + self.server_details = None + else: + self.__dict__ = AttUtil.attobject_from_json(j) + if self.server_details['$type'] == 'ReplicateServerDetails': + self.server_details = ReplicateServerDetails(self.server_details) + elif self.server_details['$type'] == 'ComposeServerDetails': + self.server_details = ComposeServerDetails(self.server_details) + +class AemRoleDef(object): + def __init__(self, j = None): + if not j: + self.users = [] + self.groups = [] + else: + self.__dict__ = AttUtil.attobject_from_json(j) + for i, k in enumerate(self.users): + self.users[i] = AemUserRef(self.users[i]) + for i, k in enumerate(self.groups): + self.groups[i] = AemGroupRef(self.groups[i]) + +class AemRunTaskReq(object): + def __init__(self, j = None): + if not j: + self.cdcposition = None + else: + self.__dict__ = AttUtil.attobject_from_json(j) + +class AemStopTaskResp(object): + def __init__(self, j = None): + if not j: + self.state = AemTaskState.NOT_EXIST + self.error_message = None + else: + self.__dict__ = AttUtil.attobject_from_json(j) + self.state = AemTaskState[self.state] + +class AemTasksSummary(object): + def __init__(self, j = None): + if not j: + self.total = 0 + self.running = 0 + self.stopped = 0 + self.recovering = 0 + self.error = 0 + else: + self.__dict__ = AttUtil.attobject_from_json(j) + +class TaskEndpoint(object): + def __init__(self, j = None): + if not j: + self.name = None + self.type = None + else: + self.__dict__ = AttUtil.attobject_from_json(j) + +class AemTableCdcInfo(object): + def __init__(self, j = None): + if not j: + self.insert_count = 0 + self.update_count = 0 + self.delete_count = 0 + self.ddl_count = 0 + self.last_update_time = None + self.cached_insert_count = 0 + self.cached_update_count = 0 + self.cached_delete_count = 0 + else: + self.__dict__ = AttUtil.attobject_from_json(j) + +class AemRunTaskResp(object): + def __init__(self, j = None): + if not j: + self.state = AemTaskState.NOT_EXIST + self.error_message = None + else: + self.__dict__ = AttUtil.attobject_from_json(j) + self.state = AemTaskState[self.state] + +class AemUserRef(object): + def __init__(self, j = None): + if not j: + self.name = None + else: + self.__dict__ = AttUtil.attobject_from_json(j) + +class AemTableInfo(object): + def __init__(self, j = None): + if not j: + self.schema = None + self.table = None + self.state = AemTableState.TABLE_QUEUED + else: + self.__dict__ = AttUtil.attobject_from_json(j) + self.state = AemTableState[self.state] + +class AemTestEndpointResp(object): + def __init__(self, j = None): + if not j: + self.status = AemEndpointState.UNKNOWN + self.message = None + self.detailed_message = None + else: + self.__dict__ = AttUtil.attobject_from_json(j) + self.status = AemEndpointState[self.status] + +class ApiLicense(object): + def __init__(self, j = None): + if not j: + self.issue_date = None + self.state = AemLicenseState.VALID_LICENSE + self.expiration = None + self.days_to_expiration = 0 + else: + self.__dict__ = AttUtil.attobject_from_json(j) + self.state = AemLicenseState[self.state] + +class Configuration(object): + def __init__(self, j = None): + if not j: + self.host = None + self.platform = AemPlatform.UNKNOWN + self.port = None + self.user_name = None + else: + self.__dict__ = AttUtil.attobject_from_json(j) + self.platform = AemPlatform[self.platform] + + +#endregion models + +#region utils + +class AuthenticationMethod(Enum): + ACTIVE_DIRECTORY = 0 + SAML = 1 + +class AttUtil(object): + @staticmethod + def quote_param(url_param): + if isinstance(url_param, Enum): + url_param = url_param.name + url_param = str(url_param).encode('utf-8') + url_param = quote(quote(url_param)) + return url_param + # END function AttUtil.quote_param + + @staticmethod + def attobject_from_json(obj): + base_obj = obj + if type(obj) is dict: + return base_obj + try: + if isinstance(obj, base_string_type) or isinstance(obj, str) or isinstance(obj.decode('utf-8'), str): + base_obj = json.loads(obj) + except Exception as ex: + print(ex) + return base_obj + # END function AttUtil.attobject_from_json + + @staticmethod + def attobject_to_json(obj): + if isinstance(obj, Enum): + return obj.name + elif (obj is None or (type(obj) is str) or (type(obj) is int) or (type(obj) is bool) or (type(obj) is bytes) or isinstance(obj, base_string_type) or (str(type(obj)) == "") ): + return obj + elif ( (type(obj) is list) or isinstance(obj, list) ): + arr = [] + for item in obj: + arr.append( AttUtil.attobject_to_json(item)) + return arr + elif ( (type(obj) is dict) or (obj.__dict__ != None) ): + # keep the object Type + obj_type = obj.__class__.__name__ + sorted_dict = OrderedDict() + # set $type as first + sorted_dict['$type'] = obj_type + for key in obj.__dict__: + sorted_dict[key] = AttUtil.attobject_to_json(obj.__dict__[key]) + return sorted_dict + else: + return obj + # END function AttUtil.attobject_to_json + + @staticmethod + def validate_params(param_dict): + for key in param_dict: + item = param_dict[key] + if not isinstance(item["value"], item["type"]): + raise Exception('Param: "{0}" should be of type: "{1}", but was: "{2}"'.format(key, item["type"], type(item["value"]) ) ) + # END function AttUtil.validate_params + + @staticmethod + def get_b64_user_pass(username, password): + username_pass_tpl = str.encode('{0}:{1}'.format(username, password)) + return base64.b64encode(username_pass_tpl).decode('ascii') + # END function AttUtil.get_b64_user_pass +# END class AttUtil + +class AemClientException(Exception): + def __init__(self, error_code, error_message): + self.error_code = error_code + self.message = error_message + Exception.__init__(self, error_code, error_message) + +class AttConnector(object): + def __init__(self, b64_username_password, verify_certificate=True, authentication_method=AuthenticationMethod.ACTIVE_DIRECTORY): + self.verify_certificate = verify_certificate + if authentication_method == AuthenticationMethod.ACTIVE_DIRECTORY: + self.headers = { 'Authorization' : 'Basic %s' % b64_username_password } + else: + self.headers = dict() + if verify_certificate: + ssl._create_default_https_context = ssl.create_default_context + else: + ssl._create_default_https_context = ssl._create_unverified_context + + def att_request(self, method, url, payload=None, get_raw_error=False, content_type='application/json'): + req_headers = {} + for key in self.headers: + req_headers[key] = self.headers[key] + req_headers[HEADERS_CONTENT_TYPE] = content_type + if payload: + payload = payload.encode('utf-8') + req_headers[HEADERS_CONTENT_LENGTH] = str(len(payload)) + elif HEADERS_CONTENT_LENGTH in req_headers: + del req_headers[HEADERS_CONTENT_LENGTH] + att_response = {} + request_pyx = Request(url, data=payload, headers=req_headers) + request_pyx.get_method = lambda: method + try: + att_response = urlopen(request_pyx) + except HTTPError as ex: + if get_raw_error: + att_response = ex + else: + # TODO: G.G. - remove read, and adjust calls and errors + att_response = ex.read() + except URLError as ex: + att_response = ex + except Exception as ex: + att_response = ex + return att_response + # end of att_request + def save_headers(self, response): + headers_dict = {} + try: + resp_info = response.info() + for key in resp_info: + if key != HEADERS_CONTENT_LENGTH: + headers_dict[key] = response.headers[key] + except Exception as ex: + print(ex) + self.headers = headers_dict + # end of save_headers +# END of class AttConnector + +#endregion utils + +#region infrastructure + +class AttClient(object): + def __init__(self, b64_username_password, url="", verify_certificate=True, authentication_method=AuthenticationMethod.ACTIVE_DIRECTORY): + if 'https' not in url: + raise Exception('The Aem access URL must start with "https".') + if not isinstance(authentication_method, AuthenticationMethod): + raise Exception('authentication_method must be of type AuthenticationMethod') + self.url = url + self.attconnector = AttConnector(b64_username_password, verify_certificate, authentication_method) + login_url = '{0}/api/v1/login'.format(self.url) + if authentication_method == AuthenticationMethod.ACTIVE_DIRECTORY: + saml_message = None + else: + saml_message = b64_username_password + response = self.attconnector.att_request(method='POST', url=login_url, payload=saml_message, get_raw_error=True, content_type='application/x-www-form-urlencoded') + if hasattr(response, 'code') and response.code == 200: + self.attconnector.save_headers(response) + else: + self.attconnector = None + if hasattr(response, 'reason') and response.reason: + raise Exception("Http Error: {0}".format(response.reason)) + else: + resp_json = json.loads(response) + raise AemClientException(resp_json['error_code'], resp_json['error_message']) + # END function __init__ + + def do_web_request(self, resp_class=None, address=None, http_method='GET', req = None, stream_req = False): + full_url = '{0}/{1}'.format(self.url, address) + payload = None + if req: + if stream_req: + payload = req + else: + att_json = AttUtil.attobject_to_json(req) + payload = json.dumps( att_json, sort_keys=True ) + response_t = self.attconnector.att_request(method=http_method, url=full_url, payload=payload) + response_text = None + try: + response_text = response_t.read() + except Exception as ex: + if hasattr(response_t, 'reason') and response_t.reason: + raise Exception('Http Error: {0}'.format(response_t.reason)) + else: + response_t = json.loads(response_t) + if 'error_code' in response_t or 'status_code' in response_t: + raise AemClientException(response_t['error_code'], response_t['error_message']) + if resp_class: + return resp_class(response_text) + return response_text + # END function do_web_request + +#endregion infrastructure + + +class AemClient(AttClient): + def __init__(self, b64_username_password, machine_name, port=443, url="https://{0}/attunityenterprisemanager", verify_certificate=True, authentication_method=AuthenticationMethod.ACTIVE_DIRECTORY): + if port != 443: + machine_name = '{0}:{1}'.format(machine_name, port) + if url.find('{0}'): + url = url.format(machine_name) + self.attclient = AttClient(b64_username_password, url, verify_certificate, authentication_method) + def delete_endpoint(self, server, endpoint): + """ + parameters: + server - string + endpoint - string + """ + AttUtil.validate_params({ 'server':{'value':server,'type':base_string_type }, 'endpoint':{'value':endpoint,'type':base_string_type } }) + address = "api/v1/servers/" + AttUtil.quote_param(server) + "/endpoints/" + AttUtil.quote_param(endpoint) + "?action=delete" + self.attclient.do_web_request(None, address, 'POST', None) + + def delete_old_change_data(self, payload, server, task): + """ + request payload: AemDeleteOldChangeDataReq + parameters: + server - string + task - string + """ + AttUtil.validate_params({ 'payload':{'value':payload,'type':AemDeleteOldChangeDataReq }, 'server':{'value':server,'type':base_string_type }, 'task':{'value':task,'type':base_string_type } }) + address = "api/v1/servers/" + AttUtil.quote_param(server) + "/tasks/" + AttUtil.quote_param(task) + "?action=delete_old_change_data" + self.attclient.do_web_request(None, address, 'POST', payload) + + def delete_server_acl(self, server): + """ + parameters: + server - string + """ + AttUtil.validate_params({ 'server':{'value':server,'type':base_string_type } }) + address = "api/v1/servers/" + AttUtil.quote_param(server) + "?action=acl" + self.attclient.do_web_request(None, address, 'DELETE', None) + + def delete_server(self, server): + """ + parameters: + server - string + """ + AttUtil.validate_params({ 'server':{'value':server,'type':base_string_type } }) + address = "api/v1/servers/" + AttUtil.quote_param(server) + "/def" + self.attclient.do_web_request(None, address, 'DELETE', None) + + def delete_task(self, server, task, deletetasklogs = False): + """ + parameters: + server - string + task - string + deletetasklogs - bool + """ + AttUtil.validate_params({ 'server':{'value':server,'type':base_string_type }, 'task':{'value':task,'type':base_string_type }, 'deletetasklogs':{'value':deletetasklogs,'type':bool } }) + address = "api/v1/servers/" + AttUtil.quote_param(server) + "/tasks/" + AttUtil.quote_param(task) + "?action=delete&deletetasklogs=" + AttUtil.quote_param(deletetasklogs) + "" + self.attclient.do_web_request(None, address, 'POST', None) + + def export_all(self, server): + """ + response payload: STREAM + parameters: + server - string + """ + AttUtil.validate_params({ 'server':{'value':server,'type':base_string_type } }) + address = "api/v1/servers/" + AttUtil.quote_param(server) + "?action=export" + resp = self.attclient.do_web_request(None, address, 'GET', None) + return resp + + def export_audit_trail(self, start_timestamp = None, end_timestamp = None): + """ + response payload: STREAM + parameters: + start_timestamp - string + end_timestamp - string + """ + AttUtil.validate_params({ 'start_timestamp':{'value':start_timestamp,'type':base_string_type }, 'end_timestamp':{'value':end_timestamp,'type':base_string_type } }) + address = "api/v1/security/audit_trail?start_timestamp=" + AttUtil.quote_param(start_timestamp) + "&end_timestamp=" + AttUtil.quote_param(end_timestamp) + "" + resp = self.attclient.do_web_request(None, address, 'GET', None) + return resp + + def export_task(self, server, task, withendpoints = False): + """ + response payload: STREAM + parameters: + server - string + task - string + withendpoints - bool + """ + AttUtil.validate_params({ 'server':{'value':server,'type':base_string_type }, 'task':{'value':task,'type':base_string_type }, 'withendpoints':{'value':withendpoints,'type':bool } }) + address = "api/v1/servers/" + AttUtil.quote_param(server) + "/tasks/" + AttUtil.quote_param(task) + "?action=export&withendpoints=" + AttUtil.quote_param(withendpoints) + "" + resp = self.attclient.do_web_request(None, address, 'GET', None) + return resp + + def get_change_data_retention_barrier(self, server, task): + """ + response payload: AemGetChangeDataRetentionBarrierResp + parameters: + server - string + task - string + """ + AttUtil.validate_params({ 'server':{'value':server,'type':base_string_type }, 'task':{'value':task,'type':base_string_type } }) + address = "api/v1/servers/" + AttUtil.quote_param(server) + "/tasks/" + AttUtil.quote_param(task) + "?action=get_change_data_retention_barrier" + resp = self.attclient.do_web_request(AemGetChangeDataRetentionBarrierResp, address, 'GET', None) + return resp + + def get_endpoint_list(self, server): + """ + response payload: AemGetEndpointListResp + parameters: + server - string + """ + AttUtil.validate_params({ 'server':{'value':server,'type':base_string_type } }) + address = "api/v1/servers/" + AttUtil.quote_param(server) + "/endpoints" + resp = self.attclient.do_web_request(AemGetEndpointListResp, address, 'GET', None) + return resp + + def get_server_acl(self, server): + """ + response payload: AemAuthorizationAcl + parameters: + server - string + """ + AttUtil.validate_params({ 'server':{'value':server,'type':base_string_type } }) + address = "api/v1/servers/" + AttUtil.quote_param(server) + "?action=acl" + resp = self.attclient.do_web_request(AemAuthorizationAcl, address, 'GET', None) + return resp + + def get_server_details(self, server): + """ + response payload: AemGetServerDetailsResp + parameters: + server - string + """ + AttUtil.validate_params({ 'server':{'value':server,'type':base_string_type } }) + address = "api/v1/servers/" + AttUtil.quote_param(server) + "" + resp = self.attclient.do_web_request(AemGetServerDetailsResp, address, 'GET', None) + return resp + + def get_server_list(self, ): + """ + response payload: AemGetServerListResp + parameters: + """ + address = "api/v1/servers" + resp = self.attclient.do_web_request(AemGetServerListResp, address, 'GET', None) + return resp + + def get_server(self, server): + """ + response payload: AemServer + parameters: + server - string + """ + AttUtil.validate_params({ 'server':{'value':server,'type':base_string_type } }) + address = "api/v1/servers/" + AttUtil.quote_param(server) + "/def" + resp = self.attclient.do_web_request(AemServer, address, 'GET', None) + return resp + + def get_table_list(self, server, task, schema = None, table = None, includequeued = False, includeloading = False, includecompleted = False, includechangeprocessing = False, includeerror = False): + """ + response payload: AemGetTableListResp + parameters: + server - string + task - string + schema - string + table - string + includequeued - bool + includeloading - bool + includecompleted - bool + includechangeprocessing - bool + includeerror - bool + """ + AttUtil.validate_params({ 'server':{'value':server,'type':base_string_type }, 'task':{'value':task,'type':base_string_type }, 'schema':{'value':schema,'type':base_string_type }, 'table':{'value':table,'type':base_string_type }, 'includequeued':{'value':includequeued,'type':bool }, 'includeloading':{'value':includeloading,'type':bool }, 'includecompleted':{'value':includecompleted,'type':bool }, 'includechangeprocessing':{'value':includechangeprocessing,'type':bool }, 'includeerror':{'value':includeerror,'type':bool } }) + address = "api/v1/servers/" + AttUtil.quote_param(server) + "/tasks/" + AttUtil.quote_param(task) + "/tables?schema=" + AttUtil.quote_param(schema) + "&table=" + AttUtil.quote_param(table) + "&includequeued=" + AttUtil.quote_param(includequeued) + "&includeloading=" + AttUtil.quote_param(includeloading) + "&includecompleted=" + AttUtil.quote_param(includecompleted) + "&includechangeprocessing=" + AttUtil.quote_param(includechangeprocessing) + "&includeerror=" + AttUtil.quote_param(includeerror) + "" + resp = self.attclient.do_web_request(AemGetTableListResp, address, 'GET', None) + return resp + + def get_table_statuses(self, server, task, schema = None, table = None, includequeued = False, includeloading = False, includecompleted = False, includechangeprocessing = False, includeerror = False): + """ + response payload: AemGetTableStatusesResp + parameters: + server - string + task - string + schema - string + table - string + includequeued - bool + includeloading - bool + includecompleted - bool + includechangeprocessing - bool + includeerror - bool + """ + AttUtil.validate_params({ 'server':{'value':server,'type':base_string_type }, 'task':{'value':task,'type':base_string_type }, 'schema':{'value':schema,'type':base_string_type }, 'table':{'value':table,'type':base_string_type }, 'includequeued':{'value':includequeued,'type':bool }, 'includeloading':{'value':includeloading,'type':bool }, 'includecompleted':{'value':includecompleted,'type':bool }, 'includechangeprocessing':{'value':includechangeprocessing,'type':bool }, 'includeerror':{'value':includeerror,'type':bool } }) + address = "api/v1/servers/" + AttUtil.quote_param(server) + "/tasks/" + AttUtil.quote_param(task) + "/tables?action=getstatus&schema=" + AttUtil.quote_param(schema) + "&table=" + AttUtil.quote_param(table) + "&includequeued=" + AttUtil.quote_param(includequeued) + "&includeloading=" + AttUtil.quote_param(includeloading) + "&includecompleted=" + AttUtil.quote_param(includecompleted) + "&includechangeprocessing=" + AttUtil.quote_param(includechangeprocessing) + "&includeerror=" + AttUtil.quote_param(includeerror) + "" + resp = self.attclient.do_web_request(AemGetTableStatusesResp, address, 'GET', None) + return resp + + def get_task_details(self, server, task): + """ + response payload: AemTaskInfoDetailedBase + parameters: + server - string + task - string + """ + AttUtil.validate_params({ 'server':{'value':server,'type':base_string_type }, 'task':{'value':task,'type':base_string_type } }) + address = "api/v1/servers/" + AttUtil.quote_param(server) + "/tasks/" + AttUtil.quote_param(task) + "" + resp = self.attclient.do_web_request(AemTaskInfoDetailedBase, address, 'GET', None) + return resp + + def get_task_list(self, server): + """ + response payload: AemGetTaskListResp + parameters: + server - string + """ + AttUtil.validate_params({ 'server':{'value':server,'type':base_string_type } }) + address = "api/v1/servers/" + AttUtil.quote_param(server) + "/tasks" + resp = self.attclient.do_web_request(AemGetTaskListResp, address, 'GET', None) + return resp + + def import_all(self, payload, server): + """ + request payload: STREAM + parameters: + server - string + """ + AttUtil.validate_params({ 'payload':{'value':payload,'type':base_string_type }, 'server':{'value':server,'type':base_string_type } }) + address = "api/v1/servers/" + AttUtil.quote_param(server) + "?action=import" + self.attclient.do_web_request(None, address, 'POST', payload, True) + + def import_task(self, payload, server, task): + """ + request payload: STREAM + parameters: + server - string + task - string + """ + AttUtil.validate_params({ 'payload':{'value':payload,'type':base_string_type }, 'server':{'value':server,'type':base_string_type }, 'task':{'value':task,'type':base_string_type } }) + address = "api/v1/servers/" + AttUtil.quote_param(server) + "/tasks/" + AttUtil.quote_param(task) + "?action=import" + self.attclient.do_web_request(None, address, 'POST', payload, True) + + def put_server_acl(self, payload, server): + """ + request payload: AemAuthorizationAcl + parameters: + server - string + """ + AttUtil.validate_params({ 'payload':{'value':payload,'type':AemAuthorizationAcl }, 'server':{'value':server,'type':base_string_type } }) + address = "api/v1/servers/" + AttUtil.quote_param(server) + "?action=acl" + self.attclient.do_web_request(None, address, 'PUT', payload) + + def put_server_license(self, payload, server): + """ + request payload: STREAM + parameters: + server - string + """ + AttUtil.validate_params({ 'payload':{'value':payload,'type':base_string_type }, 'server':{'value':server,'type':base_string_type } }) + address = "api/v1/servers/" + AttUtil.quote_param(server) + "/license/def" + self.attclient.do_web_request(None, address, 'PUT', payload, True) + + def put_server(self, payload, server): + """ + request payload: AemServer + parameters: + server - string + """ + AttUtil.validate_params({ 'payload':{'value':payload,'type':AemServer }, 'server':{'value':server,'type':base_string_type } }) + address = "api/v1/servers/" + AttUtil.quote_param(server) + "/def" + self.attclient.do_web_request(None, address, 'PUT', payload) + + def reconfigure_endpoint_no_wait(self, server, endpoint, configuration = None, recycle = True): + """ + parameters: + server - string + endpoint - string + configuration - string + recycle - bool + """ + AttUtil.validate_params({ 'server':{'value':server,'type':base_string_type }, 'endpoint':{'value':endpoint,'type':base_string_type }, 'configuration':{'value':configuration,'type':base_string_type }, 'recycle':{'value':recycle,'type':bool } }) + address = "api/v1/servers/" + AttUtil.quote_param(server) + "/endpoints/" + AttUtil.quote_param(endpoint) + "?action=reconfigure&configuration=" + AttUtil.quote_param(configuration) + "&recycle=" + AttUtil.quote_param(recycle) + "" + self.attclient.do_web_request(None, address, 'PUT', None) + + def reload_table(self, server, task, schema = None, table = None): + """ + parameters: + server - string + task - string + schema - string + table - string + """ + AttUtil.validate_params({ 'server':{'value':server,'type':base_string_type }, 'task':{'value':task,'type':base_string_type }, 'schema':{'value':schema,'type':base_string_type }, 'table':{'value':table,'type':base_string_type } }) + address = "api/v1/servers/" + AttUtil.quote_param(server) + "/tasks/" + AttUtil.quote_param(task) + "/tables?action=reload&schema=" + AttUtil.quote_param(schema) + "&table=" + AttUtil.quote_param(table) + "" + self.attclient.do_web_request(None, address, 'POST', None) + + def run_task(self, payload, server, task, option = AemRunTaskOptions.RESUME_PROCESSING, timeout = 60): + """ + request payload: AemRunTaskReq + response payload: AemRunTaskResp + parameters: + server - string + task - string + option - AemRunTaskOptions + timeout - int32 + """ + AttUtil.validate_params({ 'payload':{'value':payload,'type':AemRunTaskReq }, 'server':{'value':server,'type':base_string_type }, 'task':{'value':task,'type':base_string_type }, 'option':{'value':option,'type':AemRunTaskOptions }, 'timeout':{'value':timeout,'type':int } }) + address = "api/v1/servers/" + AttUtil.quote_param(server) + "/tasks/" + AttUtil.quote_param(task) + "?action=run&option=" + AttUtil.quote_param(option) + "&timeout=" + AttUtil.quote_param(timeout) + "" + resp = self.attclient.do_web_request(AemRunTaskResp, address, 'POST', payload) + return resp + + def set_change_data_retention_barrier(self, payload, server, task): + """ + request payload: AemSetChangeDataRetentionBarrierReq + parameters: + server - string + task - string + """ + AttUtil.validate_params({ 'payload':{'value':payload,'type':AemSetChangeDataRetentionBarrierReq }, 'server':{'value':server,'type':base_string_type }, 'task':{'value':task,'type':base_string_type } }) + address = "api/v1/servers/" + AttUtil.quote_param(server) + "/tasks/" + AttUtil.quote_param(task) + "?action=set_change_data_retention_barrier" + self.attclient.do_web_request(None, address, 'PUT', payload) + + def stop_task(self, server, task, timeout = 30): + """ + response payload: AemStopTaskResp + parameters: + server - string + task - string + timeout - int32 + """ + AttUtil.validate_params({ 'server':{'value':server,'type':base_string_type }, 'task':{'value':task,'type':base_string_type }, 'timeout':{'value':timeout,'type':int } }) + address = "api/v1/servers/" + AttUtil.quote_param(server) + "/tasks/" + AttUtil.quote_param(task) + "?action=stop&timeout=" + AttUtil.quote_param(timeout) + "" + resp = self.attclient.do_web_request(AemStopTaskResp, address, 'POST', None) + return resp + + def test_endpoint(self, server, endpoint, timeout = 60): + """ + response payload: AemTestEndpointResp + parameters: + server - string + endpoint - string + timeout - int32 + """ + AttUtil.validate_params({ 'server':{'value':server,'type':base_string_type }, 'endpoint':{'value':endpoint,'type':base_string_type }, 'timeout':{'value':timeout,'type':int } }) + address = "api/v1/servers/" + AttUtil.quote_param(server) + "/endpoints/" + AttUtil.quote_param(endpoint) + "?action=test&timeout=" + AttUtil.quote_param(timeout) + "" + resp = self.attclient.do_web_request(AemTestEndpointResp, address, 'GET', None) + return resp + diff --git a/work/endpoint_check/email_template.html b/work/endpoint_check/email_template.html new file mode 100644 index 0000000..5e17b34 --- /dev/null +++ b/work/endpoint_check/email_template.html @@ -0,0 +1,106 @@ + + + + Email Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Qlik Replicate Performance Alert
+
GRM US - Information Management Technology Alert
Qlik Replicate Performance Alert
DateDateNow
Affected Application(s)Attunity Qlik Replicate
EventLatency Performance Issue for the following objects below:
ImpactAffected objects listed below are currently showing high latency.
Action RequiredThis is an informational notification and no action is required by the users.
Contact & Additional InformationSupport teams have been notified of the issue and are working to address it.
If you have any questions, please email: PM EDW Prod Support
+ diff --git a/work/endpoint_check/endpoint_check.py b/work/endpoint_check/endpoint_check.py new file mode 100644 index 0000000..4d62571 --- /dev/null +++ b/work/endpoint_check/endpoint_check.py @@ -0,0 +1,433 @@ +#!/usr/bin/python3 +""" +Copyright 2018 Attunity +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +""" + +# coding: utf-8 +import os, sys, time, datetime, re +import difflib +from os import listdir +from os.path import isfile, join +from shutil import copyfile +from time import sleep +import smtplib +from email.mime.multipart import MIMEMultipart +from email.mime.text import MIMEText +import configparser +from unicodedata import name + +# import AEM-Client +from aem_client import * + +if sys.version_info > (3,): + print('Using environment Python 3.X\n') +else: + print('Using environment Python 2.X\n') + +ENDPOINT_ERRORS = 'endpoint_errors.html' + +# Utility class for Examples +class Utils(object): + @staticmethod + def dollar_type(obj): + """ + get attribute '$type' + """ + return getattr(obj, '$type') + # Utils.dollar_type + + @staticmethod + def enum_name(enum_val): + return enum_val.name + # Utils.enum_name + + @staticmethod + def print_action_title(action_text): + print('\n############################################################') + print('\n{0}\n'.format(str(action_text) ) ) + # Utils.print_action_title + + @staticmethod + def print_action_title_without_separator(action_text): + print('\n{0}\n'.format(str(action_text) ) ) + # Utils.print_action_title_without_separator + + @staticmethod + def time_sleep(duration=3, show_msg=True): + """ + sleep for duration (in seconds) + """ + if show_msg: + print('Sleeping for: {0} seconds'.format(duration)) + time.sleep(duration) + # Utils.time_sleep + + @staticmethod + def get_b64_user_pass(username, password): + """ + return a base64 of 'username:password' + """ + username_password_str = str.encode('{0}:{1}'.format(username, password)) + return base64.b64encode(username_password_str).decode('ascii') + # Utils.get_b64_user_pass + + @staticmethod + def changed_initial(current_value, predefine_value, param_name): + if current_value == predefine_value: + raise RuntimeError('Please replace param: "{0}", value:"{1}", to the real value.'.format(param_name, predefine_value ) ) + # Utils.changed_initial + + @staticmethod + def print_dict_attr(obj, attr_name): + for key in obj.__dict__: + item = obj.__dict__[key] + if hasattr(item, attr_name): + inner_list = getattr(item,attr_name) + for inner_item in inner_list: + print('\t{0}:\t{1}'.format(inner_item.name, key)) + # Utils.print_dict_attr +# END of class Util + +class PythonProgram(object): + def __init__(self, ): + + ### Information for connecting to AEM (replace placeholders with actual connection details) + domain = 'LM' + username = 'sapipqlikadmin' + password = base64.b64decode(b'UHJpbWU1OTY2TG9naWMyMw==').decode('utf-8') + aem_machine_name = 'vmpip-q525jzty.lm.lmig.com' + + Utils.changed_initial(domain, 'DOMAIN', 'domain') + Utils.changed_initial(username, 'USER', 'username') + Utils.changed_initial(password, 'PASSWORD', 'password') + Utils.changed_initial(aem_machine_name, 'some-host', 'aem_machine_name') + # Combine domain and user name - domain\\username + domain_username = '{0}\\{1}'.format(domain, username) + + print('Connecting to AemClient with user "{0}" on machine name: "{1}"...'.format(domain_username, aem_machine_name)) + try: + # The format of credentials AemClient must get is domain\\username:password base64 encoded + b64_username_password = Utils.get_b64_user_pass(domain_username, password) + # Create an instance of AemClient + self.aem_client = AemClient(b64_username_password, aem_machine_name, verify_certificate=False) + print('Done.') + print('\n############################################################') + except Exception as ex: + print('Failed connecting to AemClient') + print(ex) + self.aem_client = None + # end function __init__ for ExamplePythonProgram + + def get_server(self, name): + try: + resp = self.aem_client.get_server(name) + return resp + except Exception as ex: + print(ex) + return None + # end function get_server_acl + + def get_server_list(self): + resp = self.aem_client.get_server_list() + # serverList, tasklist, endpointList - are the only-one in camelCase + if resp and resp.serverList: + return resp.serverList + else: + print('0 server found') + return [] + # end function get_server_list_and_print + + def get_server_details(self, name): + resp = self.aem_client.get_server_details(name) + # serverList, tasklist, endpointList - are the only-one in camelCase + if resp: + return resp + else: + print('0 server found') + return [] + # end function get_server_list_and_print + + def is_task_in_server(self, task_name, server_name): + tasklist_i = self.get_task_list_and_print(server_name, print_list=False) + ### serverList, tasklist, endpointList - are the only-one in camelCase + if not tasklist_i: + return False + task_matches = [task for task in tasklist_i if task.name == task_name] + return len(task_matches) > 0 + # end of function is_task_in_server + + def get_task_list(self, server_name, print_list=False): + resp = self.aem_client.get_task_list(server_name) + if print_list and resp: + print(str( len(resp.tasklist) ) +' task(s) found') + print('For each task show [Name, State, Stop Reason]:\n') + for task in resp.tasklist: + print('\t[{0}, {1}, {2}]'.format(task.name, Utils.enum_name(task.state), Utils.enum_name(task.stop_reason) ) ) + return resp.tasklist + # end function get_task_list_and_print + + def get_task_list_and_print(self, server_name, print_list=False): + resp = self.aem_client.get_task_list(server_name) + if print_list and resp: + print(str( len(resp.tasklist) ) +' task(s) found') + print('For each task show [Name, State, Stop Reason]:\n') + for task in resp.tasklist: + print('\t[{0}, {1}, {2}]'.format(task.name, Utils.enum_name(task.state), Utils.enum_name(task.stop_reason) ) ) + return resp.tasklist + # end function get_task_list_and_print + + #SET that executing import, override and then export task + + def export_task_json(self, server, task, withendpoints=True): + if self.is_task_in_server(task, server): + try: + resp_stream = self.aem_client.export_task(server, task, withendpoints) + str_decoded = resp_stream.decode('utf-8').rstrip() + return str_decoded + except Exception as ex: + print(ex) + print('Error: aem_export_task\n') + jdata = "{\t\"result\": \"SYS-E-HTTPFAIL, SYS-E-HTTPFAIL, Cannot load replication definition...\"\n}\n" + return jdata + else: + print('Error: Task "{0}" is NOT in server: "{1}"\n...'.format(task, server)) + def export_task_json_no_endpoints(self, server, task, withendpoints=False): + if self.is_task_in_server(task, server): + try: + resp_stream = self.aem_client.export_task(server, task, withendpoints) + str_decoded = resp_stream.decode('utf-8').rstrip() + return str_decoded + except Exception as ex: + print(ex) + print('Error: aem_export_task\n') + jdata = "{\t\"result\": \"SYS-E-HTTPFAIL, SYS-E-HTTPFAIL, Cannot load replication definition...\"\n}\n" + return jdata + else: + print('Error: Task "{0}" is NOT in server: "{1}"\n...'.format(task, server)) + + def get_task_details(self, server, task): + resp_stream = self.aem_client.get_task_details(server, task) + return resp_stream + + def get_endpoint_list(self, server): + resp_stream = self.aem_client.get_endpoint_list(server) + return resp_stream + + def test_endpoint(self, server, endpoint): + resp_stream = self.aem_client.test_endpoint(server, endpoint) + return resp_stream + +# END class PythonProgram + +def diffmessage(server1, server2, filename): + print('Checking for differences between ' + server1 + ' and ' + server2 + ' for filename ' + filename) + +def filediff(filename1,filename2, differences): + founddiffs = False + tofiledata = filename1 + filedata = open(tofiledata, 'r') + filelines1 = filedata.readlines() + filedata.close() + for line in filelines1: + if "\"description\":" in line or "\"task_uuid\":" in line: + filelines1.remove(line) + if "\"name\":" in line and re.search(r"[-\d]+", line): + filelines1.remove(line) + fromfiledata = filename2 + filedata = open(fromfiledata, 'r') + filelines2 = filedata.readlines() + filedata.close() + for line in filelines2: + if "\"description\":" in line or "\"task_uuid\":" in line: + filelines2.remove(line) + if "\"name\":" in line and re.search(r"[-\d]+", line): + filelines2.remove(line) + for line in difflib.unified_diff(filelines1, filelines2, fromfile=fromfiledata, tofile=tofiledata, lineterm=''): + differences.write(line + '\n') + founddiffs = True + return(founddiffs) + +founddiffs = False + +################################# +# example_main # +################################# + +CONFIG = configparser.RawConfigParser(allow_no_value=True) +CONFIG.read('D:\\Qlik\\Scripts\\task_check\\settings.ini') + + +def emailsupport(messagetype, messagefile): + """Send to Email""" + me = CONFIG.get('global', 'sender') + you = CONFIG.get('global', 'receivers').split() + + # Open a plain text file for reading. For this example, assume that + # the text file contains only ASCII characters. + message_part = open(messagefile, 'r') + part2 = MIMEText(message_part.read(), 'html') + # Create a text/plain message + message_part.close() + + msg = MIMEMultipart('alternative') + + msg['Subject'] = messagetype + + msg['From'] = me + msg['To'] = ",".join(you) + + msg.attach(part2) + + # Send the message via our own SMTP server, but don't include the envelope header. + sendmail(me, you, msg.as_string()) + +# Set header automation statement for email +def openemail(emailfile): + emailfile.write("

THIS IS AN AUTOMATED NOTIFICATION. PLEASE DO NOT RESPOND TO THIS E-MAIL.

") + emailfile.write("\n") + emailfile.write("\n") + +# Set footer automation statement for email +def closeemail(emailfile): + emailfile.write("
\n") + emailfile.write("

THIS IS AN AUTOMATED NOTIFICATION. PLEASE DO NOT RESPOND TO THIS E-MAIL.

") + emailfile.write("\t") + emailfile.write("\n") + +def sendmail(me, you, mailmsg): + try: + s = smtplib.SMTP(CONFIG.get('global', 'mailhost')) + s.sendmail(me, you, mailmsg) + s.quit() + except smtplib.SMTPException: + print('Email was drafted but I was unable to send it. Unable to connect to mailserver') + return 1 + else: + return 0 + + +def get_endpoint_list(counter, error_list, program, servername, task_list): + if servername == 'DEVQRP-EDWKDC': + print(f'getting endpoint list for {servername}') + endpoint_list = program.get_endpoint_list(servername) + print('Testing server endpoints........') + for endpoint in endpoint_list.endpointList: + test_endpoint(counter, endpoint, error_list, program, servername, task_list) + + +def test_endpoint(counter, endpoint, error_list, program, servername, task_list): + testresult = program.test_endpoint(servername, endpoint.name) + if testresult.status.name != 'CONNECTED': + result = 'FAILED' + tasknamelist = [] + taskname = '' + for tname in task_list: + if endpoint.name in task_list[tname]['source_endpoint'] or endpoint.name in \ + task_list[tname]['target_endpoint']: + tasknamelist.append(task_list[tname]['task_name']) + taskname = ','.join(tasknamelist) + connection_name = 'Server Name: ' + servername + ' Endpoint Name: ' + endpoint.name + error_list[counter] = {'cname': connection_name, 'cvalue': result, 'taskname': taskname} + counter += 1 + + +def get_server_taskinfo(program, server, server_list, task_list, unmonitored): + try: + program.get_task_list(server) + tasks = program.get_task_list(server) + for task in tasks: + field = task.name.split() + server_list[server].append(field[0]) + details = program.get_task_details(server, task.name) + task_list[task.name] = {'task_name': task.name, 'source_endpoint': details.source_endpoint.name, + 'target_endpoint': details.target_endpoint.name} + except Exception: + Utils.print_action_title_without_separator('Server ' + server + ' currently not being monitored.......') + unmonitored = unmonitored + 1 + +def check_env(replicateservers, server, server_list): + replicateservers.append(server.name) + if CONFIG.get('global', 'skip_dev') == '1': + if 'SANDBOX' in server.name or 'DEV' in server.name: + print(f'Skipping sandbox server {server.name}') + else: + server_list[server.name] = [] + else: + server_list[server.name] = [] + +def check_endpoints(): + global main + + error_list = {} + task_list = {} + server_list = {} + replicateservers = [] + unmonitored = 0 + counter = 0 + + # setup_aem_client + program = PythonProgram() + if program.aem_client is None: + print('Error: in aem_client,\nExiting.') + return + + Utils.print_action_title_without_separator('Getting AEM server list......') + mainserver_list = program.get_server_list() + for server in mainserver_list: + check_env(replicateservers, server, server_list) + for server in replicateservers: + get_server_taskinfo(program, server, server_list, task_list, unmonitored) + Utils.print_action_title_without_separator('Checking status of all tasks......') + for servername in server_list: + get_endpoint_list(counter, error_list, program, servername, task_list) + + + nowstamp = datetime.datetime.now() + + if len(error_list) > 0: + nowstamp = datetime.datetime.now() + timestamp = nowstamp.strftime("%m/%d/%Y, %H:%M:%S") + html_report = open('email_template.html', 'r') + task_errors = open(ENDPOINT_ERRORS, 'w') + openemail(task_errors) + for line in html_report: + task_errors.write(line.replace('DateNow', timestamp)) + task_errors.write(' \n') + task_errors.write('\n') + task_errors.write( + '\t\t\t\t\n') + print(f'{len(error_list)} objects detected with errors.') + for idx, sfobject in enumerate(error_list): + numcheck = idx + 2 + if numcheck % 2 == 0: + task_errors.write( + f'\t\t\t\t\n') + else: + task_errors.write( + f'\t\t\t\t\n') + task_errors.write('
Endpoints that failed validation:
ENDPOINTCONNECTION RESULTTASK(s) POSSIBLY AFFECTED
{error_list[idx]["cname"]}{error_list[idx]["cvalue"]}{error_list[idx]["taskname"]}
{error_list[idx]["cname"]}{error_list[idx]["cvalue"]}{error_list[idx]["taskname"]}
\n') + closeemail(task_errors) + task_errors.close() + emailsupport('ENDPOINT VALIDATION FAILURES DETECTED IN QLIK REPLICATE', ENDPOINT_ERRORS) + nowstamp = datetime.datetime.now() + os.remove(ENDPOINT_ERRORS) + else: + print('Zero objects found in error.') + print(f'Endtime: {nowstamp}') + print('Errored tasks detected: ' + str(len(error_list))) + + + +check_endpoints() + diff --git a/work/endpoint_check/settings.ini b/work/endpoint_check/settings.ini new file mode 100644 index 0000000..8a2efaf --- /dev/null +++ b/work/endpoint_check/settings.ini @@ -0,0 +1,6 @@ +[global] +mailhost = smtprelay.lmig.com +sender = Qlik_Admin@LibertyMutual.com +#receivers = HTTP_509@LibertyMutual.com, PMEDW_Prod_Support@LibertyMutual.com +receivers = Wendell.Jones@LibertyMutual.com +skip_dev = 0 diff --git a/work/error_checking/Qlik Error Check Task Importer.xml b/work/error_checking/Qlik Error Check Task Importer.xml new file mode 100644 index 0000000000000000000000000000000000000000..ea51073cbd55e2fca820fddce58cf9dfb63b47ca GIT binary patch literal 3852 zcmbW4T~FIs5QgWv(*6h3dqPOc0#%j@2)iKBk1eTs6KO>Wgoq>{J3#sKyM5j{IU66_ zgtW3^J7;Fz`8+en|NYysclO;THnuf;uuIDKE(TpSBLy@9?~{J^RgGS%=kgP;Q<@Y&l}kI)zi3u5HG3XK!tTD@WHgIwy|Q;5lL? zLx0Zi3eJXGGlBQfEgG=?2zA3+SlqNXyft~>aM>Bp+1#qvb350tuVbIlG6W%qp20EW zUEZJYyW%bQB;LT^b)HMsrKe?W{BQbQ?>*jk@u5jf-a55`CA++B@od^Q8aHf#p?EE@ z_w642*J#baKehMPN1L>4f!DGf?vhXWQj9Nnbb@r>{wAj*&%zOSid}}TLyzkP>q3g$ z5kqUMM?{&<&@to+l~az^A@+~Gb_Tp^~U2V~^RZOpM($g4<{b;azw z9G{NkE8;Udz_NR{LI0nYRBqENH{PR_&!JSUlc(qQ%`+~KwWIFm{+4M~>9hHsA0VTe zIlxx!6j@y6j+qlRugP@SCqcT7Ud9W)hMx11e(|na*W!JCk94Rs?H_g45!Iu;l9#-# z<5`1y;9axW35tC!R(OXUu8PZukuq}T-FlsVvQ9tQ^nYzS%nqHY={>5=n>zY7*Dlu< zv@Pe*>L&kMP})!=C!9B|?Qm~11$O6MrKqzS>r*On$Ztw)o_x3O6>@k^G_>_Dvse2mQbHKxwca(6X7hMIfUXKt*HVV65=B&TRP(f`$$EM*kJ^puX!1(4 zvq%e-{N8I`^gFjqy-W6<^SnSd$AViZnu6L7C!kDO$)J7U_vn87EK2HS7xdg~a18Qe zp@W>zyFQ}t0IIxDJ&oL|bdUcULTW|qi_-ZQc7%wnqW$M2Q?2{NHh6uEj~RQV=U(dE zp`Iq6Q(sq;NVUkq&`rPk6rM6KG`Uobv2WJRiI-(kJ)xczvoY18NUBC=O2`vh}+DtWAB)&$)tM1EYMC8qPlT7 z)mPV}oa*NJdQq)}iFZpTazCT%O+Dv3cYPf#oAVuuUMyzPV*Vcz(Mh4=x}5R)Op_;& z^`$ZOS>9*vELIw>In2hgeDrCdVV_70iMk>!t2Nz%7M06|a)D) +$ID= +Get-WinEvent -FilterHashtable @{ + LogName='Application' + ProviderName='Qlik Enterprise Manager' + Id=$ID + StartTime=$StartTime +} | fl * | Out-File -FilePath events.log -Append \ No newline at end of file diff --git a/work/error_checking/error_template.html b/work/error_checking/error_template.html new file mode 100644 index 0000000..807dca2 --- /dev/null +++ b/work/error_checking/error_template.html @@ -0,0 +1,120 @@ + + + + Email Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Qlik Replicate Performance Alert
+
GRM US - Information Management Technology Alert
Qlik Replicate Performance Alert
DateDateNow
Affected Application(s)Attunity Qlik Replicate
EventErrors reported for the following objects below:
ImpactObjects listed below are currently in an ERRORED state.
Action RequiredThis is an informational notification and no action is required by the users.
Contact & Additional InformationSupport teams have been notified of the issue and are working to address it.
If you have any questions, please email: PM EDW Prod Support
+ ContentHere + + + + + + + + + + + + +
No Reply Notice
+
+ + diff --git a/work/error_checking/sf_error_check.py b/work/error_checking/sf_error_check.py new file mode 100644 index 0000000..a9b924e --- /dev/null +++ b/work/error_checking/sf_error_check.py @@ -0,0 +1,201 @@ +""" +Copyright 2018 Attunity +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +""" + +""" +Copyright 2018 Attunity +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +""" + +# coding: utf-8 +import os, datetime, fileinput, shutil +import smtplib +from email.mime.multipart import MIMEMultipart +from email.mime.text import MIMEText +import configparser +import subprocess + +def emailsupport(messagetype, messagefile): + """Send to Email""" + me = GGENV = "Qlik_Admin@LibertyMutual.com" + you = ['HTTP_509@LibertyMutual.com', 'PMEDW_Prod_Support@LibertyMutual.com', 'QLIK_ADMIN@LibertyMutual.com'] + #you = ['Wendell.Jones@libertymutual.com'] + #you = CONFIG.get('global', 'receivers').split() + + # Open a plain text file for reading. For this example, assume that + # the text file contains only ASCII characters. + message_part = open(messagefile, 'r') + part2 = MIMEText(message_part.read(), 'html') + # Create a text/plain message + message_part.close() + + msg = MIMEMultipart('alternative') + + msg['Subject'] = messagetype + + msg['From'] = me + msg['To'] = ",".join(you) + + msg.attach(part2) + + # Send the message via our own SMTP server, but don't include the envelope header. + sendmail(me, you, msg.as_string()) + + +# Set header automation statement for email +def openemail(emailfile): + emailfile.write("

THIS IS AN AUTOMATED NOTIFICATION. PLEASE DO NOT RESPOND TO THIS E-MAIL.

") + emailfile.write("\n") + emailfile.write("\n") + + +# Set footer automation statement for email +def closeemail(emailfile): + emailfile.write("
\n") + emailfile.write("

THIS IS AN AUTOMATED NOTIFICATION. PLEASE DO NOT RESPOND TO THIS E-MAIL.

") + emailfile.write("\t") + emailfile.write("\n") + + +def sendmail(me, you, mailmsg): + # Send the message via our own SMTP server, but don't include the envelope header. + try: + s = smtplib.SMTP('smtprelay.lmig.com') + s.sendmail(me, you, mailmsg) + s.quit() + except smtplib.SMTPException: + print('Email was drafted but I was unable to send it. Unable to connect to mailserver') + return 1 + else: + return 0 + + +CONFIG = configparser.RawConfigParser(allow_no_value=True) +CONFIG.read('settings.ini') +minutes = '180' + +nowstamp = datetime.datetime.now() +script_name = os.path.basename(__file__) +temp_script_dir = os.path.realpath(__file__) +script_dir = temp_script_dir.replace(script_name, '') +print(script_dir) +ps_template = f'{script_dir}error_check_template.ps1' +print(f'Starttime: {nowstamp}') + +# Server changes +server_change_codes = ['300','303','320'] +# Server erors/warnings +server_error_codes = ['301','302','321','322','323','340'] +# Normal Task Events +task_change_codes = ['400','401','402','403','404','405','507','508'] +# Error/Warning Task Events +task_error_codes = ['261','263','406','430','431','432','433','434','435'] + +# Table Suspended +suspend_codes = ['502','506'] + +for event_id in server_error_codes: + ps_file = f'{event_id}_error_check.ps1' + shutil.copy(ps_template, ps_file) + # with fileinput.FileInput(ps_file, inplace=True, backup=f'_bak') as file: + with fileinput.FileInput(ps_file, inplace=True) as file: + for line in file: + if '' in line: + newline = line.replace('', minutes) + print(newline.rstrip()) + elif '' in line: + newline = line.replace('', event_id) + print(newline.rstrip()) + else: + print(line.rstrip()) + subprocess.run(["powershell.exe", f".\{ps_file}"], shell=True) + os.remove(ps_file) +for event_id in task_error_codes: + ps_file = f'{event_id}_error_check.ps1' + shutil.copy(ps_template, ps_file) + # with fileinput.FileInput(ps_file, inplace=True, backup=f'_bak') as file: + with fileinput.FileInput(ps_file, inplace=True) as file: + for line in file: + if '' in line: + newline = line.replace('', minutes) + print(newline.rstrip()) + elif '' in line: + newline = line.replace('', event_id) + print(newline.rstrip()) + else: + print(line.rstrip()) + subprocess.run(["powershell.exe", f".\{ps_file}"], shell=True) + #os.remove(ps_file) +for event_id in suspend_codes: + ps_file = f'{event_id}_error_check.ps1' + shutil.copy(ps_template, ps_file) + #with fileinput.FileInput(ps_file, inplace=True, backup=f'_bak') as file: + with fileinput.FileInput(ps_file, inplace=True) as file: + for line in file: + if '' in line: + newline = line.replace('', minutes) + print(newline.rstrip()) + elif '' in line: + newline = line.replace('', event_id) + print(newline.rstrip()) + else: + print(line.rstrip()) + subprocess.run(["powershell.exe", f".\{ps_file}"], shell=True) + os.remove(ps_file) + +file_stats = os.stat('events.log') +if file_stats.st_size > 0: + events = '' + eventfile = open('events.log', 'r') + for line in eventfile: + #print(line.rstrip()) + if len(line) > 23: + events += f"{line.rstrip()}
\n" + eventfile.close() +# print(events) +# exit() + environments = [] + timestamp = nowstamp.strftime("%m/%d/%Y, %H:%M:%S") + html_report = open('error_template.html', 'r') + latency_list = [] + latency = open('error.html', 'w') + openemail(latency) + for line in html_report: + if 'DateNow' in line: + latency.write(line.replace('DateNow', timestamp)) + elif 'ContentHere' in line: + latency.write(line.replace('ContentHere', f'

{events}

')) + else: + latency.write(line) + closeemail(latency) + latency.close() + subjectenvironment = ' & '.join(environments) + emailsupport(f'ERROR EVENT(S) DETECTED IN {subjectenvironment} QLIK REPLICATE', 'error.html') + print(f'ERROR EVENT(S) DETECTED IN {subjectenvironment} QLIK REPLICATE') + nowstamp = datetime.datetime.now() + os.remove('error.html') +os.remove('events.log') +nowstamp = datetime.datetime.now() +print(f'Endtime: {nowstamp}') +#print('errors_detected: ' + str(latency_detected)) diff --git a/work/latency_check/Qlik Latency Check Task Importer.xml b/work/latency_check/Qlik Latency Check Task Importer.xml new file mode 100644 index 0000000000000000000000000000000000000000..d077d26f654014c5c686c73dd4cd3ebfab0ad52c GIT binary patch literal 3824 zcmbVPZBH6O5T4IX`X7kjML}CzbH$+8YJ#m*j9*9$l^2PCghSCk-}ZTCSlPWh;53(e zVRz=4XI^%8`S&-H19_IA45T1W(vgY8(w7Gr$v4@Mk`!ed?*e8V%WNa&7mR{@$O?}0{b!U zE+mV}W(e7tGHPRdhS@DCgYmZP;%ghYbw*hIPH|-JN+-?$?pd49r#d^FZ$dAPk!&><`sd*0)f$5AXnuP*6(0* z0`$6^NfWkc;}bB-&@QQdC>LT}!JkuTH{~}n+SeS^=Zu-Z7uY+}$lhX(Y@CL};aL8d zFxL~<>EW{4Nyh64)(2WWZG24<@}aavnAXR*nF*JTw4BK@OH;M{q;@KD4huVo+L?Nn zo_Bt_xEoFlvG=o2oDwo+`AW`ZV_bsC1DIFwPU0PdXB&CxD$5v*iJV6xY0KqjeS{*# zXUwN^2xgDUfxlmtRxel1K5qAPESI6A+0oOM{L!4#W3H;lxxdM|wD#qE-M68`syPH# zt`{;+O1sQ)HrDkTR)Vb-)6SYt;+e13ch=dbY~ISI?DAC-q0+d5xH|i&9o z0n%;loPIy>dz-892y2`bH$jY;kxT7Zo9HU+T-K99iF9Nxw0i15;T|yn$_ecEw3D!N zRx#ef$lx{i^g6BOBU2*n`y$WT^L}ht;p`La65NygIjfE{ts~BlwVv1y$hW2O?%?|z zD}$Yqy|ID_^)SN@+>xKSXSz<`iV}KR1A44^9RPXet;$pMgI}E8tNtYbM^`P9QvA1BeX(>)}gMoB1akZ znALmN>x6c!o*AEm*xJASMEiV$O0QH!jTLk+BWTC{!E_b#7C$S1i|`FP2>P?LSJ zjjIDD$#{fwp9J~-R|_lU_LXz2=iUe8gdOJ@PyXjv zwR1+|yjbi=iyid{5gmHP^OiM`|n$UMQ1a0dN~k+C;YRLgeqOX@qH78a_AL=RDC zq{*6lf?44iiBTHsXcOzf`ly}nZ!pV$PCVZ?q1Ba}6%s{d$Vg_{OS8J3cRJfWxG!<1 hWSp5fX6>yUX?s1Y&x9K3+?Wr3#w~9gcmGE#@*lxvT?zmI literal 0 HcmV?d00001 diff --git a/work/latency_check/email_template.html b/work/latency_check/email_template.html new file mode 100644 index 0000000..db53cf4 --- /dev/null +++ b/work/latency_check/email_template.html @@ -0,0 +1,107 @@ + + + + Email Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Qlik Replicate Performance Alert
+
GRM US - Information Management Technology Alert
Qlik Replicate Performance Alert
DateDateNow
Affected Application(s)Attunity Qlik Replicate
EventLatency Performance Issue for the following objects below:
ImpactAffected objects listed below are currently showing high latency.
Action RequiredThis is an informational notification and no action is required by the users.
Contact & Additional InformationSupport teams have been notified of the issue and are working to address it.
If you have any questions, please email: PM EDW Prod Support
+ + diff --git a/work/latency_check/settings.ini b/work/latency_check/settings.ini new file mode 100644 index 0000000..92e4fb4 --- /dev/null +++ b/work/latency_check/settings.ini @@ -0,0 +1,12 @@ +[global] +mailhost = smtprelay.lmig.com +sender = Qlik_Admin@LibertyMutual.com +receivers = HTTP_509@LibertyMutual.com, PMEDW_Prod_Support@LibertyMutual.com, QLIK_ADMIN@LibertyMutual.com +#receivers = Wendell.Jones@LibertyMutual.com +minutes = 180 +query = SELECT T.EXT_NAME, T.REP_HOST, T.REP_NAME, T.SOURCE_DTM FROM EDW_GOLDENGATE_LATENCY_TABLE T inner join (SELECT REP_NAME, MAX(SOURCE_DTM) AS MAX_SOURCE_DTM FROM EDW_GOLDENGATE_LATENCY_TABLE GROUP BY REP_NAME) A on t.REP_NAME = a.REP_NAME and t.SOURCE_DTM = a.MAX_SOURCE_DTM ORDER BY REP_NAME + +[sf_targets] +#0=DEV,PL_DEV_QLIK_PM_EDW_TRANS_D,TU5uSHE2WVA=,libertymutual_grm_us_edw.us-east-1,PL_DEV_QLIK_LOAD_WH,PL_DEV,PM_EDW_META_D +2=QA,PL_QA_QLIK_PM_EDW_TRANS_D,T01JN3RDYko=,libertymutual_grm_us_edw.us-east-1,PL_QA_QLIK_LOAD_WH,PL_QA,PM_EDW_META_D +3=PROD,PL_PROD_QLIK_PM_EDW_TRANS_D,bUR4MjV5Ulk=,libertymutual_grm_us_edw.us-east-1,PL_PROD_QLIK_LOAD_WH,PL_PROD,PM_EDW_META_D \ No newline at end of file diff --git a/work/latency_check/sf_latency_check.py b/work/latency_check/sf_latency_check.py new file mode 100644 index 0000000..b963c59 --- /dev/null +++ b/work/latency_check/sf_latency_check.py @@ -0,0 +1,176 @@ +""" +Copyright 2018 Attunity +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +""" + +# coding: utf-8 +import os, datetime, socket, sys, fileinput +from snowflake import connector +import base64 +import progressbar +import smtplib +from email.mime.multipart import MIMEMultipart +from email.mime.text import MIMEText +import configparser + +def emailsupport(messagetype, messagefile): + """Send to Email""" + me = GGENV = CONFIG.get('global', 'sender') + #you = ['HTTP_509@LibertyMutual.com', 'PMEDW_Prod_Support@LibertyMutual.com'] + you = CONFIG.get('global', 'receivers').split() + + # Open a plain text file for reading. For this example, assume that + # the text file contains only ASCII characters. + message_part = open(messagefile, 'r') + part2 = MIMEText(message_part.read(), 'html') + # Create a text/plain message + message_part.close() + + msg = MIMEMultipart('alternative') + + msg['Subject'] = messagetype + + msg['From'] = me + msg['To'] = ",".join(you) + + msg.attach(part2) + + # Send the message via our own SMTP server, but don't include the envelope header. + sendmail(me, you, msg.as_string()) + +# Set header automation statement for email +def openemail(emailfile): + emailfile.write("

THIS IS AN AUTOMATED NOTIFICATION. PLEASE DO NOT RESPOND TO THIS E-MAIL.

") + emailfile.write("\n") + emailfile.write("\n") + +# Set footer automation statement for email +def closeemail(emailfile): + emailfile.write("
\n") + emailfile.write("

THIS IS AN AUTOMATED NOTIFICATION. PLEASE DO NOT RESPOND TO THIS E-MAIL.

") + emailfile.write("\t") + emailfile.write("\n") + +def sendmail(me, you, mailmsg): + # Send the message via our own SMTP server, but don't include the envelope header. + try: + s = smtplib.SMTP(CONFIG.get('global', 'mailhost')) + s.sendmail(me, you, mailmsg) + s.quit() + except smtplib.SMTPException: + print('Email was drafted but I was unable to send it. Unable to connect to mailserver') + return 1 + else: + return 0 + +CONFIG = configparser.RawConfigParser(allow_no_value=True) +CONFIG.read('settings.ini') +sf_logins = [] +for option, value in CONFIG.items('sf_targets'): + itemlist = value.split(',') + pw = bytes(itemlist[2], 'UTF8') + npw = base64.b64decode(pw).decode('UTF8') + sf_logins.append([itemlist[0],itemlist[1],npw,itemlist[3],itemlist[4],itemlist[5],itemlist[6]]) + +nowstamp = datetime.datetime.now() +script_name = os.path.basename(__file__) +object_list = [] +latency_detected = False +latency_minutes = CONFIG.get('global', 'minutes') +latency_seconds = int(latency_minutes) * 60 +sfquery = CONFIG.get('global', 'query') +sfdict = {} + +print(f'Scanning for objects with latency more than {latency_minutes} minute(s) ({latency_seconds} seconds).') +print(f'Starttime: {nowstamp}') +updaterange = len(sf_logins) +with progressbar.ProgressBar(maxval=updaterange, redirect_stdout=True) as p: + for i in range(updaterange): + login_name=sf_logins[i][1] + login_password=sf_logins[i][2] + sf_account=sf_logins[i][3] + sf_warehouse=sf_logins[i][4] + sf_database=sf_logins[i][5] + sf_schema=sf_logins[i][6] + counter = 0 + try: + conn = connector.connect( + user=login_name, + password=str(login_password), + account=sf_account, + database=sf_database, + schema=sf_schema, + ) + conn._paramstyle='qmark' + except Exception as e: + print('Unable to connect to Snowflake') + print(str(e)) + + + #print(f'Connection to Snowflake established as {login_name}.') + + rootdir = os.getcwd() + + server_name = socket.gethostname() + + current_time = datetime.datetime.now() + cur = conn.cursor() + cur.execute(sfquery) + #print(cur.sfqid) + cur.get_results_from_sfqid(cur.sfqid) + results = cur.fetchall() + #print(f'result retrieval successful.') + for result in results: + #print(result) + time_difference = current_time - result[3] + if time_difference.total_seconds() > int(latency_seconds): + if result[2] == '$AR_V_TASK_NAME': + pass + elif result not in object_list: + latency_detected = True + object_list.append(result) + sfdict[counter] = {'ENV': sf_logins[i][0], 'EXT_NAME': result[0], 'REP_HOST': result[1], 'REP_NAME': result[2], 'SRC_DTM': result[3]} + counter += 1 + conn.close() + p.update(i) + +if len(sfdict) > 0: + timestamp = nowstamp.strftime("%m/%d/%Y, %H:%M:%S") + html_report = open('email_template.html', 'r') + latency_list = [] + latency = open('latency.html', 'w') + openemail(latency) + for line in html_report: + latency.write(line.replace('DateNow', timestamp)) + latency.write(' \n') + latency.write(f'\n') + latency.write(f'\t\t\t\t\n') + print(f'{len(sfdict)} objects detected with latency.') + for idx, sfobject in enumerate(sfdict): + time_difference = nowstamp - sfdict[idx]["SRC_DTM"] + time_in_minutes = round(int(time_difference.total_seconds() / 60)) + numcheck = idx + 2 + if numcheck % 2 == 0: + latency.write(f'\t\t\t\t\n') + else: + latency.write(f'\t\t\t\t\n') + latency.write('
Objects with more than {int(latency_minutes)} minute(s) of latency:
ENVIRONMENTTARGET DATABASEREPLICATE HOSTTASK OBJECTLAST CANARY UPDATELATENCY (MINUTES)
{sfdict[idx]["ENV"]}{sfdict[idx]["EXT_NAME"]}{sfdict[idx]["REP_HOST"].strip()}{sfdict[idx]["REP_NAME"]}{str(sfdict[idx]["SRC_DTM"])}{str(time_in_minutes)} minutes behind
{sfdict[idx]["ENV"]}{sfdict[idx]["EXT_NAME"]}{sfdict[idx]["REP_HOST"].strip()}{sfdict[idx]["REP_NAME"]}{str(sfdict[idx]["SRC_DTM"])}{str(time_in_minutes)} minutes behind
\n') + closeemail(latency) + latency.close() + emailsupport('LATENCY DETECTED IN QLIK REPLICATE', 'latency.html') + nowstamp = datetime.datetime.now() + os.remove('latency.html') +else: + print('Zero objects detected with latency.') +print(f'Endtime: {nowstamp}') +print('latency_detected: ' + str(latency_detected)) diff --git a/work/recovery-ui/AB_SCHEDULEDJOB.csv b/work/recovery-ui/AB_SCHEDULEDJOB.csv new file mode 100644 index 0000000..feec80f --- /dev/null +++ b/work/recovery-ui/AB_SCHEDULEDJOB.csv @@ -0,0 +1,46 @@ +"change_seq","change_oper","change_mask","stream_position","operation","transaction_id","timestamp",nexttime,publicid,actualschedule,version,configschedule,processtype,id,ods_cdc_trans_type,ods_eff_row_dtm,ods_create_row_dtm,ods_row_process_dtm,ods_eff_row_dt,gg_xid,gg_correlation_id,gg_user_id,gg_fileseqno,gg_filerba,ods_exp_row_dtm,ods_sid,ods_audit_id +20221219223500000000000000058470041,U,,1357;638070861010266270;20220828031015484892|00000041.70e72e77.00000001.0009.02.0000:229850.625306.16,UPDATE,61000D00000000000000000000000000,2022-12-19 22:35:00,1671489900000.0,ab:8,"0 5,15,25,35,45,55 * * * ?",39516.0,"0 5,15,25,35,45,55 * * * ?",27.0,8.0,U,2022-12-19 17:35:00,2022-12-19 17:35:00,2022-12-19 17:35:06.714,2022-12-19,61000D0000000000 ,PM_CL_CONTACTCENTER,PM_CL_CONTACTCENTER,2.02212192235e+16,58470041.0,9999-12-31 23:59:59,58470041.0, +20221219224500000000000000058473881,U,,1358;638070867004892990;20220828031015484892|00000041.70eddf5a.00000001.0005.02.0000:229854.561832.16,UPDATE,3D001700000000000000000000000000,2022-12-19 22:45:00,1671490500000.0,ab:8,"0 5,15,25,35,45,55 * * * ?",39517.0,"0 5,15,25,35,45,55 * * * ?",27.0,8.0,U,2022-12-19 17:45:00,2022-12-19 17:45:00,2022-12-19 17:45:05.587,2022-12-19,3D00170000000000 ,PM_CL_CONTACTCENTER,PM_CL_CONTACTCENTER,2.02212192245e+16,58473881.0,9999-12-31 23:59:59,58473881.0, +20221219225500000000000000058477217,U,,1358;638070873010382510;20220828031015484892|00000041.70f48f96.00000001.000c.02.0000:229857.416626.16,UPDATE,59002000000000000000000000000000,2022-12-19 22:55:00,1671491100000.0,ab:8,"0 5,15,25,35,45,55 * * * ?",39518.0,"0 5,15,25,35,45,55 * * * ?",27.0,8.0,U,2022-12-19 17:55:00,2022-12-19 17:55:00,2022-12-19 17:55:07.128,2022-12-19,5900200000000000 ,PM_CL_CONTACTCENTER,PM_CL_CONTACTCENTER,2.02212192255e+16,58477217.0,9999-12-31 23:59:59,58477217.0, +20221219230000000000000000058479009,U,,1358;638070876010049860;20220828031015484892|00000041.70f7b305.00000001.0030.02.0000:229858.789205.16,UPDATE,7D001400000000000000000000000000,2022-12-19 23:00:00,1671494400000.0,ab:1,"0 0 * * * ?",6602.0,"0 0 * * * ?",2.0,1.0,U,2022-12-19 18:00:00,2022-12-19 18:00:00,2022-12-19 18:00:08.900,2022-12-19,7D00140000000000 ,PM_CL_CONTACTCENTER,PM_CL_CONTACTCENTER,2.022121923e+16,58479009.0,9999-12-31 23:59:59,58479009.0, +20221219230500000000000000058481369,U,,1358;638070879010640210;20220828031015484892|00000041.70fc4c5f.00000001.0003.02.0000:229860.931427.16,UPDATE,29000F00000000000000000000000000,2022-12-19 23:05:00,1671491700000.0,ab:8,"0 5,15,25,35,45,55 * * * ?",39519.0,"0 5,15,25,35,45,55 * * * ?",27.0,8.0,U,2022-12-19 18:05:00,2022-12-19 18:05:00,2022-12-19 18:05:07.506,2022-12-19,29000F0000000000 ,PM_CL_CONTACTCENTER,PM_CL_CONTACTCENTER,2.02212192305e+16,58481369.0,9999-12-31 23:59:59,58481369.0, +20221219231500000000000000058484745,U,,1358;638070885007402130;20220828031015484892|00000041.7106dfe8.00000001.000a.02.0000:229867.74757.16,UPDATE,5C000900000000000000000000000000,2022-12-19 23:15:00,1671492300000.0,ab:8,"0 5,15,25,35,45,55 * * * ?",39520.0,"0 5,15,25,35,45,55 * * * ?",27.0,8.0,U,2022-12-19 18:15:00,2022-12-19 18:15:00,2022-12-19 18:15:05.838,2022-12-19,5C00090000000000 ,PM_CL_CONTACTCENTER,PM_CL_CONTACTCENTER,2.02212192315e+16,58484745.0,9999-12-31 23:59:59,58484745.0, +20221219232500000000000000058487989,U,,1358;638070891012995160;20220828031015484892|00000041.710e0c0f.00000001.0000.02.0000:229870.379990.16,UPDATE,20000500000000000000000000000000,2022-12-19 23:25:00,1671492900000.0,ab:8,"0 5,15,25,35,45,55 * * * ?",39521.0,"0 5,15,25,35,45,55 * * * ?",27.0,8.0,U,2022-12-19 18:25:00,2022-12-19 18:25:00,2022-12-19 18:25:08.594,2022-12-19,2000050000000000 ,PM_CL_CONTACTCENTER,PM_CL_CONTACTCENTER,2.02212192325e+16,58487989.0,9999-12-31 23:59:59,58487989.0, +20221219233500000000000000058491393,U,,1358;638070897033128790;20220828031015484892|00000041.71136a6e.00000001.0000.02.0000:229872.691033.16,UPDATE,2C001A00000000000000000000000000,2022-12-19 23:35:00,1671493500000.0,ab:8,"0 5,15,25,35,45,55 * * * ?",39522.0,"0 5,15,25,35,45,55 * * * ?",27.0,8.0,U,2022-12-19 18:35:00,2022-12-19 18:35:00,2022-12-19 18:35:08.581,2022-12-19,2C001A0000000000 ,PM_CL_CONTACTCENTER,PM_CL_CONTACTCENTER,2.02212192335e+16,58491393.0,9999-12-31 23:59:59,58491393.0, +20221219234500000000000000058494453,U,,1358;638070903050942200;20220828031015484892|00000041.7117f48c.00000001.0006.02.0000:229875.481638.16,UPDATE,73001B00000000000000000000000000,2022-12-19 23:45:00,1671494100000.0,ab:8,"0 5,15,25,35,45,55 * * * ?",39523.0,"0 5,15,25,35,45,55 * * * ?",27.0,8.0,U,2022-12-19 18:45:00,2022-12-19 18:45:00,2022-12-19 18:45:10.458,2022-12-19,73001B0000000000 ,PM_CL_CONTACTCENTER,PM_CL_CONTACTCENTER,2.02212192345e+16,58494453.0,9999-12-31 23:59:59,58494453.0, +20221219235500000000000000058497189,U,,1358;638070909018719570;20220828031015484892|00000041.711c97b9.00000001.0001.02.0000:229877.490397.16,UPDATE,0B001800000000000000000000000000,2022-12-19 23:55:00,1671494700000.0,ab:8,"0 5,15,25,35,45,55 * * * ?",39524.0,"0 5,15,25,35,45,55 * * * ?",27.0,8.0,U,2022-12-19 18:55:00,2022-12-19 18:55:00,2022-12-19 18:55:07.075,2022-12-19,0B00180000000000 ,PM_CL_CONTACTCENTER,PM_CL_CONTACTCENTER,2.02212192355e+16,58497189.0,9999-12-31 23:59:59,58497189.0, +20221220000000000000000000058498693,U,,1358;638070912043475330;20220828031015484892|00000041.711e9f3e.00000001.0000.02.0000:229878.448050.16,UPDATE,46001F00000000000000000000000000,2022-12-20 00:00:00,1671498000000.0,ab:1,"0 0 * * * ?",6603.0,"0 0 * * * ?",2.0,1.0,U,2022-12-19 19:00:00,2022-12-19 19:00:00,2022-12-19 19:00:09.676,2022-12-19,46001F0000000000 ,PM_CL_CONTACTCENTER,PM_CL_CONTACTCENTER,2.022122e+16,58498693.0,9999-12-31 23:59:59,58498693.0, +20221220000500000000000000058500317,U,,1358;638070915019186990;20220828031015484892|00000041.7120cfec.00000001.0000.02.0000:229879.617298.16,UPDATE,06002000000000000000000000000000,2022-12-20 00:05:00,1671495300000.0,ab:8,"0 5,15,25,35,45,55 * * * ?",39525.0,"0 5,15,25,35,45,55 * * * ?",27.0,8.0,U,2022-12-19 19:05:00,2022-12-19 19:05:00,2022-12-19 19:05:07.091,2022-12-19,0600200000000000 ,PM_CL_CONTACTCENTER,PM_CL_CONTACTCENTER,2.02212200005e+16,58500317.0,9999-12-31 23:59:59,58500317.0, +20221220001500000000000000058502425,U,,1358;638070921030448180;20220828031015484892|00000041.71248b01.00000001.0000.02.0000:229882.326719.16,UPDATE,5C000D00000000000000000000000000,2022-12-20 00:15:00,1671495900000.0,ab:8,"0 5,15,25,35,45,55 * * * ?",39526.0,"0 5,15,25,35,45,55 * * * ?",27.0,8.0,U,2022-12-19 19:15:00,2022-12-19 19:15:00,2022-12-19 19:15:08.296,2022-12-19,5C000D0000000000 ,PM_CL_CONTACTCENTER,PM_CL_CONTACTCENTER,2.02212200015e+16,58502425.0,9999-12-31 23:59:59,58502425.0, +20221220002500000000000000058504745,U,,1358;638070927012801740;20220828031015484892|00000041.71285eb3.00000001.0000.02.0000:229884.391207.16,UPDATE,7C000000000000000000000000000000,2022-12-20 00:25:00,1671496500000.0,ab:8,"0 5,15,25,35,45,55 * * * ?",39527.0,"0 5,15,25,35,45,55 * * * ?",27.0,8.0,U,2022-12-19 19:25:00,2022-12-19 19:25:00,2022-12-19 19:25:06.386,2022-12-19,7C00000000000000 ,PM_CL_CONTACTCENTER,PM_CL_CONTACTCENTER,2.02212200025e+16,58504745.0,9999-12-31 23:59:59,58504745.0, +20221220003500000000000000058507169,U,,1358;638070933013309810;20220828031015484892|00000041.712b8eca.00000001.0001.02.0000:229886.337760.16,UPDATE,1A001C00000000000000000000000000,2022-12-20 00:35:00,1671497100000.0,ab:8,"0 5,15,25,35,45,55 * * * ?",39528.0,"0 5,15,25,35,45,55 * * * ?",27.0,8.0,U,2022-12-19 19:35:00,2022-12-19 19:35:00,2022-12-19 19:35:07.747,2022-12-19,1A001C0000000000 ,PM_CL_CONTACTCENTER,PM_CL_CONTACTCENTER,2.02212200035e+16,58507169.0,9999-12-31 23:59:59,58507169.0, +20221219223500000000000000058470041,U,,1357;638070861010266270;20220828031015484892|00000041.70e72e77.00000001.0009.02.0000:229850.625306.16,UPDATE,61000D00000000000000000000000000,2022-12-19 22:35:00,1671489900000.0,ab:8,"0 5,15,25,35,45,55 * * * ?",39516.0,"0 5,15,25,35,45,55 * * * ?",27.0,8.0,U,2022-12-19 17:35:00,2022-12-19 17:35:00,2022-12-19 17:35:06.714,2022-12-19,61000D0000000000 ,PM_CL_CONTACTCENTER,PM_CL_CONTACTCENTER,2.02212192235e+16,58470041.0,9999-12-31 23:59:59,58470041.0, +20221219223500000000000000058470041,U,,1357;638070861010266270;20220828031015484892|00000041.70e72e77.00000001.0009.02.0000:229850.625306.16,UPDATE,61000D00000000000000000000000000,2022-12-19 22:35:00,1671489900000.0,ab:8,"0 5,15,25,35,45,55 * * * ?",39516.0,"0 5,15,25,35,45,55 * * * ?",27.0,8.0,U,2022-12-19 17:35:00,2022-12-19 17:35:00,2022-12-19 17:35:06.714,2022-12-19,61000D0000000000 ,PM_CL_CONTACTCENTER,PM_CL_CONTACTCENTER,2.02212192235e+16,58470041.0,9999-12-31 23:59:59,58470041.0, +20221219224500000000000000058473881,U,,1358;638070867004892990;20220828031015484892|00000041.70eddf5a.00000001.0005.02.0000:229854.561832.16,UPDATE,3D001700000000000000000000000000,2022-12-19 22:45:00,1671490500000.0,ab:8,"0 5,15,25,35,45,55 * * * ?",39517.0,"0 5,15,25,35,45,55 * * * ?",27.0,8.0,U,2022-12-19 17:45:00,2022-12-19 17:45:00,2022-12-19 17:45:05.587,2022-12-19,3D00170000000000 ,PM_CL_CONTACTCENTER,PM_CL_CONTACTCENTER,2.02212192245e+16,58473881.0,9999-12-31 23:59:59,58473881.0, +20221219224500000000000000058473881,U,,1358;638070867004892990;20220828031015484892|00000041.70eddf5a.00000001.0005.02.0000:229854.561832.16,UPDATE,3D001700000000000000000000000000,2022-12-19 22:45:00,1671490500000.0,ab:8,"0 5,15,25,35,45,55 * * * ?",39517.0,"0 5,15,25,35,45,55 * * * ?",27.0,8.0,U,2022-12-19 17:45:00,2022-12-19 17:45:00,2022-12-19 17:45:05.587,2022-12-19,3D00170000000000 ,PM_CL_CONTACTCENTER,PM_CL_CONTACTCENTER,2.02212192245e+16,58473881.0,9999-12-31 23:59:59,58473881.0, +20221219225500000000000000058477217,U,,1358;638070873010382510;20220828031015484892|00000041.70f48f96.00000001.000c.02.0000:229857.416626.16,UPDATE,59002000000000000000000000000000,2022-12-19 22:55:00,1671491100000.0,ab:8,"0 5,15,25,35,45,55 * * * ?",39518.0,"0 5,15,25,35,45,55 * * * ?",27.0,8.0,U,2022-12-19 17:55:00,2022-12-19 17:55:00,2022-12-19 17:55:07.128,2022-12-19,5900200000000000 ,PM_CL_CONTACTCENTER,PM_CL_CONTACTCENTER,2.02212192255e+16,58477217.0,9999-12-31 23:59:59,58477217.0, +20221219225500000000000000058477217,U,,1358;638070873010382510;20220828031015484892|00000041.70f48f96.00000001.000c.02.0000:229857.416626.16,UPDATE,59002000000000000000000000000000,2022-12-19 22:55:00,1671491100000.0,ab:8,"0 5,15,25,35,45,55 * * * ?",39518.0,"0 5,15,25,35,45,55 * * * ?",27.0,8.0,U,2022-12-19 17:55:00,2022-12-19 17:55:00,2022-12-19 17:55:07.128,2022-12-19,5900200000000000 ,PM_CL_CONTACTCENTER,PM_CL_CONTACTCENTER,2.02212192255e+16,58477217.0,9999-12-31 23:59:59,58477217.0, +20221219230000000000000000058479009,U,,1358;638070876010049860;20220828031015484892|00000041.70f7b305.00000001.0030.02.0000:229858.789205.16,UPDATE,7D001400000000000000000000000000,2022-12-19 23:00:00,1671494400000.0,ab:1,"0 0 * * * ?",6602.0,"0 0 * * * ?",2.0,1.0,U,2022-12-19 18:00:00,2022-12-19 18:00:00,2022-12-19 18:00:08.900,2022-12-19,7D00140000000000 ,PM_CL_CONTACTCENTER,PM_CL_CONTACTCENTER,2.022121923e+16,58479009.0,9999-12-31 23:59:59,58479009.0, +20221219230000000000000000058479009,U,,1358;638070876010049860;20220828031015484892|00000041.70f7b305.00000001.0030.02.0000:229858.789205.16,UPDATE,7D001400000000000000000000000000,2022-12-19 23:00:00,1671494400000.0,ab:1,"0 0 * * * ?",6602.0,"0 0 * * * ?",2.0,1.0,U,2022-12-19 18:00:00,2022-12-19 18:00:00,2022-12-19 18:00:08.900,2022-12-19,7D00140000000000 ,PM_CL_CONTACTCENTER,PM_CL_CONTACTCENTER,2.022121923e+16,58479009.0,9999-12-31 23:59:59,58479009.0, +20221219230500000000000000058481369,U,,1358;638070879010640210;20220828031015484892|00000041.70fc4c5f.00000001.0003.02.0000:229860.931427.16,UPDATE,29000F00000000000000000000000000,2022-12-19 23:05:00,1671491700000.0,ab:8,"0 5,15,25,35,45,55 * * * ?",39519.0,"0 5,15,25,35,45,55 * * * ?",27.0,8.0,U,2022-12-19 18:05:00,2022-12-19 18:05:00,2022-12-19 18:05:07.506,2022-12-19,29000F0000000000 ,PM_CL_CONTACTCENTER,PM_CL_CONTACTCENTER,2.02212192305e+16,58481369.0,9999-12-31 23:59:59,58481369.0, +20221219230500000000000000058481369,U,,1358;638070879010640210;20220828031015484892|00000041.70fc4c5f.00000001.0003.02.0000:229860.931427.16,UPDATE,29000F00000000000000000000000000,2022-12-19 23:05:00,1671491700000.0,ab:8,"0 5,15,25,35,45,55 * * * ?",39519.0,"0 5,15,25,35,45,55 * * * ?",27.0,8.0,U,2022-12-19 18:05:00,2022-12-19 18:05:00,2022-12-19 18:05:07.506,2022-12-19,29000F0000000000 ,PM_CL_CONTACTCENTER,PM_CL_CONTACTCENTER,2.02212192305e+16,58481369.0,9999-12-31 23:59:59,58481369.0, +20221219231500000000000000058484745,U,,1358;638070885007402130;20220828031015484892|00000041.7106dfe8.00000001.000a.02.0000:229867.74757.16,UPDATE,5C000900000000000000000000000000,2022-12-19 23:15:00,1671492300000.0,ab:8,"0 5,15,25,35,45,55 * * * ?",39520.0,"0 5,15,25,35,45,55 * * * ?",27.0,8.0,U,2022-12-19 18:15:00,2022-12-19 18:15:00,2022-12-19 18:15:05.838,2022-12-19,5C00090000000000 ,PM_CL_CONTACTCENTER,PM_CL_CONTACTCENTER,2.02212192315e+16,58484745.0,9999-12-31 23:59:59,58484745.0, +20221219231500000000000000058484745,U,,1358;638070885007402130;20220828031015484892|00000041.7106dfe8.00000001.000a.02.0000:229867.74757.16,UPDATE,5C000900000000000000000000000000,2022-12-19 23:15:00,1671492300000.0,ab:8,"0 5,15,25,35,45,55 * * * ?",39520.0,"0 5,15,25,35,45,55 * * * ?",27.0,8.0,U,2022-12-19 18:15:00,2022-12-19 18:15:00,2022-12-19 18:15:05.838,2022-12-19,5C00090000000000 ,PM_CL_CONTACTCENTER,PM_CL_CONTACTCENTER,2.02212192315e+16,58484745.0,9999-12-31 23:59:59,58484745.0, +20221219232500000000000000058487989,U,,1358;638070891012995160;20220828031015484892|00000041.710e0c0f.00000001.0000.02.0000:229870.379990.16,UPDATE,20000500000000000000000000000000,2022-12-19 23:25:00,1671492900000.0,ab:8,"0 5,15,25,35,45,55 * * * ?",39521.0,"0 5,15,25,35,45,55 * * * ?",27.0,8.0,U,2022-12-19 18:25:00,2022-12-19 18:25:00,2022-12-19 18:25:08.594,2022-12-19,2000050000000000 ,PM_CL_CONTACTCENTER,PM_CL_CONTACTCENTER,2.02212192325e+16,58487989.0,9999-12-31 23:59:59,58487989.0, +20221219232500000000000000058487989,U,,1358;638070891012995160;20220828031015484892|00000041.710e0c0f.00000001.0000.02.0000:229870.379990.16,UPDATE,20000500000000000000000000000000,2022-12-19 23:25:00,1671492900000.0,ab:8,"0 5,15,25,35,45,55 * * * ?",39521.0,"0 5,15,25,35,45,55 * * * ?",27.0,8.0,U,2022-12-19 18:25:00,2022-12-19 18:25:00,2022-12-19 18:25:08.594,2022-12-19,2000050000000000 ,PM_CL_CONTACTCENTER,PM_CL_CONTACTCENTER,2.02212192325e+16,58487989.0,9999-12-31 23:59:59,58487989.0, +20221219233500000000000000058491393,U,,1358;638070897033128790;20220828031015484892|00000041.71136a6e.00000001.0000.02.0000:229872.691033.16,UPDATE,2C001A00000000000000000000000000,2022-12-19 23:35:00,1671493500000.0,ab:8,"0 5,15,25,35,45,55 * * * ?",39522.0,"0 5,15,25,35,45,55 * * * ?",27.0,8.0,U,2022-12-19 18:35:00,2022-12-19 18:35:00,2022-12-19 18:35:08.581,2022-12-19,2C001A0000000000 ,PM_CL_CONTACTCENTER,PM_CL_CONTACTCENTER,2.02212192335e+16,58491393.0,9999-12-31 23:59:59,58491393.0, +20221219233500000000000000058491393,U,,1358;638070897033128790;20220828031015484892|00000041.71136a6e.00000001.0000.02.0000:229872.691033.16,UPDATE,2C001A00000000000000000000000000,2022-12-19 23:35:00,1671493500000.0,ab:8,"0 5,15,25,35,45,55 * * * ?",39522.0,"0 5,15,25,35,45,55 * * * ?",27.0,8.0,U,2022-12-19 18:35:00,2022-12-19 18:35:00,2022-12-19 18:35:08.581,2022-12-19,2C001A0000000000 ,PM_CL_CONTACTCENTER,PM_CL_CONTACTCENTER,2.02212192335e+16,58491393.0,9999-12-31 23:59:59,58491393.0, +20221219234500000000000000058494453,U,,1358;638070903050942200;20220828031015484892|00000041.7117f48c.00000001.0006.02.0000:229875.481638.16,UPDATE,73001B00000000000000000000000000,2022-12-19 23:45:00,1671494100000.0,ab:8,"0 5,15,25,35,45,55 * * * ?",39523.0,"0 5,15,25,35,45,55 * * * ?",27.0,8.0,U,2022-12-19 18:45:00,2022-12-19 18:45:00,2022-12-19 18:45:10.458,2022-12-19,73001B0000000000 ,PM_CL_CONTACTCENTER,PM_CL_CONTACTCENTER,2.02212192345e+16,58494453.0,9999-12-31 23:59:59,58494453.0, +20221219234500000000000000058494453,U,,1358;638070903050942200;20220828031015484892|00000041.7117f48c.00000001.0006.02.0000:229875.481638.16,UPDATE,73001B00000000000000000000000000,2022-12-19 23:45:00,1671494100000.0,ab:8,"0 5,15,25,35,45,55 * * * ?",39523.0,"0 5,15,25,35,45,55 * * * ?",27.0,8.0,U,2022-12-19 18:45:00,2022-12-19 18:45:00,2022-12-19 18:45:10.458,2022-12-19,73001B0000000000 ,PM_CL_CONTACTCENTER,PM_CL_CONTACTCENTER,2.02212192345e+16,58494453.0,9999-12-31 23:59:59,58494453.0, +20221219235500000000000000058497189,U,,1358;638070909018719570;20220828031015484892|00000041.711c97b9.00000001.0001.02.0000:229877.490397.16,UPDATE,0B001800000000000000000000000000,2022-12-19 23:55:00,1671494700000.0,ab:8,"0 5,15,25,35,45,55 * * * ?",39524.0,"0 5,15,25,35,45,55 * * * ?",27.0,8.0,U,2022-12-19 18:55:00,2022-12-19 18:55:00,2022-12-19 18:55:07.075,2022-12-19,0B00180000000000 ,PM_CL_CONTACTCENTER,PM_CL_CONTACTCENTER,2.02212192355e+16,58497189.0,9999-12-31 23:59:59,58497189.0, +20221219235500000000000000058497189,U,,1358;638070909018719570;20220828031015484892|00000041.711c97b9.00000001.0001.02.0000:229877.490397.16,UPDATE,0B001800000000000000000000000000,2022-12-19 23:55:00,1671494700000.0,ab:8,"0 5,15,25,35,45,55 * * * ?",39524.0,"0 5,15,25,35,45,55 * * * ?",27.0,8.0,U,2022-12-19 18:55:00,2022-12-19 18:55:00,2022-12-19 18:55:07.075,2022-12-19,0B00180000000000 ,PM_CL_CONTACTCENTER,PM_CL_CONTACTCENTER,2.02212192355e+16,58497189.0,9999-12-31 23:59:59,58497189.0, +20221220000000000000000000058498693,U,,1358;638070912043475330;20220828031015484892|00000041.711e9f3e.00000001.0000.02.0000:229878.448050.16,UPDATE,46001F00000000000000000000000000,2022-12-20 00:00:00,1671498000000.0,ab:1,"0 0 * * * ?",6603.0,"0 0 * * * ?",2.0,1.0,U,2022-12-19 19:00:00,2022-12-19 19:00:00,2022-12-19 19:00:09.676,2022-12-19,46001F0000000000 ,PM_CL_CONTACTCENTER,PM_CL_CONTACTCENTER,2.022122e+16,58498693.0,9999-12-31 23:59:59,58498693.0, +20221220000000000000000000058498693,U,,1358;638070912043475330;20220828031015484892|00000041.711e9f3e.00000001.0000.02.0000:229878.448050.16,UPDATE,46001F00000000000000000000000000,2022-12-20 00:00:00,1671498000000.0,ab:1,"0 0 * * * ?",6603.0,"0 0 * * * ?",2.0,1.0,U,2022-12-19 19:00:00,2022-12-19 19:00:00,2022-12-19 19:00:09.676,2022-12-19,46001F0000000000 ,PM_CL_CONTACTCENTER,PM_CL_CONTACTCENTER,2.022122e+16,58498693.0,9999-12-31 23:59:59,58498693.0, +20221220000500000000000000058500317,U,,1358;638070915019186990;20220828031015484892|00000041.7120cfec.00000001.0000.02.0000:229879.617298.16,UPDATE,06002000000000000000000000000000,2022-12-20 00:05:00,1671495300000.0,ab:8,"0 5,15,25,35,45,55 * * * ?",39525.0,"0 5,15,25,35,45,55 * * * ?",27.0,8.0,U,2022-12-19 19:05:00,2022-12-19 19:05:00,2022-12-19 19:05:07.091,2022-12-19,0600200000000000 ,PM_CL_CONTACTCENTER,PM_CL_CONTACTCENTER,2.02212200005e+16,58500317.0,9999-12-31 23:59:59,58500317.0, +20221220000500000000000000058500317,U,,1358;638070915019186990;20220828031015484892|00000041.7120cfec.00000001.0000.02.0000:229879.617298.16,UPDATE,06002000000000000000000000000000,2022-12-20 00:05:00,1671495300000.0,ab:8,"0 5,15,25,35,45,55 * * * ?",39525.0,"0 5,15,25,35,45,55 * * * ?",27.0,8.0,U,2022-12-19 19:05:00,2022-12-19 19:05:00,2022-12-19 19:05:07.091,2022-12-19,0600200000000000 ,PM_CL_CONTACTCENTER,PM_CL_CONTACTCENTER,2.02212200005e+16,58500317.0,9999-12-31 23:59:59,58500317.0, +20221220001500000000000000058502425,U,,1358;638070921030448180;20220828031015484892|00000041.71248b01.00000001.0000.02.0000:229882.326719.16,UPDATE,5C000D00000000000000000000000000,2022-12-20 00:15:00,1671495900000.0,ab:8,"0 5,15,25,35,45,55 * * * ?",39526.0,"0 5,15,25,35,45,55 * * * ?",27.0,8.0,U,2022-12-19 19:15:00,2022-12-19 19:15:00,2022-12-19 19:15:08.296,2022-12-19,5C000D0000000000 ,PM_CL_CONTACTCENTER,PM_CL_CONTACTCENTER,2.02212200015e+16,58502425.0,9999-12-31 23:59:59,58502425.0, +20221220001500000000000000058502425,U,,1358;638070921030448180;20220828031015484892|00000041.71248b01.00000001.0000.02.0000:229882.326719.16,UPDATE,5C000D00000000000000000000000000,2022-12-20 00:15:00,1671495900000.0,ab:8,"0 5,15,25,35,45,55 * * * ?",39526.0,"0 5,15,25,35,45,55 * * * ?",27.0,8.0,U,2022-12-19 19:15:00,2022-12-19 19:15:00,2022-12-19 19:15:08.296,2022-12-19,5C000D0000000000 ,PM_CL_CONTACTCENTER,PM_CL_CONTACTCENTER,2.02212200015e+16,58502425.0,9999-12-31 23:59:59,58502425.0, +20221220002500000000000000058504745,U,,1358;638070927012801740;20220828031015484892|00000041.71285eb3.00000001.0000.02.0000:229884.391207.16,UPDATE,7C000000000000000000000000000000,2022-12-20 00:25:00,1671496500000.0,ab:8,"0 5,15,25,35,45,55 * * * ?",39527.0,"0 5,15,25,35,45,55 * * * ?",27.0,8.0,U,2022-12-19 19:25:00,2022-12-19 19:25:00,2022-12-19 19:25:06.386,2022-12-19,7C00000000000000 ,PM_CL_CONTACTCENTER,PM_CL_CONTACTCENTER,2.02212200025e+16,58504745.0,9999-12-31 23:59:59,58504745.0, +20221220002500000000000000058504745,U,,1358;638070927012801740;20220828031015484892|00000041.71285eb3.00000001.0000.02.0000:229884.391207.16,UPDATE,7C000000000000000000000000000000,2022-12-20 00:25:00,1671496500000.0,ab:8,"0 5,15,25,35,45,55 * * * ?",39527.0,"0 5,15,25,35,45,55 * * * ?",27.0,8.0,U,2022-12-19 19:25:00,2022-12-19 19:25:00,2022-12-19 19:25:06.386,2022-12-19,7C00000000000000 ,PM_CL_CONTACTCENTER,PM_CL_CONTACTCENTER,2.02212200025e+16,58504745.0,9999-12-31 23:59:59,58504745.0, +20221220003500000000000000058507169,U,,1358;638070933013309810;20220828031015484892|00000041.712b8eca.00000001.0001.02.0000:229886.337760.16,UPDATE,1A001C00000000000000000000000000,2022-12-20 00:35:00,1671497100000.0,ab:8,"0 5,15,25,35,45,55 * * * ?",39528.0,"0 5,15,25,35,45,55 * * * ?",27.0,8.0,U,2022-12-19 19:35:00,2022-12-19 19:35:00,2022-12-19 19:35:07.747,2022-12-19,1A001C0000000000 ,PM_CL_CONTACTCENTER,PM_CL_CONTACTCENTER,2.02212200035e+16,58507169.0,9999-12-31 23:59:59,58507169.0, +20221220003500000000000000058507169,U,,1358;638070933013309810;20220828031015484892|00000041.712b8eca.00000001.0001.02.0000:229886.337760.16,UPDATE,1A001C00000000000000000000000000,2022-12-20 00:35:00,1671497100000.0,ab:8,"0 5,15,25,35,45,55 * * * ?",39528.0,"0 5,15,25,35,45,55 * * * ?",27.0,8.0,U,2022-12-19 19:35:00,2022-12-19 19:35:00,2022-12-19 19:35:07.747,2022-12-19,1A001C0000000000 ,PM_CL_CONTACTCENTER,PM_CL_CONTACTCENTER,2.02212200035e+16,58507169.0,9999-12-31 23:59:59,58507169.0, diff --git a/work/recovery-ui/Dockerfile b/work/recovery-ui/Dockerfile new file mode 100644 index 0000000..24f6f11 --- /dev/null +++ b/work/recovery-ui/Dockerfile @@ -0,0 +1,26 @@ +FROM fedora:36 +MAINTAINER Wendell Jones + +RUN echo 'defaultyes=True' >> /etc/dnf/dnf.conf +RUN echo 'vm.overcommit_memory = 1' >> sysctl.conf +RUN echo '127.0.0.1 localhost.localdomain localhost' >> /etc/hosts +RUN dnf update && dnf -y --assumeyes groupinstall 'Development Tools' +RUN dnf install -y gcc.x86_64 libgcc-12.0.1-0.16.fc36.x86_64 gcc-c++.x86_64 gcc-c++-x86_64-linux-gnu.x86_64 +RUN dnf install -y libarrow libarrow-devel.x86_64 libarrow-dataset-devel.x86_64 libarrow-dataset-glib-devel.x86_64 parquet-libs.x86_64 parquet-libs-devel.x86_64 parquet-glib-devel.x86_64 parquet-glib-libs.x86_64 # For C++ +RUN dnf install -y python3.12.x86_64 python3.12-devel.x86_64 python3-pip.noarch cmake cmake.x86_64 cmake-data.noarch python3-pyarrow.x86_64 python3-pyarrow-devel.x86_64 # For Apache Parquet GLib (C) + +ENV INSTALL_PATH /recovery +RUN mkdir -p $INSTALL_PATH + +WORKDIR $INSTALL_PATH + +COPY requirements.txt requirements.txt +RUN pip install --upgrade pip +RUN pip install arrow +RUN pip install -r requirements.txt +RUN pip install snowflake-connector-python + +COPY . . +#RUN pip install --editable . + +CMD gunicorn -b 0.0.0.0:8181 --workers 10 --timeout 900 --access-logfile - "recovery.app:create_app()" diff --git a/work/recovery-ui/__init__.py b/work/recovery-ui/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/work/recovery-ui/config/__init__.py b/work/recovery-ui/config/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/work/recovery-ui/config/__pycache__/__init__.cpython-310.pyc b/work/recovery-ui/config/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f947854d2833e155e9aba817876687e23b3dc3bd GIT binary patch literal 121 zcmd1j<>g`kf=`q3l0o!i5P=LBfgA@QE@lA|DGb33nv8xc8Hzx{2;!HFeo<<2epzZ! qrG9dLURq|letdjpUS>&ryk0@&Ee@O9{FKt1R6CHaVkRKL!T@c$DI?V;+SH!daw5+$grFnDP#FiyQDRrX>z-VL#8W9l_TaOfNK zLHbI2?J2L&Qx_vrcC@4UzR`R$vm2Jn1t3mW`RV#;0RHU2@ev&8i_7kWBY;Rg2qY{? zfTVDWq;Z;LaE4@YmYm=da*9s{pCdV(CwW{T1zaRWT%sjh7F>mtaFvvCjY_0Ks=p*$ zCp83`^%tQHni9{)UO)-;W5?Ro+voB{=SIHl$XDIob^E%F>)wJ-h3h$l`5<1@Tgz2ae~G~l0g7L+ z7ZY+{!t)8ZHB5__l5mEgZB5V-LTJLvhn$)8*uz@|p>Kw%ihp~sSCPlxpsy2UGW-Jd zds|g3WuOSLnW^#jM+wVRhGSbdRBfaU6-zUw2-gsVs;#KHHnrid6>c0chd%tR33aFs z#HK^T7;Dg0XJ(@C8$=E99*O(=t`$)?T+?XN5}*6%&0CDdvA38rdAZ@ak3mRQKK&$# Y0`@_;63C>4Ntv{`|E-wBf~!dX055FOYXATM literal 0 HcmV?d00001 diff --git a/work/recovery-ui/config/settings.py b/work/recovery-ui/config/settings.py new file mode 100644 index 0000000..be0e9ee --- /dev/null +++ b/work/recovery-ui/config/settings.py @@ -0,0 +1,33 @@ +from datetime import timedelta + +DEBUG = True + +SERVER_NAME = '10.239.53.64:8181' +SECRET_KEY = 'insecurekeyfordev' + +# Flask-Mail. +MAIL_DEFAULT_SENDER = 'contact@local.host' +MAIL_SERVER = 'smtp.gmail.com' +MAIL_PORT = 587 +MAIL_USE_TLS = True +MAIL_USE_SSL = False +MAIL_USERNAME = 'you@example.com' +MAIL_PASSWORD = 'awesomepassword' + +# Celery. +# CELERY_BROKER_URL = 'redis://:devpassword@redis:6379/0' +# CELERY_RESULT_BACKEND = 'redis://:devpassword@redis:6379/0' +# CELERY_ACCEPT_CONTENT = ['json'] +# CELERY_TASK_SERIALIZER = 'json' +# CELERY_RESULT_SERIALIZER = 'json' +# CELERY_REDIS_MAX_CONNECTIONS = 5 + +# SQLAlchemy. +db_uri = 'postgresql://postgres:Optimus0329@postgres:5432/testdb' +SQLALCHEMY_DATABASE_URI = db_uri +SQLALCHEMY_TRACK_MODIFICATIONS = False + +# User. +SEED_ADMIN_EMAIL = 'dev@local.host' +SEED_ADMIN_PASSWORD = 'devpassword' +REMEMBER_COOKIE_DURATION = timedelta(days=90) diff --git a/work/recovery-ui/docker-compose.yml b/work/recovery-ui/docker-compose.yml new file mode 100644 index 0000000..7bbaa61 --- /dev/null +++ b/work/recovery-ui/docker-compose.yml @@ -0,0 +1,64 @@ +version: '2' + +services: + postgres: + image: 'postgres:15.1' + env_file: + - '.env' + volumes: + - './pgdata:/var/lib/postgresql/data' + ports: + - '5433:5432' + + pgadmin4: + image: 'dpage/pgadmin4' + env_file: + - '.env' + ports: + - '800:80' + + redis-overcommit: + build: https://github.com/bkuhl/redis-overcommit-on-host.git + restart: 'no' + privileged: true + volumes: + - /proc/sys/vm:/mnt/vm + + redis: + image: 'redis:7.0.5' + command: redis-server /etc/redis/redis.conf + volumes: + - './redis/conf:/etc/redis' + - './redis/data:/var/lib/redis/data' + ports: + - '6379:6379' + depends_on: + - redis-overcommit + + website: + build: . + command: > + gunicorn -b 0.0.0.0:8181 + --access-logfile - + --workers 10 + --timeout 900 + --reload + "recovery.app:create_app()" + env_file: + - '.env' + volumes: + - '.:/recovery' + ports: + - '8181:8181' + +# celery: +# build: . +# command: celery worker -l info -A snakeeyes.blueprints.contact.tasks +# env_file: +# - '.env' +# volumes: +# - '.:/snakeeyes' + +volumes: + postgres: + redis: diff --git a/work/recovery-ui/recovery/__pycache__/app.cpython-310.pyc b/work/recovery-ui/recovery/__pycache__/app.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..384b4469e076c451b87d17bf437e80d5b25ca437 GIT binary patch literal 2512 zcmZuyOLN;c5GJV?MN5$%apELSi}4{7&A4)szFkkJvdpw<961%`W{eAmA|RO#Ujd*v zc9R~O+&cLW&awZYr~V9Hd+Mq8p1Ob@wx=bBz+!i~SnPhgNUBv!gXiy`e)hk=qG^B1 z#l`Xcv;c8@EX1b_UFRu(F$Hs zyh?Z@x`}Tpx*Fb!R`F_d8{dZYBDq3pZ*}|unI{WxHT)sTIa+tII{J|^9wae((71>0N`svHyHyx81Tkj{OmMX<7SmNI6H0J|6`P4%a_HUJ5?=ULQOQy(c@lMN^avOy=qv?X@Am>Kpxa?v*Y}_ViZ^ z!P8nHIb7@pR~b7Q*8>D-iRqyPq7 zt1?Id-dS_uNPJ!Rd0C_+EIJaM4f{Nh0VGc-gTX2MWk- z?d?5k+wRWZ<7T__@IQR8wBNPy!c_f<-F@8b*qt6;oU-;E+jZLCcI<9ekl5z9G8Od> zp4g|0iV1CJJb(7_=U?LLRHJL}v>m*-M(YcBf}|TlSNlDG!RubG^{ogcp9klM$phGpTRx#xV*`NxPBSw;PM6V z%3DCy$`reoLEcGXsyLmx!D`?eHiI}2^4xWuEdxV^YCNpS=ME zC@Z-xNqk7V<+|QT93~8CgHZ-|uZD{$bY_odMoMsDAUmu=3zLReK@LSZl%(#wlDqtQ z=#4w7$}g@2f)nWelqDn1%2IP>n#0BnFuWl zj$47PoSbuf?>%|QBnb(w+mltkri6SM@qale&hgSqgn|^56G0iJhCAF5E^{01a!>fo zZ@9->B49zoecl!w)@gW)hazGTB|tw2i@`-qz(?GJ0I>@l#2!S5`$dqFLHiq1$$-`e zS1?`8pQPl|OkKZMQ0j#&@xU8r3y$~bGJU+cSF(b;oM{>R>$61-p zL7@&((5C-x&}aP_&-BZrF!L)rUzwL?p*;{dU%AHEv&Oob4Rft#%0sj6SyR9A%*H9- z)JE3kCRepgVX`f>$tq~PCUvrntv!=fduDj;6jPQo?Gs_2yAHJN{UoZ3-3|O49V^J? l8>r16f!+7f!{w%Kp9)#5IGo|{CHfE{CNbUZ7TxWT{sIOFjo$zO literal 0 HcmV?d00001 diff --git a/work/recovery-ui/recovery/app.py b/work/recovery-ui/recovery/app.py new file mode 100644 index 0000000..d94a51f --- /dev/null +++ b/work/recovery-ui/recovery/app.py @@ -0,0 +1,124 @@ +#!/usr/bin/python3 +""" +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +""" +__author__ = "n0251281" + +import re +from datetime import datetime + +import pandas as pd +from flask import Flask, redirect, render_template, request, session +# from flask_migrate import Migrate +from flask_sqlalchemy import SQLAlchemy +# from flask_wtf import FlaskForm +# from wtforms import (SelectField, SelectMultipleField, StringField, +# SubmitField, widgets) +# from wtforms.fields.html5 import DateField +# from wtforms.validators import DataRequired + +from itsdangerous import URLSafeTimedSerializer +from recovery.blueprints.page import page +from recovery.blueprints.recover import recover +from flask_bootstrap import Bootstrap + +import redis +from flask_session import Session +from recovery.lib.common.connecter import Connecter +# from recovery.lib.fconfig import DevConfig +# from recovery.lib.function.Outputter import Output +# from recovery.lib.function.pgfunctions import execute_batch +# from recovery.lib.function.Writer import csvwrite +# from recovery.lib.sql.Queries import sfquery + +from recovery.extensions import ( + debug_toolbar, + #mail, + csrf, + #db, + #login_manager +) + +def create_app(settings_override=None): + """ + Create a Flask application using the app factory pattern. + + :param settings_override: Override settings + :return: Flask app + """ + + app = Flask(__name__, instance_relative_config=True) + + app.config.from_object('config.settings') + app.config.from_pyfile('settings.py', silent=True) + + app.config["SECRET_KEY"] = "dfjjflsfjlskjdk" + app.config["SESSION_COOKIE_DOMAIN"] = "localhost.localdomain" + app.config["SESSION_COOKIE_SECURE"] = False + app.config["SESSION_PERMANENT"] = False + app.config['SESSION_USE_SIGNER'] = True + app.config["SESSION_TYPE"] = "redis" + app.config['SESSION_REDIS'] = redis.from_url('redis://redis:6379') + app.config['DEBUG_TB_INTERCEPT_REDIRECTS'] = False + + app.register_blueprint(page) + app.register_blueprint(recover) + extensions(app) + Bootstrap(app) + Session(app) + #authentication(app, User) + connect = Connecter() + #conn = connect.connect(sfparams) + db = SQLAlchemy(app) + + #if settings_override: + # app.config.update(settings_override) + + + return app + +def extensions(app): + """ + Register 0 or more extensions (mutates the app passed in). + + :param app: Flask application instance + :return: None + """ + debug_toolbar.init_app(app) + #mail.init_app(app) + #csrf.init_app(app) + #db.init_app(app) + #login_manager.init_app(app) + + return None + +# def data_retrieve(queryvalue, tablename, columnlist, sessioninfo): +# (sfdatabase, schemaname, conn) = sfconnect(sessioninfo) +# cur = conn.cursor() +# queryname = sfquery.generate_query( +# queryvalue, +# schemaname, +# tablename, +# session["startdate"], +# session["enddate"], +# # session["use_daterange"], +# "1", +# sfdatabase, +# columnlist, +# ) +# cur.execute(queryname) +# rows = 0 +# cur.get_results_from_sfqid(cur.sfqid) +# results = cur.fetchall() +# return results + diff --git a/work/recovery-ui/recovery/blueprints/page/__init__.py b/work/recovery-ui/recovery/blueprints/page/__init__.py new file mode 100644 index 0000000..247fc9a --- /dev/null +++ b/work/recovery-ui/recovery/blueprints/page/__init__.py @@ -0,0 +1 @@ +from recovery.blueprints.page.views import page diff --git a/work/recovery-ui/recovery/blueprints/page/__pycache__/__init__.cpython-310.pyc b/work/recovery-ui/recovery/blueprints/page/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9f40f0eb5cc8919db2e9af85c3e20585c4c845d8 GIT binary patch literal 198 zcmd1j<>g`k0-dy?WCI}m7{oyaOhAqU5Elyoi4=wu#vF!R#wbQch7_h?22JLdKv4!w z##<}}iRr0+noLo0MXAa8WvNA#dPzB@sRc!uc_qbqAW6Nl%+&JYB9M728H$*J6qxv> trw`MCU?8;WgS6_$$7kkcmc+;F6;$5hu*uC&Da}c>V+0ye3^GoD0RXXXFwOt~ literal 0 HcmV?d00001 diff --git a/work/recovery-ui/recovery/blueprints/page/__pycache__/views.cpython-310.pyc b/work/recovery-ui/recovery/blueprints/page/__pycache__/views.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2e608d4e32d24582cb2299424de3a5d304ace8ef GIT binary patch literal 671 zcma)4y-veG48F@xduf}ruMr_NFMtq&y$cKKKooK=tw@^6Nek^-RwNz)#=g=`NKDLZ zo$wtg?EnHxcI+>Xzt2_*-)}Lp*C$M`IAd?RI5d}vQ}XhXf@G3sEayX>TSJR8;L-wH z+R}NnhYmQ;u5@3xY{=#VTk~PVAc7E2whYoVNSlz3^bI0paKXavJ56VyrM$Cj4l|rg zE7e7qO2D{+e3m5@C})=3fbw>A8FJO#74fLZsCmnyR8KlIi;8pd4?&@#4c43(t--1_ zq51dyag}EqjyApBFx1yDVS5xIq{RYoxlgWl>dHuqi53&MEBmvha>hjt4b7tIgoPb? ztVC1-E+#4bDhjnIEv8d<8ae0@x|i~mwFy(rx=k18>kv>NBD&ckNtgd1syqK8s@r + + + + + +
+ +
+ + + +
+
+ +
+
+ +{% endblock %} \ No newline at end of file diff --git a/work/recovery-ui/recovery/blueprints/page/templates/service.html b/work/recovery-ui/recovery/blueprints/page/templates/service.html new file mode 100644 index 0000000..272c800 --- /dev/null +++ b/work/recovery-ui/recovery/blueprints/page/templates/service.html @@ -0,0 +1,183 @@ + + + + + + LMIG Qlik Replicate Utilities + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+ + + + +
+ +
+
+

+ © HTTP_509. All Rights Reserved. Designed by + HTML Codex +

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/work/recovery-ui/recovery/blueprints/page/views.py b/work/recovery-ui/recovery/blueprints/page/views.py new file mode 100644 index 0000000..a7f6a10 --- /dev/null +++ b/work/recovery-ui/recovery/blueprints/page/views.py @@ -0,0 +1,18 @@ +from flask import Blueprint, render_template + +page = Blueprint('page', __name__, template_folder='templates') + + +@page.route('/') +def home(): + return render_template('index.html') + + +@page.route('/service') +def service(): + return render_template('service.html') + + +@page.route('/privacy') +def privacy(): + return render_template('privacy.html') diff --git a/work/recovery-ui/recovery/blueprints/recover/__init__.py b/work/recovery-ui/recovery/blueprints/recover/__init__.py new file mode 100644 index 0000000..d894164 --- /dev/null +++ b/work/recovery-ui/recovery/blueprints/recover/__init__.py @@ -0,0 +1 @@ +from recovery.blueprints.recover.views import recover diff --git a/work/recovery-ui/recovery/blueprints/recover/__pycache__/__init__.cpython-310.pyc b/work/recovery-ui/recovery/blueprints/recover/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5965e56418c5311b78cfeb12dc0f76c41015d3be GIT binary patch literal 207 zcmd1j<>g`k0;BYzWHTWB7{oyaOhAqU5Elyoi4=wu#vF!R#wbQch7_h?22JLdKv4!w z##`(~smb|esYQO8Oi_wZcBNiYPHAdEQD$CAu^v=RuPigQytoKt>Pm(pW*`M7ei`b+ qG$9xW-7qoz`1s7c%#!$cy@JYH95%W6DWy57c8ow%ia{m{FaQAb=``;E literal 0 HcmV?d00001 diff --git a/work/recovery-ui/recovery/blueprints/recover/__pycache__/views.cpython-310.pyc b/work/recovery-ui/recovery/blueprints/recover/__pycache__/views.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b4259d108cfacce55882937d1a0bc3b370433046 GIT binary patch literal 9111 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 + + + + + + +
+
+
+
+
+

+

+
+ {{ form.csrt_token }} + {{ form.startdate.label }}: {{ form.startdate.data }} {{form.hidden_tag() }} + {{ form.enddate.label }}: {{ form.enddate.data }} {{form.hidden_tag() }} +

Select source database schema to copy from:

+ +

Select target database schema to copy to:

+ +
+
+

{{ form.submit() }}

+
+
+
+ + + +
+

+ © HTTP_509. All Rights Reserved. Designed by + HTML Codex +

+
+ + + + + + + + + + + + + + + + + + + + + + + +{% endblock %} \ No newline at end of file diff --git a/work/recovery-ui/recovery/blueprints/recover/templates/recover/daterange.html b/work/recovery-ui/recovery/blueprints/recover/templates/recover/daterange.html new file mode 100644 index 0000000..6b7e1fd --- /dev/null +++ b/work/recovery-ui/recovery/blueprints/recover/templates/recover/daterange.html @@ -0,0 +1,36 @@ +{% extends 'layouts/base.html' %} + + +{% block title %}Daterange page{% endblock %} + +{%block head %} +{{ super() }} + +{% endblock %} +{% block basecontent %} + {% block content %} +
Select date range for data recovery: +
+
+
+ {{form.startdate}}
+
+ {{form.enddate}}

+ {{ form.submit() }} +
+ {% endblock %} + + {% block scripts %} + {{ super() }} + + + + + {% endblock %} +{% endblock %} \ No newline at end of file diff --git a/work/recovery-ui/recovery/blueprints/recover/templates/recover/result.html b/work/recovery-ui/recovery/blueprints/recover/templates/recover/result.html new file mode 100644 index 0000000..5753522 --- /dev/null +++ b/work/recovery-ui/recovery/blueprints/recover/templates/recover/result.html @@ -0,0 +1,78 @@ +{% extends 'layouts/base.html' %} + +{% block content %} + + + + + + + + +
+
+
+
+
+

Start Date: {{ session['startdate'] }} - End Date: {{ session['enddate'] }}

+

Sending Schema: {{ session["fromschema"] }}

+

Receiving Schema: {{ session["toschema"] }}

+

+
    + {%for result in results %} +
  1. {{ result }}
  2. + {% endfor %} + +
+
+
+ + + +
+

+ © HTTP_509. All Rights Reserved. Designed by + HTML Codex +

+
+ + + + + + + + + + + + + + + + + + + + + + + +{% endblock %} \ No newline at end of file diff --git a/work/recovery-ui/recovery/blueprints/recover/templates/recover/schemas.html b/work/recovery-ui/recovery/blueprints/recover/templates/recover/schemas.html new file mode 100644 index 0000000..039f7b0 --- /dev/null +++ b/work/recovery-ui/recovery/blueprints/recover/templates/recover/schemas.html @@ -0,0 +1,40 @@ +{% extends 'layouts/base.html' %} + +{% block content %} + + +
+
+
+
+
+ Start Date and Time: {{ session.startdate }} {{form.hidden_tag() }} + End Date and Time: {{ session.enddate }} {{form.hidden_tag() }} +
+
+
+ +

+
+ +

+ {{ form.submit() }} +
+
+
+
+
+
+ + +{% endblock %} \ No newline at end of file diff --git a/work/recovery-ui/recovery/blueprints/recover/templates/recover/sfexec.html b/work/recovery-ui/recovery/blueprints/recover/templates/recover/sfexec.html new file mode 100644 index 0000000..d982b13 --- /dev/null +++ b/work/recovery-ui/recovery/blueprints/recover/templates/recover/sfexec.html @@ -0,0 +1,50 @@ +{% extends 'layouts/base.html' %} + +{% block content %} + + +
+
+
+
+
+

Recovered missing data using the following parameters:


+ Start Date: {{ session['startdate'] }}
+ End Date: {{ session['enddate'] }}
+ From Schema: {{ session['source'] }}
+ To Schema: {{ session['target'] }}

+ Received {{ session['from_rows'] }} from SOURCE
+ Received {{ session['to_rows'] }} from TARGET
+ Table(s) successfully processed:
+
    + {% for minuscount in minuscountlist %} +
  • {{ minuscount['actualtable'] }}: {{ minuscount['rowcount'] }} Rows added to target schema
  • + {% endfor %} +
+ {% if failed_tables|length > 1 %} + Unable to process data from the following table(s). Manual review of CSV files needed to resolve the + issue:
+
    + {% for tablename in failed_tables %} +
  • {{ tablename }}
  • + {% endfor %} +
  • +
+ {% endif %} + {% if mismatchlist|length >= 1 %} + Warning:
+
    + {% for mismatch in mismatchlist %} +
  • Detected count discrepancy for {{ mismatch['actualtable'] }} while processing data:
    + (Sending Table) {{ mismatch['from'] }}: {{ mismatch['fromcount'] }} Rows
    + (Receiving Table) {{ mismatch['to'] }}: {{ mismatch['tocount'] }} Rows
    + Further investigation may be required as we expected the source table to have more rows than the target
    +
  • + {% endfor %} +
+ {% endif %} +
+
+ + +{% endblock %} \ No newline at end of file diff --git a/work/recovery-ui/recovery/blueprints/recover/templates/recover/submit.html b/work/recovery-ui/recovery/blueprints/recover/templates/recover/submit.html new file mode 100644 index 0000000..23bdafa --- /dev/null +++ b/work/recovery-ui/recovery/blueprints/recover/templates/recover/submit.html @@ -0,0 +1,28 @@ +{% extends 'layouts/base.html' %} + +{% block content %} + + +
+
+
+
+
+
+ Start Date and Time: {{ session.startdate }} {{ form.hidden_tag() }}
+ End Date and Time: {{ session.enddate }} {{ form.hidden_tag() }}
+ Source Schema: {{ session.source }} {{ form.hidden_tag() }}
+ Target Schema: {{ session.target }} {{ form.hidden_tag() }}
+ Table(s) to be examined:
+
    + {% for tablename in session.tablelist %} +
  • {{ tablename }}
  • + {% endfor %} +
+

{{ form.submit() }}

+
+
+
+ + +{% endblock %} \ No newline at end of file diff --git a/work/recovery-ui/recovery/blueprints/recover/templates/recover/tables.html b/work/recovery-ui/recovery/blueprints/recover/templates/recover/tables.html new file mode 100644 index 0000000..236d7f2 --- /dev/null +++ b/work/recovery-ui/recovery/blueprints/recover/templates/recover/tables.html @@ -0,0 +1,31 @@ +{% extends 'layouts/base.html' %} + +{% block content %} + + +
+
+
+
+
+
+ Start Date and Time: {{ session.startdate }}
+ End Date and Time: {{ session.enddate }}
+ Source Schema: {{ session.source }}
+ Target Schema: {{ session.target }}
+

Select Table(s) to compare:

+

+ +

{{ form.submit() }}

+
{{ tablecount }} Tables Listed
+
+
+
+ + +{% endblock %} \ No newline at end of file diff --git a/work/recovery-ui/recovery/blueprints/recover/views.py b/work/recovery-ui/recovery/blueprints/recover/views.py new file mode 100644 index 0000000..6e6eba1 --- /dev/null +++ b/work/recovery-ui/recovery/blueprints/recover/views.py @@ -0,0 +1,311 @@ +import os +from flask import Blueprint, render_template, render_template_string, redirect, request, session +from flask_wtf import FlaskForm +from wtforms.fields import DateTimeField, SubmitField, StringField, SelectMultipleField +from datetime import datetime +from recovery.lib.common.connecter import Connecter +from recovery.lib.function.Outputter import Output +from recovery.lib.function.Writer import csvwrite +import pandas as pd + +class MyForm(FlaskForm): + startdate = DateTimeField(id='startdate',format='%Y-%m-%d %H:%M:%S') + enddate = DateTimeField(id='enddate', format='%Y-%m-%d %H:%M:%S') + submit = SubmitField("Submit") + +class SchemaForm(FlaskForm): + source = StringField("source") + target = StringField("target") + submit = SubmitField("Submit") + +class TableForm(FlaskForm): + startdate = DateTimeField("Start Date", format='%Y-%m-%d %H:%M:%S') + enddate = DateTimeField("End Date", format='%Y-%m-%d %H:%M:%S') + source = StringField("source") + target = StringField("target") + tables = SelectMultipleField("tables") + submit = SubmitField("Submit") + +class SubmitForm(FlaskForm): + startdate = DateTimeField("Start Date", format='%Y-%m-%d %H:%M:%S') + enddate = DateTimeField("End Date", format='%Y-%m-%d %H:%M:%S') + source = StringField("source") + target = StringField("target") + tables = SelectMultipleField("tables") + submit = SubmitField("Submit") + +recover = Blueprint('recover', __name__, template_folder='templates') + +@recover.route('/daterange', methods=["GET", "POST"]) +def daterange(): + session.clear() + form = MyForm() + if request.method == "POST": + tempdate = datetime.strptime(request.form['startdate'], '%m/%d/%Y %I:%M %p') + timestamp = datetime.timestamp(tempdate) + startdate = datetime.fromtimestamp(timestamp)#.strftime('%Y-%m-%d %H:%M:%S') + session["startdate"] = startdate + tempdate = datetime.strptime(request.form['enddate'], '%m/%d/%Y %I:%M %p') + timestamp = datetime.timestamp(tempdate) + print(timestamp) + enddate = datetime.fromtimestamp(timestamp)#.strftime('%Y-%m-%d %H:%M:%S') + print(enddate) + session["enddate"] = enddate + return redirect("schemas") + return render_template('recover/daterange.html', form=form) + +@recover.route('/schemas', methods=["GET", "POST"]) +def schemas(): + form = SchemaForm() + connector = Connecter() + getschemas = "SELECT dbname,schemaname,dbuser,dbpassword,sfaccount,sfwarehouse FROM public.targets" + (pgconn,pgcur) = connector.open_pgsql('public') + pgcur.execute(getschemas) + schemarows = pgcur.fetchall() + if request.method == "POST": + sourcefield = request.form['source'].split(',') + session["source"] = sourcefield[0] + session["sourceuser"] = sourcefield[1] + session["sourcepassword"] = sourcefield[2] + session["sourceaccount"] = sourcefield[3] + session["sourcewarehouse"] = sourcefield[4] + targetfield = request.form['target'].split(',') + session["target"] = targetfield[0] + session["targetuser"] = targetfield[1] + session["targetpassword"] = targetfield[2] + session["targetaccount"] = targetfield[3] + session["targetwarehouse"] = targetfield[4] + return redirect("tables") + return render_template('recover/schemas.html', form=form, schemarows=schemarows) + + +@recover.route('/tables', methods=["GET", "POST"]) +def tables(): + form = TableForm() + connector = Connecter() + dbfield = session["source"].split('.') + session['sourcedb'] = dbfield[0] + session['sourceschema'] = dbfield[1] + gettables = f"select distinct(table_name) from information_schema.columns where table_schema = '{dbfield[1]}' order by table_name;" + session["sffrominfo"] = [ + session["sourceaccount"], + session["sourceuser"], + session["sourcepassword"], + session["sourcewarehouse"], + session['sourcedb'], + session['sourceschema'], + ] + (database, schema, conn) = connector.connect(session["sffrominfo"]) + cur = conn.cursor() + cur.execute(gettables) + cur.get_results_from_sfqid(cur.sfqid) + results = cur.fetchall() + tablecount = len(results) + if request.method == "POST": + session['tablelist'] = request.form.getlist('tables') + return redirect("verify") + return render_template('recover/tables.html', form=form, results=results, tablecount=tablecount) + +@recover.route('/verify') +def verify(): + form = SubmitForm() + if request.method == "POST": + return redirect('sfexec') + return render_template('recover/submit.html', form=form) + +@recover.route('/sfexec') +def sfexec(): + failed_tables = [] + discrepancylist = [] + mismatchlist = [] + minuscountlist = [] + outputter = Output() + writer = csvwrite() + fromdata = './recovery/data/from_data.csv' + #fromdata = fromdatafile.valuename + todata = './recovery/data/to_data.csv' + #todata = todatafile.valuename + recovereddata = './recovery/data/recovered_data.csv' + #recovereddata = recovereddatafile.valuename + table_ddl = [] + table_ddls = {} + connecter = Connecter() + dbfield = session["source"].split('.') + session["sffrominfo"] = [ + session["sourceaccount"], + session["sourceuser"], + session["sourcepassword"], + session["sourcewarehouse"], + session['sourcedb'], + session['sourceschema'], + ] + (fromdatabase, fromschema, fromconn) = connecter.connect(session["sffrominfo"]) + fromcur = fromconn.cursor() + + (pgconn, pgcur) = connecter.open_pgsql(session['sourceschema']) + + dbfield = session["target"].split('.') + session['targetdb'] = dbfield[0] + session['targetschema'] = session['sourceschema'] + session["sftoinfo"] = [ + session["targetaccount"], + session["targetuser"], + session["targetpassword"], + session["targetwarehouse"], + session['targetdb'], + session['targetschema'], + ] + (todatabase, toschema, toconn) = connecter.connect(session["sftoinfo"]) + tocur = toconn.cursor() + + for tablename in session["tablelist"]: + table_ddl.append( + [ + tablename, + fromdatabase + "_" + tablename, + todatabase + "_" + tablename, + ] + ) + for tablename in session['tablelist']: + get_ddl = f"SELECT get_ddl('TABLE','{tablename}');" + fromcur.execute(get_ddl) + fromcur.get_results_from_sfqid(fromcur.sfqid) + results = fromcur.fetchall() + + ( fromtable, + totable, + minustable, + recovertable, + ) = writer.create_tables( + pgconn, pgcur, fromconn, toconn, session['sourceschema'], tablename, results[0][0], session + ) + session['fromtable'] = fromtable + session['totable'] = totable + session['minustable'] = minustable + session['recovertable'] = recovertable + + columnfield = session['fromtable'].split('.') + tvar = session['exclude_list'].replace(',', "','") + excluded_columns = f"'{tvar}'" + get_columns = f"SELECT column_name FROM information_schema.columns WHERE table_schema = '{session['targetschema']}' AND table_name = '{columnfield[1].lower()}';" + get_datacolumns = f"SELECT column_name FROM information_schema.columns WHERE table_schema = '{session['targetschema']}' AND table_name = '{columnfield[1].lower()}' AND column_name NOT IN ({excluded_columns});" + + pgcur.execute(get_columns) + columnlist = [] + columnlistquery = pgcur.fetchall() + for row in columnlistquery: + columnlist.append(row[0]) + + session['all_columns'] = ",".join(columnlist) + pgcur.execute(get_datacolumns) + columnlist = [] + columnlistquery = pgcur.fetchall() + for row in columnlistquery: + columnlist.append(row[0]) + + session['data_columns'] = ",".join(columnlist) + + session['get_data'] = f" SELECT * FROM {tablename} WHERE ODS_EFF_ROW_DTM >= '{session['startdate']}' AND ODS_EFF_ROW_DTM <= '{session['enddate']}';" + fromcur.execute(session['get_data']) + fromcur.get_results_from_sfqid(fromcur.sfqid) + fromresults = fromcur.fetchall() + session['from_rows'] = len(fromresults) + if session['from_rows'] > 0: + valuelist = [] + for column in fromresults[0]: + valuelist.append('%s') + valueslist = ','.join(valuelist) + fromargs = ','.join(pgcur.mogrify(f"({valueslist})", i).decode('utf-8') + for i in fromresults) + pgcur.execute(f"INSERT INTO {fromtable} ({session['all_columns']}) VALUES {fromargs}") + else: + print("0 Rows received.") + pgconn.commit() + + tocur.execute(session['get_data']) + tocur.get_results_from_sfqid(tocur.sfqid) + toresults = tocur.fetchall() + session['to_rows'] = len(toresults) + toargs = ','.join(pgcur.mogrify(f"({valueslist})", i).decode('utf-8') + for i in toresults) + if len(toresults) > 0: + pgcur.execute(f"INSERT INTO {totable} ({session['all_columns']}) VALUES {toargs}") + else: + print("0 Rows received.") + pgconn.commit() + + session['minusquery'] = f"SELECT {session['data_columns']} FROM {fromtable} EXCEPT SELECT {session['data_columns']} FROM {totable};" + pgcur.execute(session['minusquery']) + minusresults = pgcur.fetchall() + session['minus_rows'] = len(minusresults) + if session['minus_rows'] > 0: + valuelist = [] + for column in minusresults[0]: + valuelist.append('%s') + valueslist = ','.join(valuelist) + minusargs = ','.join(pgcur.mogrify(f"({valueslist})", i).decode('utf-8') + for i in minusresults) + pgcur.execute(f"INSERT INTO {minustable} ({session['data_columns']}) VALUES {minusargs}") + pgconn.commit() + valuelist = [] + for column in fromresults[0]: + valuelist.append('%s') + valueslist = ','.join(valuelist) + whereclausecolumns = session['data_columns'].split(',') + whereclauselist = [] + for column_name in whereclausecolumns: + pgcur.execute(f"SELECT COUNT(*) FROM {minustable} WHERE {column_name} IS NULL;") + result = pgcur.fetchone() + if result[0] == 0: + whereclauselist.append(f"A.{column_name} = B.{column_name}") + recoverclause = " AND ".join(whereclauselist) + datacolumns = session['all_columns'].split(',') + selectcolumns = f"A.{',A.'.join(datacolumns)}" + recoveryquery = f"INSERT INTO {recovertable} ({session['all_columns']}) SELECT {selectcolumns} FROM {fromtable} A, {minustable} B WHERE {recoverclause};" + print(recoveryquery) + pgcur.execute(recoveryquery) + pgconn.commit() + #pgcur.execute(f'SELECT * from {recovertable}') + #recoverresults = pgcur.fetchall() + #session['recovered_rows'] = len(recoverresults) + #if session['recovered_rows'] > 0: + # resultdf = pd.DataFrame() + meta_columns = ['change_seq','change_oper','change_mask','stream_position','operation','transaction_id','timestamp'] + selectstatement = f'SELECT * from {recovertable}' + recover_query = pd.read_sql_query(selectstatement, pgconn) + resultdf = pd.DataFrame(recover_query) + resultdf.to_csv('results.csv', index=False) + recoveredcsv = open(f'{tablename}.csv', 'w') + resultcsv = open('results.csv', 'r') + for index, row in enumerate(resultcsv): + line = row.replace('UNKNOWN', '') + linefield = line.split(',') + for idx, fieldname in enumerate(linefield): + if "memory at" in fieldname: + linefield[idx] = '' + if index == 0: + for index1, lfield in enumerate(linefield): + if lfield in meta_columns: + newfield = f'"{lfield}"' + linefield[index1] = newfield + line = ",".join(linefield) + elif index > 0: + linefield[2] = '' + line = ",".join(linefield) + recoveredcsv.write(f'{line}') + resultcsv.close() + recoveredcsv.close() + os.unlink('results.csv') + try: + print("Transferring file.......") + tocur.execute(f"PUT file://{tablename}.csv @%{tablename} AUTO_COMPRESS=TRUE OVERWRITE=TRUE;") + except Exception as e: + print(e) + else: + print('Copying data.......') + tocur.execute(f"copy into {tablename} file_format = (type = csv field_delimiter = ',' skip_header = 1 error_on_column_count_mismatch=false) ENFORCE_LENGTH = FALSE;"); + else: + print('0 rows to process.') + pgconn.commit() + + return render_template('recover/sfexec.html') diff --git a/work/recovery-ui/recovery/data/logs/debug.log b/work/recovery-ui/recovery/data/logs/debug.log new file mode 100644 index 0000000..f3e15d2 --- /dev/null +++ b/work/recovery-ui/recovery/data/logs/debug.log @@ -0,0 +1,141032 @@ +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 06:17:30] "GET /daterange HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 06:17:30] "GET /static/lib/owlcarousel/assets/owl.carousel.min.css HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 06:17:30] "GET /static/css/21.b5c496e2.chunk.css HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 06:17:30] "GET /lib/easing/easing.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 06:17:30] "GET /static/css/style.css HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 06:17:30] "GET /lib/waypoints/waypoints.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 06:17:30] "GET /lib/counterup/counterup.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 06:17:31] "GET /lib/owlcarousel/owl.carousel.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 06:17:31] "GET /mail/jqBootstrapValidation.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 06:17:31] "GET /mail/contact.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 06:17:31] "GET /js/main.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 06:17:31] "GET /favicon.ico HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 06:17:31] "GET /static/img/favicon.ico HTTP/1.1" 404 - +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\main.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 06:20:42] "GET /daterange HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 06:20:42] "GET /static/lib/owlcarousel/assets/owl.carousel.min.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 06:20:42] "GET /static/css/style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 06:20:42] "GET /lib/easing/easing.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 06:20:42] "GET /static/css/21.b5c496e2.chunk.css HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 06:20:42] "GET /lib/waypoints/waypoints.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 06:20:42] "GET /lib/counterup/counterup.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 06:20:42] "GET /lib/owlcarousel/owl.carousel.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 06:20:42] "GET /mail/jqBootstrapValidation.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 06:20:42] "GET /mail/contact.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 06:20:42] "GET /js/main.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 06:20:47] "GET /daterange HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 06:20:47] "GET /static/lib/owlcarousel/assets/owl.carousel.min.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 06:20:47] "GET /static/css/style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 06:20:47] "GET /lib/easing/easing.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 06:20:47] "GET /lib/waypoints/waypoints.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 06:20:47] "GET /static/css/21.b5c496e2.chunk.css HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 06:20:47] "GET /lib/counterup/counterup.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 06:20:47] "GET /lib/owlcarousel/owl.carousel.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 06:20:48] "GET /mail/jqBootstrapValidation.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 06:20:48] "GET /mail/contact.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 06:20:48] "GET /js/main.js HTTP/1.1" 404 - +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\main.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\main.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\main.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:36:12] "GET /daterange HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:36:13] "GET /static/lib/owlcarousel/assets/owl.carousel.min.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:36:13] "GET /static/css/style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:36:13] "GET /lib/easing/easing.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:36:13] "GET /lib/waypoints/waypoints.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:36:13] "GET /static/css/21.b5c496e2.chunk.css HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:36:13] "GET /lib/counterup/counterup.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:36:13] "GET /lib/owlcarousel/owl.carousel.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:36:13] "GET /mail/jqBootstrapValidation.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:36:13] "GET /mail/contact.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:36:13] "GET /js/main.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:36:13] "GET /favicon.ico HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:36:13] "GET /static/img/favicon.ico HTTP/1.1" 404 - +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT targets.id AS targets_id, targets.targetname AS targets_targetname, targets.username AS targets_username, targets.password AS targets_password, targets.account AS targets_account, targets.warehouse AS targets_warehouse, targets."database" AS targets_database, targets.schemaname AS targets_schemaname +FROM targets +INFO:sqlalchemy.engine.Engine:[cached since 54.24s ago] () +INFO:sqlalchemy.engine.Engine:ROLLBACK +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:36:28] "POST /schemas HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:36:29] "GET /static/lib/owlcarousel/assets/owl.carousel.min.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:36:29] "GET /static/css/21.b5c496e2.chunk.css HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:36:29] "GET /static/css/style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:36:29] "GET /lib/waypoints/waypoints.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:36:29] "GET /lib/counterup/counterup.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:36:29] "GET /lib/easing/easing.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:36:29] "GET /lib/owlcarousel/owl.carousel.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:36:29] "GET /mail/jqBootstrapValidation.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:36:29] "GET /mail/contact.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:36:29] "GET /js/main.js HTTP/1.1" 404 - +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT targets.id AS targets_id, targets.targetname AS targets_targetname, targets.username AS targets_username, targets.password AS targets_password, targets.account AS targets_account, targets.warehouse AS targets_warehouse, targets."database" AS targets_database, targets.schemaname AS targets_schemaname +FROM targets +WHERE targets."database" = ? AND targets.schemaname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00226s] ('PL_PROD', 'PM_TRANS_CL_EPALARM_QLIK_CT_D', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT targets.id AS targets_id, targets.targetname AS targets_targetname, targets.username AS targets_username, targets.password AS targets_password, targets.account AS targets_account, targets.warehouse AS targets_warehouse, targets."database" AS targets_database, targets.schemaname AS targets_schemaname +FROM targets +WHERE targets."database" = ? AND targets.schemaname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.007813s ago] ('PL_QA', 'PM_TRANS_CL_EPALARM_QLIK_CT_D', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00888s] ('get_tablelist', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=4df04676-886b-4b85-8b46-72c16eb9cc94 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 00b95ac5-4469-4392-8aa9-a0bda56f6b85 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 2354743845808 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2354743845808 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2354744276688 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2354744276688 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2354744276688 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2354744276688 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2354743845808 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2354743845808 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=4df04676-886b-4b85-8b46-72c16eb9cc94&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=00b95ac5-4469-4392-8aa9-a0bda56f6b85 HTTP/1.1" 200 1555 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select distinct(table_name) from information_schema.columns where table_schema =...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 2ad14634-87ba-4827-8a47-8298e5f8de10 +DEBUG:snowflake.connector.cursor:running query [select distinct(table_name) from information_schema.columns where table_schema =...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select distinct(table_name) from information_schema.columns where table_schema =...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 56984c8c-98e5-47e7-92c6-4d1589ac3b3f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=2ad14634-87ba-4827-8a47-8298e5f8de10&request_guid=56984c8c-98e5-47e7-92c6-4d1589ac3b3f HTTP/1.1" 200 1942 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83248-0502-ae2c-1a4b-0303c40c603b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83248-0502-ae2c-1a4b-0303c40c603b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 15 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83248-0502-ae2c-1a4b-0303c40c603b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: cdb35ea6-cb1c-4fab-b653-7038e3b63f65 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83248-0502-ae2c-1a4b-0303c40c603b?request_guid=cdb35ea6-cb1c-4fab-b653-7038e3b63f65 HTTP/1.1" 200 1862 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83248-0502-ae2c-1a4b-0303c40c603b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7184d7dd-864f-4c2c-a6cc-c4774cc7b476 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83248-0502-ae2c-1a4b-0303c40c603b?request_guid=7184d7dd-864f-4c2c-a6cc-c4774cc7b476 HTTP/1.1" 200 1862 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83248-0502-ae2c-1a4b-0303c40c603b'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 15b26916-b419-4c43-a9cb-a8dbe0cf1efa +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83248-0502-ae2c-1a4b-0303c40c603b'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83248-0502-ae2c-1a4b-0303c40c603b'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 83b8bfdd-d697-45d4-ba54-1256c1c60ea8 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=15b26916-b419-4c43-a9cb-a8dbe0cf1efa&request_guid=83b8bfdd-d697-45d4-ba54-1256c1c60ea8 HTTP/1.1" 200 1946 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83248-0502-ae87-1a4b-0303c40c55d7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83248-0502-ae87-1a4b-0303c40c55d7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 15 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1 +INFO:sqlalchemy.engine.Engine:ROLLBACK +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:36:53] "POST /tables HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:36:53] "GET /static/lib/owlcarousel/assets/owl.carousel.min.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:36:53] "GET /static/css/style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:36:53] "GET /static/css/21.b5c496e2.chunk.css HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:36:53] "GET /lib/easing/easing.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:36:53] "GET /lib/waypoints/waypoints.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:36:53] "GET /lib/counterup/counterup.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:36:53] "GET /lib/owlcarousel/owl.carousel.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:36:53] "GET /mail/jqBootstrapValidation.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:36:54] "GET /mail/contact.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:36:54] "GET /js/main.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:37:01] "POST /submit HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:37:01] "GET /static/lib/owlcarousel/assets/owl.carousel.min.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:37:01] "GET /static/css/style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:37:01] "GET /static/css/21.b5c496e2.chunk.css HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:37:01] "GET /lib/easing/easing.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:37:01] "GET /lib/owlcarousel/owl.carousel.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:37:01] "GET /lib/waypoints/waypoints.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:37:01] "GET /lib/counterup/counterup.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:37:02] "GET /mail/jqBootstrapValidation.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:37:02] "GET /mail/contact.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:37:02] "GET /js/main.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:37:05] "GET /sfexec?csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&submit=Submit HTTP/1.1" 500 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:37:05] "GET /sfexec?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:37:05] "GET /sfexec?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:37:05] "GET /sfexec?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 304 - +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\sfconnect\\Connecter.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:38:14] "GET /sfexec?csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&submit=Submit HTTP/1.1" 500 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:38:14] "GET /sfexec?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:38:15] "GET /sfexec?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:38:15] "GET /sfexec?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 304 - +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\sfconnect\\Connecter.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:40:14] "GET /sfexec?csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&submit=Submit HTTP/1.1" 500 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:40:14] "GET /sfexec?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:40:14] "GET /sfexec?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:40:15] "GET /sfexec?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 304 - +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\common\\connecter.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\main.py', reloading +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:42:30] "GET /sfexec?csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&submit=Submit HTTP/1.1" 500 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:42:30] "GET /sfexec?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:42:30] "GET /sfexec?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:42:31] "GET /sfexec?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 304 - +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 19.64s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 19.65s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 19.65s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=0f089ca0-5906-410f-95f5-17de3df3c96d +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ea124a05-c869-4bfc-8f7b-02174c8a706c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 2040112603600 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2040112603600 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2040113001712 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2040113001712 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2040113001712 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2040113001712 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2040112603600 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2040112603600 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=0f089ca0-5906-410f-95f5-17de3df3c96d&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=ea124a05-c869-4bfc-8f7b-02174c8a706c HTTP/1.1" 200 1550 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_PROD, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_PROD_QLIK_LOAD_WH, role=None, request_id=25889425-d654-4311-aa13-7079fbea778f +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0dd52828-7031-4629-8837-c2f2066eb21f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=25889425-d654-4311-aa13-7079fbea778f&databaseName=PL_PROD&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_PROD_QLIK_LOAD_WH&request_guid=0dd52828-7031-4629-8837-c2f2066eb21f HTTP/1.1" 200 1552 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00429s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: e97412bb-c9f6-4408-bc0c-9026c6c21858 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9313d7ae-e7bf-41b2-8dd6-123504cc0b19 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=e97412bb-c9f6-4408-bc0c-9026c6c21858&request_guid=9313d7ae-e7bf-41b2-8dd6-123504cc0b19 HTTP/1.1" 200 2767 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8324f-0502-ae7a-1a4b-0303c40e0a27 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8324f-0502-ae7a-1a4b-0303c40e0a27 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8324f-0502-ae7a-1a4b-0303c40e0a27' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 21ae123b-3af9-4443-9f5b-427d17bf52f3 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8324f-0502-ae7a-1a4b-0303c40e0a27?request_guid=21ae123b-3af9-4443-9f5b-427d17bf52f3 HTTP/1.1" 200 1850 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8324f-0502-ae7a-1a4b-0303c40e0a27' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7e402c92-2ae6-48c8-b52d-2b421ce186b1 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8324f-0502-ae7a-1a4b-0303c40e0a27?request_guid=7e402c92-2ae6-48c8-b52d-2b421ce186b1 HTTP/1.1" 200 1852 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8324f-0502-ae7a-1a4b-0303c40e0a27'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 7c3bd009-05a9-442e-8554-af90af145d70 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8324f-0502-ae7a-1a4b-0303c40e0a27'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8324f-0502-ae7a-1a4b-0303c40e0a27'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 70d0bfd5-8258-411d-bca5-3dd8d32fa6b5 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=7c3bd009-05a9-442e-8554-af90af145d70&request_guid=70d0bfd5-8258-411d-bca5-3dd8d32fa6b5 HTTP/1.1" 200 2762 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8324f-0502-ae2c-1a4b-0303c40df8e7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8324f-0502-ae2c-1a4b-0303c40df8e7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 14 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 15 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 11 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 12 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 12 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 1c6168e6-353d-4efd-b6af-70e621aba991 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 30cc5b52-068a-43d6-a7d4-e504b743c6f9 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=1c6168e6-353d-4efd-b6af-70e621aba991&request_guid=30cc5b52-068a-43d6-a7d4-e504b743c6f9 HTTP/1.1" 200 2504 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8324f-0502-ae2c-1a4b-0303c40df8f3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8324f-0502-ae2c-1a4b-0303c40df8f3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8324f-0502-ae2c-1a4b-0303c40df8f3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 88a86c99-2696-47bb-b56e-dbaa98446d6e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8324f-0502-ae2c-1a4b-0303c40df8f3?request_guid=88a86c99-2696-47bb-b56e-dbaa98446d6e HTTP/1.1" 200 2166 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8324f-0502-ae2c-1a4b-0303c40df8f3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: b369f191-081f-4f66-b373-7919d48fea10 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8324f-0502-ae2c-1a4b-0303c40df8f3?request_guid=b369f191-081f-4f66-b373-7919d48fea10 HTTP/1.1" 200 2166 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8324f-0502-ae2c-1a4b-0303c40df8f3'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 531b6477-113b-4126-98f2-1d7804e9d18d +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8324f-0502-ae2c-1a4b-0303c40df8f3'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8324f-0502-ae2c-1a4b-0303c40df8f3'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e8f8df72-5c54-40fc-bc21-3d68ce3d4103 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=531b6477-113b-4126-98f2-1d7804e9d18d&request_guid=e8f8df72-5c54-40fc-bc21-3d68ce3d4103 HTTP/1.1" 200 2504 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8324f-0502-ae7f-1a4b-0303c40e25eb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8324f-0502-ae7f-1a4b-0303c40e25eb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 8 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: a4fd962e-c036-443c-bee3-5c8ff5cbcf12 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','SDR');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 69e0445e-7e54-4ee2-be1b-aadf911fef04 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=a4fd962e-c036-443c-bee3-5c8ff5cbcf12&request_guid=69e0445e-7e54-4ee2-be1b-aadf911fef04 HTTP/1.1" 200 2816 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8324f-0502-ae7f-1a4b-0303c40e2607 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8324f-0502-ae7f-1a4b-0303c40e2607 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8324f-0502-ae7f-1a4b-0303c40e2607' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 967575ed-caa9-4bd3-acb8-d16dd307db2a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8324f-0502-ae7f-1a4b-0303c40e2607?request_guid=967575ed-caa9-4bd3-acb8-d16dd307db2a HTTP/1.1" 200 1678 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8324f-0502-ae7f-1a4b-0303c40e2607' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: fddf4357-5d7a-4622-a971-ae723e72bccc +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8324f-0502-ae7f-1a4b-0303c40e2607?request_guid=fddf4357-5d7a-4622-a971-ae723e72bccc HTTP/1.1" 200 1677 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8324f-0502-ae7f-1a4b-0303c40e2607'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: d313fc37-58f3-4649-bb18-f504f0906e04 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8324f-0502-ae7f-1a4b-0303c40e2607'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8324f-0502-ae7f-1a4b-0303c40e2607'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 31d053d5-a8b8-428c-a29b-03319f3d8610 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=d313fc37-58f3-4649-bb18-f504f0906e04&request_guid=31d053d5-a8b8-428c-a29b-03319f3d8610 HTTP/1.1" 200 2818 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8324f-0502-ae87-1a4b-0303c40e3527 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8324f-0502-ae87-1a4b-0303c40e3527 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:43:15] "GET /sfexec?csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&submit=Submit HTTP/1.1" 500 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:43:15] "GET /sfexec?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:43:15] "GET /sfexec?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:43:16] "GET /sfexec?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 304 - +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 34.96s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 34.97s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 34.97s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=8663487f-27ce-4724-ad29-d3edde949e79 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 81cca4e0-f260-4f8d-91d5-443ab76fc1ab +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 1951307857200 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1951307857200 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 1951308255376 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1951308255376 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 1951308255376 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 1951308255376 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 1951307857200 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1951307857200 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=8663487f-27ce-4724-ad29-d3edde949e79&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=81cca4e0-f260-4f8d-91d5-443ab76fc1ab HTTP/1.1" 200 1553 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_PROD, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_PROD_QLIK_LOAD_WH, role=None, request_id=8908d6b4-dbe5-4c8c-9477-6a63d0b76f8b +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e1065841-df4b-4b8b-9ad0-323344897cd8 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=8908d6b4-dbe5-4c8c-9477-6a63d0b76f8b&databaseName=PL_PROD&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_PROD_QLIK_LOAD_WH&request_guid=e1065841-df4b-4b8b-9ad0-323344897cd8 HTTP/1.1" 200 1554 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00530s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 8deaa020-c45c-464f-a06b-4fd2c72bab42 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1d5fbb42-40a3-4a43-9d61-aeb7de126290 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=8deaa020-c45c-464f-a06b-4fd2c72bab42&request_guid=1d5fbb42-40a3-4a43-9d61-aeb7de126290 HTTP/1.1" 200 2767 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83251-0502-ae87-1a4b-0303c40ed2c7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83251-0502-ae87-1a4b-0303c40ed2c7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83251-0502-ae87-1a4b-0303c40ed2c7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 76ac9188-6ac4-4158-bbc3-a7da6d1b9494 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83251-0502-ae87-1a4b-0303c40ed2c7?request_guid=76ac9188-6ac4-4158-bbc3-a7da6d1b9494 HTTP/1.1" 200 1858 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83251-0502-ae87-1a4b-0303c40ed2c7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 344c8b3d-b69a-4212-81ec-1820ad3cb519 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83251-0502-ae87-1a4b-0303c40ed2c7?request_guid=344c8b3d-b69a-4212-81ec-1820ad3cb519 HTTP/1.1" 200 1858 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83251-0502-ae87-1a4b-0303c40ed2c7'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 26136835-f3df-4a38-bde3-622419fe31c7 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83251-0502-ae87-1a4b-0303c40ed2c7'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83251-0502-ae87-1a4b-0303c40ed2c7'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: eb2371e3-5261-42ba-a7e4-84f77c5724ff +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=26136835-f3df-4a38-bde3-622419fe31c7&request_guid=eb2371e3-5261-42ba-a7e4-84f77c5724ff HTTP/1.1" 200 2762 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83251-0502-ae2c-1a4b-0303c40eba0b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83251-0502-ae2c-1a4b-0303c40eba0b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 14 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 15 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 11 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 12 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 12 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: aa05e561-4421-4556-9739-799b5374e56b +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a7d1ec68-5432-4600-bf67-0416fa851893 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=aa05e561-4421-4556-9739-799b5374e56b&request_guid=a7d1ec68-5432-4600-bf67-0416fa851893 HTTP/1.1" 200 2510 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83251-0502-ae87-1a4b-0303c40ed353 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83251-0502-ae87-1a4b-0303c40ed353 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83251-0502-ae87-1a4b-0303c40ed353' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c66b2187-0911-43f5-93ba-73f5020f2767 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83251-0502-ae87-1a4b-0303c40ed353?request_guid=c66b2187-0911-43f5-93ba-73f5020f2767 HTTP/1.1" 200 2173 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83251-0502-ae87-1a4b-0303c40ed353' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f09531ae-1e11-421a-b637-92d8561e0ed1 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83251-0502-ae87-1a4b-0303c40ed353?request_guid=f09531ae-1e11-421a-b637-92d8561e0ed1 HTTP/1.1" 200 2176 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83251-0502-ae87-1a4b-0303c40ed353'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 966af691-dc49-48d5-8015-f4ec58b6b163 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83251-0502-ae87-1a4b-0303c40ed353'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83251-0502-ae87-1a4b-0303c40ed353'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6195ea3c-add9-4088-8d25-c369ec796f8a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=966af691-dc49-48d5-8015-f4ec58b6b163&request_guid=6195ea3c-add9-4088-8d25-c369ec796f8a HTTP/1.1" 200 2502 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83251-0502-ae2c-1a4b-0303c40ebaeb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83251-0502-ae2c-1a4b-0303c40ebaeb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 8 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 3d0b90c8-0dd8-428b-b7ac-1ab557812ac5 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','SDR');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6168e70b-18f0-47f0-9294-a18c38ef1178 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=3d0b90c8-0dd8-428b-b7ac-1ab557812ac5&request_guid=6168e70b-18f0-47f0-9294-a18c38ef1178 HTTP/1.1" 200 2810 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83251-0502-ae2c-1a4b-0303c40ebaf3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83251-0502-ae2c-1a4b-0303c40ebaf3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83251-0502-ae2c-1a4b-0303c40ebaf3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 01fdd005-7eea-44f2-8712-e668baf6fd07 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83251-0502-ae2c-1a4b-0303c40ebaf3?request_guid=01fdd005-7eea-44f2-8712-e668baf6fd07 HTTP/1.1" 200 1672 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83251-0502-ae2c-1a4b-0303c40ebaf3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: b3fdb476-af50-42c7-9e21-7a0453b015f0 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83251-0502-ae2c-1a4b-0303c40ebaf3?request_guid=b3fdb476-af50-42c7-9e21-7a0453b015f0 HTTP/1.1" 200 1672 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83251-0502-ae2c-1a4b-0303c40ebaf3'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 041dcccd-c05a-494c-8777-c34445c9fb5d +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83251-0502-ae2c-1a4b-0303c40ebaf3'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83251-0502-ae2c-1a4b-0303c40ebaf3'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ba35ef81-10ca-49be-a307-ad836ee332d1 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=041dcccd-c05a-494c-8777-c34445c9fb5d&request_guid=ba35ef81-10ca-49be-a307-ad836ee332d1 HTTP/1.1" 200 2812 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83251-0502-ae7a-1a4b-0303c40e9d9b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83251-0502-ae7a-1a4b-0303c40e9d9b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.3399s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.3446s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.3498s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=66b8be97-ea3a-4717-a91d-2f54c5f7bec4 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0e41ed2d-3348-41ed-bde9-fa8b2df9b959 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 2455597245120 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2455597245120 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2455597643232 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2455597643232 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2455597643232 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2455597643232 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2455597245120 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2455597245120 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=66b8be97-ea3a-4717-a91d-2f54c5f7bec4&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=0e41ed2d-3348-41ed-bde9-fa8b2df9b959 HTTP/1.1" 200 None +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_PROD, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_PROD_QLIK_LOAD_WH, role=None, request_id=1d8fd312-3210-4188-a1e6-79a394ded8b6 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7091ec2a-fd68-46f3-b35e-35c48f52ea7d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=1d8fd312-3210-4188-a1e6-79a394ded8b6&databaseName=PL_PROD&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_PROD_QLIK_LOAD_WH&request_guid=7091ec2a-fd68-46f3-b35e-35c48f52ea7d HTTP/1.1" 200 1551 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00438s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 47424ce5-8f03-42f3-a173-a676cd0d96ec +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e0608725-6e5e-494c-9253-9302e44a13cb +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=47424ce5-8f03-42f3-a173-a676cd0d96ec&request_guid=e0608725-6e5e-494c-9253-9302e44a13cb HTTP/1.1" 200 2768 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83253-0502-ae7f-1a4b-0303c40f6973 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83253-0502-ae7f-1a4b-0303c40f6973 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83253-0502-ae7f-1a4b-0303c40f6973' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 2071882c-95e3-48f0-bba6-22fc880f33cd +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83253-0502-ae7f-1a4b-0303c40f6973?request_guid=2071882c-95e3-48f0-bba6-22fc880f33cd HTTP/1.1" 200 1852 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83253-0502-ae7f-1a4b-0303c40f6973' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 18543e54-5732-4ab6-a25b-7d758c5d32a0 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83253-0502-ae7f-1a4b-0303c40f6973?request_guid=18543e54-5732-4ab6-a25b-7d758c5d32a0 HTTP/1.1" 200 1852 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83253-0502-ae7f-1a4b-0303c40f6973'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 729ee356-4fdd-480e-916c-e0fe8e6c67ef +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83253-0502-ae7f-1a4b-0303c40f6973'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83253-0502-ae7f-1a4b-0303c40f6973'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1827b8db-0438-44d8-b4b3-4ac9fc418973 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=729ee356-4fdd-480e-916c-e0fe8e6c67ef&request_guid=1827b8db-0438-44d8-b4b3-4ac9fc418973 HTTP/1.1" 200 2769 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83253-0502-ae87-1a4b-0303c40f7273 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83253-0502-ae87-1a4b-0303c40f7273 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 14 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 15 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 11 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 12 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 12 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 0997b366-6d51-43b0-a406-2aaac8916453 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 3413a403-56b4-4d5c-ba96-e34a08dff3f9 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=0997b366-6d51-43b0-a406-2aaac8916453&request_guid=3413a403-56b4-4d5c-ba96-e34a08dff3f9 HTTP/1.1" 200 2508 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83253-0502-ae7f-1a4b-0303c40f69b3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83253-0502-ae7f-1a4b-0303c40f69b3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83253-0502-ae7f-1a4b-0303c40f69b3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8d266210-daac-4633-a401-6d3351a46c93 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83253-0502-ae7f-1a4b-0303c40f69b3?request_guid=8d266210-daac-4633-a401-6d3351a46c93 HTTP/1.1" 200 2170 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83253-0502-ae7f-1a4b-0303c40f69b3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c056213e-1982-4ca9-acb1-aa8ec7987954 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83253-0502-ae7f-1a4b-0303c40f69b3?request_guid=c056213e-1982-4ca9-acb1-aa8ec7987954 HTTP/1.1" 200 2172 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83253-0502-ae7f-1a4b-0303c40f69b3'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 011f5d6e-5e79-48cc-a5cb-039e6c541eef +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83253-0502-ae7f-1a4b-0303c40f69b3'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83253-0502-ae7f-1a4b-0303c40f69b3'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 36fddb6e-e89c-44b8-ae02-3d5bce8f5b79 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=011f5d6e-5e79-48cc-a5cb-039e6c541eef&request_guid=36fddb6e-e89c-44b8-ae02-3d5bce8f5b79 HTTP/1.1" 200 2509 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83253-0502-ae7a-1a4b-0303c40f4c8b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83253-0502-ae7a-1a4b-0303c40f4c8b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 8 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 994d05d4-724e-4704-845e-7086b236779e +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','SDR');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 842216be-86fe-489c-baf6-914bc17c19fa +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=994d05d4-724e-4704-845e-7086b236779e&request_guid=842216be-86fe-489c-baf6-914bc17c19fa HTTP/1.1" 200 2810 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83253-0502-ae2c-1a4b-0303c40f5adf +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83253-0502-ae2c-1a4b-0303c40f5adf +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83253-0502-ae2c-1a4b-0303c40f5adf' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: db6fc2d9-496c-4bea-bc8c-bb678b507571 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83253-0502-ae2c-1a4b-0303c40f5adf?request_guid=db6fc2d9-496c-4bea-bc8c-bb678b507571 HTTP/1.1" 200 1675 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83253-0502-ae2c-1a4b-0303c40f5adf' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 48ca03d0-ca44-4b35-afab-17edae045faa +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83253-0502-ae2c-1a4b-0303c40f5adf?request_guid=48ca03d0-ca44-4b35-afab-17edae045faa HTTP/1.1" 200 1675 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83253-0502-ae2c-1a4b-0303c40f5adf'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 8c7e531e-da2d-4cfe-a309-f520a2874904 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83253-0502-ae2c-1a4b-0303c40f5adf'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83253-0502-ae2c-1a4b-0303c40f5adf'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: cf0ab8bd-ee60-4a7f-b867-d3fd653da808 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=8c7e531e-da2d-4cfe-a309-f520a2874904&request_guid=cf0ab8bd-ee60-4a7f-b867-d3fd653da808 HTTP/1.1" 200 2813 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83253-0502-ae7a-1a4b-0303c40f4ca7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83253-0502-ae7a-1a4b-0303c40f4ca7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 8.026s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 8.03s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 8.036s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=20d31a55-fa01-4fb1-bd8a-56856253398a +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f852a424-043d-40ae-9bf6-36662aabb93d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 1239281967520 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1239281967520 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 1239282382016 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1239282382016 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 1239282382016 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 1239282382016 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 1239281967520 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1239281967520 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=20d31a55-fa01-4fb1-bd8a-56856253398a&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=f852a424-043d-40ae-9bf6-36662aabb93d HTTP/1.1" 200 1553 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_PROD, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_PROD_QLIK_LOAD_WH, role=None, request_id=3dca969d-dab9-4b11-9e88-16302db46a29 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 45dc6982-38ac-4cf1-bf61-e8c25c69a738 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=3dca969d-dab9-4b11-9e88-16302db46a29&databaseName=PL_PROD&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_PROD_QLIK_LOAD_WH&request_guid=45dc6982-38ac-4cf1-bf61-e8c25c69a738 HTTP/1.1" 200 1550 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00452s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: ad45cf9d-e039-4d70-9d99-e082ba69ed0d +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 41658cdd-70ad-4880-9ec7-1d72cded4daa +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=ad45cf9d-e039-4d70-9d99-e082ba69ed0d&request_guid=41658cdd-70ad-4880-9ec7-1d72cded4daa HTTP/1.1" 200 2763 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8325a-0502-ad67-1a4b-0303c4111083 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8325a-0502-ad67-1a4b-0303c4111083 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8325a-0502-ad67-1a4b-0303c4111083' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: aff8ccac-83e5-4fc5-9b25-f84018ddbfbb +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8325a-0502-ad67-1a4b-0303c4111083?request_guid=aff8ccac-83e5-4fc5-9b25-f84018ddbfbb HTTP/1.1" 200 1854 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8325a-0502-ad67-1a4b-0303c4111083' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a6f9b338-c481-4e46-9ea0-2fea792082cd +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8325a-0502-ad67-1a4b-0303c4111083?request_guid=a6f9b338-c481-4e46-9ea0-2fea792082cd HTTP/1.1" 200 1854 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8325a-0502-ad67-1a4b-0303c4111083'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 88f40718-89ce-4b48-9944-a15f795117b3 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8325a-0502-ad67-1a4b-0303c4111083'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8325a-0502-ad67-1a4b-0303c4111083'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 33645903-88cc-4875-9059-01fa6a0946e1 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=88f40718-89ce-4b48-9944-a15f795117b3&request_guid=33645903-88cc-4875-9059-01fa6a0946e1 HTTP/1.1" 200 2764 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8325a-0502-ad67-1a4b-0303c41110bf +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8325a-0502-ad67-1a4b-0303c41110bf +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 14 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 15 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 11 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 12 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 12 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: ddb450eb-86d5-4704-b355-32b94fc5ba81 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 3c0b004e-491e-4265-8cdc-941e22e7b71b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=ddb450eb-86d5-4704-b355-32b94fc5ba81&request_guid=3c0b004e-491e-4265-8cdc-941e22e7b71b HTTP/1.1" 200 2506 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8325a-0502-ad67-1a4b-0303c41110c3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8325a-0502-ad67-1a4b-0303c41110c3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8325a-0502-ad67-1a4b-0303c41110c3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9596f374-830e-45fd-b92c-354233be988b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8325a-0502-ad67-1a4b-0303c41110c3?request_guid=9596f374-830e-45fd-b92c-354233be988b HTTP/1.1" 200 2171 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8325a-0502-ad67-1a4b-0303c41110c3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6ee22738-f101-45d5-bdba-9a7ce1d65b44 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8325a-0502-ad67-1a4b-0303c41110c3?request_guid=6ee22738-f101-45d5-bdba-9a7ce1d65b44 HTTP/1.1" 200 2172 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8325a-0502-ad67-1a4b-0303c41110c3'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: e0514c21-c2eb-45a9-a9ba-66b159f2ac67 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8325a-0502-ad67-1a4b-0303c41110c3'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8325a-0502-ad67-1a4b-0303c41110c3'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1c6fae27-6379-4cf5-8d05-d25f3f3f23b9 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=e0514c21-c2eb-45a9-a9ba-66b159f2ac67&request_guid=1c6fae27-6379-4cf5-8d05-d25f3f3f23b9 HTTP/1.1" 200 2503 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8325a-0502-ae7f-1a4b-0303c411209b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8325a-0502-ae7f-1a4b-0303c411209b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 8 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 1dde8d90-282d-4905-9ebc-ddd089799f33 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','SDR');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 22d6b9f0-bfcd-4e4f-959f-34d45778af5e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=1dde8d90-282d-4905-9ebc-ddd089799f33&request_guid=22d6b9f0-bfcd-4e4f-959f-34d45778af5e HTTP/1.1" 200 2810 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8325a-0502-ae2c-1a4b-0303c410fe3b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8325a-0502-ae2c-1a4b-0303c410fe3b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8325a-0502-ae2c-1a4b-0303c410fe3b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 3e1050be-ce6c-4408-a221-f39a47e641ed +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8325a-0502-ae2c-1a4b-0303c410fe3b?request_guid=3e1050be-ce6c-4408-a221-f39a47e641ed HTTP/1.1" 200 1681 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8325a-0502-ae2c-1a4b-0303c410fe3b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 666dff19-549e-4954-93ba-3ed3495b11b8 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8325a-0502-ae2c-1a4b-0303c410fe3b?request_guid=666dff19-549e-4954-93ba-3ed3495b11b8 HTTP/1.1" 200 1681 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8325a-0502-ae2c-1a4b-0303c410fe3b'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: e111d668-a469-48bc-b941-cee978938000 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8325a-0502-ae2c-1a4b-0303c410fe3b'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8325a-0502-ae2c-1a4b-0303c410fe3b'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 5169655d-43a3-4ec7-8ff1-a6dfc4d06aa0 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=e111d668-a469-48bc-b941-cee978938000&request_guid=5169655d-43a3-4ec7-8ff1-a6dfc4d06aa0 HTTP/1.1" 200 2815 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8325a-0502-ae87-1a4b-0303c411095f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8325a-0502-ae87-1a4b-0303c411095f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:54:26] "GET /sfexec?csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&submit=Submit HTTP/1.1" 500 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:54:26] "GET /sfexec?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:54:26] "GET /sfexec?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:54:27] "GET /sfexec?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:54:27] "GET /sfexec?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 304 - +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 57.72s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 57.73s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 57.73s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=21f0f34f-a3b9-4e71-a879-1e5419ae72e3 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 54d0c0dc-77a5-4495-a760-a627663ab9f0 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 1639129931088 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1639129931088 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 1639130312816 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1639130312816 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 1639130312816 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 1639130312816 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 1639129931088 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1639129931088 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=21f0f34f-a3b9-4e71-a879-1e5419ae72e3&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=54d0c0dc-77a5-4495-a760-a627663ab9f0 HTTP/1.1" 200 1551 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_PROD, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_PROD_QLIK_LOAD_WH, role=None, request_id=30da3bba-77b6-4380-b14d-17ecc88ceae0 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 3fe406d5-8492-4a7c-a59f-3d4c309cbbb4 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=30da3bba-77b6-4380-b14d-17ecc88ceae0&databaseName=PL_PROD&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_PROD_QLIK_LOAD_WH&request_guid=3fe406d5-8492-4a7c-a59f-3d4c309cbbb4 HTTP/1.1" 200 1555 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00241s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 905f737b-4b7d-4ea3-bf36-cfd77271fc7a +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9f8b9253-f3d3-43f4-9a4f-c22d5c613fa5 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=905f737b-4b7d-4ea3-bf36-cfd77271fc7a&request_guid=9f8b9253-f3d3-43f4-9a4f-c22d5c613fa5 HTTP/1.1" 200 2764 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8325c-0502-ae87-1a4b-0303c411a8af +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8325c-0502-ae87-1a4b-0303c411a8af +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8325c-0502-ae87-1a4b-0303c411a8af' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a342944a-a13a-4c9c-b9f9-75431a917564 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8325c-0502-ae87-1a4b-0303c411a8af?request_guid=a342944a-a13a-4c9c-b9f9-75431a917564 HTTP/1.1" 200 1861 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8325c-0502-ae87-1a4b-0303c411a8af' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a22ab04b-cd50-4209-ab95-1012558d1523 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8325c-0502-ae87-1a4b-0303c411a8af?request_guid=a22ab04b-cd50-4209-ab95-1012558d1523 HTTP/1.1" 200 None +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8325c-0502-ae87-1a4b-0303c411a8af'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 90dc1829-ca9e-40b6-af81-a4bb930f116d +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8325c-0502-ae87-1a4b-0303c411a8af'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8325c-0502-ae87-1a4b-0303c411a8af'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: eb359ee0-f5bb-4825-b15a-9abc8dd6d377 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=90dc1829-ca9e-40b6-af81-a4bb930f116d&request_guid=eb359ee0-f5bb-4825-b15a-9abc8dd6d377 HTTP/1.1" 200 2764 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8325c-0502-ad67-1a4b-0303c4117ecb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8325c-0502-ad67-1a4b-0303c4117ecb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 14 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 15 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 11 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 12 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 12 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 75c23ab5-0ce0-4dee-8c82-fc7a22bdf4b8 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 11ce3d87-6dc1-488c-be49-a2b755496592 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=75c23ab5-0ce0-4dee-8c82-fc7a22bdf4b8&request_guid=11ce3d87-6dc1-488c-be49-a2b755496592 HTTP/1.1" 200 2503 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8325c-0502-ae2c-1a4b-0303c4118f2b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8325c-0502-ae2c-1a4b-0303c4118f2b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8325c-0502-ae2c-1a4b-0303c4118f2b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f00762b6-0184-4406-b667-08e932db6e4b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8325c-0502-ae2c-1a4b-0303c4118f2b?request_guid=f00762b6-0184-4406-b667-08e932db6e4b HTTP/1.1" 200 2172 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8325c-0502-ae2c-1a4b-0303c4118f2b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 77911504-ecb0-4a02-a535-d37c46d2bf72 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8325c-0502-ae2c-1a4b-0303c4118f2b?request_guid=77911504-ecb0-4a02-a535-d37c46d2bf72 HTTP/1.1" 200 2171 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8325c-0502-ae2c-1a4b-0303c4118f2b'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 3faf0b4f-9d5d-4902-a394-a57845e24974 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8325c-0502-ae2c-1a4b-0303c4118f2b'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8325c-0502-ae2c-1a4b-0303c4118f2b'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 521fa6c9-af22-4fec-a874-f1cadc7c61a9 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=3faf0b4f-9d5d-4902-a394-a57845e24974&request_guid=521fa6c9-af22-4fec-a874-f1cadc7c61a9 HTTP/1.1" 200 2505 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8325c-0502-ad67-1a4b-0303c4117f17 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8325c-0502-ad67-1a4b-0303c4117f17 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 8 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: aa1ee14c-2535-4009-8d91-b942f0850fa7 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','SDR');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: fe0c2a49-73a7-454f-bb53-36eb786e0004 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=aa1ee14c-2535-4009-8d91-b942f0850fa7&request_guid=fe0c2a49-73a7-454f-bb53-36eb786e0004 HTTP/1.1" 200 2816 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8325c-0502-ae87-1a4b-0303c411a937 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8325c-0502-ae87-1a4b-0303c411a937 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8325c-0502-ae87-1a4b-0303c411a937' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 4a9cf878-31ec-497f-8ba7-f848baa0dba0 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8325c-0502-ae87-1a4b-0303c411a937?request_guid=4a9cf878-31ec-497f-8ba7-f848baa0dba0 HTTP/1.1" 200 1676 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8325c-0502-ae87-1a4b-0303c411a937' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 2e32f204-1356-4157-b215-bff9655b4767 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8325c-0502-ae87-1a4b-0303c411a937?request_guid=2e32f204-1356-4157-b215-bff9655b4767 HTTP/1.1" 200 None +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8325c-0502-ae87-1a4b-0303c411a937'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 14d4fe8c-30cf-4859-a528-42ec4a175a6d +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8325c-0502-ae87-1a4b-0303c411a937'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8325c-0502-ae87-1a4b-0303c411a937'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 745ba8c5-ba91-40d0-ba4d-6a2cbdc14f83 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=14d4fe8c-30cf-4859-a528-42ec4a175a6d&request_guid=745ba8c5-ba91-40d0-ba4d-6a2cbdc14f83 HTTP/1.1" 200 2814 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8325c-0502-ae7f-1a4b-0303c4116f83 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8325c-0502-ae7f-1a4b-0303c4116f83 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:56:41] "GET /sfexec?csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&submit=Submit HTTP/1.1" 500 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:56:41] "GET /sfexec?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:56:41] "GET /sfexec?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:56:42] "GET /sfexec?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 304 - +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 11.45s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 11.45s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 11.46s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=38eacbbd-d19c-4bd9-8f6f-05e5080042e6 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 03e564b9-4b00-4a83-b1ad-ff3f3a365afb +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 2334110817616 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2334110817616 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2334111199344 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2334111199344 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2334111199344 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2334111199344 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2334110817616 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2334110817616 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=38eacbbd-d19c-4bd9-8f6f-05e5080042e6&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=03e564b9-4b00-4a83-b1ad-ff3f3a365afb HTTP/1.1" 200 1551 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_PROD, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_PROD_QLIK_LOAD_WH, role=None, request_id=40cf7cd8-844f-4adb-ac05-6704542dd090 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 4ee4d5bd-d9b6-4a8a-8c4c-8517ac71e87a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=40cf7cd8-844f-4adb-ac05-6704542dd090&databaseName=PL_PROD&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_PROD_QLIK_LOAD_WH&request_guid=4ee4d5bd-d9b6-4a8a-8c4c-8517ac71e87a HTTP/1.1" 200 1551 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00410s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: fc177943-da2f-47ad-8c79-786c400ea9f3 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 663a5e91-4a29-4dff-99c1-b1de4e92bb69 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=fc177943-da2f-47ad-8c79-786c400ea9f3&request_guid=663a5e91-4a29-4dff-99c1-b1de4e92bb69 HTTP/1.1" 200 2766 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8325e-0502-ae7f-1a4b-0303c4121a8f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8325e-0502-ae7f-1a4b-0303c4121a8f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8325e-0502-ae7f-1a4b-0303c4121a8f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: aec38910-8aaf-4830-b583-3139f665ed82 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8325e-0502-ae7f-1a4b-0303c4121a8f?request_guid=aec38910-8aaf-4830-b583-3139f665ed82 HTTP/1.1" 200 1851 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8325e-0502-ae7f-1a4b-0303c4121a8f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a6da68c0-b6f7-4e36-bc64-78cf238c3e60 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8325e-0502-ae7f-1a4b-0303c4121a8f?request_guid=a6da68c0-b6f7-4e36-bc64-78cf238c3e60 HTTP/1.1" 200 1850 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8325e-0502-ae7f-1a4b-0303c4121a8f'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: b83053ef-a19a-4a4d-89dd-355b3526649a +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8325e-0502-ae7f-1a4b-0303c4121a8f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8325e-0502-ae7f-1a4b-0303c4121a8f'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 735f1907-64a9-480b-89cc-ab0782629fe3 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=b83053ef-a19a-4a4d-89dd-355b3526649a&request_guid=735f1907-64a9-480b-89cc-ab0782629fe3 HTTP/1.1" 200 2767 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8325e-0502-ad67-1a4b-0303c4123673 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8325e-0502-ad67-1a4b-0303c4123673 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 14 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 15 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 11 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 12 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 12 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 51389fd0-fb24-4739-9ba7-d6cfb43b8b94 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 62e0d6c6-778d-4714-a43a-38c0ef68c4d2 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=51389fd0-fb24-4739-9ba7-d6cfb43b8b94&request_guid=62e0d6c6-778d-4714-a43a-38c0ef68c4d2 HTTP/1.1" 200 2508 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8325e-0502-ae7a-1a4b-0303c412276b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8325e-0502-ae7a-1a4b-0303c412276b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8325e-0502-ae7a-1a4b-0303c412276b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 09b7d7ce-a2aa-42a6-9287-76d05b482afa +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8325e-0502-ae7a-1a4b-0303c412276b?request_guid=09b7d7ce-a2aa-42a6-9287-76d05b482afa HTTP/1.1" 200 2173 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8325e-0502-ae7a-1a4b-0303c412276b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f3aa916b-aaef-4011-b865-0aec22f0d238 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8325e-0502-ae7a-1a4b-0303c412276b?request_guid=f3aa916b-aaef-4011-b865-0aec22f0d238 HTTP/1.1" 200 2172 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8325e-0502-ae7a-1a4b-0303c412276b'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: ce5d34a7-a517-435a-986b-fc2204f2c6b6 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8325e-0502-ae7a-1a4b-0303c412276b'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8325e-0502-ae7a-1a4b-0303c412276b'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: bd195421-ebe3-4002-afa4-3102f81cea76 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=ce5d34a7-a517-435a-986b-fc2204f2c6b6&request_guid=bd195421-ebe3-4002-afa4-3102f81cea76 HTTP/1.1" 200 2511 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8325e-0502-ae87-1a4b-0303c4124343 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8325e-0502-ae87-1a4b-0303c4124343 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 8 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 255992e7-eba9-47d6-8552-48497168f482 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','SDR');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 5f06b987-ee34-4abc-9518-b40593219782 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=255992e7-eba9-47d6-8552-48497168f482&request_guid=5f06b987-ee34-4abc-9518-b40593219782 HTTP/1.1" 200 2816 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8325e-0502-ae87-1a4b-0303c4124353 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8325e-0502-ae87-1a4b-0303c4124353 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8325e-0502-ae87-1a4b-0303c4124353' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 2a864a46-a072-4fd9-b9e9-7e9004b72f62 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8325e-0502-ae87-1a4b-0303c4124353?request_guid=2a864a46-a072-4fd9-b9e9-7e9004b72f62 HTTP/1.1" 200 1676 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8325e-0502-ae87-1a4b-0303c4124353' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: fd62018a-904f-4339-a8c7-1d6befeda4d5 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8325e-0502-ae87-1a4b-0303c4124353?request_guid=fd62018a-904f-4339-a8c7-1d6befeda4d5 HTTP/1.1" 200 1675 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8325e-0502-ae87-1a4b-0303c4124353'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: ae9af699-3f6d-43d4-aeef-ec24a2a2eab1 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8325e-0502-ae87-1a4b-0303c4124353'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8325e-0502-ae87-1a4b-0303c4124353'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d72d8bfa-8b6e-41d1-ab6b-3838add45b90 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=ae9af699-3f6d-43d4-aeef-ec24a2a2eab1&request_guid=d72d8bfa-8b6e-41d1-ab6b-3838add45b90 HTTP/1.1" 200 2814 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8325e-0502-ae7a-1a4b-0303c41227bb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8325e-0502-ae7a-1a4b-0303c41227bb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:58:28] "GET /sfexec?csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&submit=Submit HTTP/1.1" 500 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:58:28] "GET /sfexec?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:58:29] "GET /sfexec?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 10:58:29] "GET /sfexec?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 304 - +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 102.2s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 102.3s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 102.3s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=74e37858-845b-4388-a354-bd5d873e943b +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 3a380d37-2d38-4861-8572-e4a6c7631a8b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=74e37858-845b-4388-a354-bd5d873e943b&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=3a380d37-2d38-4861-8572-e4a6c7631a8b HTTP/1.1" 200 1552 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_PROD, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_PROD_QLIK_LOAD_WH, role=None, request_id=8bd97745-8953-4ff2-919b-1b7e298cff15 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: fdcd6d48-fb14-4b4d-95c4-2accad0eda02 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=8bd97745-8953-4ff2-919b-1b7e298cff15&databaseName=PL_PROD&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_PROD_QLIK_LOAD_WH&request_guid=fdcd6d48-fb14-4b4d-95c4-2accad0eda02 HTTP/1.1" 200 1552 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 91.04s ago] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 16f65c42-7cc3-4055-80c2-e726dac09b5a +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 230511ea-24c1-4b85-ad83-2de8ddd853b2 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=16f65c42-7cc3-4055-80c2-e726dac09b5a&request_guid=230511ea-24c1-4b85-ad83-2de8ddd853b2 HTTP/1.1" 200 2764 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8325f-0502-ae7f-1a4b-0303c4125f13 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8325f-0502-ae7f-1a4b-0303c4125f13 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8325f-0502-ae7f-1a4b-0303c4125f13' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ac3b7f9a-0c97-4a55-9342-890129af8003 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8325f-0502-ae7f-1a4b-0303c4125f13?request_guid=ac3b7f9a-0c97-4a55-9342-890129af8003 HTTP/1.1" 200 1854 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8325f-0502-ae7f-1a4b-0303c4125f13' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 5775b90c-5ffb-4a75-8470-d526b273eaa1 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8325f-0502-ae7f-1a4b-0303c4125f13?request_guid=5775b90c-5ffb-4a75-8470-d526b273eaa1 HTTP/1.1" 200 1854 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8325f-0502-ae7f-1a4b-0303c4125f13'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 054ce844-3a44-40bd-8faf-2650025ab4d4 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8325f-0502-ae7f-1a4b-0303c4125f13'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8325f-0502-ae7f-1a4b-0303c4125f13'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 21b8de9b-c18c-4a13-9cad-53bb32d8813a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=054ce844-3a44-40bd-8faf-2650025ab4d4&request_guid=21b8de9b-c18c-4a13-9cad-53bb32d8813a HTTP/1.1" 200 2763 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8325f-0502-ae2c-1a4b-0303c412a197 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8325f-0502-ae2c-1a4b-0303c412a197 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 14 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 15 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 11 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 12 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 12 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: fd4bd49c-b50f-4656-a13a-d563a04805f6 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7c806728-8a62-42f6-8f55-82d258c6add0 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=fd4bd49c-b50f-4656-a13a-d563a04805f6&request_guid=7c806728-8a62-42f6-8f55-82d258c6add0 HTTP/1.1" 200 2507 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8325f-0502-ae7f-1a4b-0303c4125f63 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8325f-0502-ae7f-1a4b-0303c4125f63 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8325f-0502-ae7f-1a4b-0303c4125f63' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a5b4ba81-2a83-46bd-883a-096fef40e9aa +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8325f-0502-ae7f-1a4b-0303c4125f63?request_guid=a5b4ba81-2a83-46bd-883a-096fef40e9aa HTTP/1.1" 200 2172 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8325f-0502-ae7f-1a4b-0303c4125f63' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: dda068ce-aa58-427c-924e-77fcb8d16157 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8325f-0502-ae7f-1a4b-0303c4125f63?request_guid=dda068ce-aa58-427c-924e-77fcb8d16157 HTTP/1.1" 200 2171 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8325f-0502-ae7f-1a4b-0303c4125f63'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: debea97d-dcd7-4478-81e9-bb916bc36829 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8325f-0502-ae7f-1a4b-0303c4125f63'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8325f-0502-ae7f-1a4b-0303c4125f63'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f226007e-7bb6-40dd-ab9c-ad2ec3f90ea7 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=debea97d-dcd7-4478-81e9-bb916bc36829&request_guid=f226007e-7bb6-40dd-ab9c-ad2ec3f90ea7 HTTP/1.1" 200 2510 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8325f-0502-ae87-1a4b-0303c4129857 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8325f-0502-ae87-1a4b-0303c4129857 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 8 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: a43e4f18-df3c-494f-91d2-c78353036b93 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','SDR');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 2be1bece-fdcb-437e-9680-6636470bf61f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=a43e4f18-df3c-494f-91d2-c78353036b93&request_guid=2be1bece-fdcb-437e-9680-6636470bf61f HTTP/1.1" 200 2815 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83260-0502-ae87-1a4b-0303c412986f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83260-0502-ae87-1a4b-0303c412986f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83260-0502-ae87-1a4b-0303c412986f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 42d5d049-ba22-49ea-aa6d-9e305e00f405 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83260-0502-ae87-1a4b-0303c412986f?request_guid=42d5d049-ba22-49ea-aa6d-9e305e00f405 HTTP/1.1" 200 1683 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83260-0502-ae87-1a4b-0303c412986f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0feef87a-8574-4c5c-a1ed-384312221cc2 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83260-0502-ae87-1a4b-0303c412986f?request_guid=0feef87a-8574-4c5c-a1ed-384312221cc2 HTTP/1.1" 200 1682 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83260-0502-ae87-1a4b-0303c412986f'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: c6761ff3-e9f6-41b0-8e71-167baea6ffcc +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83260-0502-ae87-1a4b-0303c412986f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83260-0502-ae87-1a4b-0303c412986f'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 91d28800-eb89-4985-8130-f6e994d39852 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=c6761ff3-e9f6-41b0-8e71-167baea6ffcc&request_guid=91d28800-eb89-4985-8130-f6e994d39852 HTTP/1.1" 200 2810 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83260-0502-ae2c-1a4b-0303c412a1e7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83260-0502-ae2c-1a4b-0303c412a1e7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 14.68s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 14.69s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 14.69s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=78930eb7-4015-426f-8534-8e088ab7ac4a +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6e699a11-222c-4c10-aa28-e04f3b7e55fe +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 1790196409024 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1790196409024 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 1790196839904 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1790196839904 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 1790196839904 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 1790196839904 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 1790196409024 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1790196409024 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=78930eb7-4015-426f-8534-8e088ab7ac4a&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=6e699a11-222c-4c10-aa28-e04f3b7e55fe HTTP/1.1" 200 1554 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_PROD, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_PROD_QLIK_LOAD_WH, role=None, request_id=58542248-a872-4cf2-8fd0-d0c4537c8a1d +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ec34187a-33da-44db-b4da-1cb7dfab9159 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=58542248-a872-4cf2-8fd0-d0c4537c8a1d&databaseName=PL_PROD&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_PROD_QLIK_LOAD_WH&request_guid=ec34187a-33da-44db-b4da-1cb7dfab9159 HTTP/1.1" 200 1556 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00380s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 625516bc-6283-4fa2-a5c8-a0d130ab1e84 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8ea2e6f0-e48d-4b21-a8a0-0bc8a606b14f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=625516bc-6283-4fa2-a5c8-a0d130ab1e84&request_guid=8ea2e6f0-e48d-4b21-a8a0-0bc8a606b14f HTTP/1.1" 200 2761 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83263-0502-ae2c-1a4b-0303c41392cb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83263-0502-ae2c-1a4b-0303c41392cb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83263-0502-ae2c-1a4b-0303c41392cb' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d4646a34-3fd0-4f9a-a5e9-f25f798ffc33 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83263-0502-ae2c-1a4b-0303c41392cb?request_guid=d4646a34-3fd0-4f9a-a5e9-f25f798ffc33 HTTP/1.1" 200 None +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83263-0502-ae2c-1a4b-0303c41392cb' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 3dcad3b4-6a4c-4dcf-a27d-b4ce58eb7c30 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83263-0502-ae2c-1a4b-0303c41392cb?request_guid=3dcad3b4-6a4c-4dcf-a27d-b4ce58eb7c30 HTTP/1.1" 200 1847 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83263-0502-ae2c-1a4b-0303c41392cb'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: ed8ee102-4098-485e-93de-1c4ad458bcb8 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83263-0502-ae2c-1a4b-0303c41392cb'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83263-0502-ae2c-1a4b-0303c41392cb'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 21591d42-178a-4e4d-9d6f-a33a393064ba +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=ed8ee102-4098-485e-93de-1c4ad458bcb8&request_guid=21591d42-178a-4e4d-9d6f-a33a393064ba HTTP/1.1" 200 2764 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83263-0502-ad67-1a4b-0303c4137b83 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83263-0502-ad67-1a4b-0303c4137b83 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 14 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 15 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 11 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 12 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 12 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: a3e8d821-e34c-4f4a-aa77-6d7439552b2c +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c26c7b4f-38e0-4cbd-b173-d81533274030 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=a3e8d821-e34c-4f4a-aa77-6d7439552b2c&request_guid=c26c7b4f-38e0-4cbd-b173-d81533274030 HTTP/1.1" 200 2507 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83263-0502-ad67-1a4b-0303c4137b8f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83263-0502-ad67-1a4b-0303c4137b8f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83263-0502-ad67-1a4b-0303c4137b8f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e4b0f345-5ff3-488b-939e-0f75963d2e51 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83263-0502-ad67-1a4b-0303c4137b8f?request_guid=e4b0f345-5ff3-488b-939e-0f75963d2e51 HTTP/1.1" 200 2172 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83263-0502-ad67-1a4b-0303c4137b8f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7dde5740-b095-49e7-afa2-7e4ca57751cc +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83263-0502-ad67-1a4b-0303c4137b8f?request_guid=7dde5740-b095-49e7-afa2-7e4ca57751cc HTTP/1.1" 200 2172 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83263-0502-ad67-1a4b-0303c4137b8f'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 1ea59a16-28c9-4be2-9bb9-8bf241c3d032 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83263-0502-ad67-1a4b-0303c4137b8f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83263-0502-ad67-1a4b-0303c4137b8f'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 94c5fc80-9527-4929-b174-9c1ceae93d59 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=1ea59a16-28c9-4be2-9bb9-8bf241c3d032&request_guid=94c5fc80-9527-4929-b174-9c1ceae93d59 HTTP/1.1" 200 2504 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83263-0502-ae7f-1a4b-0303c4135f07 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83263-0502-ae7f-1a4b-0303c4135f07 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 8 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: aee8ebb3-e6ff-4643-8ef3-a0637979cc9e +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','SDR');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: bd5e16f8-cb49-40d7-b017-5ca0fdfa630a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=aee8ebb3-e6ff-4643-8ef3-a0637979cc9e&request_guid=bd5e16f8-cb49-40d7-b017-5ca0fdfa630a HTTP/1.1" 200 2815 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83263-0502-ad67-1a4b-0303c4137bb7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83263-0502-ad67-1a4b-0303c4137bb7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83263-0502-ad67-1a4b-0303c4137bb7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 947119be-56ef-4c77-9d6b-001e2fb77539 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83263-0502-ad67-1a4b-0303c4137bb7?request_guid=947119be-56ef-4c77-9d6b-001e2fb77539 HTTP/1.1" 200 1679 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83263-0502-ad67-1a4b-0303c4137bb7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 09fdb1cc-7f35-4fdc-9372-6a1ebafc34ed +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83263-0502-ad67-1a4b-0303c4137bb7?request_guid=09fdb1cc-7f35-4fdc-9372-6a1ebafc34ed HTTP/1.1" 200 1679 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83263-0502-ad67-1a4b-0303c4137bb7'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: a580efd3-6069-4454-9a8c-1633f6fb60b0 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83263-0502-ad67-1a4b-0303c4137bb7'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83263-0502-ad67-1a4b-0303c4137bb7'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1bd1f6c1-fcfc-4469-9d03-53110b1cd755 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=a580efd3-6069-4454-9a8c-1633f6fb60b0&request_guid=1bd1f6c1-fcfc-4469-9d03-53110b1cd755 HTTP/1.1" 200 2812 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83263-0502-ae2c-1a4b-0303c413935f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83263-0502-ae2c-1a4b-0303c413935f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.3779s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.3831s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.3892s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=eb1d5538-9a49-410b-b84a-43af323819ec +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0573db37-3a6e-4c46-8efe-2e7d38f615a3 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 2066456076896 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2066456076896 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2066456458624 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2066456458624 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2066456458624 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2066456458624 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2066456076896 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2066456076896 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=eb1d5538-9a49-410b-b84a-43af323819ec&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=0573db37-3a6e-4c46-8efe-2e7d38f615a3 HTTP/1.1" 200 1554 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_PROD, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_PROD_QLIK_LOAD_WH, role=None, request_id=0a3fc3f2-be15-4d38-97f4-35c1cad54dd6 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 2fb10480-365e-4da7-bf5c-09bf08952b3e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=0a3fc3f2-be15-4d38-97f4-35c1cad54dd6&databaseName=PL_PROD&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_PROD_QLIK_LOAD_WH&request_guid=2fb10480-365e-4da7-bf5c-09bf08952b3e HTTP/1.1" 200 1556 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00467s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 7ee1a486-04f7-4738-b7f4-8676168529aa +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c502732c-425c-42ee-aa8c-6afaa5da4405 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=7ee1a486-04f7-4738-b7f4-8676168529aa&request_guid=c502732c-425c-42ee-aa8c-6afaa5da4405 HTTP/1.1" 200 2767 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83264-0502-ae87-1a4b-0303c413d22f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83264-0502-ae87-1a4b-0303c413d22f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83264-0502-ae87-1a4b-0303c413d22f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a42d1755-031e-43ad-9f3d-69499a8b429d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83264-0502-ae87-1a4b-0303c413d22f?request_guid=a42d1755-031e-43ad-9f3d-69499a8b429d HTTP/1.1" 200 1854 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83264-0502-ae87-1a4b-0303c413d22f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6814ed13-76f3-4edd-9714-1b62e311e4b7 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83264-0502-ae87-1a4b-0303c413d22f?request_guid=6814ed13-76f3-4edd-9714-1b62e311e4b7 HTTP/1.1" 200 1853 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83264-0502-ae87-1a4b-0303c413d22f'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 21b001c1-b6cf-4193-9e18-cdb6e6e90d2b +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83264-0502-ae87-1a4b-0303c413d22f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83264-0502-ae87-1a4b-0303c413d22f'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e254c222-e7bb-4f2f-a493-dcb8198e94c6 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=21b001c1-b6cf-4193-9e18-cdb6e6e90d2b&request_guid=e254c222-e7bb-4f2f-a493-dcb8198e94c6 HTTP/1.1" 200 2766 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83264-0502-ae87-1a4b-0303c413d2bf +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83264-0502-ae87-1a4b-0303c413d2bf +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 14 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 15 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 11 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 12 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 12 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: dafdb254-5937-4513-8e47-78475d4452a0 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: fad90c26-6f21-4bb0-90bd-8dd71a4c91f7 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=dafdb254-5937-4513-8e47-78475d4452a0&request_guid=fad90c26-6f21-4bb0-90bd-8dd71a4c91f7 HTTP/1.1" 200 2506 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83264-0502-ad67-1a4b-0303c413b443 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83264-0502-ad67-1a4b-0303c413b443 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83264-0502-ad67-1a4b-0303c413b443' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e84f74da-3d6b-405f-baad-c75acc330163 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83264-0502-ad67-1a4b-0303c413b443?request_guid=e84f74da-3d6b-405f-baad-c75acc330163 HTTP/1.1" 200 2181 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83264-0502-ad67-1a4b-0303c413b443' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: b09a33dc-9a3a-4731-a31b-b22cdbaade89 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83264-0502-ad67-1a4b-0303c413b443?request_guid=b09a33dc-9a3a-4731-a31b-b22cdbaade89 HTTP/1.1" 200 2184 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83264-0502-ad67-1a4b-0303c413b443'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 0b937c2f-dc9b-4607-8fa7-b8e36a03a5a6 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83264-0502-ad67-1a4b-0303c413b443'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83264-0502-ad67-1a4b-0303c413b443'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 47a0ae1d-157e-4a6b-bb52-8c2b779936e7 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=0b937c2f-dc9b-4607-8fa7-b8e36a03a5a6&request_guid=47a0ae1d-157e-4a6b-bb52-8c2b779936e7 HTTP/1.1" 200 2510 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83264-0502-ae87-1a4b-0303c413d303 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83264-0502-ae87-1a4b-0303c413d303 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 8 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 44c204be-bced-406e-ad61-2245b4ee93dc +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','SDR');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 97bdd7d4-01c8-46cc-a8e9-7e287041b2df +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=44c204be-bced-406e-ad61-2245b4ee93dc&request_guid=97bdd7d4-01c8-46cc-a8e9-7e287041b2df HTTP/1.1" 200 2817 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83264-0502-ae7f-1a4b-0303c413a757 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83264-0502-ae7f-1a4b-0303c413a757 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83264-0502-ae7f-1a4b-0303c413a757' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f70cbdea-fd9e-4034-bc30-72372df73468 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83264-0502-ae7f-1a4b-0303c413a757?request_guid=f70cbdea-fd9e-4034-bc30-72372df73468 HTTP/1.1" 200 1669 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83264-0502-ae7f-1a4b-0303c413a757' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a76dae77-6ed3-48f3-99f9-6b7fd245478a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83264-0502-ae7f-1a4b-0303c413a757?request_guid=a76dae77-6ed3-48f3-99f9-6b7fd245478a HTTP/1.1" 200 1669 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83264-0502-ae7f-1a4b-0303c413a757'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 9884c254-2c9b-4a95-8285-30ca84292832 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83264-0502-ae7f-1a4b-0303c413a757'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83264-0502-ae7f-1a4b-0303c413a757'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8d1c0f92-906d-4e72-83b1-b6b5c37a9b6d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=9884c254-2c9b-4a95-8285-30ca84292832&request_guid=8d1c0f92-906d-4e72-83b1-b6b5c37a9b6d HTTP/1.1" 200 2818 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83264-0502-ae87-1a4b-0303c413d327 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83264-0502-ae87-1a4b-0303c413d327 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 17.55s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 17.56s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 17.57s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=0ca1efed-3d2b-4478-b2f3-b6b7d88d5c40 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 624e25be-5351-43de-a6b1-b81dd627ff31 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 1978975477264 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1978975477264 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 1978975891760 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1978975891760 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 1978975891760 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 1978975891760 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 1978975477264 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1978975477264 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=0ca1efed-3d2b-4478-b2f3-b6b7d88d5c40&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=624e25be-5351-43de-a6b1-b81dd627ff31 HTTP/1.1" 200 1550 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_PROD, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_PROD_QLIK_LOAD_WH, role=None, request_id=4fa1fa20-df64-4785-a51b-6de88e785ebc +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 00162402-367f-47c3-a997-f24dce408333 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=4fa1fa20-df64-4785-a51b-6de88e785ebc&databaseName=PL_PROD&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_PROD_QLIK_LOAD_WH&request_guid=00162402-367f-47c3-a997-f24dce408333 HTTP/1.1" 200 1555 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00487s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 3ef7680d-0cd3-49b7-8197-bc03b10a8d08 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a77fb287-7fd7-4e57-a256-415b26d1a3e5 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=3ef7680d-0cd3-49b7-8197-bc03b10a8d08&request_guid=a77fb287-7fd7-4e57-a256-415b26d1a3e5 HTTP/1.1" 200 2761 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83267-0502-ae2c-1a4b-0303c4148c93 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83267-0502-ae2c-1a4b-0303c4148c93 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83267-0502-ae2c-1a4b-0303c4148c93' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 12b0e2ae-fc4a-45f2-a8f8-5ebdfd4ceac1 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83267-0502-ae2c-1a4b-0303c4148c93?request_guid=12b0e2ae-fc4a-45f2-a8f8-5ebdfd4ceac1 HTTP/1.1" 200 1854 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83267-0502-ae2c-1a4b-0303c4148c93' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 3f2211bf-635d-42e7-976d-1c8ecd519295 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83267-0502-ae2c-1a4b-0303c4148c93?request_guid=3f2211bf-635d-42e7-976d-1c8ecd519295 HTTP/1.1" 200 1854 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83267-0502-ae2c-1a4b-0303c4148c93'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: adeb4b5d-9693-46ce-962b-55a2dc180f7b +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83267-0502-ae2c-1a4b-0303c4148c93'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83267-0502-ae2c-1a4b-0303c4148c93'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ae9ebe29-d9e1-4fe1-9de4-68da2ddbef65 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=adeb4b5d-9693-46ce-962b-55a2dc180f7b&request_guid=ae9ebe29-d9e1-4fe1-9de4-68da2ddbef65 HTTP/1.1" 200 2765 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83267-0502-ae87-1a4b-0303c414b797 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83267-0502-ae87-1a4b-0303c414b797 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 14 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 15 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 11 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 12 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 12 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 6f0639a1-9022-49b0-ac7d-07cf3e1f1461 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 65b3e891-f724-4c3d-9912-78553cf6c395 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=6f0639a1-9022-49b0-ac7d-07cf3e1f1461&request_guid=65b3e891-f724-4c3d-9912-78553cf6c395 HTTP/1.1" 200 2509 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83267-0502-ae7a-1a4b-0303c414c61f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83267-0502-ae7a-1a4b-0303c414c61f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83267-0502-ae7a-1a4b-0303c414c61f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 05b6a91d-30f7-43a8-87c1-b7d48f27e2ee +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83267-0502-ae7a-1a4b-0303c414c61f?request_guid=05b6a91d-30f7-43a8-87c1-b7d48f27e2ee HTTP/1.1" 200 2173 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83267-0502-ae7a-1a4b-0303c414c61f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0c6325cc-209e-414e-a7c0-4577f5c46bd5 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83267-0502-ae7a-1a4b-0303c414c61f?request_guid=0c6325cc-209e-414e-a7c0-4577f5c46bd5 HTTP/1.1" 200 2175 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83267-0502-ae7a-1a4b-0303c414c61f'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 251d6a0c-cb6f-4ae3-b2c7-c0a423c14752 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83267-0502-ae7a-1a4b-0303c414c61f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83267-0502-ae7a-1a4b-0303c414c61f'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0c2d4bb3-9e09-4237-8d91-67535480a335 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=251d6a0c-cb6f-4ae3-b2c7-c0a423c14752&request_guid=0c2d4bb3-9e09-4237-8d91-67535480a335 HTTP/1.1" 200 2507 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83267-0502-ae7f-1a4b-0303c4149e43 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83267-0502-ae7f-1a4b-0303c4149e43 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 8 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 2d46963c-3a17-4509-b259-d6aa1018faee +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','SDR');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7374bd0c-3a74-4d10-84a1-b697a96dd3bf +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=2d46963c-3a17-4509-b259-d6aa1018faee&request_guid=7374bd0c-3a74-4d10-84a1-b697a96dd3bf HTTP/1.1" 200 2813 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83267-0502-ad67-1a4b-0303c414aa93 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83267-0502-ad67-1a4b-0303c414aa93 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83267-0502-ad67-1a4b-0303c414aa93' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 5e41c1b9-f279-4e46-94ec-c4d62b02b6da +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83267-0502-ad67-1a4b-0303c414aa93?request_guid=5e41c1b9-f279-4e46-94ec-c4d62b02b6da HTTP/1.1" 200 1677 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83267-0502-ad67-1a4b-0303c414aa93' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 23d4d500-5303-45db-bf85-b0b80315ee67 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83267-0502-ad67-1a4b-0303c414aa93?request_guid=23d4d500-5303-45db-bf85-b0b80315ee67 HTTP/1.1" 200 1675 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83267-0502-ad67-1a4b-0303c414aa93'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: fa0b6b6e-dea0-4381-abd4-f1fe1daefc04 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83267-0502-ad67-1a4b-0303c414aa93'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83267-0502-ad67-1a4b-0303c414aa93'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 684a55f9-3ffc-4f67-8ae8-8f23a68f4a74 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=fa0b6b6e-dea0-4381-abd4-f1fe1daefc04&request_guid=684a55f9-3ffc-4f67-8ae8-8f23a68f4a74 HTTP/1.1" 200 2817 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83267-0502-ae87-1a4b-0303c414b7f7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83267-0502-ae87-1a4b-0303c414b7f7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 10.95s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 10.95s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 10.96s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=7f54a638-839a-4f56-a799-88e5f12a13ce +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ca0d81bd-3de0-450f-bc06-9c95f6bca280 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 2301474415008 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2301474415008 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2301474829504 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2301474829504 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2301474829504 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2301474829504 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2301474415008 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2301474415008 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=7f54a638-839a-4f56-a799-88e5f12a13ce&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=ca0d81bd-3de0-450f-bc06-9c95f6bca280 HTTP/1.1" 200 1553 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_PROD, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_PROD_QLIK_LOAD_WH, role=None, request_id=52cbbea8-d531-4ab6-a311-d0d2b7efe263 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6b1e2760-94ed-45c3-9f84-ba6d5c1cffc2 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=52cbbea8-d531-4ab6-a311-d0d2b7efe263&databaseName=PL_PROD&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_PROD_QLIK_LOAD_WH&request_guid=6b1e2760-94ed-45c3-9f84-ba6d5c1cffc2 HTTP/1.1" 200 1557 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00457s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 2b6717d4-eca5-4e1e-a622-85488a2015d1 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8c6adf6b-6bc8-4f52-8618-269bef6949ce +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=2b6717d4-eca5-4e1e-a622-85488a2015d1&request_guid=8c6adf6b-6bc8-4f52-8618-269bef6949ce HTTP/1.1" 200 2765 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8326a-0502-ae7a-1a4b-0303c415a067 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8326a-0502-ae7a-1a4b-0303c415a067 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8326a-0502-ae7a-1a4b-0303c415a067' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9b1fa385-8e75-4fad-b879-95d7d0e9f45c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8326a-0502-ae7a-1a4b-0303c415a067?request_guid=9b1fa385-8e75-4fad-b879-95d7d0e9f45c HTTP/1.1" 200 1850 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8326a-0502-ae7a-1a4b-0303c415a067' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e7142345-6190-4451-8b07-5092469b8785 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8326a-0502-ae7a-1a4b-0303c415a067?request_guid=e7142345-6190-4451-8b07-5092469b8785 HTTP/1.1" 200 1850 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8326a-0502-ae7a-1a4b-0303c415a067'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: f246e701-483c-401d-b874-caf488d0b9f0 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8326a-0502-ae7a-1a4b-0303c415a067'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8326a-0502-ae7a-1a4b-0303c415a067'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d45d2d00-4c7b-4c0e-92c9-775161e2fe72 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=f246e701-483c-401d-b874-caf488d0b9f0&request_guid=d45d2d00-4c7b-4c0e-92c9-775161e2fe72 HTTP/1.1" 200 2765 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8326a-0502-ae7f-1a4b-0303c4157787 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8326a-0502-ae7f-1a4b-0303c4157787 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 14 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 15 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 11 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 12 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 12 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 366236f8-25b6-4a6b-9db9-32289e564c53 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: af4f6280-a22a-4b1d-a1c1-dfe17ca8b971 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=366236f8-25b6-4a6b-9db9-32289e564c53&request_guid=af4f6280-a22a-4b1d-a1c1-dfe17ca8b971 HTTP/1.1" 200 2509 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8326a-0502-ae7f-1a4b-0303c415778f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8326a-0502-ae7f-1a4b-0303c415778f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8326a-0502-ae7f-1a4b-0303c415778f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 3131491e-e43f-47e3-8f34-9e26444ce15d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8326a-0502-ae7f-1a4b-0303c415778f?request_guid=3131491e-e43f-47e3-8f34-9e26444ce15d HTTP/1.1" 200 2169 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8326a-0502-ae7f-1a4b-0303c415778f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 4119f23b-a943-42a8-9c88-47696f263b37 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8326a-0502-ae7f-1a4b-0303c415778f?request_guid=4119f23b-a943-42a8-9c88-47696f263b37 HTTP/1.1" 200 2169 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8326a-0502-ae7f-1a4b-0303c415778f'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 4b9f43ed-dbdd-4614-a0a5-664aedd42324 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8326a-0502-ae7f-1a4b-0303c415778f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8326a-0502-ae7f-1a4b-0303c415778f'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c02c2cc3-5b11-472e-bfd3-4f2acc45290b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=4b9f43ed-dbdd-4614-a0a5-664aedd42324&request_guid=c02c2cc3-5b11-472e-bfd3-4f2acc45290b HTTP/1.1" 200 2506 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8326a-0502-ae2c-1a4b-0303c4158463 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8326a-0502-ae2c-1a4b-0303c4158463 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 8 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 15814371-7cd7-4ae1-a9ae-3e476dd07f29 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','SDR');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e64fbc2b-3272-4344-8efc-68125f107cab +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=15814371-7cd7-4ae1-a9ae-3e476dd07f29&request_guid=e64fbc2b-3272-4344-8efc-68125f107cab HTTP/1.1" 200 2816 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8326a-0502-ae7f-1a4b-0303c41577eb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8326a-0502-ae7f-1a4b-0303c41577eb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8326a-0502-ae7f-1a4b-0303c41577eb' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 4f1454ed-a8c0-4bc8-814a-5a8976f13c8e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8326a-0502-ae7f-1a4b-0303c41577eb?request_guid=4f1454ed-a8c0-4bc8-814a-5a8976f13c8e HTTP/1.1" 200 1675 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8326a-0502-ae7f-1a4b-0303c41577eb' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 4006e85f-b3b5-4627-8e8f-77e534aba4ce +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8326a-0502-ae7f-1a4b-0303c41577eb?request_guid=4006e85f-b3b5-4627-8e8f-77e534aba4ce HTTP/1.1" 200 1675 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8326a-0502-ae7f-1a4b-0303c41577eb'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 70d6a631-a169-40c5-88a0-d028bdfdd52b +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8326a-0502-ae7f-1a4b-0303c41577eb'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8326a-0502-ae7f-1a4b-0303c41577eb'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d7f921db-6ea9-4f8f-969a-fc67e10ae399 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=70d6a631-a169-40c5-88a0-d028bdfdd52b&request_guid=d7f921db-6ea9-4f8f-969a-fc67e10ae399 HTTP/1.1" 200 2815 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8326a-0502-ae7f-1a4b-0303c4157817 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8326a-0502-ae7f-1a4b-0303c4157817 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 11:10:24] "GET /sfexec?csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&submit=Submit HTTP/1.1" 500 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 11:10:24] "GET /sfexec?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 11:10:24] "GET /sfexec?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 11:10:25] "GET /sfexec?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 11:10:25] "GET /sfexec?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 304 - +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 114.8s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 114.8s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 114.8s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=e451729f-793f-43a3-be2c-88060dac844c +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: b2c39e96-9204-4bb1-a71d-b8ada7339206 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=e451729f-793f-43a3-be2c-88060dac844c&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=b2c39e96-9204-4bb1-a71d-b8ada7339206 HTTP/1.1" 200 1553 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_PROD, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_PROD_QLIK_LOAD_WH, role=None, request_id=157f5a92-9654-47c2-a3c3-e541a62cea0a +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 04a6f934-be27-43cf-9d71-974245d8ac20 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=157f5a92-9654-47c2-a3c3-e541a62cea0a&databaseName=PL_PROD&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_PROD_QLIK_LOAD_WH&request_guid=04a6f934-be27-43cf-9d71-974245d8ac20 HTTP/1.1" 200 1553 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 104s ago] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 6f06253d-97b7-4b7d-8b60-259321e48521 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 24b2bc57-a0ef-4b95-b3d0-f357c2033433 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=6f06253d-97b7-4b7d-8b60-259321e48521&request_guid=24b2bc57-a0ef-4b95-b3d0-f357c2033433 HTTP/1.1" 200 2766 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8326c-0502-ae7f-1a4b-0303c41614eb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8326c-0502-ae7f-1a4b-0303c41614eb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8326c-0502-ae7f-1a4b-0303c41614eb' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 813423e9-9111-47e4-8351-82dd0e6cabd1 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8326c-0502-ae7f-1a4b-0303c41614eb?request_guid=813423e9-9111-47e4-8351-82dd0e6cabd1 HTTP/1.1" 200 1847 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8326c-0502-ae7f-1a4b-0303c41614eb' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a42889fd-6bff-476f-af42-06ddcc4ed115 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8326c-0502-ae7f-1a4b-0303c41614eb?request_guid=a42889fd-6bff-476f-af42-06ddcc4ed115 HTTP/1.1" 200 1848 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8326c-0502-ae7f-1a4b-0303c41614eb'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: d73b44b5-0c2e-489f-a1f7-f2450979b2ce +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8326c-0502-ae7f-1a4b-0303c41614eb'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8326c-0502-ae7f-1a4b-0303c41614eb'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 3ff6f6e3-ceeb-48ca-b525-1d948d960280 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=d73b44b5-0c2e-489f-a1f7-f2450979b2ce&request_guid=3ff6f6e3-ceeb-48ca-b525-1d948d960280 HTTP/1.1" 200 2763 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8326c-0502-ae2c-1a4b-0303c41623ff +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8326c-0502-ae2c-1a4b-0303c41623ff +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 14 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 15 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 11 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 12 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 12 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 20af3683-8c84-4702-a37b-aaedd51719cd +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ac8c3f22-9bd1-4a53-9655-00298cb10f27 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=20af3683-8c84-4702-a37b-aaedd51719cd&request_guid=ac8c3f22-9bd1-4a53-9655-00298cb10f27 HTTP/1.1" 200 2510 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8326c-0502-ae87-1a4b-0303c415eebf +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8326c-0502-ae87-1a4b-0303c415eebf +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8326c-0502-ae87-1a4b-0303c415eebf' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 4d449111-9964-4ea2-a244-85ac02a22fc7 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8326c-0502-ae87-1a4b-0303c415eebf?request_guid=4d449111-9964-4ea2-a244-85ac02a22fc7 HTTP/1.1" 200 2169 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8326c-0502-ae87-1a4b-0303c415eebf' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: b891999a-bdf6-4003-aea1-c82526b2c738 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8326c-0502-ae87-1a4b-0303c415eebf?request_guid=b891999a-bdf6-4003-aea1-c82526b2c738 HTTP/1.1" 200 2168 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8326c-0502-ae87-1a4b-0303c415eebf'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: c7da2897-d9c0-485f-a154-bf6c0bf8ade8 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8326c-0502-ae87-1a4b-0303c415eebf'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8326c-0502-ae87-1a4b-0303c415eebf'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 201b1402-c578-4802-b055-51c1006b52ee +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=c7da2897-d9c0-485f-a154-bf6c0bf8ade8&request_guid=201b1402-c578-4802-b055-51c1006b52ee HTTP/1.1" 200 2506 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8326c-0502-ae7a-1a4b-0303c41630a7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8326c-0502-ae7a-1a4b-0303c41630a7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 8 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: ef88d9e6-0aed-4d3c-a440-235e045b6708 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','SDR');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 83a2c9a8-dfcb-4427-a8c4-21a19059f41c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=ef88d9e6-0aed-4d3c-a440-235e045b6708&request_guid=83a2c9a8-dfcb-4427-a8c4-21a19059f41c HTTP/1.1" 200 2811 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8326c-0502-ae2c-1a4b-0303c4162577 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8326c-0502-ae2c-1a4b-0303c4162577 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8326c-0502-ae2c-1a4b-0303c4162577' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 82a8fd66-8067-45c3-9042-1cbe7dac56f9 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8326c-0502-ae2c-1a4b-0303c4162577?request_guid=82a8fd66-8067-45c3-9042-1cbe7dac56f9 HTTP/1.1" 200 1662 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8326c-0502-ae2c-1a4b-0303c4162577' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7d933ae2-9033-4235-8eea-e8da8fcfd47c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8326c-0502-ae2c-1a4b-0303c4162577?request_guid=7d933ae2-9033-4235-8eea-e8da8fcfd47c HTTP/1.1" 200 1662 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8326c-0502-ae2c-1a4b-0303c4162577'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: f5831af6-b075-4b6d-9c9c-f7986d6b2416 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8326c-0502-ae2c-1a4b-0303c4162577'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8326c-0502-ae2c-1a4b-0303c4162577'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: cd7e9cba-03d0-4b5d-b881-0454e084900a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=f5831af6-b075-4b6d-9c9c-f7986d6b2416&request_guid=cd7e9cba-03d0-4b5d-b881-0454e084900a HTTP/1.1" 200 2815 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8326c-0502-ae87-1a4b-0303c415efd7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8326c-0502-ae87-1a4b-0303c415efd7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 11:12:09] "GET /sfexec?csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&submit=Submit HTTP/1.1" 500 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 11:12:09] "GET /sfexec?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 11:12:10] "GET /sfexec?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 11:12:10] "GET /sfexec?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 304 - +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 303.1s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 303.1s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 303.1s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=89871566-9062-4f52-9962-a216974e206f +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 80917de1-5447-4f4a-adbc-8103240642ca +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=89871566-9062-4f52-9962-a216974e206f&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=80917de1-5447-4f4a-adbc-8103240642ca HTTP/1.1" 200 1547 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_PROD, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_PROD_QLIK_LOAD_WH, role=None, request_id=c2ac0303-d5a5-49c5-b40b-908e8dd420db +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 64e38ffc-9699-47d7-8f54-71f512582ef7 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=c2ac0303-d5a5-49c5-b40b-908e8dd420db&databaseName=PL_PROD&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_PROD_QLIK_LOAD_WH&request_guid=64e38ffc-9699-47d7-8f54-71f512582ef7 HTTP/1.1" 200 1553 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 292.1s ago] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: faabfa7f-ef3b-4da7-8d9d-1941266f2377 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 5bc0e073-72b8-43a7-abf9-1afa8dc7060c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=faabfa7f-ef3b-4da7-8d9d-1941266f2377&request_guid=5bc0e073-72b8-43a7-abf9-1afa8dc7060c HTTP/1.1" 200 2766 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8326f-0502-ae7a-1a4b-0303c416ea5b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8326f-0502-ae7a-1a4b-0303c416ea5b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8326f-0502-ae7a-1a4b-0303c416ea5b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: b5274156-769a-4150-8ebe-37b5bfe38427 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8326f-0502-ae7a-1a4b-0303c416ea5b?request_guid=b5274156-769a-4150-8ebe-37b5bfe38427 HTTP/1.1" 200 1855 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8326f-0502-ae7a-1a4b-0303c416ea5b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 90d57ffd-c9d3-4fcd-bb62-a6634c03cc54 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8326f-0502-ae7a-1a4b-0303c416ea5b?request_guid=90d57ffd-c9d3-4fcd-bb62-a6634c03cc54 HTTP/1.1" 200 1856 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8326f-0502-ae7a-1a4b-0303c416ea5b'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: db09c9ca-963f-4b0e-b871-1cfa4b6e7034 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8326f-0502-ae7a-1a4b-0303c416ea5b'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8326f-0502-ae7a-1a4b-0303c416ea5b'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8906b5dc-e8bc-4898-9b34-ef15b2d5316f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=db09c9ca-963f-4b0e-b871-1cfa4b6e7034&request_guid=8906b5dc-e8bc-4898-9b34-ef15b2d5316f HTTP/1.1" 200 2767 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8326f-0502-ae87-1a4b-0303c416dd4f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8326f-0502-ae87-1a4b-0303c416dd4f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 14 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 15 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 11 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 12 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 12 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 573df6d3-3321-4c77-be60-2e0ff8e8c7dc +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 5cc3b82f-f1b2-4bd6-8323-cae72d2da8a0 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=573df6d3-3321-4c77-be60-2e0ff8e8c7dc&request_guid=5cc3b82f-f1b2-4bd6-8323-cae72d2da8a0 HTTP/1.1" 200 2506 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8326f-0502-ad67-1a4b-0303c416f987 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8326f-0502-ad67-1a4b-0303c416f987 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8326f-0502-ad67-1a4b-0303c416f987' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8aa38fb5-657f-4fb1-9db0-614788ef841b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8326f-0502-ad67-1a4b-0303c416f987?request_guid=8aa38fb5-657f-4fb1-9db0-614788ef841b HTTP/1.1" 200 2179 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8326f-0502-ad67-1a4b-0303c416f987' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c4b438b4-6654-493f-bf6f-99b54215d265 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8326f-0502-ad67-1a4b-0303c416f987?request_guid=c4b438b4-6654-493f-bf6f-99b54215d265 HTTP/1.1" 200 2178 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8326f-0502-ad67-1a4b-0303c416f987'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: abff53f2-39ac-4047-a143-b24e2f0dce5e +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8326f-0502-ad67-1a4b-0303c416f987'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8326f-0502-ad67-1a4b-0303c416f987'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1edb68c3-e9f4-4663-96f7-eec79d298fce +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=abff53f2-39ac-4047-a143-b24e2f0dce5e&request_guid=1edb68c3-e9f4-4663-96f7-eec79d298fce HTTP/1.1" 200 2500 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8326f-0502-ae2c-1a4b-0303c416cee3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8326f-0502-ae2c-1a4b-0303c416cee3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 8 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 1af6da01-050e-4ccb-acee-ab54a1bef9bd +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','SDR');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d4165786-cf91-4c97-801b-7ff44fa02ed4 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=1af6da01-050e-4ccb-acee-ab54a1bef9bd&request_guid=d4165786-cf91-4c97-801b-7ff44fa02ed4 HTTP/1.1" 200 2816 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8326f-0502-ae87-1a4b-0303c416ddbb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8326f-0502-ae87-1a4b-0303c416ddbb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8326f-0502-ae87-1a4b-0303c416ddbb' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0686e3ad-434e-4b05-9cc7-6b0780b24e32 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8326f-0502-ae87-1a4b-0303c416ddbb?request_guid=0686e3ad-434e-4b05-9cc7-6b0780b24e32 HTTP/1.1" 200 1673 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8326f-0502-ae87-1a4b-0303c416ddbb' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 5cee40ac-f4ed-4f03-816e-4f411f8fc728 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8326f-0502-ae87-1a4b-0303c416ddbb?request_guid=5cee40ac-f4ed-4f03-816e-4f411f8fc728 HTTP/1.1" 200 1674 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8326f-0502-ae87-1a4b-0303c416ddbb'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 30de322a-defb-4058-9225-4c99c9fc0d73 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8326f-0502-ae87-1a4b-0303c416ddbb'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8326f-0502-ae87-1a4b-0303c416ddbb'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 49d5c7a9-f622-4873-8c58-cf475cd77b69 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=30de322a-defb-4058-9225-4c99c9fc0d73&request_guid=49d5c7a9-f622-4873-8c58-cf475cd77b69 HTTP/1.1" 200 2816 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8326f-0502-ae87-1a4b-0303c416ddcf +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8326f-0502-ae87-1a4b-0303c416ddcf +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 11:15:16] "GET /sfexec?csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&submit=Submit HTTP/1.1" 500 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 11:15:16] "GET /sfexec?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 11:15:17] "GET /sfexec?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 11:15:17] "GET /sfexec?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 304 - +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 518.5s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 518.5s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 518.5s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=b47da7d2-8dcf-45a4-96b7-44b4dd220278 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 394a038a-8428-4cd0-8f87-d7ae8175b6d5 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=b47da7d2-8dcf-45a4-96b7-44b4dd220278&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=394a038a-8428-4cd0-8f87-d7ae8175b6d5 HTTP/1.1" 200 1555 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_PROD, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_PROD_QLIK_LOAD_WH, role=None, request_id=b743ad0e-1b7d-4af7-8482-6510b715c75e +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: bd6060c0-7fe9-4e52-a08b-d4ead4204935 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=b743ad0e-1b7d-4af7-8482-6510b715c75e&databaseName=PL_PROD&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_PROD_QLIK_LOAD_WH&request_guid=bd6060c0-7fe9-4e52-a08b-d4ead4204935 HTTP/1.1" 200 1553 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 507.3s ago] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 3708663b-018b-4882-8e39-a1a137b7bf18 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8b6471bc-bd23-47e6-8006-de8aa59f4747 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=3708663b-018b-4882-8e39-a1a137b7bf18&request_guid=8b6471bc-bd23-47e6-8006-de8aa59f4747 HTTP/1.1" 200 2761 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83273-0502-ae2c-1a4b-0303c41841af +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83273-0502-ae2c-1a4b-0303c41841af +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83273-0502-ae2c-1a4b-0303c41841af' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 5e79e863-8c96-4659-a2e0-3aefcd7fad07 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83273-0502-ae2c-1a4b-0303c41841af?request_guid=5e79e863-8c96-4659-a2e0-3aefcd7fad07 HTTP/1.1" 200 1851 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83273-0502-ae2c-1a4b-0303c41841af' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: cd16472e-9843-4d99-aeed-5ebe9e79e472 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83273-0502-ae2c-1a4b-0303c41841af?request_guid=cd16472e-9843-4d99-aeed-5ebe9e79e472 HTTP/1.1" 200 1850 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83273-0502-ae2c-1a4b-0303c41841af'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: e6583c0d-134b-4d6a-b6e4-70ff5ac5396e +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83273-0502-ae2c-1a4b-0303c41841af'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83273-0502-ae2c-1a4b-0303c41841af'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 66b37439-a30c-42fd-8946-94c7111a0cfe +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=e6583c0d-134b-4d6a-b6e4-70ff5ac5396e&request_guid=66b37439-a30c-42fd-8946-94c7111a0cfe HTTP/1.1" 200 2764 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83273-0502-ae7f-1a4b-0303c4185063 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83273-0502-ae7f-1a4b-0303c4185063 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 14 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 15 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 11 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 12 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 12 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 661.1s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 661.1s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 661.1s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=8b0ae3e4-9908-4608-8f20-164099855d04 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 447d4ba7-95d6-4cb4-b524-1d51714a476d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=8b0ae3e4-9908-4608-8f20-164099855d04&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=447d4ba7-95d6-4cb4-b524-1d51714a476d HTTP/1.1" 200 1549 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_PROD, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_PROD_QLIK_LOAD_WH, role=None, request_id=588434f9-9ae6-46d4-8a68-4f513980e1d4 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6125d269-7a00-45b4-a18a-e04fd3bf35a6 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=588434f9-9ae6-46d4-8a68-4f513980e1d4&databaseName=PL_PROD&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_PROD_QLIK_LOAD_WH&request_guid=6125d269-7a00-45b4-a18a-e04fd3bf35a6 HTTP/1.1" 200 1553 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 649.9s ago] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 7570a96b-823c-4b85-9b1e-e33f74622f87 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Request id: 43d7496b-5615-4548-80cb-93f803f3acbc +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:Request guid: 48b7385f-4d93-48cb-adc7-ac6e24b2174a +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.network:Request guid: de470387-edc7-489b-b2ef-7516354e82cc +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=43d7496b-5615-4548-80cb-93f803f3acbc&request_guid=de470387-edc7-489b-b2ef-7516354e82cc HTTP/1.1" 200 2765 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83276-0502-ae7a-1a4b-0303c419247f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83276-0502-ae7a-1a4b-0303c419247f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83276-0502-ae7a-1a4b-0303c419247f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d46ae729-aade-466f-be36-0253af9beb33 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83276-0502-ae7a-1a4b-0303c419247f?request_guid=d46ae729-aade-466f-be36-0253af9beb33 HTTP/1.1" 200 1854 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83276-0502-ae7a-1a4b-0303c419247f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 941504de-fac3-42bd-83c3-a64d423c4078 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83276-0502-ae7a-1a4b-0303c419247f?request_guid=941504de-fac3-42bd-83c3-a64d423c4078 HTTP/1.1" 200 1855 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83276-0502-ae7a-1a4b-0303c419247f'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 1469c71d-44ea-43a3-a69e-24bf2f8d7761 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83276-0502-ae7a-1a4b-0303c419247f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83276-0502-ae7a-1a4b-0303c419247f'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 695ca10f-b2d1-4c12-ac94-40a613100ab2 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=1469c71d-44ea-43a3-a69e-24bf2f8d7761&request_guid=695ca10f-b2d1-4c12-ac94-40a613100ab2 HTTP/1.1" 200 2763 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83276-0502-ae2c-1a4b-0303c419311b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83276-0502-ae2c-1a4b-0303c419311b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 14 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 15 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 11 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 12 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 12 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: bc9dd4b2-69db-46e7-96bb-458bef0aac2c +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 2c541051-9518-4c47-9d3b-877ac384e597 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=7570a96b-823c-4b85-9b1e-e33f74622f87&request_guid=48b7385f-4d93-48cb-adc7-ac6e24b2174a HTTP/1.1" 200 2507 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83276-0502-ae7f-1a4b-0303c4190a8f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83276-0502-ae7f-1a4b-0303c4190a8f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83276-0502-ae7f-1a4b-0303c4190a8f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0c08f662-a2e7-44fc-a88d-a52e73f6e800 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83276-0502-ae7f-1a4b-0303c4190a8f?request_guid=0c08f662-a2e7-44fc-a88d-a52e73f6e800 HTTP/1.1" 200 2169 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83276-0502-ae7f-1a4b-0303c4190a8f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 2fefe03d-3f01-45c9-b28c-38729a728e8f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=bc9dd4b2-69db-46e7-96bb-458bef0aac2c&request_guid=2c541051-9518-4c47-9d3b-877ac384e597 HTTP/1.1" 200 2506 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83276-0502-ae7f-1a4b-0303c4190a9f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83276-0502-ae7f-1a4b-0303c4190a9f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83276-0502-ae7f-1a4b-0303c4190a9f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 829b78c1-ddc1-4cf2-97fb-754c489c5dae +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83276-0502-ae7f-1a4b-0303c4190a8f?request_guid=2fefe03d-3f01-45c9-b28c-38729a728e8f HTTP/1.1" 200 2169 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83276-0502-ae7f-1a4b-0303c4190a8f'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 065d5fba-c52b-4b60-b031-29b5ad69b3cb +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83276-0502-ae7f-1a4b-0303c4190a8f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83276-0502-ae7f-1a4b-0303c4190a8f'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0e897107-34dc-4d54-828a-14fd15e7547a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83276-0502-ae7f-1a4b-0303c4190a9f?request_guid=829b78c1-ddc1-4cf2-97fb-754c489c5dae HTTP/1.1" 200 2169 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83276-0502-ae7f-1a4b-0303c4190a9f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 054a9725-1a4e-4dc7-bf75-5ccff4f960a5 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=065d5fba-c52b-4b60-b031-29b5ad69b3cb&request_guid=0e897107-34dc-4d54-828a-14fd15e7547a HTTP/1.1" 200 2512 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83276-0502-ae87-1a4b-0303c419188b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83276-0502-ae87-1a4b-0303c419188b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 8 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83276-0502-ae7f-1a4b-0303c4190a9f?request_guid=054a9725-1a4e-4dc7-bf75-5ccff4f960a5 HTTP/1.1" 200 2167 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 9 +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83276-0502-ae7f-1a4b-0303c4190a9f'))] +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 77dd3487-fdb8-42be-9d05-5e10b0e9efa6 +DEBUG:snowflake.connector.cursor:Request id: 11f3da19-ca53-451e-9b89-22a97e5ad244 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83276-0502-ae7f-1a4b-0303c4190a9f'))] +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83276-0502-ae7f-1a4b-0303c4190a9f'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','SDR');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 230e4aa7-1486-48c4-a572-6286a817e86a +DEBUG:snowflake.connector.network:Request guid: 09ecbab3-83c2-4b22-8669-628b0710cd9a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=77dd3487-fdb8-42be-9d05-5e10b0e9efa6&request_guid=230e4aa7-1486-48c4-a572-6286a817e86a HTTP/1.1" 200 2508 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83276-0502-ae7a-1a4b-0303c419252b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83276-0502-ae7a-1a4b-0303c419252b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 8 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 36146c32-43c5-41f8-8fa0-fad847dc9b55 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','SDR');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: cdd1b5c4-c35c-46ec-94ef-0914d65e79d3 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=11f3da19-ca53-451e-9b89-22a97e5ad244&request_guid=09ecbab3-83c2-4b22-8669-628b0710cd9a HTTP/1.1" 200 2811 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83276-0502-ae2c-1a4b-0303c419316b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83276-0502-ae2c-1a4b-0303c419316b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83276-0502-ae2c-1a4b-0303c419316b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: b7c250e9-86ba-439a-92d2-9454a0a3d50a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=36146c32-43c5-41f8-8fa0-fad847dc9b55&request_guid=cdd1b5c4-c35c-46ec-94ef-0914d65e79d3 HTTP/1.1" 200 2814 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83276-0502-ad67-1a4b-0303c418fcc3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83276-0502-ad67-1a4b-0303c418fcc3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83276-0502-ad67-1a4b-0303c418fcc3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 4fc9c5cb-5f66-4a1f-a4d3-10e975ebc2f1 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83276-0502-ae2c-1a4b-0303c419316b?request_guid=b7c250e9-86ba-439a-92d2-9454a0a3d50a HTTP/1.1" 200 1670 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83276-0502-ae2c-1a4b-0303c419316b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6d9431d2-e43e-4f79-909b-073df5286637 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83276-0502-ad67-1a4b-0303c418fcc3?request_guid=4fc9c5cb-5f66-4a1f-a4d3-10e975ebc2f1 HTTP/1.1" 200 1677 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83276-0502-ad67-1a4b-0303c418fcc3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 513c8e72-e31a-4918-b586-601df7a2c932 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83276-0502-ae2c-1a4b-0303c419316b?request_guid=6d9431d2-e43e-4f79-909b-073df5286637 HTTP/1.1" 200 1670 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83276-0502-ae2c-1a4b-0303c419316b'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 81d67dad-21fe-4c11-a211-638d4c378bd5 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83276-0502-ae2c-1a4b-0303c419316b'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83276-0502-ae2c-1a4b-0303c419316b'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 61b01ff0-62c1-46a7-ab5a-57673e1f2a6d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83276-0502-ad67-1a4b-0303c418fcc3?request_guid=513c8e72-e31a-4918-b586-601df7a2c932 HTTP/1.1" 200 1676 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83276-0502-ad67-1a4b-0303c418fcc3'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 9c942c82-4431-4b51-ac64-b656e5b010cd +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83276-0502-ad67-1a4b-0303c418fcc3'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83276-0502-ad67-1a4b-0303c418fcc3'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 12b66827-f5cb-4e3f-acdf-496bd583c84c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=81d67dad-21fe-4c11-a211-638d4c378bd5&request_guid=61b01ff0-62c1-46a7-ab5a-57673e1f2a6d HTTP/1.1" 200 2813 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83276-0502-ad67-1a4b-0303c418fce3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83276-0502-ad67-1a4b-0303c418fce3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=9c942c82-4431-4b51-ac64-b656e5b010cd&request_guid=12b66827-f5cb-4e3f-acdf-496bd583c84c HTTP/1.1" 200 2815 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83276-0502-ae7a-1a4b-0303c4192547 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83276-0502-ae7a-1a4b-0303c4192547 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.3556s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.3629s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.3683s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=226d3f81-09aa-483b-9e18-7a2865dc42bf +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0f422f8c-fa86-4636-ad08-a75feb12adbb +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 2089005114096 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2089005114096 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2089005495824 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2089005495824 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2089005495824 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2089005495824 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2089005114096 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2089005114096 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=226d3f81-09aa-483b-9e18-7a2865dc42bf&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=0f422f8c-fa86-4636-ad08-a75feb12adbb HTTP/1.1" 200 1557 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_PROD, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_PROD_QLIK_LOAD_WH, role=None, request_id=acfabcdf-8db6-4f7d-8124-f0c46d01d2f9 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1a0dc4d0-c355-43f7-bb27-4073dd35da30 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=acfabcdf-8db6-4f7d-8124-f0c46d01d2f9&databaseName=PL_PROD&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_PROD_QLIK_LOAD_WH&request_guid=1a0dc4d0-c355-43f7-bb27-4073dd35da30 HTTP/1.1" 200 1553 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.01465s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 95.01s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 95.02s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 95.02s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=d6b6e4c0-fbf7-4b81-ad77-f9b8d264d02a +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 162cdec2-80db-4693-8607-0aa06c8223e2 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 3132508234576 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 3132508234576 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 3132508632688 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 3132508632688 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 3132508632688 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 3132508632688 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 3132508234576 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 3132508234576 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=d6b6e4c0-fbf7-4b81-ad77-f9b8d264d02a&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=162cdec2-80db-4693-8607-0aa06c8223e2 HTTP/1.1" 200 1557 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_PROD, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_PROD_QLIK_LOAD_WH, role=None, request_id=7aaf5bc3-bb92-4143-aef7-caac259c19ce +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7b14812a-cdac-4409-9110-608766693ed9 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=7aaf5bc3-bb92-4143-aef7-caac259c19ce&databaseName=PL_PROD&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_PROD_QLIK_LOAD_WH&request_guid=7b14812a-cdac-4409-9110-608766693ed9 HTTP/1.1" 200 1551 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.01254s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 902d8a18-fea2-4678-86d5-5358a478e06a +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d6c8028a-fb92-4e0d-89e3-135b8a2907c2 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=902d8a18-fea2-4678-86d5-5358a478e06a&request_guid=d6c8028a-fb92-4e0d-89e3-135b8a2907c2 HTTP/1.1" 200 2767 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83285-0502-ae87-1a4b-0303c41d682b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83285-0502-ae87-1a4b-0303c41d682b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83285-0502-ae87-1a4b-0303c41d682b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f6f51d83-2158-4120-a4b4-364e1ab3d107 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83285-0502-ae87-1a4b-0303c41d682b?request_guid=f6f51d83-2158-4120-a4b4-364e1ab3d107 HTTP/1.1" 200 1847 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83285-0502-ae87-1a4b-0303c41d682b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 26a42d9a-9144-43be-bc55-0474b75229f7 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83285-0502-ae87-1a4b-0303c41d682b?request_guid=26a42d9a-9144-43be-bc55-0474b75229f7 HTTP/1.1" 200 1847 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83285-0502-ae87-1a4b-0303c41d682b'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 22711d61-78bb-46a3-b748-d0bca25fe0b4 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83285-0502-ae87-1a4b-0303c41d682b'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83285-0502-ae87-1a4b-0303c41d682b'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 5d8fe511-2001-48dd-96fd-447a54469c15 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=22711d61-78bb-46a3-b748-d0bca25fe0b4&request_guid=5d8fe511-2001-48dd-96fd-447a54469c15 HTTP/1.1" 200 2765 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83285-0502-ad67-1a4b-0303c41d590f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83285-0502-ad67-1a4b-0303c41d590f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 14 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 15 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 11 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 12 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 12 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: b4a63bb9-4097-4f38-8afe-62f6732acb05 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0bbff838-3101-4637-a4dc-f41c4dca7f50 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=b4a63bb9-4097-4f38-8afe-62f6732acb05&request_guid=0bbff838-3101-4637-a4dc-f41c4dca7f50 HTTP/1.1" 200 2506 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83285-0502-ad67-1a4b-0303c41d591b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83285-0502-ad67-1a4b-0303c41d591b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83285-0502-ad67-1a4b-0303c41d591b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 3882fb48-4941-4401-9cfa-b971161340e6 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83285-0502-ad67-1a4b-0303c41d591b?request_guid=3882fb48-4941-4401-9cfa-b971161340e6 HTTP/1.1" 200 2169 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83285-0502-ad67-1a4b-0303c41d591b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1672335f-905c-4149-a3e8-710ff2cd8e59 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83285-0502-ad67-1a4b-0303c41d591b?request_guid=1672335f-905c-4149-a3e8-710ff2cd8e59 HTTP/1.1" 200 2169 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83285-0502-ad67-1a4b-0303c41d591b'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 14e82df4-8073-42cc-9eb4-f4df39c73091 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83285-0502-ad67-1a4b-0303c41d591b'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83285-0502-ad67-1a4b-0303c41d591b'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 933a42e8-68d1-48ad-ba8f-224ed874f5dc +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=14e82df4-8073-42cc-9eb4-f4df39c73091&request_guid=933a42e8-68d1-48ad-ba8f-224ed874f5dc HTTP/1.1" 200 2505 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83285-0502-ae7f-1a4b-0303c41d72df +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83285-0502-ae7f-1a4b-0303c41d72df +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 8 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: bc530a78-5267-4dbc-a703-7dda1491d526 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','SDR');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: bba8fbca-7a6d-4b92-847b-a78fec059a75 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=bc530a78-5267-4dbc-a703-7dda1491d526&request_guid=bba8fbca-7a6d-4b92-847b-a78fec059a75 HTTP/1.1" 200 2814 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83285-0502-ad67-1a4b-0303c41d595f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83285-0502-ad67-1a4b-0303c41d595f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83285-0502-ad67-1a4b-0303c41d595f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: db0e139c-6522-4049-a703-1105f1538484 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83285-0502-ad67-1a4b-0303c41d595f?request_guid=db0e139c-6522-4049-a703-1105f1538484 HTTP/1.1" 200 1672 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83285-0502-ad67-1a4b-0303c41d595f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 3dbd9154-6129-4ff6-ac86-6c9803d1da79 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83285-0502-ad67-1a4b-0303c41d595f?request_guid=3dbd9154-6129-4ff6-ac86-6c9803d1da79 HTTP/1.1" 200 1672 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83285-0502-ad67-1a4b-0303c41d595f'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 17fade91-2768-47d9-ab37-f13733903b27 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83285-0502-ad67-1a4b-0303c41d595f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83285-0502-ad67-1a4b-0303c41d595f'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7537413c-4a99-476d-937a-539e273b8a3d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=17fade91-2768-47d9-ab37-f13733903b27&request_guid=7537413c-4a99-476d-937a-539e273b8a3d HTTP/1.1" 200 2815 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83285-0502-ae7f-1a4b-0303c41d72f7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83285-0502-ae7f-1a4b-0303c41d72f7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 11:37:52] "GET /sfexec?csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&submit=Submit HTTP/1.1" 500 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 11:37:52] "GET /sfexec?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 11:37:52] "GET /sfexec?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 11:37:53] "GET /sfexec?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 11:37:53] "GET /sfexec?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 304 - +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 146.3s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 146.3s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 146.3s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=2c391b11-c089-4eab-ad57-af16f6703761 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 95ea5596-74dc-488f-8821-97db4c41312a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=2c391b11-c089-4eab-ad57-af16f6703761&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=95ea5596-74dc-488f-8821-97db4c41312a HTTP/1.1" 200 1556 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_PROD, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_PROD_QLIK_LOAD_WH, role=None, request_id=b47e2c43-8665-4f07-a1d8-e07260a0fdae +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9ed4c5ee-cac3-47f2-bc55-27db455a7006 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=b47e2c43-8665-4f07-a1d8-e07260a0fdae&databaseName=PL_PROD&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_PROD_QLIK_LOAD_WH&request_guid=9ed4c5ee-cac3-47f2-bc55-27db455a7006 HTTP/1.1" 200 1554 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 51.09s ago] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: fe45d369-d7b8-4c2c-b71f-2cfcd4ca09ee +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: b70f6d91-39d6-4f33-bd6a-9ad3676aed5c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=fe45d369-d7b8-4c2c-b71f-2cfcd4ca09ee&request_guid=b70f6d91-39d6-4f33-bd6a-9ad3676aed5c HTTP/1.1" 200 2767 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83286-0502-ae87-1a4b-0303c41da293 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83286-0502-ae87-1a4b-0303c41da293 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83286-0502-ae87-1a4b-0303c41da293' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: b49591b1-48bc-466c-b5de-56a8834313b5 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83286-0502-ae87-1a4b-0303c41da293?request_guid=b49591b1-48bc-466c-b5de-56a8834313b5 HTTP/1.1" 200 1853 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83286-0502-ae87-1a4b-0303c41da293' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 20d91b01-aeb2-47a8-b2c8-a49d8ba0e4f7 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83286-0502-ae87-1a4b-0303c41da293?request_guid=20d91b01-aeb2-47a8-b2c8-a49d8ba0e4f7 HTTP/1.1" 200 1853 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83286-0502-ae87-1a4b-0303c41da293'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: deb97239-3b4c-494c-aead-f5b71b3a8e2d +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83286-0502-ae87-1a4b-0303c41da293'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83286-0502-ae87-1a4b-0303c41da293'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 04ddc167-49e2-4fef-8481-07b7e2fab7b9 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=deb97239-3b4c-494c-aead-f5b71b3a8e2d&request_guid=04ddc167-49e2-4fef-8481-07b7e2fab7b9 HTTP/1.1" 200 None +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83286-0502-ae7f-1a4b-0303c41d7d2f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83286-0502-ae7f-1a4b-0303c41d7d2f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 14 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 15 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 11 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 12 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 12 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 2175112f-beee-4f8f-baf8-9cd18fd9cf0c +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 28d32630-4a87-4a51-a5b9-ea0115be7144 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=2175112f-beee-4f8f-baf8-9cd18fd9cf0c&request_guid=28d32630-4a87-4a51-a5b9-ea0115be7144 HTTP/1.1" 200 2509 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83286-0502-ae7a-1a4b-0303c41d8ad7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83286-0502-ae7a-1a4b-0303c41d8ad7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83286-0502-ae7a-1a4b-0303c41d8ad7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 528ebaa5-9ecb-440b-8d54-32021b44d1ad +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83286-0502-ae7a-1a4b-0303c41d8ad7?request_guid=528ebaa5-9ecb-440b-8d54-32021b44d1ad HTTP/1.1" 200 2163 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83286-0502-ae7a-1a4b-0303c41d8ad7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9599cf1c-3460-4135-901d-498a6ba7d177 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83286-0502-ae7a-1a4b-0303c41d8ad7?request_guid=9599cf1c-3460-4135-901d-498a6ba7d177 HTTP/1.1" 200 2162 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83286-0502-ae7a-1a4b-0303c41d8ad7'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 0008150e-8a6e-411b-90f8-03c5e570ab3a +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83286-0502-ae7a-1a4b-0303c41d8ad7'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83286-0502-ae7a-1a4b-0303c41d8ad7'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 894b9a72-f3ec-4278-a946-ec9a8f77f51d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=0008150e-8a6e-411b-90f8-03c5e570ab3a&request_guid=894b9a72-f3ec-4278-a946-ec9a8f77f51d HTTP/1.1" 200 2507 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83286-0502-ae7f-1a4b-0303c41d7d63 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83286-0502-ae7f-1a4b-0303c41d7d63 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 8 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: b3713811-f138-4422-99e3-480341ac18b2 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','SDR');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ac45b7ea-191a-499a-95a9-7db069378cc3 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=b3713811-f138-4422-99e3-480341ac18b2&request_guid=ac45b7ea-191a-499a-95a9-7db069378cc3 HTTP/1.1" 200 2814 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83286-0502-ad67-1a4b-0303c41db2d3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83286-0502-ad67-1a4b-0303c41db2d3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83286-0502-ad67-1a4b-0303c41db2d3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: efbfeab9-e02b-4324-887d-e3d986e8bca7 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83286-0502-ad67-1a4b-0303c41db2d3?request_guid=efbfeab9-e02b-4324-887d-e3d986e8bca7 HTTP/1.1" 200 1679 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83286-0502-ad67-1a4b-0303c41db2d3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1e6360de-75c1-4ca8-a7eb-4e0e8d6a1801 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83286-0502-ad67-1a4b-0303c41db2d3?request_guid=1e6360de-75c1-4ca8-a7eb-4e0e8d6a1801 HTTP/1.1" 200 1678 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83286-0502-ad67-1a4b-0303c41db2d3'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 2fcaaeaf-7ce5-422f-bb51-6cf232e403e6 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83286-0502-ad67-1a4b-0303c41db2d3'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83286-0502-ad67-1a4b-0303c41db2d3'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 04b633b9-85c5-47e3-8a88-ad69f0ea794b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=2fcaaeaf-7ce5-422f-bb51-6cf232e403e6&request_guid=04b633b9-85c5-47e3-8a88-ad69f0ea794b HTTP/1.1" 200 2815 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83286-0502-ae7f-1a4b-0303c41d7d77 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83286-0502-ae7f-1a4b-0303c41d7d77 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 13.43s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 13.44s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 13.44s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=6b278c1d-3078-4a3d-a73a-20e74e0f4bd1 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 79df587a-cdc3-40e2-8d00-76157a4e576e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 2276181220688 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2276181220688 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2276181618800 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2276181618800 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2276181618800 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2276181618800 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2276181220688 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2276181220688 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=6b278c1d-3078-4a3d-a73a-20e74e0f4bd1&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=79df587a-cdc3-40e2-8d00-76157a4e576e HTTP/1.1" 200 1552 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_PROD, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_PROD_QLIK_LOAD_WH, role=None, request_id=9ef8506a-a419-4054-afbe-4f7f182f4ebe +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 340ea411-6a1c-4065-95f6-a807a38030fb +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=9ef8506a-a419-4054-afbe-4f7f182f4ebe&databaseName=PL_PROD&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_PROD_QLIK_LOAD_WH&request_guid=340ea411-6a1c-4065-95f6-a807a38030fb HTTP/1.1" 200 1554 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00345s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: f9ad9e09-205b-4189-93f1-7d61c05cf215 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 5da0eb6a-2dd8-4a34-820e-52ef4898c041 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=f9ad9e09-205b-4189-93f1-7d61c05cf215&request_guid=5da0eb6a-2dd8-4a34-820e-52ef4898c041 HTTP/1.1" 200 2765 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83288-0502-ae7a-1a4b-0303c41e231b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83288-0502-ae7a-1a4b-0303c41e231b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83288-0502-ae7a-1a4b-0303c41e231b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: bab92b94-6f75-445f-b344-dad016bafefd +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83288-0502-ae7a-1a4b-0303c41e231b?request_guid=bab92b94-6f75-445f-b344-dad016bafefd HTTP/1.1" 200 1852 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83288-0502-ae7a-1a4b-0303c41e231b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 4e687b16-6bea-4d3e-b60d-93fdb05a774a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83288-0502-ae7a-1a4b-0303c41e231b?request_guid=4e687b16-6bea-4d3e-b60d-93fdb05a774a HTTP/1.1" 200 1849 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83288-0502-ae7a-1a4b-0303c41e231b'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: ba1c9715-adb0-49f8-999d-145dfc42ed73 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83288-0502-ae7a-1a4b-0303c41e231b'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83288-0502-ae7a-1a4b-0303c41e231b'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1c4160d4-e931-4daa-944a-e0c2d24040ed +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=ba1c9715-adb0-49f8-999d-145dfc42ed73&request_guid=1c4160d4-e931-4daa-944a-e0c2d24040ed HTTP/1.1" 200 2766 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83288-0502-ad67-1a4b-0303c41e0a1b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83288-0502-ad67-1a4b-0303c41e0a1b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 14 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 15 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 11 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 12 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 12 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 6a92d46f-23df-4bed-9814-a1cf59b55e94 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 429cc804-f234-4b0f-a276-56fb3e72c44c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=6a92d46f-23df-4bed-9814-a1cf59b55e94&request_guid=429cc804-f234-4b0f-a276-56fb3e72c44c HTTP/1.1" 200 2511 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83288-0502-ae87-1a4b-0303c41dfaf7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83288-0502-ae87-1a4b-0303c41dfaf7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83288-0502-ae87-1a4b-0303c41dfaf7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8a4a99cd-c820-4ba4-a02b-6d63c29ddf85 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83288-0502-ae87-1a4b-0303c41dfaf7?request_guid=8a4a99cd-c820-4ba4-a02b-6d63c29ddf85 HTTP/1.1" 200 2180 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83288-0502-ae87-1a4b-0303c41dfaf7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f66830e3-a040-4939-a619-f9b4af195c3a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83288-0502-ae87-1a4b-0303c41dfaf7?request_guid=f66830e3-a040-4939-a619-f9b4af195c3a HTTP/1.1" 200 2180 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83288-0502-ae87-1a4b-0303c41dfaf7'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 03427b91-a8de-46ff-a869-1564f950c1a6 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83288-0502-ae87-1a4b-0303c41dfaf7'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83288-0502-ae87-1a4b-0303c41dfaf7'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f30df7c3-b004-4581-a334-994e23e451c8 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=03427b91-a8de-46ff-a869-1564f950c1a6&request_guid=f30df7c3-b004-4581-a334-994e23e451c8 HTTP/1.1" 200 2505 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83288-0502-ae2c-1a4b-0303c41e3523 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83288-0502-ae2c-1a4b-0303c41e3523 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 8 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: ac7ef7c9-d2cf-4522-8082-8422624c638b +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','SDR');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a7aefc2b-911b-4ebe-8218-b05cee8263bc +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=ac7ef7c9-d2cf-4522-8082-8422624c638b&request_guid=a7aefc2b-911b-4ebe-8218-b05cee8263bc HTTP/1.1" 200 2814 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83288-0502-ad67-1a4b-0303c41e0b3f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83288-0502-ad67-1a4b-0303c41e0b3f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83288-0502-ad67-1a4b-0303c41e0b3f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 3c5facee-644b-49ec-bd74-fd4d69c69e8d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83288-0502-ad67-1a4b-0303c41e0b3f?request_guid=3c5facee-644b-49ec-bd74-fd4d69c69e8d HTTP/1.1" 200 1672 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83288-0502-ad67-1a4b-0303c41e0b3f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 225945ba-bf93-45da-94d0-c640966d204f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83288-0502-ad67-1a4b-0303c41e0b3f?request_guid=225945ba-bf93-45da-94d0-c640966d204f HTTP/1.1" 200 1672 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83288-0502-ad67-1a4b-0303c41e0b3f'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 5a804242-a14b-4198-980d-ea23e1771a3d +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83288-0502-ad67-1a4b-0303c41e0b3f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83288-0502-ad67-1a4b-0303c41e0b3f'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1e5bdc89-ec55-4c65-b520-e92a05fa5d57 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=5a804242-a14b-4198-980d-ea23e1771a3d&request_guid=1e5bdc89-ec55-4c65-b520-e92a05fa5d57 HTTP/1.1" 200 2816 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83288-0502-ae87-1a4b-0303c41dfbbb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83288-0502-ae87-1a4b-0303c41dfbbb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.3321s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.3386s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.3432s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=07f1c088-7cbf-47fc-9297-a53b1ef66742 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 996afc79-71f6-485e-9e62-952989418b16 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 2285467574688 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2285467574688 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2285467972800 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2285467972800 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2285467972800 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2285467972800 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2285467574688 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2285467574688 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=07f1c088-7cbf-47fc-9297-a53b1ef66742&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=996afc79-71f6-485e-9e62-952989418b16 HTTP/1.1" 200 1553 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_PROD, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_PROD_QLIK_LOAD_WH, role=None, request_id=f06cdebd-d103-4904-ae0e-12b51edb68e8 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d66f93b7-3470-402a-bbff-2f66b710fa57 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=f06cdebd-d103-4904-ae0e-12b51edb68e8&databaseName=PL_PROD&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_PROD_QLIK_LOAD_WH&request_guid=d66f93b7-3470-402a-bbff-2f66b710fa57 HTTP/1.1" 200 1558 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00245s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: b750de15-8662-4e69-8fd1-31c75ac9de63 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f4082a59-0a8b-46bb-9a16-fbc5b515ff08 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=b750de15-8662-4e69-8fd1-31c75ac9de63&request_guid=f4082a59-0a8b-46bb-9a16-fbc5b515ff08 HTTP/1.1" 200 2765 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8328c-0502-ae7a-1a4b-0303c41f1d8f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8328c-0502-ae7a-1a4b-0303c41f1d8f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8328c-0502-ae7a-1a4b-0303c41f1d8f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6f48c7bc-f59e-4e89-93e2-149361cba5fe +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8328c-0502-ae7a-1a4b-0303c41f1d8f?request_guid=6f48c7bc-f59e-4e89-93e2-149361cba5fe HTTP/1.1" 200 1866 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8328c-0502-ae7a-1a4b-0303c41f1d8f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 65f9c66c-b9d8-4835-ac12-458159237169 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8328c-0502-ae7a-1a4b-0303c41f1d8f?request_guid=65f9c66c-b9d8-4835-ac12-458159237169 HTTP/1.1" 200 1867 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8328c-0502-ae7a-1a4b-0303c41f1d8f'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 3b00b6ea-fb1b-4e17-adb7-8fa67ac4a871 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8328c-0502-ae7a-1a4b-0303c41f1d8f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8328c-0502-ae7a-1a4b-0303c41f1d8f'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 65cbac0b-0c81-49a7-80d6-c91f9ad09bab +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=3b00b6ea-fb1b-4e17-adb7-8fa67ac4a871&request_guid=65cbac0b-0c81-49a7-80d6-c91f9ad09bab HTTP/1.1" 200 2764 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8328c-0502-ae2c-1a4b-0303c41f2e93 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8328c-0502-ae2c-1a4b-0303c41f2e93 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 14 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 15 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 11 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 12 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 12 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 539797b5-efb4-47b6-84e4-5142fda7aef3 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 558c710a-2b3b-4dcf-9cbd-82d18e5f0b03 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=539797b5-efb4-47b6-84e4-5142fda7aef3&request_guid=558c710a-2b3b-4dcf-9cbd-82d18e5f0b03 HTTP/1.1" 200 2507 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8328c-0502-ad67-1a4b-0303c41f463f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8328c-0502-ad67-1a4b-0303c41f463f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8328c-0502-ad67-1a4b-0303c41f463f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9db7752f-6a2d-4259-81eb-235197743e96 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8328c-0502-ad67-1a4b-0303c41f463f?request_guid=9db7752f-6a2d-4259-81eb-235197743e96 HTTP/1.1" 200 2187 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8328c-0502-ad67-1a4b-0303c41f463f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 3d5d8665-414b-41d7-92f4-08acf20018af +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8328c-0502-ad67-1a4b-0303c41f463f?request_guid=3d5d8665-414b-41d7-92f4-08acf20018af HTTP/1.1" 200 2188 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8328c-0502-ad67-1a4b-0303c41f463f'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: f6fc16ab-7ebf-4664-8e00-6036097c3023 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8328c-0502-ad67-1a4b-0303c41f463f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8328c-0502-ad67-1a4b-0303c41f463f'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 42619da1-a1d5-415d-aa11-120b95bbafef +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=f6fc16ab-7ebf-4664-8e00-6036097c3023&request_guid=42619da1-a1d5-415d-aa11-120b95bbafef HTTP/1.1" 200 2504 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8328c-0502-ae7f-1a4b-0303c41f0f93 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8328c-0502-ae7f-1a4b-0303c41f0f93 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 8 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 3e8b70a5-d616-403c-a0fe-d156700085bc +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','SDR');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c7e48e4c-8fa2-4575-bf5f-d539be67a074 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=3e8b70a5-d616-403c-a0fe-d156700085bc&request_guid=c7e48e4c-8fa2-4575-bf5f-d539be67a074 HTTP/1.1" 200 2816 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8328c-0502-ae87-1a4b-0303c41f36cf +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8328c-0502-ae87-1a4b-0303c41f36cf +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8328c-0502-ae87-1a4b-0303c41f36cf' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c2647e54-0c1a-47b4-92d9-b41278f8761a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8328c-0502-ae87-1a4b-0303c41f36cf?request_guid=c2647e54-0c1a-47b4-92d9-b41278f8761a HTTP/1.1" 200 1672 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8328c-0502-ae87-1a4b-0303c41f36cf' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 47d8a92d-b846-4f01-af6d-52a4390f2482 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8328c-0502-ae87-1a4b-0303c41f36cf?request_guid=47d8a92d-b846-4f01-af6d-52a4390f2482 HTTP/1.1" 200 1671 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8328c-0502-ae87-1a4b-0303c41f36cf'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 56d96b4c-3ae5-4cf4-9ccc-fd7950b704dd +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8328c-0502-ae87-1a4b-0303c41f36cf'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8328c-0502-ae87-1a4b-0303c41f36cf'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6a9315ef-9cf1-4c8c-8245-b0874152d3ad +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=56d96b4c-3ae5-4cf4-9ccc-fd7950b704dd&request_guid=6a9315ef-9cf1-4c8c-8245-b0874152d3ad HTTP/1.1" 200 2813 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8328c-0502-ad67-1a4b-0303c41f469b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8328c-0502-ad67-1a4b-0303c41f469b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.9303s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.9383s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 1.033s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=46b91ee3-f38c-4e80-8622-db77fb713a07 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9f1a22b3-759e-439e-9251-41f2fd99efb6 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 1684102668560 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1684102668560 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 1684103066672 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1684103066672 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 1684103066672 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 1684103066672 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 1684102668560 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1684102668560 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=46b91ee3-f38c-4e80-8622-db77fb713a07&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=9f1a22b3-759e-439e-9251-41f2fd99efb6 HTTP/1.1" 200 1555 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_PROD, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_PROD_QLIK_LOAD_WH, role=None, request_id=e7e5d133-110c-477e-b35f-8413dda4ebca +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: dfd58f6a-4704-4173-a150-fae9fde0ac35 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=e7e5d133-110c-477e-b35f-8413dda4ebca&databaseName=PL_PROD&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_PROD_QLIK_LOAD_WH&request_guid=dfd58f6a-4704-4173-a150-fae9fde0ac35 HTTP/1.1" 200 1555 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00341s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 04931fe8-1104-40c7-a1b7-2f1b4a8b860a +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 5799d334-18b8-46cc-b340-e374b06b564a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=04931fe8-1104-40c7-a1b7-2f1b4a8b860a&request_guid=5799d334-18b8-46cc-b340-e374b06b564a HTTP/1.1" 200 2761 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8328f-0502-ae2c-1a4b-0303c41ff9bb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8328f-0502-ae2c-1a4b-0303c41ff9bb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8328f-0502-ae2c-1a4b-0303c41ff9bb' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 959b3e00-4769-4ebc-9522-47553a36e81b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8328f-0502-ae2c-1a4b-0303c41ff9bb?request_guid=959b3e00-4769-4ebc-9522-47553a36e81b HTTP/1.1" 200 1850 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8328f-0502-ae2c-1a4b-0303c41ff9bb' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 06a3ddd4-ba4e-46c8-a89c-9db1dbc9858f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8328f-0502-ae2c-1a4b-0303c41ff9bb?request_guid=06a3ddd4-ba4e-46c8-a89c-9db1dbc9858f HTTP/1.1" 200 1849 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8328f-0502-ae2c-1a4b-0303c41ff9bb'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 8bac8a94-32fb-4a06-adba-db56b8dd5666 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8328f-0502-ae2c-1a4b-0303c41ff9bb'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8328f-0502-ae2c-1a4b-0303c41ff9bb'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 07e985ca-eb14-4b1c-b738-87516cf7ab33 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=8bac8a94-32fb-4a06-adba-db56b8dd5666&request_guid=07e985ca-eb14-4b1c-b738-87516cf7ab33 HTTP/1.1" 200 2762 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8328f-0502-ae7a-1a4b-0303c42016fb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8328f-0502-ae7a-1a4b-0303c42016fb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 14 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 15 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 11 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 12 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 12 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 876e2e64-ff65-4b21-be40-aaa0cfa81a32 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1a42c5db-8b04-4526-93bc-656a2fb83734 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=876e2e64-ff65-4b21-be40-aaa0cfa81a32&request_guid=1a42c5db-8b04-4526-93bc-656a2fb83734 HTTP/1.1" 200 2507 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8328f-0502-ae7f-1a4b-0303c42006db +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8328f-0502-ae7f-1a4b-0303c42006db +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8328f-0502-ae7f-1a4b-0303c42006db' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6bad14a4-45ab-45d5-81c1-c712eee0c8d4 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8328f-0502-ae7f-1a4b-0303c42006db?request_guid=6bad14a4-45ab-45d5-81c1-c712eee0c8d4 HTTP/1.1" 200 2167 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8328f-0502-ae7f-1a4b-0303c42006db' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8f7b2411-5464-4af8-b20a-433388709089 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8328f-0502-ae7f-1a4b-0303c42006db?request_guid=8f7b2411-5464-4af8-b20a-433388709089 HTTP/1.1" 200 2166 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8328f-0502-ae7f-1a4b-0303c42006db'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 53834fc8-8903-46b2-8256-816c711df6a3 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8328f-0502-ae7f-1a4b-0303c42006db'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8328f-0502-ae7f-1a4b-0303c42006db'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: b8209985-a9c6-45ab-a068-687a256c8073 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=53834fc8-8903-46b2-8256-816c711df6a3&request_guid=b8209985-a9c6-45ab-a068-687a256c8073 HTTP/1.1" 200 2507 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8328f-0502-ae2c-1a4b-0303c41ffa7b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8328f-0502-ae2c-1a4b-0303c41ffa7b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 8 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: cc15af1c-03ae-4483-98c3-fbb6f7faa9c4 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','SDR');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 008963b3-fc66-4e2f-9b30-47512ac5a8ef +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=cc15af1c-03ae-4483-98c3-fbb6f7faa9c4&request_guid=008963b3-fc66-4e2f-9b30-47512ac5a8ef HTTP/1.1" 200 2815 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8328f-0502-ae7f-1a4b-0303c4200707 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8328f-0502-ae7f-1a4b-0303c4200707 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8328f-0502-ae7f-1a4b-0303c4200707' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 3503e59b-2f6f-414c-b546-9ddc8265e69d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8328f-0502-ae7f-1a4b-0303c4200707?request_guid=3503e59b-2f6f-414c-b546-9ddc8265e69d HTTP/1.1" 200 1678 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8328f-0502-ae7f-1a4b-0303c4200707' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 923157b0-227a-46f1-8135-c5ba5f0d555d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8328f-0502-ae7f-1a4b-0303c4200707?request_guid=923157b0-227a-46f1-8135-c5ba5f0d555d HTTP/1.1" 200 1678 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8328f-0502-ae7f-1a4b-0303c4200707'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 0e7d2bf6-7dbd-4578-a17f-fb3e5253928b +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8328f-0502-ae7f-1a4b-0303c4200707'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8328f-0502-ae7f-1a4b-0303c4200707'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d448a9f0-9616-4cc2-bd06-49ec25abe0be +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=0e7d2bf6-7dbd-4578-a17f-fb3e5253928b&request_guid=d448a9f0-9616-4cc2-bd06-49ec25abe0be HTTP/1.1" 200 2813 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8328f-0502-ae2c-1a4b-0303c41ffaa3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8328f-0502-ae2c-1a4b-0303c41ffaa3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 11:47:24] "GET /sfexec?csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&submit=Submit HTTP/1.1" 500 - +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 37.52s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 37.53s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 37.54s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=5a74ac14-897f-402a-b0db-deb8a04fe2eb +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a1608b50-f6dd-4581-9f2a-27b26061ca08 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=5a74ac14-897f-402a-b0db-deb8a04fe2eb&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=a1608b50-f6dd-4581-9f2a-27b26061ca08 HTTP/1.1" 200 1555 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_PROD, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_PROD_QLIK_LOAD_WH, role=None, request_id=e44edd9a-0a5a-46ba-adc1-6ce6a9e0935b +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9e1affa5-ceaa-4014-958f-7880a7c208ff +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=e44edd9a-0a5a-46ba-adc1-6ce6a9e0935b&databaseName=PL_PROD&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_PROD_QLIK_LOAD_WH&request_guid=9e1affa5-ceaa-4014-958f-7880a7c208ff HTTP/1.1" 200 1556 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 36.24s ago] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: b816e98e-f215-4015-ac39-f203f24e3a6c +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 3baaeb63-98a9-4b8e-b2c3-f215ca7cc944 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=b816e98e-f215-4015-ac39-f203f24e3a6c&request_guid=3baaeb63-98a9-4b8e-b2c3-f215ca7cc944 HTTP/1.1" 200 2767 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8328f-0502-ae87-1a4b-0303c42025a3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8328f-0502-ae87-1a4b-0303c42025a3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8328f-0502-ae87-1a4b-0303c42025a3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0c6dd6c7-574e-47d3-a5ce-aedaebbbb48d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8328f-0502-ae87-1a4b-0303c42025a3?request_guid=0c6dd6c7-574e-47d3-a5ce-aedaebbbb48d HTTP/1.1" 200 1851 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8328f-0502-ae87-1a4b-0303c42025a3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c4a21b2d-9ab3-48b0-9564-2b39f1113e0a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8328f-0502-ae87-1a4b-0303c42025a3?request_guid=c4a21b2d-9ab3-48b0-9564-2b39f1113e0a HTTP/1.1" 200 1851 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8328f-0502-ae87-1a4b-0303c42025a3'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 5f46e336-1ae6-4207-9315-80ea055698f7 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8328f-0502-ae87-1a4b-0303c42025a3'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8328f-0502-ae87-1a4b-0303c42025a3'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 15e445a3-081c-4158-9774-8420c5b76dd6 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=5f46e336-1ae6-4207-9315-80ea055698f7&request_guid=15e445a3-081c-4158-9774-8420c5b76dd6 HTTP/1.1" 200 2765 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8328f-0502-ae7f-1a4b-0303c4200c9b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8328f-0502-ae7f-1a4b-0303c4200c9b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 14 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 15 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 11 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 12 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 12 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 9694665e-e891-4ffd-b3ee-b0847c805976 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ecdb562b-1c2c-4cc4-adb9-154b23ebbe7b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=9694665e-e891-4ffd-b3ee-b0847c805976&request_guid=ecdb562b-1c2c-4cc4-adb9-154b23ebbe7b HTTP/1.1" 200 2507 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8328f-0502-ad67-1a4b-0303c42035f7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8328f-0502-ad67-1a4b-0303c42035f7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8328f-0502-ad67-1a4b-0303c42035f7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: afdb6716-889b-4d6f-bf3f-85a7d9a1bcf3 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8328f-0502-ad67-1a4b-0303c42035f7?request_guid=afdb6716-889b-4d6f-bf3f-85a7d9a1bcf3 HTTP/1.1" 200 2170 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8328f-0502-ad67-1a4b-0303c42035f7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9f90949e-cbea-4543-bf5d-cbd18aca1cd9 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8328f-0502-ad67-1a4b-0303c42035f7?request_guid=9f90949e-cbea-4543-bf5d-cbd18aca1cd9 HTTP/1.1" 200 2170 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8328f-0502-ad67-1a4b-0303c42035f7'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: d808ef82-1f7f-4029-930e-cd349a671f4f +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8328f-0502-ad67-1a4b-0303c42035f7'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8328f-0502-ad67-1a4b-0303c42035f7'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a858e0be-fff8-4c06-841a-122e42739685 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=d808ef82-1f7f-4029-930e-cd349a671f4f&request_guid=a858e0be-fff8-4c06-841a-122e42739685 HTTP/1.1" 200 2506 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8328f-0502-ad67-1a4b-0303c4203617 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8328f-0502-ad67-1a4b-0303c4203617 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 8 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: a33d5835-f931-40ec-acf9-4e071f3d7e7f +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','SDR');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a258fd5d-1930-4b33-b29d-17462b11d9de +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=a33d5835-f931-40ec-acf9-4e071f3d7e7f&request_guid=a258fd5d-1930-4b33-b29d-17462b11d9de HTTP/1.1" 200 2818 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8328f-0502-ae87-1a4b-0303c420260b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8328f-0502-ae87-1a4b-0303c420260b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8328f-0502-ae87-1a4b-0303c420260b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8c233b14-9e14-4894-a0a3-7fe96ba6ca61 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8328f-0502-ae87-1a4b-0303c420260b?request_guid=8c233b14-9e14-4894-a0a3-7fe96ba6ca61 HTTP/1.1" 200 1676 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8328f-0502-ae87-1a4b-0303c420260b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 48c047f6-335e-4ad6-b720-5bc26d754b56 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8328f-0502-ae87-1a4b-0303c420260b?request_guid=48c047f6-335e-4ad6-b720-5bc26d754b56 HTTP/1.1" 200 1675 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8328f-0502-ae87-1a4b-0303c420260b'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 2efe8e8c-abe1-4871-9a1f-c495e93a91a9 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8328f-0502-ae87-1a4b-0303c420260b'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8328f-0502-ae87-1a4b-0303c420260b'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1abdf0f8-4ae3-4ef5-aca0-a7772cdffa2b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=2efe8e8c-abe1-4871-9a1f-c495e93a91a9&request_guid=1abdf0f8-4ae3-4ef5-aca0-a7772cdffa2b HTTP/1.1" 200 2815 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8328f-0502-ad67-1a4b-0303c4203637 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8328f-0502-ad67-1a4b-0303c4203637 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 11:47:57] "GET /sfexec?csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&submit=Submit HTTP/1.1" 500 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 11:47:58] "GET /sfexec?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 11:47:58] "GET /sfexec?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 11:47:58] "GET /sfexec?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 11:47:58] "GET /sfexec?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 304 - +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 175.4s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 175.4s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 175.4s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=ff619d56-ee07-4bce-9c15-7e932eb5a478 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 84030396-8be7-4ca9-afa8-320e68d258b5 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 2548738759968 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2548738759968 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2548739174464 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2548739174464 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2548739174464 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2548739174464 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2548738759968 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2548738759968 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=ff619d56-ee07-4bce-9c15-7e932eb5a478&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=84030396-8be7-4ca9-afa8-320e68d258b5 HTTP/1.1" 200 1559 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_PROD, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_PROD_QLIK_LOAD_WH, role=None, request_id=faf65e35-2711-4914-b7f2-2fc9dd72a1ee +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f0dcc642-6ba6-4d5c-a13a-0332b9521b6a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=faf65e35-2711-4914-b7f2-2fc9dd72a1ee&databaseName=PL_PROD&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_PROD_QLIK_LOAD_WH&request_guid=f0dcc642-6ba6-4d5c-a13a-0332b9521b6a HTTP/1.1" 200 1558 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00223s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 6212b746-2dd6-493d-ba79-c0905e7263b6 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 254983b1-3230-4187-a82b-6ad94972e1ae +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=6212b746-2dd6-493d-ba79-c0905e7263b6&request_guid=254983b1-3230-4187-a82b-6ad94972e1ae HTTP/1.1" 200 2762 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83294-0502-ae2c-1a4b-0303c421326f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83294-0502-ae2c-1a4b-0303c421326f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83294-0502-ae2c-1a4b-0303c421326f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 060f13d3-2cc4-4977-a4bc-c9e3cecd6aaa +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83294-0502-ae2c-1a4b-0303c421326f?request_guid=060f13d3-2cc4-4977-a4bc-c9e3cecd6aaa HTTP/1.1" 200 1852 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83294-0502-ae2c-1a4b-0303c421326f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7f9f8396-f1a7-46ac-a5c9-03dcd10aefef +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83294-0502-ae2c-1a4b-0303c421326f?request_guid=7f9f8396-f1a7-46ac-a5c9-03dcd10aefef HTTP/1.1" 200 1850 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83294-0502-ae2c-1a4b-0303c421326f'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 557b0fda-7c1f-4573-8713-faa8298d3485 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83294-0502-ae2c-1a4b-0303c421326f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83294-0502-ae2c-1a4b-0303c421326f'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 44174156-faee-4cc8-9e4f-14945d26be65 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=557b0fda-7c1f-4573-8713-faa8298d3485&request_guid=44174156-faee-4cc8-9e4f-14945d26be65 HTTP/1.1" 200 2764 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83294-0502-ae87-1a4b-0303c421192f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83294-0502-ae87-1a4b-0303c421192f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 14 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 15 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 11 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 12 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 12 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 608bd70a-4775-44ef-a090-1133d0e71328 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ff5cfd00-0195-4bc4-ba9f-c12327d2d618 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=608bd70a-4775-44ef-a090-1133d0e71328&request_guid=ff5cfd00-0195-4bc4-ba9f-c12327d2d618 HTTP/1.1" 200 2507 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83294-0502-ae7f-1a4b-0303c42141cb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83294-0502-ae7f-1a4b-0303c42141cb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83294-0502-ae7f-1a4b-0303c42141cb' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6c6ee732-a27c-4f37-8e25-49d6005a0c18 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83294-0502-ae7f-1a4b-0303c42141cb?request_guid=6c6ee732-a27c-4f37-8e25-49d6005a0c18 HTTP/1.1" 200 2166 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83294-0502-ae7f-1a4b-0303c42141cb' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d8c1835d-8809-49c8-b352-753dfc3c76a6 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83294-0502-ae7f-1a4b-0303c42141cb?request_guid=d8c1835d-8809-49c8-b352-753dfc3c76a6 HTTP/1.1" 200 2165 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83294-0502-ae7f-1a4b-0303c42141cb'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: f6eadd7a-f9dc-4944-aba1-3a106a8447ad +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83294-0502-ae7f-1a4b-0303c42141cb'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83294-0502-ae7f-1a4b-0303c42141cb'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 297785aa-f10a-47ae-8f46-4f298e57be09 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=f6eadd7a-f9dc-4944-aba1-3a106a8447ad&request_guid=297785aa-f10a-47ae-8f46-4f298e57be09 HTTP/1.1" 200 2510 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83294-0502-ae7a-1a4b-0303c4215047 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83294-0502-ae7a-1a4b-0303c4215047 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 8 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: dc1fc1e1-33ae-481b-b44a-25b4494c73d6 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','SDR');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 2ec72591-f885-478c-befd-a1cf2342310b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=dc1fc1e1-33ae-481b-b44a-25b4494c73d6&request_guid=2ec72591-f885-478c-befd-a1cf2342310b HTTP/1.1" 200 2817 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83294-0502-ae87-1a4b-0303c4211957 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83294-0502-ae87-1a4b-0303c4211957 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83294-0502-ae87-1a4b-0303c4211957' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a361d727-877d-425d-a37b-59c2516f0556 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83294-0502-ae87-1a4b-0303c4211957?request_guid=a361d727-877d-425d-a37b-59c2516f0556 HTTP/1.1" 200 1676 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83294-0502-ae87-1a4b-0303c4211957' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 00c565e1-75a5-4343-b6ad-b973d8725ee8 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83294-0502-ae87-1a4b-0303c4211957?request_guid=00c565e1-75a5-4343-b6ad-b973d8725ee8 HTTP/1.1" 200 1675 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83294-0502-ae87-1a4b-0303c4211957'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: cce3fcfc-168e-4c9a-8444-dab55d9adb6c +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83294-0502-ae87-1a4b-0303c4211957'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83294-0502-ae87-1a4b-0303c4211957'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 3c88a415-b1be-46d4-a7bc-92c5b249baed +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=cce3fcfc-168e-4c9a-8444-dab55d9adb6c&request_guid=3c88a415-b1be-46d4-a7bc-92c5b249baed HTTP/1.1" 200 2814 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83294-0502-ad67-1a4b-0303c42128df +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83294-0502-ad67-1a4b-0303c42128df +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 11:52:23] "GET /sfexec?csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&submit=Submit HTTP/1.1" 500 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 11:52:24] "GET /sfexec?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 11:52:24] "GET /sfexec?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 11:52:24] "GET /sfexec?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 304 - +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 312.4s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 312.4s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 312.4s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=c4000cec-5b93-4501-8785-bbdf2581abbb +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d970a943-d4e4-4f1e-aae1-8dcab3cfd9ef +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=c4000cec-5b93-4501-8785-bbdf2581abbb&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=d970a943-d4e4-4f1e-aae1-8dcab3cfd9ef HTTP/1.1" 200 1552 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_PROD, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_PROD_QLIK_LOAD_WH, role=None, request_id=e1ec9b08-58b4-4d44-b9e0-398f4158bb85 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: dccba398-5d89-43fd-b4ae-bb070767b812 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=e1ec9b08-58b4-4d44-b9e0-398f4158bb85&databaseName=PL_PROD&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_PROD_QLIK_LOAD_WH&request_guid=dccba398-5d89-43fd-b4ae-bb070767b812 HTTP/1.1" 200 1555 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 136.7s ago] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 9a55f03a-5170-424c-8b84-3812b7a3cc12 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 426044dd-4c64-460f-8669-3474fdb0158a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=9a55f03a-5170-424c-8b84-3812b7a3cc12&request_guid=426044dd-4c64-460f-8669-3474fdb0158a HTTP/1.1" 200 2767 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83296-0502-ae7f-1a4b-0303c421e11f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83296-0502-ae7f-1a4b-0303c421e11f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83296-0502-ae7f-1a4b-0303c421e11f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 642ff392-dbef-456b-87e9-dbcecfbd29f6 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83296-0502-ae7f-1a4b-0303c421e11f?request_guid=642ff392-dbef-456b-87e9-dbcecfbd29f6 HTTP/1.1" 200 1848 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83296-0502-ae7f-1a4b-0303c421e11f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8a32722a-58c6-462b-8945-0c31f2180408 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83296-0502-ae7f-1a4b-0303c421e11f?request_guid=8a32722a-58c6-462b-8945-0c31f2180408 HTTP/1.1" 200 1849 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83296-0502-ae7f-1a4b-0303c421e11f'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: d0f73639-ae95-4c18-bac9-2705819fe0a1 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83296-0502-ae7f-1a4b-0303c421e11f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83296-0502-ae7f-1a4b-0303c421e11f'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c49297d3-fe65-40cb-a821-7290f2dec194 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=d0f73639-ae95-4c18-bac9-2705819fe0a1&request_guid=c49297d3-fe65-40cb-a821-7290f2dec194 HTTP/1.1" 200 2766 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83296-0502-ae7f-1a4b-0303c421e163 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83296-0502-ae7f-1a4b-0303c421e163 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 14 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 15 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 11 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 12 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 12 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 7c51431e-b9f5-458c-8c95-19aae1b60c29 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 16871bd1-aa4a-4ebc-a58c-63cfe1474c30 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=7c51431e-b9f5-458c-8c95-19aae1b60c29&request_guid=16871bd1-aa4a-4ebc-a58c-63cfe1474c30 HTTP/1.1" 200 2511 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83296-0502-ae87-1a4b-0303c421bc33 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83296-0502-ae87-1a4b-0303c421bc33 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83296-0502-ae87-1a4b-0303c421bc33' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7755e0f6-527f-419a-8404-f6806901c2a1 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83296-0502-ae87-1a4b-0303c421bc33?request_guid=7755e0f6-527f-419a-8404-f6806901c2a1 HTTP/1.1" 200 2165 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83296-0502-ae87-1a4b-0303c421bc33' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 98f51c1c-d1d2-402c-8521-a06b92fc804b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83296-0502-ae87-1a4b-0303c421bc33?request_guid=98f51c1c-d1d2-402c-8521-a06b92fc804b HTTP/1.1" 200 2166 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83296-0502-ae87-1a4b-0303c421bc33'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: f272b4a3-a0d0-417f-9ff0-a4b9c01e84cc +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83296-0502-ae87-1a4b-0303c421bc33'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83296-0502-ae87-1a4b-0303c421bc33'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 79102f2c-e4bb-4359-848f-506b90bfe1de +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=f272b4a3-a0d0-417f-9ff0-a4b9c01e84cc&request_guid=79102f2c-e4bb-4359-848f-506b90bfe1de HTTP/1.1" 200 2505 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83296-0502-ae2c-1a4b-0303c421d41f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83296-0502-ae2c-1a4b-0303c421d41f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 8 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 0d1b51e5-4dcd-4a98-a7b9-3f096725922c +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','SDR');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 3ee895c7-d642-40ff-900b-d136219f25fa +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=0d1b51e5-4dcd-4a98-a7b9-3f096725922c&request_guid=3ee895c7-d642-40ff-900b-d136219f25fa HTTP/1.1" 200 2816 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83296-0502-ae7f-1a4b-0303c421e1a3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83296-0502-ae7f-1a4b-0303c421e1a3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83296-0502-ae7f-1a4b-0303c421e1a3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: bc7d5f02-985c-4bd6-99cf-e7b791cd2c05 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83296-0502-ae7f-1a4b-0303c421e1a3?request_guid=bc7d5f02-985c-4bd6-99cf-e7b791cd2c05 HTTP/1.1" 200 1674 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83296-0502-ae7f-1a4b-0303c421e1a3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7c21d072-ee44-4e01-a085-9b56770d7608 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83296-0502-ae7f-1a4b-0303c421e1a3?request_guid=7c21d072-ee44-4e01-a085-9b56770d7608 HTTP/1.1" 200 1675 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83296-0502-ae7f-1a4b-0303c421e1a3'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 6ac2da6d-a3bb-46b2-855d-3babbd54d2a4 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83296-0502-ae7f-1a4b-0303c421e1a3'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83296-0502-ae7f-1a4b-0303c421e1a3'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 549678a3-7fa9-48fe-a29d-15dd56e6b465 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=6ac2da6d-a3bb-46b2-855d-3babbd54d2a4&request_guid=549678a3-7fa9-48fe-a29d-15dd56e6b465 HTTP/1.1" 200 2815 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83296-0502-ae7a-1a4b-0303c421ae8b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83296-0502-ae7a-1a4b-0303c421ae8b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 11:54:40] "GET /sfexec?csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&submit=Submit HTTP/1.1" 500 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 11:54:40] "GET /sfexec?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 11:54:41] "GET /sfexec?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 11:54:41] "GET /sfexec?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 304 - +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 17.12s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 17.13s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 17.13s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=15dd1647-6405-482d-aaa4-cbbb67eb56b6 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f4c20917-8950-4b27-b5cb-363485b26f72 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 1558458145984 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1558458145984 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 1558458544096 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1558458544096 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 1558458544096 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 1558458544096 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 1558458145984 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1558458145984 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=15dd1647-6405-482d-aaa4-cbbb67eb56b6&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=f4c20917-8950-4b27-b5cb-363485b26f72 HTTP/1.1" 200 1555 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_PROD, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_PROD_QLIK_LOAD_WH, role=None, request_id=71d78fda-bdb0-4f8f-a0ee-bbe4074e2afc +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8412b0ca-f445-47c9-92f0-129df9ee1747 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=71d78fda-bdb0-4f8f-a0ee-bbe4074e2afc&databaseName=PL_PROD&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_PROD_QLIK_LOAD_WH&request_guid=8412b0ca-f445-47c9-92f0-129df9ee1747 HTTP/1.1" 200 1550 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.01351s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 09ab4229-7e87-4a1e-acbb-4df0939d596b +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6b806e4b-3ebc-4f00-ac7e-fc39ad4333f1 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=09ab4229-7e87-4a1e-acbb-4df0939d596b&request_guid=6b806e4b-3ebc-4f00-ac7e-fc39ad4333f1 HTTP/1.1" 200 2762 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83298-0502-ae2c-1a4b-0303c4222853 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83298-0502-ae2c-1a4b-0303c4222853 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83298-0502-ae2c-1a4b-0303c4222853' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6717bdb1-6106-46cd-bc4e-4b8af481d8ef +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83298-0502-ae2c-1a4b-0303c4222853?request_guid=6717bdb1-6106-46cd-bc4e-4b8af481d8ef HTTP/1.1" 200 1863 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83298-0502-ae2c-1a4b-0303c4222853' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e2a99baa-d3c7-4357-8f78-fe0267a543fe +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83298-0502-ae2c-1a4b-0303c4222853?request_guid=e2a99baa-d3c7-4357-8f78-fe0267a543fe HTTP/1.1" 200 1863 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83298-0502-ae2c-1a4b-0303c4222853'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: bf5bc14a-3ffa-419e-876f-163f0fcf0f45 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83298-0502-ae2c-1a4b-0303c4222853'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83298-0502-ae2c-1a4b-0303c4222853'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 872a63b6-6e82-49f2-9512-b70308d56dc8 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=bf5bc14a-3ffa-419e-876f-163f0fcf0f45&request_guid=872a63b6-6e82-49f2-9512-b70308d56dc8 HTTP/1.1" 200 2761 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83298-0502-ae2c-1a4b-0303c4222887 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83298-0502-ae2c-1a4b-0303c4222887 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 14 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 15 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 11 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 12 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 12 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: b2420b69-0aa3-422a-9466-0caa50a76aae +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 2dce2997-6b8d-49f8-99f8-0554ec66122b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=b2420b69-0aa3-422a-9466-0caa50a76aae&request_guid=2dce2997-6b8d-49f8-99f8-0554ec66122b HTTP/1.1" 200 2504 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83298-0502-ae2c-1a4b-0303c422288f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83298-0502-ae2c-1a4b-0303c422288f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83298-0502-ae2c-1a4b-0303c422288f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: b0ac0ac0-7335-47cb-bbf3-f5d8ad5c7f2d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83298-0502-ae2c-1a4b-0303c422288f?request_guid=b0ac0ac0-7335-47cb-bbf3-f5d8ad5c7f2d HTTP/1.1" 200 2161 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83298-0502-ae2c-1a4b-0303c422288f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 743c48a9-2322-4479-ac5f-85e93f0a6def +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83298-0502-ae2c-1a4b-0303c422288f?request_guid=743c48a9-2322-4479-ac5f-85e93f0a6def HTTP/1.1" 200 2163 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83298-0502-ae2c-1a4b-0303c422288f'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 0a8c35db-db81-4460-9777-d66a0aad8da5 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83298-0502-ae2c-1a4b-0303c422288f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83298-0502-ae2c-1a4b-0303c422288f'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 96fab8c6-5754-43f7-aa43-dcb8d9ed30b9 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=0a8c35db-db81-4460-9777-d66a0aad8da5&request_guid=96fab8c6-5754-43f7-aa43-dcb8d9ed30b9 HTTP/1.1" 200 2506 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83298-0502-ae7a-1a4b-0303c42244ff +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83298-0502-ae7a-1a4b-0303c42244ff +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 8 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 92554844-5ba4-48c4-89e1-2316bae8220a +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','SDR');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a16b7c32-0c83-4d2d-82fb-6e9a69feb345 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=92554844-5ba4-48c4-89e1-2316bae8220a&request_guid=a16b7c32-0c83-4d2d-82fb-6e9a69feb345 HTTP/1.1" 200 2815 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83298-0502-ad67-1a4b-0303c4221e9f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83298-0502-ad67-1a4b-0303c4221e9f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83298-0502-ad67-1a4b-0303c4221e9f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c8281a1f-4ce1-4e0a-a744-810e6e784c5f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83298-0502-ad67-1a4b-0303c4221e9f?request_guid=c8281a1f-4ce1-4e0a-a744-810e6e784c5f HTTP/1.1" 200 1683 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83298-0502-ad67-1a4b-0303c4221e9f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 57a4bb87-ce8c-45a6-bf59-31456a78f260 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83298-0502-ad67-1a4b-0303c4221e9f?request_guid=57a4bb87-ce8c-45a6-bf59-31456a78f260 HTTP/1.1" 200 1681 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83298-0502-ad67-1a4b-0303c4221e9f'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: c0262b54-2f99-401e-a655-67467bf434ca +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83298-0502-ad67-1a4b-0303c4221e9f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83298-0502-ad67-1a4b-0303c4221e9f'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 720890fa-4567-4c4d-b1ab-516be5ee8cdb +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=c0262b54-2f99-401e-a655-67467bf434ca&request_guid=720890fa-4567-4c4d-b1ab-516be5ee8cdb HTTP/1.1" 200 2812 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83298-0502-ae2c-1a4b-0303c422291f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83298-0502-ae2c-1a4b-0303c422291f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 11:56:05] "GET /sfexec?csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&csrf_token=IjYwMTg5Y2U5YTA0YWZkYjJkZmE5YmEzZGI2NWFmYWI3YjUwZGNhNzki.Y2vJHQ.-aSzU7lEmKVam6mUqLqP0hOd2rE&submit=Submit HTTP/1.1" 500 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 11:56:05] "GET /sfexec?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 11:56:05] "GET /sfexec?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [09/Nov/2022 11:56:05] "GET /sfexec?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 304 - +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 153.3s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 153.3s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 153.3s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=accc026f-6d63-402c-81b9-8445a24dc440 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f2705077-3cef-4634-9e41-5533f4fdd0f8 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=accc026f-6d63-402c-81b9-8445a24dc440&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=f2705077-3cef-4634-9e41-5533f4fdd0f8 HTTP/1.1" 200 1553 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_PROD, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_PROD_QLIK_LOAD_WH, role=None, request_id=a6691598-edb9-40fa-b5e6-951e7a3dca22 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f1d2fd1e-536c-4ba7-9dc1-d3d128d635b1 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=a6691598-edb9-40fa-b5e6-951e7a3dca22&databaseName=PL_PROD&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_PROD_QLIK_LOAD_WH&request_guid=f1d2fd1e-536c-4ba7-9dc1-d3d128d635b1 HTTP/1.1" 200 1553 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 135.7s ago] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 831ba211-0f9e-47d5-b764-ff5baa2ddcb9 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 778abffd-f1af-4b61-9709-a46a1bc872f3 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=831ba211-0f9e-47d5-b764-ff5baa2ddcb9&request_guid=778abffd-f1af-4b61-9709-a46a1bc872f3 HTTP/1.1" 200 2765 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8329a-0502-ae7a-1a4b-0303c422da0b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8329a-0502-ae7a-1a4b-0303c422da0b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8329a-0502-ae7a-1a4b-0303c422da0b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a411652e-ce5b-4ab6-9686-4fbc273b472b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8329a-0502-ae7a-1a4b-0303c422da0b?request_guid=a411652e-ce5b-4ab6-9686-4fbc273b472b HTTP/1.1" 200 1846 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8329a-0502-ae7a-1a4b-0303c422da0b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 91649ed4-9178-447d-8142-e3aea2c24c8a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8329a-0502-ae7a-1a4b-0303c422da0b?request_guid=91649ed4-9178-447d-8142-e3aea2c24c8a HTTP/1.1" 200 1847 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8329a-0502-ae7a-1a4b-0303c422da0b'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: a6572a33-e0f0-41ef-b2c0-25b9880a9689 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8329a-0502-ae7a-1a4b-0303c422da0b'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8329a-0502-ae7a-1a4b-0303c422da0b'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ccbc5b3d-e2bd-4fb5-807f-00c3e864777a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=a6572a33-e0f0-41ef-b2c0-25b9880a9689&request_guid=ccbc5b3d-e2bd-4fb5-807f-00c3e864777a HTTP/1.1" 200 2764 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8329a-0502-ae2c-1a4b-0303c422cddf +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8329a-0502-ae2c-1a4b-0303c422cddf +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 14 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 15 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 11 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 12 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 12 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 93fa9515-818f-49ff-8db0-d6dd7e25394d +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: fc20c3cc-cbfa-45ae-8781-f1b498767980 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=93fa9515-818f-49ff-8db0-d6dd7e25394d&request_guid=fc20c3cc-cbfa-45ae-8781-f1b498767980 HTTP/1.1" 200 2503 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8329a-0502-ae2c-1a4b-0303c422cde3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8329a-0502-ae2c-1a4b-0303c422cde3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8329a-0502-ae2c-1a4b-0303c422cde3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 00e6428f-7b8c-45d6-8d26-f90ea7f5b3fa +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8329a-0502-ae2c-1a4b-0303c422cde3?request_guid=00e6428f-7b8c-45d6-8d26-f90ea7f5b3fa HTTP/1.1" 200 2171 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8329a-0502-ae2c-1a4b-0303c422cde3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a851440d-5624-4a24-b4fa-74d844ccab31 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8329a-0502-ae2c-1a4b-0303c422cde3?request_guid=a851440d-5624-4a24-b4fa-74d844ccab31 HTTP/1.1" 200 2172 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8329a-0502-ae2c-1a4b-0303c422cde3'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 448f8a54-785b-47db-9619-6ae59b2cc262 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8329a-0502-ae2c-1a4b-0303c422cde3'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8329a-0502-ae2c-1a4b-0303c422cde3'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9c821c1f-fe3b-43f2-84a4-c5072d0206de +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=448f8a54-785b-47db-9619-6ae59b2cc262&request_guid=9c821c1f-fe3b-43f2-84a4-c5072d0206de HTTP/1.1" 200 2504 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8329a-0502-ae7f-1a4b-0303c422f907 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8329a-0502-ae7f-1a4b-0303c422f907 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 8 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 22a7631f-97ac-4fef-a97a-e8f3e4ff4dd9 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','SDR');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6e779241-7515-481c-8e11-7094fd38637c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=22a7631f-97ac-4fef-a97a-e8f3e4ff4dd9&request_guid=6e779241-7515-481c-8e11-7094fd38637c HTTP/1.1" 200 2815 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8329a-0502-ae7a-1a4b-0303c422dab7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8329a-0502-ae7a-1a4b-0303c422dab7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8329a-0502-ae7a-1a4b-0303c422dab7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: fbd6838c-f0ac-4724-9b94-b1cd3ac8cbab +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8329a-0502-ae7a-1a4b-0303c422dab7?request_guid=fbd6838c-f0ac-4724-9b94-b1cd3ac8cbab HTTP/1.1" 200 1674 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8329a-0502-ae7a-1a4b-0303c422dab7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 32f64eff-eb13-466f-8e6c-7ddb295fd2bc +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8329a-0502-ae7a-1a4b-0303c422dab7?request_guid=32f64eff-eb13-466f-8e6c-7ddb295fd2bc HTTP/1.1" 200 1673 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8329a-0502-ae7a-1a4b-0303c422dab7'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 1afafef5-e507-473c-acd7-a4bd676b3c99 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8329a-0502-ae7a-1a4b-0303c422dab7'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8329a-0502-ae7a-1a4b-0303c422dab7'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e62c7868-e4d4-4353-825d-5d6f8b203f17 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=1afafef5-e507-473c-acd7-a4bd676b3c99&request_guid=e62c7868-e4d4-4353-825d-5d6f8b203f17 HTTP/1.1" 200 2813 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8329a-0502-ae2c-1a4b-0303c422ce5b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8329a-0502-ae2c-1a4b-0303c422ce5b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.3199s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.3265s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.3308s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=340f04d3-b895-4323-b781-73197b28c966 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d4f76c0b-e54a-4df3-aff2-079b90055f0e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 3209111216544 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 3209111216544 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 3209111631040 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 3209111631040 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 3209111631040 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 3209111631040 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 3209111216544 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 3209111216544 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=340f04d3-b895-4323-b781-73197b28c966&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=d4f76c0b-e54a-4df3-aff2-079b90055f0e HTTP/1.1" 200 1552 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_PROD, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_PROD_QLIK_LOAD_WH, role=None, request_id=1dba4ea7-4e35-44ff-9b34-e3ca587f5170 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9cc6a1a7-38da-453e-937b-1271be0c0cec +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=1dba4ea7-4e35-44ff-9b34-e3ca587f5170&databaseName=PL_PROD&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_PROD_QLIK_LOAD_WH&request_guid=9cc6a1a7-38da-453e-937b-1271be0c0cec HTTP/1.1" 200 1554 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00172s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 573088ba-fde4-49ca-95c7-8178c1c0a790 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 57ac831c-feb5-4064-94f9-b6a761cfad36 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=573088ba-fde4-49ca-95c7-8178c1c0a790&request_guid=57ac831c-feb5-4064-94f9-b6a761cfad36 HTTP/1.1" 200 2766 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8329a-0502-ae7a-1a4b-0303c42333a7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8329a-0502-ae7a-1a4b-0303c42333a7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8329a-0502-ae7a-1a4b-0303c42333a7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f4ef8534-b1fe-4e8a-8196-bbc8e617bd93 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8329a-0502-ae7a-1a4b-0303c42333a7?request_guid=f4ef8534-b1fe-4e8a-8196-bbc8e617bd93 HTTP/1.1" 200 1844 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8329a-0502-ae7a-1a4b-0303c42333a7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 2aa881ba-cbbf-4818-873b-2b272f8691cf +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8329a-0502-ae7a-1a4b-0303c42333a7?request_guid=2aa881ba-cbbf-4818-873b-2b272f8691cf HTTP/1.1" 200 1844 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8329a-0502-ae7a-1a4b-0303c42333a7'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 23eac6d7-2566-4c28-8a9a-e949ca4f8528 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8329a-0502-ae7a-1a4b-0303c42333a7'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8329a-0502-ae7a-1a4b-0303c42333a7'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a87826a8-1bd2-4fc8-9f7d-7cd073b80e9e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=23eac6d7-2566-4c28-8a9a-e949ca4f8528&request_guid=a87826a8-1bd2-4fc8-9f7d-7cd073b80e9e HTTP/1.1" 200 2766 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8329a-0502-ae7a-1a4b-0303c42333cf +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8329a-0502-ae7a-1a4b-0303c42333cf +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 14 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 15 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 11 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 12 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 12 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 2227640c-8f5d-4ff0-9366-1d3f19137331 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8fc42d9d-8810-4f46-bd45-f930dc1c28ec +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=2227640c-8f5d-4ff0-9366-1d3f19137331&request_guid=8fc42d9d-8810-4f46-bd45-f930dc1c28ec HTTP/1.1" 200 2505 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8329b-0502-ae7f-1a4b-0303c423434f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8329b-0502-ae7f-1a4b-0303c423434f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8329b-0502-ae7f-1a4b-0303c423434f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 35c838bc-08f4-446a-86bd-8796d5068fb7 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8329b-0502-ae7f-1a4b-0303c423434f?request_guid=35c838bc-08f4-446a-86bd-8796d5068fb7 HTTP/1.1" 200 2168 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8329b-0502-ae7f-1a4b-0303c423434f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 286ffb30-3e56-48aa-a0a7-a80fe996d689 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8329b-0502-ae7f-1a4b-0303c423434f?request_guid=286ffb30-3e56-48aa-a0a7-a80fe996d689 HTTP/1.1" 200 2167 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8329b-0502-ae7f-1a4b-0303c423434f'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: a4c60394-aa1a-407d-95b6-7d609c7d021d +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8329b-0502-ae7f-1a4b-0303c423434f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8329b-0502-ae7f-1a4b-0303c423434f'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e5e0ba89-d94f-4db3-9137-15600302d914 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=a4c60394-aa1a-407d-95b6-7d609c7d021d&request_guid=e5e0ba89-d94f-4db3-9137-15600302d914 HTTP/1.1" 200 2511 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8329b-0502-ae87-1a4b-0303c42325c3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8329b-0502-ae87-1a4b-0303c42325c3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 8 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 933aa187-27b1-4e1a-a160-9598e7a433c0 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','SDR');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0be2c481-5b1f-49f5-a697-57997cd3b268 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=933aa187-27b1-4e1a-a160-9598e7a433c0&request_guid=0be2c481-5b1f-49f5-a697-57997cd3b268 HTTP/1.1" 200 2814 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8329b-0502-ae7f-1a4b-0303c423437f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8329b-0502-ae7f-1a4b-0303c423437f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8329b-0502-ae7f-1a4b-0303c423437f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e350c2e7-698f-424d-a29c-d980f0314917 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8329b-0502-ae7f-1a4b-0303c423437f?request_guid=e350c2e7-698f-424d-a29c-d980f0314917 HTTP/1.1" 200 1676 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8329b-0502-ae7f-1a4b-0303c423437f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0b6014dc-34d0-4dec-b425-fe0dfc1fcc8c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8329b-0502-ae7f-1a4b-0303c423437f?request_guid=0b6014dc-34d0-4dec-b425-fe0dfc1fcc8c HTTP/1.1" 200 1676 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8329b-0502-ae7f-1a4b-0303c423437f'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 1a2bccb9-8d30-433a-85c1-46d45ecda642 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8329b-0502-ae7f-1a4b-0303c423437f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8329b-0502-ae7f-1a4b-0303c423437f'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0ae17e3d-486b-46d2-9415-4561d0d6e3dd +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=1a2bccb9-8d30-433a-85c1-46d45ecda642&request_guid=0ae17e3d-486b-46d2-9415-4561d0d6e3dd HTTP/1.1" 200 2811 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8329b-0502-ae2c-1a4b-0303c4231867 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8329b-0502-ae2c-1a4b-0303c4231867 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:07:22] "GET /daterange HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:07:22] "GET /static/lib/owlcarousel/assets/owl.carousel.min.css HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:07:23] "GET /static/css/21.b5c496e2.chunk.css HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:07:23] "GET /static/css/style.css HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:07:23] "GET /lib/owlcarousel/owl.carousel.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:07:23] "GET /mail/contact.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:07:23] "GET /js/main.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:07:23] "GET /lib/easing/easing.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:07:23] "GET /lib/waypoints/waypoints.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:07:23] "GET /lib/counterup/counterup.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:07:23] "GET /mail/jqBootstrapValidation.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:07:23] "GET /static/img/favicon.ico HTTP/1.1" 404 - +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT targets.id AS targets_id, targets.targetname AS targets_targetname, targets.username AS targets_username, targets.password AS targets_password, targets.account AS targets_account, targets.warehouse AS targets_warehouse, targets."database" AS targets_database, targets.schemaname AS targets_schemaname +FROM targets +INFO:sqlalchemy.engine.Engine:[cached since 43.19s ago] () +INFO:sqlalchemy.engine.Engine:ROLLBACK +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:07:33] "POST /schemas HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:07:33] "GET /static/css/21.b5c496e2.chunk.css HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:07:33] "GET /static/lib/owlcarousel/assets/owl.carousel.min.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:07:33] "GET /static/css/style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:07:33] "GET /lib/easing/easing.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:07:33] "GET /lib/waypoints/waypoints.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:07:33] "GET /lib/counterup/counterup.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:07:33] "GET /lib/owlcarousel/owl.carousel.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:07:34] "GET /mail/jqBootstrapValidation.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:07:34] "GET /mail/contact.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:07:34] "GET /js/main.js HTTP/1.1" 404 - +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT targets.id AS targets_id, targets.targetname AS targets_targetname, targets.username AS targets_username, targets.password AS targets_password, targets.account AS targets_account, targets.warehouse AS targets_warehouse, targets."database" AS targets_database, targets.schemaname AS targets_schemaname +FROM targets +WHERE targets."database" = ? AND targets.schemaname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00324s] ('PL_PROD', 'PM_TRANS_CL_EPALARM_QLIK_CT_D', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT targets.id AS targets_id, targets.targetname AS targets_targetname, targets.username AS targets_username, targets.password AS targets_password, targets.account AS targets_account, targets.warehouse AS targets_warehouse, targets."database" AS targets_database, targets.schemaname AS targets_schemaname +FROM targets +WHERE targets."database" = ? AND targets.schemaname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.02768s ago] ('PL_QA', 'PM_TRANS_CL_EPALARM_QLIK_CT_D', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00206s] ('get_tablelist', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=2a566ca1-f461-41fd-ac99-c445e593892d +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 3afbd13c-28f7-42c1-94c7-70c042191332 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 1742123393584 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1742123393584 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 1742123744704 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1742123744704 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 1742123744704 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 1742123744704 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 1742123393584 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1742123393584 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Failed to validate ocsp response 254013: 254013: Response is unreliable. Its validity date is out of range: current_time=2022-11-10 11:07:52Z, this_update=2022-11-08 21:09:20Z, next_update=2022-11-10 09:09:20Z, tolerable next_update=2022-11-10 09:30:56Z. A potential cause is client clock is skewed, CA fails to update OCSP response in time. +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=197 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:not hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:started downloading OCSP response cache file: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:urllib3.connectionpool:Starting new HTTP connection (1): ocsp.snowflakecomputing.com:80 +DEBUG:urllib3.connectionpool:http://ocsp.snowflakecomputing.com:80 "GET /ocsp_response_cache.json HTTP/1.1" 200 197256 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ended downloading OCSP response cache file. elapsed time: 0.7930524349212646s +DEBUG:snowflake.connector.ocsp_snowflake:downloaded OCSP response cache file from http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:# of certificates: 198 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=2a566ca1-f461-41fd-ac99-c445e593892d&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=3afbd13c-28f7-42c1-94c7-70c042191332 HTTP/1.1" 200 1553 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select distinct(table_name) from information_schema.columns where table_schema =...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 174f97d4-5166-491c-9131-ed210fdf3a21 +DEBUG:snowflake.connector.cursor:running query [select distinct(table_name) from information_schema.columns where table_schema =...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select distinct(table_name) from information_schema.columns where table_schema =...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: bea1c60f-af2f-4335-baa6-8d750f8010b1 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=174f97d4-5166-491c-9131-ed210fdf3a21&request_guid=bea1c60f-af2f-4335-baa6-8d750f8010b1 HTTP/1.1" 200 1933 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836db-0502-afee-1a4b-0303c53e4183 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836db-0502-afee-1a4b-0303c53e4183 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 15 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836db-0502-afee-1a4b-0303c53e4183' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 57379ad8-250e-4c8a-8e69-50240490e155 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836db-0502-afee-1a4b-0303c53e4183?request_guid=57379ad8-250e-4c8a-8e69-50240490e155 HTTP/1.1" 200 None +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836db-0502-afee-1a4b-0303c53e4183' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 72fe7132-3a50-4869-ac77-78222ba1fce2 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836db-0502-afee-1a4b-0303c53e4183?request_guid=72fe7132-3a50-4869-ac77-78222ba1fce2 HTTP/1.1" 200 1858 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a836db-0502-afee-1a4b-0303c53e4183'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: f72f7c34-8fa8-400d-9c79-f3211a58016e +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a836db-0502-afee-1a4b-0303c53e4183'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a836db-0502-afee-1a4b-0303c53e4183'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c072dbd8-7079-4b4c-a992-d2ad3d888c8e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=f72f7c34-8fa8-400d-9c79-f3211a58016e&request_guid=c072dbd8-7079-4b4c-a992-d2ad3d888c8e HTTP/1.1" 200 None +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836db-0502-afee-1a4b-0303c53e41db +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836db-0502-afee-1a4b-0303c53e41db +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 15 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 2 +INFO:sqlalchemy.engine.Engine:ROLLBACK +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:07:55] "POST /tables HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:07:55] "GET /static/lib/owlcarousel/assets/owl.carousel.min.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:07:55] "GET /static/css/style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:07:55] "GET /static/css/21.b5c496e2.chunk.css HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:07:55] "GET /lib/waypoints/waypoints.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:07:55] "GET /lib/counterup/counterup.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:07:55] "GET /lib/owlcarousel/owl.carousel.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:07:55] "GET /mail/jqBootstrapValidation.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:07:55] "GET /mail/contact.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:07:55] "GET /js/main.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:07:55] "GET /lib/easing/easing.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:08:05] "POST /submit HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:08:05] "GET /static/css/21.b5c496e2.chunk.css HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:08:05] "GET /static/lib/owlcarousel/assets/owl.carousel.min.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:08:05] "GET /static/css/style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:08:05] "GET /lib/easing/easing.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:08:05] "GET /js/main.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:08:05] "GET /lib/waypoints/waypoints.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:08:05] "GET /lib/counterup/counterup.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:08:05] "GET /lib/owlcarousel/owl.carousel.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:08:05] "GET /mail/jqBootstrapValidation.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:08:05] "GET /mail/contact.js HTTP/1.1" 404 - +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 77.88s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 77.88s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 77.88s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=293a2941-0fd1-456e-a639-a1a82ce3f16d +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7d72f6f6-3723-4bbd-a67d-2f7e15221577 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=293a2941-0fd1-456e-a639-a1a82ce3f16d&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=7d72f6f6-3723-4bbd-a67d-2f7e15221577 HTTP/1.1" 200 1551 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_PROD, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_PROD_QLIK_LOAD_WH, role=None, request_id=29e635ec-d5cf-4c24-a105-c2a3a222e30f +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d737727d-b75f-4bd3-bd02-a347e517c815 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=29e635ec-d5cf-4c24-a105-c2a3a222e30f&databaseName=PL_PROD&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_PROD_QLIK_LOAD_WH&request_guid=d737727d-b75f-4bd3-bd02-a347e517c815 HTTP/1.1" 200 1553 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 20.21s ago] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 1dbdd86d-c321-4213-a1ff-65d18109bf84 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 30fb53ad-de9f-458b-8522-df4fbb032571 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=1dbdd86d-c321-4213-a1ff-65d18109bf84&request_guid=30fb53ad-de9f-458b-8522-df4fbb032571 HTTP/1.1" 200 2764 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836dc-0502-b0de-1a4b-0303c53e52e3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836dc-0502-b0de-1a4b-0303c53e52e3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836dc-0502-b0de-1a4b-0303c53e52e3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7185ff4e-e3b8-4019-a008-de859476dd7e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836dc-0502-b0de-1a4b-0303c53e52e3?request_guid=7185ff4e-e3b8-4019-a008-de859476dd7e HTTP/1.1" 200 1862 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836dc-0502-b0de-1a4b-0303c53e52e3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 711bd9ac-c6fc-4549-a87f-a9da15c72de8 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836dc-0502-b0de-1a4b-0303c53e52e3?request_guid=711bd9ac-c6fc-4549-a87f-a9da15c72de8 HTTP/1.1" 200 1862 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a836dc-0502-b0de-1a4b-0303c53e52e3'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 52da5c79-bf87-4b4e-8949-2168016518b8 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a836dc-0502-b0de-1a4b-0303c53e52e3'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a836dc-0502-b0de-1a4b-0303c53e52e3'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 48f0f9ee-6af4-498a-92bb-36e9bad34fd7 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=52da5c79-bf87-4b4e-8949-2168016518b8&request_guid=48f0f9ee-6af4-498a-92bb-36e9bad34fd7 HTTP/1.1" 200 2765 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836dc-0502-b1d6-1a4b-0303c53e2d7b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836dc-0502-b1d6-1a4b-0303c53e2d7b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 14 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 15 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 11 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 12 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 12 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: ce65b805-b585-46ae-84a8-a0c24822a918 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 2af5e5c4-a602-4542-ad8e-ac20ab946555 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=ce65b805-b585-46ae-84a8-a0c24822a918&request_guid=2af5e5c4-a602-4542-ad8e-ac20ab946555 HTTP/1.1" 200 2506 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836dc-0502-af26-1a4b-0303c53e3da3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836dc-0502-af26-1a4b-0303c53e3da3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836dc-0502-af26-1a4b-0303c53e3da3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 38010afa-9c82-4e59-bc63-936af30d3712 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836dc-0502-af26-1a4b-0303c53e3da3?request_guid=38010afa-9c82-4e59-bc63-936af30d3712 HTTP/1.1" 200 None +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836dc-0502-af26-1a4b-0303c53e3da3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 470020e7-7294-4872-a889-cd4050ef225b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836dc-0502-af26-1a4b-0303c53e3da3?request_guid=470020e7-7294-4872-a889-cd4050ef225b HTTP/1.1" 200 2163 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a836dc-0502-af26-1a4b-0303c53e3da3'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 5de5fb7c-8653-407e-83e2-389f5655724e +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a836dc-0502-af26-1a4b-0303c53e3da3'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a836dc-0502-af26-1a4b-0303c53e3da3'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a51f9333-64a7-4cd4-8cc9-b3e491ab4a2f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=5de5fb7c-8653-407e-83e2-389f5655724e&request_guid=a51f9333-64a7-4cd4-8cc9-b3e491ab4a2f HTTP/1.1" 200 2505 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836dc-0502-b1d6-1a4b-0303c53e2db3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836dc-0502-b1d6-1a4b-0303c53e2db3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 8 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 4bd495c2-46b5-4837-b28c-18843dc8ff85 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','SDR');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 2b30eeb9-a2c5-4cda-9dc9-93c7c9642233 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=4bd495c2-46b5-4837-b28c-18843dc8ff85&request_guid=2b30eeb9-a2c5-4cda-9dc9-93c7c9642233 HTTP/1.1" 200 2817 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836dc-0502-ae87-1a4b-0303c53e1cff +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836dc-0502-ae87-1a4b-0303c53e1cff +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836dc-0502-ae87-1a4b-0303c53e1cff' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 146dd8c3-390d-4fd1-b2bc-6bc02484888b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836dc-0502-ae87-1a4b-0303c53e1cff?request_guid=146dd8c3-390d-4fd1-b2bc-6bc02484888b HTTP/1.1" 200 1678 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836dc-0502-ae87-1a4b-0303c53e1cff' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 2d8be8ac-852e-4e49-adc6-776032b67b0b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836dc-0502-ae87-1a4b-0303c53e1cff?request_guid=2d8be8ac-852e-4e49-adc6-776032b67b0b HTTP/1.1" 200 1678 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a836dc-0502-ae87-1a4b-0303c53e1cff'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 2ea92dd1-9931-4e7e-9944-8602bced56dd +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a836dc-0502-ae87-1a4b-0303c53e1cff'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a836dc-0502-ae87-1a4b-0303c53e1cff'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8c90862d-290a-405a-b1a6-328bfd871ab1 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=2ea92dd1-9931-4e7e-9944-8602bced56dd&request_guid=8c90862d-290a-405a-b1a6-328bfd871ab1 HTTP/1.1" 200 2812 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836dc-0502-b0de-1a4b-0303c53e5367 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836dc-0502-b0de-1a4b-0303c53e5367 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:08:15] "GET /sfexec?csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zblA.sRr6hnl67BtOzKCt-9HVEU7BbrI&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zblA.sRr6hnl67BtOzKCt-9HVEU7BbrI&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zblA.sRr6hnl67BtOzKCt-9HVEU7BbrI&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zblA.sRr6hnl67BtOzKCt-9HVEU7BbrI&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zblA.sRr6hnl67BtOzKCt-9HVEU7BbrI&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zblA.sRr6hnl67BtOzKCt-9HVEU7BbrI&submit=Submit HTTP/1.1" 500 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:08:15] "GET /sfexec?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:08:15] "GET /sfexec?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:08:15] "GET /sfexec?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:08:15] "GET /sfexec?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 304 - +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:09:54] "GET /lib/easing/easing.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:09:54] "GET /lib/waypoints/waypoints.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:09:54] "GET /lib/counterup/counterup.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:09:54] "GET /lib/owlcarousel/owl.carousel.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:09:55] "GET /mail/jqBootstrapValidation.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:09:55] "GET /mail/contact.js HTTP/1.1" 404 - +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 25.54s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 25.6s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 25.73s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=6adbc6db-eed9-4a30-afe9-0b82bdd94c11 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8c4b69df-660c-43e9-839a-3448462d7d1c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 2638576007776 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2638576007776 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2638576440880 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2638576440880 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2638576440880 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2638576440880 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2638576007776 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2638576007776 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=6adbc6db-eed9-4a30-afe9-0b82bdd94c11&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=8c4b69df-660c-43e9-839a-3448462d7d1c HTTP/1.1" 200 1556 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_PROD, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_PROD_QLIK_LOAD_WH, role=None, request_id=03050f5c-7e2f-47c9-a7ec-8354868d0f27 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: b51368f5-af0e-49a7-9365-70630e9d369b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=03050f5c-7e2f-47c9-a7ec-8354868d0f27&databaseName=PL_PROD&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_PROD_QLIK_LOAD_WH&request_guid=b51368f5-af0e-49a7-9365-70630e9d369b HTTP/1.1" 200 1560 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00197s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 75e7e0bb-7c9f-4e43-8694-0a7661a84f65 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 33686a48-e4f5-4ca6-b198-feb3953696cc +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=75e7e0bb-7c9f-4e43-8694-0a7661a84f65&request_guid=33686a48-e4f5-4ca6-b198-feb3953696cc HTTP/1.1" 200 2767 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836de-0502-afee-1a4b-0303c53e9f0f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836de-0502-afee-1a4b-0303c53e9f0f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836de-0502-afee-1a4b-0303c53e9f0f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c9608fce-1e5d-4ef3-bfcd-ac7fa571c924 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836de-0502-afee-1a4b-0303c53e9f0f?request_guid=c9608fce-1e5d-4ef3-bfcd-ac7fa571c924 HTTP/1.1" 200 1856 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836de-0502-afee-1a4b-0303c53e9f0f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 55399b1e-d616-4433-8f18-dc28c144a23a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836de-0502-afee-1a4b-0303c53e9f0f?request_guid=55399b1e-d616-4433-8f18-dc28c144a23a HTTP/1.1" 200 1856 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a836de-0502-afee-1a4b-0303c53e9f0f'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: b24394c0-3305-452f-9d02-e612ff052387 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a836de-0502-afee-1a4b-0303c53e9f0f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a836de-0502-afee-1a4b-0303c53e9f0f'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 47b4631d-0ba4-4eae-814e-87fe587ce6e0 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=b24394c0-3305-452f-9d02-e612ff052387&request_guid=47b4631d-0ba4-4eae-814e-87fe587ce6e0 HTTP/1.1" 200 2764 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836de-0502-b1d6-1a4b-0303c53ec5b3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836de-0502-b1d6-1a4b-0303c53ec5b3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 14 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 15 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 11 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 12 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 12 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 305a3957-f56c-40d9-b842-2d83d97862c1 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6f96e77b-3f2a-42d0-8f5d-9270ea84a581 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=305a3957-f56c-40d9-b842-2d83d97862c1&request_guid=6f96e77b-3f2a-42d0-8f5d-9270ea84a581 HTTP/1.1" 200 2510 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836de-0502-ae87-1a4b-0303c53ed4a7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836de-0502-ae87-1a4b-0303c53ed4a7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836de-0502-ae87-1a4b-0303c53ed4a7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: b0a8b95e-bb1c-46c3-8bd0-0b0d4d2771a8 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836de-0502-ae87-1a4b-0303c53ed4a7?request_guid=b0a8b95e-bb1c-46c3-8bd0-0b0d4d2771a8 HTTP/1.1" 200 2169 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836de-0502-ae87-1a4b-0303c53ed4a7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 4cd70060-9e41-4ff7-91d6-f132759a851f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836de-0502-ae87-1a4b-0303c53ed4a7?request_guid=4cd70060-9e41-4ff7-91d6-f132759a851f HTTP/1.1" 200 2170 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a836de-0502-ae87-1a4b-0303c53ed4a7'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 0d3f7d61-1a66-495b-ba5a-9c810c27dd90 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a836de-0502-ae87-1a4b-0303c53ed4a7'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a836de-0502-ae87-1a4b-0303c53ed4a7'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8d468ebb-4cc3-4688-a011-b1d23186287f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=0d3f7d61-1a66-495b-ba5a-9c810c27dd90&request_guid=8d468ebb-4cc3-4688-a011-b1d23186287f HTTP/1.1" 200 2502 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836de-0502-b0de-1a4b-0303c53eac03 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836de-0502-b0de-1a4b-0303c53eac03 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 8 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 5b6fb6e5-fe19-401c-9ad4-a795b932fcb5 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','SDR');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ec416fb1-8f5c-40ee-b57e-051d510aef8c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=5b6fb6e5-fe19-401c-9ad4-a795b932fcb5&request_guid=ec416fb1-8f5c-40ee-b57e-051d510aef8c HTTP/1.1" 200 2810 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836de-0502-b0de-1a4b-0303c53eac0b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836de-0502-b0de-1a4b-0303c53eac0b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836de-0502-b0de-1a4b-0303c53eac0b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1262d78f-6b51-4215-9579-494dde93569f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836de-0502-b0de-1a4b-0303c53eac0b?request_guid=1262d78f-6b51-4215-9579-494dde93569f HTTP/1.1" 200 1674 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836de-0502-b0de-1a4b-0303c53eac0b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 3df3403a-0fd0-4cec-9a96-5e0d5b145614 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836de-0502-b0de-1a4b-0303c53eac0b?request_guid=3df3403a-0fd0-4cec-9a96-5e0d5b145614 HTTP/1.1" 200 1674 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a836de-0502-b0de-1a4b-0303c53eac0b'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 19b0b3b5-82e2-41d9-a93a-2a35e6b73434 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a836de-0502-b0de-1a4b-0303c53eac0b'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a836de-0502-b0de-1a4b-0303c53eac0b'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 05daa548-339c-43ec-ba58-3fe3b8122c44 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=19b0b3b5-82e2-41d9-a93a-2a35e6b73434&request_guid=05daa548-339c-43ec-ba58-3fe3b8122c44 HTTP/1.1" 200 2811 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836de-0502-b1d6-1a4b-0303c53ec647 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836de-0502-b1d6-1a4b-0303c53ec647 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:10:06] "GET /sfexec?csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zblA.sRr6hnl67BtOzKCt-9HVEU7BbrI&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zblA.sRr6hnl67BtOzKCt-9HVEU7BbrI&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zblA.sRr6hnl67BtOzKCt-9HVEU7BbrI&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zblA.sRr6hnl67BtOzKCt-9HVEU7BbrI&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zblA.sRr6hnl67BtOzKCt-9HVEU7BbrI&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zblA.sRr6hnl67BtOzKCt-9HVEU7BbrI&submit=Submit HTTP/1.1" 500 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:10:06] "GET /sfexec?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:10:06] "GET /sfexec?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:10:07] "GET /sfexec?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 304 - +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:12:31] "GET /lib/easing/easing.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:12:31] "GET /lib/waypoints/waypoints.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:12:31] "GET /lib/owlcarousel/owl.carousel.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:12:31] "GET /mail/jqBootstrapValidation.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:12:31] "GET /mail/contact.js HTTP/1.1" 404 - +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 22.52s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 22.56s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 22.59s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=84c10f29-e6c1-4ff8-9678-ab01c6a2a37b +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d7fe46dc-f76a-455c-9dc4-a511ddf73239 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 1531947545408 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1531947545408 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 1531947994896 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1531947994896 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 1531947994896 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 1531947994896 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 1531947545408 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1531947545408 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=84c10f29-e6c1-4ff8-9678-ab01c6a2a37b&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=d7fe46dc-f76a-455c-9dc4-a511ddf73239 HTTP/1.1" 200 1553 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_PROD, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_PROD_QLIK_LOAD_WH, role=None, request_id=7803a9ad-37d1-4694-9e25-477ba7279b7a +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: cda6fea3-8fb9-43e2-9daa-2fb5d2d62f8f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=7803a9ad-37d1-4694-9e25-477ba7279b7a&databaseName=PL_PROD&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_PROD_QLIK_LOAD_WH&request_guid=cda6fea3-8fb9-43e2-9daa-2fb5d2d62f8f HTTP/1.1" 200 1552 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00205s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 5636e411-e416-4719-81d1-5527bf27231c +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ec207854-442a-4719-ae7e-0813e6c0cec7 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=5636e411-e416-4719-81d1-5527bf27231c&request_guid=ec207854-442a-4719-ae7e-0813e6c0cec7 HTTP/1.1" 200 2762 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836e0-0502-b1d6-1a4b-0303c53f7a07 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836e0-0502-b1d6-1a4b-0303c53f7a07 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836e0-0502-b1d6-1a4b-0303c53f7a07' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 81703d27-5bfe-45ee-8915-065dbf52f5fa +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836e0-0502-b1d6-1a4b-0303c53f7a07?request_guid=81703d27-5bfe-45ee-8915-065dbf52f5fa HTTP/1.1" 200 1855 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836e0-0502-b1d6-1a4b-0303c53f7a07' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8f905f0d-8b20-4948-a3e3-433a32015ca0 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836e0-0502-b1d6-1a4b-0303c53f7a07?request_guid=8f905f0d-8b20-4948-a3e3-433a32015ca0 HTTP/1.1" 200 1854 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a836e0-0502-b1d6-1a4b-0303c53f7a07'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 76da3cfc-08ef-4680-8c9e-ba1cbbc195a4 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a836e0-0502-b1d6-1a4b-0303c53f7a07'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a836e0-0502-b1d6-1a4b-0303c53f7a07'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ed74b354-be47-46dc-a59c-79bda8273a4f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=76da3cfc-08ef-4680-8c9e-ba1cbbc195a4&request_guid=ed74b354-be47-46dc-a59c-79bda8273a4f HTTP/1.1" 200 2763 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836e0-0502-af26-1a4b-0303c53f5e97 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836e0-0502-af26-1a4b-0303c53f5e97 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 14 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 15 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 11 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 12 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 12 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: f42f9835-d8e3-44b3-983e-d496927d899a +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 244e3f0a-4abc-40d9-aee0-ecc657e7e59b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=f42f9835-d8e3-44b3-983e-d496927d899a&request_guid=244e3f0a-4abc-40d9-aee0-ecc657e7e59b HTTP/1.1" 200 2511 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836e0-0502-ae87-1a4b-0303c53f6b93 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836e0-0502-ae87-1a4b-0303c53f6b93 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836e0-0502-ae87-1a4b-0303c53f6b93' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d5f0b45a-9a3e-4d25-9d49-0afec1d28519 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836e0-0502-ae87-1a4b-0303c53f6b93?request_guid=d5f0b45a-9a3e-4d25-9d49-0afec1d28519 HTTP/1.1" 200 2165 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836e0-0502-ae87-1a4b-0303c53f6b93' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 338a984d-d239-4c34-ba59-91a6cb03a3a6 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836e0-0502-ae87-1a4b-0303c53f6b93?request_guid=338a984d-d239-4c34-ba59-91a6cb03a3a6 HTTP/1.1" 200 2165 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a836e0-0502-ae87-1a4b-0303c53f6b93'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 0352c58a-7d40-4419-85ef-466d115d27e4 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a836e0-0502-ae87-1a4b-0303c53f6b93'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a836e0-0502-ae87-1a4b-0303c53f6b93'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 49e034d7-f849-475a-8a66-24bdd3eb8b8c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=0352c58a-7d40-4419-85ef-466d115d27e4&request_guid=49e034d7-f849-475a-8a66-24bdd3eb8b8c HTTP/1.1" 200 2510 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836e0-0502-afee-1a4b-0303c53f86d7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836e0-0502-afee-1a4b-0303c53f86d7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 8 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: bd4dc484-099d-4727-b69c-76fd745421c4 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','SDR');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 021f4098-616d-4800-b741-14d52523223a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=bd4dc484-099d-4727-b69c-76fd745421c4&request_guid=021f4098-616d-4800-b741-14d52523223a HTTP/1.1" 200 2812 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836e0-0502-b0de-1a4b-0303c53f91ff +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836e0-0502-b0de-1a4b-0303c53f91ff +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836e0-0502-b0de-1a4b-0303c53f91ff' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: fa29b421-e2c7-49fb-ac70-da654f446824 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836e0-0502-b0de-1a4b-0303c53f91ff?request_guid=fa29b421-e2c7-49fb-ac70-da654f446824 HTTP/1.1" 200 1676 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836e0-0502-b0de-1a4b-0303c53f91ff' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: da4287e8-4bd6-4ce7-9dfe-d39e8d6eca4d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836e0-0502-b0de-1a4b-0303c53f91ff?request_guid=da4287e8-4bd6-4ce7-9dfe-d39e8d6eca4d HTTP/1.1" 200 1676 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a836e0-0502-b0de-1a4b-0303c53f91ff'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: ff5f9dac-620c-4cc7-9d49-573ca0722bc7 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a836e0-0502-b0de-1a4b-0303c53f91ff'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a836e0-0502-b0de-1a4b-0303c53f91ff'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 5ce3a9cc-9bfd-4e92-9de3-4c428523fec9 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=ff5f9dac-620c-4cc7-9d49-573ca0722bc7&request_guid=5ce3a9cc-9bfd-4e92-9de3-4c428523fec9 HTTP/1.1" 200 2812 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836e0-0502-b1d6-1a4b-0303c53f7b3f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836e0-0502-b1d6-1a4b-0303c53f7b3f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:12:42] "GET /sfexec?csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zblA.sRr6hnl67BtOzKCt-9HVEU7BbrI&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zblA.sRr6hnl67BtOzKCt-9HVEU7BbrI&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zblA.sRr6hnl67BtOzKCt-9HVEU7BbrI&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zblA.sRr6hnl67BtOzKCt-9HVEU7BbrI&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zblA.sRr6hnl67BtOzKCt-9HVEU7BbrI&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zblA.sRr6hnl67BtOzKCt-9HVEU7BbrI&submit=Submit HTTP/1.1" 500 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:12:42] "GET /sfexec?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:12:42] "GET /sfexec?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:12:43] "GET /sfexec?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 304 - +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:14:01] "GET /lib/easing/easing.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:14:01] "GET /lib/waypoints/waypoints.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:14:01] "GET /lib/owlcarousel/owl.carousel.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:14:01] "GET /mail/contact.js HTTP/1.1" 404 - +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 16.07s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 16.07s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 16.08s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=47005bc3-f912-4eb3-b5aa-cad5fbd6db02 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7b6793dc-1bf9-4193-8cd7-574bafb52fe9 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 2202334490784 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2202334490784 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2202334907504 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2202334907504 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2202334907504 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2202334907504 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2202334490784 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2202334490784 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=47005bc3-f912-4eb3-b5aa-cad5fbd6db02&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=7b6793dc-1bf9-4193-8cd7-574bafb52fe9 HTTP/1.1" 200 1550 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_PROD, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_PROD_QLIK_LOAD_WH, role=None, request_id=eb67ee24-3c26-4878-b68d-183200bce7c4 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 963e3433-49a3-4313-8db1-e4442df1b5e1 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=eb67ee24-3c26-4878-b68d-183200bce7c4&databaseName=PL_PROD&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_PROD_QLIK_LOAD_WH&request_guid=963e3433-49a3-4313-8db1-e4442df1b5e1 HTTP/1.1" 200 1552 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00187s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 18f57ca7-0247-47ea-ba6f-e7e48193344e +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0bec9dfb-894a-438b-ba80-aed6b348438c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=18f57ca7-0247-47ea-ba6f-e7e48193344e&request_guid=0bec9dfb-894a-438b-ba80-aed6b348438c HTTP/1.1" 200 2765 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836e2-0502-b0de-1a4b-0303c53febe3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836e2-0502-b0de-1a4b-0303c53febe3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836e2-0502-b0de-1a4b-0303c53febe3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c889125e-0c6e-4d3e-bd18-99fdaf0b7e93 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836e2-0502-b0de-1a4b-0303c53febe3?request_guid=c889125e-0c6e-4d3e-bd18-99fdaf0b7e93 HTTP/1.1" 200 1846 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836e2-0502-b0de-1a4b-0303c53febe3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 5f70795f-90ad-4825-b4d7-fa77f74a8f23 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836e2-0502-b0de-1a4b-0303c53febe3?request_guid=5f70795f-90ad-4825-b4d7-fa77f74a8f23 HTTP/1.1" 200 1846 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a836e2-0502-b0de-1a4b-0303c53febe3'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: a0e2c0db-9cd2-4c79-ac14-a0b36c2196cd +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a836e2-0502-b0de-1a4b-0303c53febe3'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a836e2-0502-b0de-1a4b-0303c53febe3'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 98e571e8-16a8-4991-9ccf-090729a9a66b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=a0e2c0db-9cd2-4c79-ac14-a0b36c2196cd&request_guid=98e571e8-16a8-4991-9ccf-090729a9a66b HTTP/1.1" 200 2766 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836e2-0502-af26-1a4b-0303c53ff86b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836e2-0502-af26-1a4b-0303c53ff86b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 14 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 15 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 11 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 12 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 12 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 706411de-d9ad-4a95-8350-578d5e6dd309 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7c1c1130-a436-4202-946a-50bcc192b4c7 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=706411de-d9ad-4a95-8350-578d5e6dd309&request_guid=7c1c1130-a436-4202-946a-50bcc192b4c7 HTTP/1.1" 200 2508 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836e2-0502-af26-1a4b-0303c53ff873 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836e2-0502-af26-1a4b-0303c53ff873 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836e2-0502-af26-1a4b-0303c53ff873' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 60d80331-1d35-475f-b545-2b0162067e48 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836e2-0502-af26-1a4b-0303c53ff873?request_guid=60d80331-1d35-475f-b545-2b0162067e48 HTTP/1.1" 200 2170 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836e2-0502-af26-1a4b-0303c53ff873' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 494a6f1b-c390-4907-b4f6-39cbf1e3f30b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836e2-0502-af26-1a4b-0303c53ff873?request_guid=494a6f1b-c390-4907-b4f6-39cbf1e3f30b HTTP/1.1" 200 2170 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a836e2-0502-af26-1a4b-0303c53ff873'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 8802a81b-3d78-4c42-933a-28dcfdde23eb +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a836e2-0502-af26-1a4b-0303c53ff873'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a836e2-0502-af26-1a4b-0303c53ff873'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8645e2a4-28b5-45af-b09b-4513ef43e540 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=8802a81b-3d78-4c42-933a-28dcfdde23eb&request_guid=8645e2a4-28b5-45af-b09b-4513ef43e540 HTTP/1.1" 200 2505 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836e2-0502-b1d6-1a4b-0303c54011d7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836e2-0502-b1d6-1a4b-0303c54011d7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 8 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: f4d969eb-9fa4-470c-92a0-52a39c3aa2f6 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','SDR');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 78e6ff4e-8838-4858-b98f-cd5d9b264b07 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=f4d969eb-9fa4-470c-92a0-52a39c3aa2f6&request_guid=78e6ff4e-8838-4858-b98f-cd5d9b264b07 HTTP/1.1" 200 2818 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836e2-0502-afee-1a4b-0303c53fddbb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836e2-0502-afee-1a4b-0303c53fddbb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836e2-0502-afee-1a4b-0303c53fddbb' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 20da1dff-b34c-40c2-a0c1-5c5ce43b8202 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836e2-0502-afee-1a4b-0303c53fddbb?request_guid=20da1dff-b34c-40c2-a0c1-5c5ce43b8202 HTTP/1.1" 200 1675 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836e2-0502-afee-1a4b-0303c53fddbb' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 895d5a13-8012-4907-9b51-1c90ef3af4eb +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836e2-0502-afee-1a4b-0303c53fddbb?request_guid=895d5a13-8012-4907-9b51-1c90ef3af4eb HTTP/1.1" 200 1674 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a836e2-0502-afee-1a4b-0303c53fddbb'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: fafe495a-6c26-4841-88a6-e7dbef18c742 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a836e2-0502-afee-1a4b-0303c53fddbb'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a836e2-0502-afee-1a4b-0303c53fddbb'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 64ed1b47-451b-4ddb-95cf-aee290d38fbd +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=fafe495a-6c26-4841-88a6-e7dbef18c742&request_guid=64ed1b47-451b-4ddb-95cf-aee290d38fbd HTTP/1.1" 200 2813 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836e2-0502-b1d6-1a4b-0303c54011fb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836e2-0502-b1d6-1a4b-0303c54011fb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:14:11] "GET /sfexec?csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zblA.sRr6hnl67BtOzKCt-9HVEU7BbrI&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zblA.sRr6hnl67BtOzKCt-9HVEU7BbrI&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zblA.sRr6hnl67BtOzKCt-9HVEU7BbrI&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zblA.sRr6hnl67BtOzKCt-9HVEU7BbrI&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zblA.sRr6hnl67BtOzKCt-9HVEU7BbrI&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zblA.sRr6hnl67BtOzKCt-9HVEU7BbrI&submit=Submit HTTP/1.1" 500 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:14:11] "GET /sfexec?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:14:11] "GET /sfexec?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:14:12] "GET /sfexec?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 304 - +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:15:47] "GET /lib/waypoints/waypoints.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:15:47] "GET /lib/easing/easing.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:15:47] "GET /lib/owlcarousel/owl.carousel.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:15:47] "GET /mail/contact.js HTTP/1.1" 404 - +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 48s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 48.01s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 48.01s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=e232b7bc-f95b-4a4d-afcd-2a5d5d932cd2 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a22452d9-7cd2-4a40-8f87-44a27f060f93 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 1614956556448 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1614956556448 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 1614956924016 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1614956924016 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 1614956924016 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 1614956924016 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 1614956556448 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1614956556448 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=e232b7bc-f95b-4a4d-afcd-2a5d5d932cd2&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=a22452d9-7cd2-4a40-8f87-44a27f060f93 HTTP/1.1" 200 1556 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_PROD, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_PROD_QLIK_LOAD_WH, role=None, request_id=a6520a66-914c-4225-a910-74ca7e9d1986 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: cee813ae-71f3-478f-8eb4-9effa1edbde9 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=a6520a66-914c-4225-a910-74ca7e9d1986&databaseName=PL_PROD&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_PROD_QLIK_LOAD_WH&request_guid=cee813ae-71f3-478f-8eb4-9effa1edbde9 HTTP/1.1" 200 1555 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00204s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 4217d8d1-15d3-4b2a-a64d-66703bc4f98b +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9338eaf2-d9a8-4ef6-aa1b-f08a9269173b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=4217d8d1-15d3-4b2a-a64d-66703bc4f98b&request_guid=9338eaf2-d9a8-4ef6-aa1b-f08a9269173b HTTP/1.1" 200 2764 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836e3-0502-af26-1a4b-0303c540937b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836e3-0502-af26-1a4b-0303c540937b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836e3-0502-af26-1a4b-0303c540937b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 84016919-e018-41a7-9c7a-85a1268892ad +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836e3-0502-af26-1a4b-0303c540937b?request_guid=84016919-e018-41a7-9c7a-85a1268892ad HTTP/1.1" 200 1854 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836e3-0502-af26-1a4b-0303c540937b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 2956a856-3477-40a0-bc6c-666d7a3e9a36 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836e3-0502-af26-1a4b-0303c540937b?request_guid=2956a856-3477-40a0-bc6c-666d7a3e9a36 HTTP/1.1" 200 1855 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a836e3-0502-af26-1a4b-0303c540937b'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 019edbee-c870-465c-bd4f-72d7a3180380 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a836e3-0502-af26-1a4b-0303c540937b'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a836e3-0502-af26-1a4b-0303c540937b'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 92f22e36-b0cb-4c89-b073-87f1b6be7047 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=019edbee-c870-465c-bd4f-72d7a3180380&request_guid=92f22e36-b0cb-4c89-b073-87f1b6be7047 HTTP/1.1" 200 2762 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836e3-0502-b0de-1a4b-0303c540892b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836e3-0502-b0de-1a4b-0303c540892b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 14 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 15 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 11 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 12 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 12 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: c6e0f3f8-ed7d-4817-89ec-2067c0ded88e +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: dd5d7d1f-763d-43e9-b814-884807e2d518 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=c6e0f3f8-ed7d-4817-89ec-2067c0ded88e&request_guid=dd5d7d1f-763d-43e9-b814-884807e2d518 HTTP/1.1" 200 2512 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836e3-0502-afee-1a4b-0303c5407c2f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836e3-0502-afee-1a4b-0303c5407c2f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836e3-0502-afee-1a4b-0303c5407c2f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 5a7064fe-0c16-43e0-a80c-385845a1979d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836e3-0502-afee-1a4b-0303c5407c2f?request_guid=5a7064fe-0c16-43e0-a80c-385845a1979d HTTP/1.1" 200 2174 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836e3-0502-afee-1a4b-0303c5407c2f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7dab3095-b6b9-469a-b90c-d0a9ff54952b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836e3-0502-afee-1a4b-0303c5407c2f?request_guid=7dab3095-b6b9-469a-b90c-d0a9ff54952b HTTP/1.1" 200 2173 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a836e3-0502-afee-1a4b-0303c5407c2f'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: f7c16477-9ff3-4eef-be82-cb99d208a6bd +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a836e3-0502-afee-1a4b-0303c5407c2f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a836e3-0502-afee-1a4b-0303c5407c2f'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e1ea7612-63a8-4ab3-88a2-5e24f69b6bcc +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=f7c16477-9ff3-4eef-be82-cb99d208a6bd&request_guid=e1ea7612-63a8-4ab3-88a2-5e24f69b6bcc HTTP/1.1" 200 2508 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836e3-0502-b1d6-1a4b-0303c5406dbb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836e3-0502-b1d6-1a4b-0303c5406dbb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 8 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: b9f14ed3-4cc7-488d-b603-bf479971ee06 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','SDR');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f9f61550-bd41-48a2-a3cc-e27f33c1a14b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=b9f14ed3-4cc7-488d-b603-bf479971ee06&request_guid=f9f61550-bd41-48a2-a3cc-e27f33c1a14b HTTP/1.1" 200 2812 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836e3-0502-b0de-1a4b-0303c5408983 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836e3-0502-b0de-1a4b-0303c5408983 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836e3-0502-b0de-1a4b-0303c5408983' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 60b71840-31b6-44cc-ae4b-2b922e43abf4 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836e3-0502-b0de-1a4b-0303c5408983?request_guid=60b71840-31b6-44cc-ae4b-2b922e43abf4 HTTP/1.1" 200 1680 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836e3-0502-b0de-1a4b-0303c5408983' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 33061d7a-17bb-4e48-aac8-52888f2d0b33 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836e3-0502-b0de-1a4b-0303c5408983?request_guid=33061d7a-17bb-4e48-aac8-52888f2d0b33 HTTP/1.1" 200 1681 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a836e3-0502-b0de-1a4b-0303c5408983'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 9f4127d2-b57b-41a2-9391-f81e8e32fabf +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a836e3-0502-b0de-1a4b-0303c5408983'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a836e3-0502-b0de-1a4b-0303c5408983'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 315cd256-2ef3-418d-b989-e7eb2c0f2efd +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=9f4127d2-b57b-41a2-9391-f81e8e32fabf&request_guid=315cd256-2ef3-418d-b989-e7eb2c0f2efd HTTP/1.1" 200 2813 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836e3-0502-af26-1a4b-0303c540943f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836e3-0502-af26-1a4b-0303c540943f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:15:57] "GET /sfexec?csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zblA.sRr6hnl67BtOzKCt-9HVEU7BbrI&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zblA.sRr6hnl67BtOzKCt-9HVEU7BbrI&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zblA.sRr6hnl67BtOzKCt-9HVEU7BbrI&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zblA.sRr6hnl67BtOzKCt-9HVEU7BbrI&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zblA.sRr6hnl67BtOzKCt-9HVEU7BbrI&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zblA.sRr6hnl67BtOzKCt-9HVEU7BbrI&submit=Submit HTTP/1.1" 500 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:15:57] "GET /sfexec?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:15:57] "GET /sfexec?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:15:57] "GET /sfexec?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 304 - +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:17:07] "GET /lib/waypoints/waypoints.min.js HTTP/1.1" 404 - +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.5944s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.5995s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.6037s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=9e491e44-cca1-4fb6-946d-6010abd46b41 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 755d1db1-e1e9-460f-9e79-39fc1713bad2 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 1597687474416 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1597687474416 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 1597687907520 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1597687907520 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 1597687907520 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 1597687907520 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 1597687474416 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1597687474416 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 2.273s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 2.278s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 2.283s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=e202c1de-48d3-4b03-99a7-e1f78ca641d1 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 62f41979-4eaa-49ab-911b-301722f4ee0f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=9e491e44-cca1-4fb6-946d-6010abd46b41&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=755d1db1-e1e9-460f-9e79-39fc1713bad2 HTTP/1.1" 200 None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_PROD, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_PROD_QLIK_LOAD_WH, role=None, request_id=0ac5fd5b-140c-4b05-9ad7-f9211bc35ecd +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8059f3f2-430e-46b2-9703-23b67c5402f6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=e202c1de-48d3-4b03-99a7-e1f78ca641d1&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=62f41979-4eaa-49ab-911b-301722f4ee0f HTTP/1.1" 200 1556 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_PROD, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_PROD_QLIK_LOAD_WH, role=None, request_id=39b1a0e9-2edf-497b-859b-329871500046 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 88b88069-afa7-4023-bcad-9c21a68a696f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=0ac5fd5b-140c-4b05-9ad7-f9211bc35ecd&databaseName=PL_PROD&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_PROD_QLIK_LOAD_WH&request_guid=8059f3f2-430e-46b2-9703-23b67c5402f6 HTTP/1.1" 200 1554 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.03243s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 30cf32f7-2609-4bf0-a8e1-88b0b6a5e53b +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 4e9aa3ca-1f36-4094-8809-60e15776a518 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=30cf32f7-2609-4bf0-a8e1-88b0b6a5e53b&request_guid=4e9aa3ca-1f36-4094-8809-60e15776a518 HTTP/1.1" 200 2764 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.network:Query id: 01a836e5-0502-af26-1a4b-0303c540f7d3 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.cursor:sfqid: 01a836e5-0502-af26-1a4b-0303c540f7d3 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836e5-0502-af26-1a4b-0303c540f7d3' +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.network:Request guid: c409b2ee-4825-4963-b412-fdf5e93ead4a +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836e5-0502-af26-1a4b-0303c540f7d3?request_guid=c409b2ee-4825-4963-b412-fdf5e93ead4a HTTP/1.1" 200 1850 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836e5-0502-af26-1a4b-0303c540f7d3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: dcc389c2-8891-49ff-9060-f3c624ad6a73 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836e5-0502-af26-1a4b-0303c540f7d3?request_guid=dcc389c2-8891-49ff-9060-f3c624ad6a73 HTTP/1.1" 200 1851 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a836e5-0502-af26-1a4b-0303c540f7d3'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 88da869b-1b80-4385-835d-d50807de0c21 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a836e5-0502-af26-1a4b-0303c540f7d3'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a836e5-0502-af26-1a4b-0303c540f7d3'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 941f86f3-06bc-441d-a6e5-f0c006f88136 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=39b1a0e9-2edf-497b-859b-329871500046&databaseName=PL_PROD&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_PROD_QLIK_LOAD_WH&request_guid=88b88069-afa7-4023-bcad-9c21a68a696f HTTP/1.1" 200 1553 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.9972s ago] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 0db5a686-b7a6-4654-aa4c-ffb72a9af9f6 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c7886ad1-9359-474a-bd7b-f6b81b7eae82 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=88da869b-1b80-4385-835d-d50807de0c21&request_guid=941f86f3-06bc-441d-a6e5-f0c006f88136 HTTP/1.1" 200 2765 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836e5-0502-ae87-1a4b-0303c540e947 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836e5-0502-ae87-1a4b-0303c540e947 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 14 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 15 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 11 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 12 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 12 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 41fd76ed-002d-47ab-b6eb-43d15fc8063e +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 312c181e-5111-44e9-8e8c-e20b36db5e2d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=0db5a686-b7a6-4654-aa4c-ffb72a9af9f6&request_guid=c7886ad1-9359-474a-bd7b-f6b81b7eae82 HTTP/1.1" 200 2764 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836e5-0502-af26-1a4b-0303c540f82f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836e5-0502-af26-1a4b-0303c540f82f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836e5-0502-af26-1a4b-0303c540f82f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7f99f07a-8ca9-44f8-b858-cdf34a19c7cb +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=41fd76ed-002d-47ab-b6eb-43d15fc8063e&request_guid=312c181e-5111-44e9-8e8c-e20b36db5e2d HTTP/1.1" 200 2505 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836e5-0502-b0de-1a4b-0303c540dc93 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836e5-0502-b0de-1a4b-0303c540dc93 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836e5-0502-b0de-1a4b-0303c540dc93' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 40f234e6-8e59-4859-9e12-78e89c68d47d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836e5-0502-b0de-1a4b-0303c540dc93?request_guid=40f234e6-8e59-4859-9e12-78e89c68d47d HTTP/1.1" 200 2168 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836e5-0502-b0de-1a4b-0303c540dc93' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0ed19088-ebc1-4e7d-97cf-614bde67ccad +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836e5-0502-af26-1a4b-0303c540f82f?request_guid=7f99f07a-8ca9-44f8-b858-cdf34a19c7cb HTTP/1.1" 200 1854 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836e5-0502-af26-1a4b-0303c540f82f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 88183360-eb83-4d02-a2a7-b43de8d09c12 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836e5-0502-b0de-1a4b-0303c540dc93?request_guid=0ed19088-ebc1-4e7d-97cf-614bde67ccad HTTP/1.1" 200 2167 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a836e5-0502-b0de-1a4b-0303c540dc93'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: a7e005f0-8c0f-4d66-a124-836b86f608a4 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a836e5-0502-b0de-1a4b-0303c540dc93'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a836e5-0502-b0de-1a4b-0303c540dc93'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: bea4c15a-6ed8-47e3-84bf-d1b00ea0bba0 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836e5-0502-af26-1a4b-0303c540f82f?request_guid=88183360-eb83-4d02-a2a7-b43de8d09c12 HTTP/1.1" 200 1853 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a836e5-0502-af26-1a4b-0303c540f82f'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: c5de37ed-cd74-4426-8ca7-7520c6175819 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a836e5-0502-af26-1a4b-0303c540f82f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a836e5-0502-af26-1a4b-0303c540f82f'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 511d3373-097b-4860-98c5-c2935a9945ab +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=a7e005f0-8c0f-4d66-a124-836b86f608a4&request_guid=bea4c15a-6ed8-47e3-84bf-d1b00ea0bba0 HTTP/1.1" 200 2509 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836e5-0502-afee-1a4b-0303c540ce87 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836e5-0502-afee-1a4b-0303c540ce87 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 8 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 6de24433-836d-48d7-be56-c5cd0f3e858b +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','SDR');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 5ca0be91-cade-4705-9594-0f196fcf5a89 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=6de24433-836d-48d7-be56-c5cd0f3e858b&request_guid=5ca0be91-cade-4705-9594-0f196fcf5a89 HTTP/1.1" 200 2809 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836e5-0502-b0de-1a4b-0303c540dcdf +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836e5-0502-b0de-1a4b-0303c540dcdf +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836e5-0502-b0de-1a4b-0303c540dcdf' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 26aabfd8-244c-4263-a6d6-b3db166fc353 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=c5de37ed-cd74-4426-8ca7-7520c6175819&request_guid=511d3373-097b-4860-98c5-c2935a9945ab HTTP/1.1" 200 2762 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836e5-0502-b0de-1a4b-0303c540dcef +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836e5-0502-b0de-1a4b-0303c540dcef +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 14 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 15 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 11 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 12 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 12 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 228eb4e1-92f7-4592-a3c3-dffc380a0ff4 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 2d04b17b-ed61-4d3b-97f0-5f559aa5f67d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836e5-0502-b0de-1a4b-0303c540dcdf?request_guid=26aabfd8-244c-4263-a6d6-b3db166fc353 HTTP/1.1" 200 1679 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836e5-0502-b0de-1a4b-0303c540dcdf' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 401032e4-536a-402e-8c60-3419e6f713af +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836e5-0502-b0de-1a4b-0303c540dcdf?request_guid=401032e4-536a-402e-8c60-3419e6f713af HTTP/1.1" 200 1679 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a836e5-0502-b0de-1a4b-0303c540dcdf'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 750e9fcc-2371-4e05-836c-3dbb695040f7 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a836e5-0502-b0de-1a4b-0303c540dcdf'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a836e5-0502-b0de-1a4b-0303c540dcdf'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: dd79e530-7c6d-44e7-b150-bc8a05cb7667 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=750e9fcc-2371-4e05-836c-3dbb695040f7&request_guid=dd79e530-7c6d-44e7-b150-bc8a05cb7667 HTTP/1.1" 200 2811 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836e5-0502-b0de-1a4b-0303c540dd2b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836e5-0502-b0de-1a4b-0303c540dd2b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=228eb4e1-92f7-4592-a3c3-dffc380a0ff4&request_guid=2d04b17b-ed61-4d3b-97f0-5f559aa5f67d HTTP/1.1" 200 2505 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836e5-0502-b0de-1a4b-0303c540dd0f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836e5-0502-b0de-1a4b-0303c540dd0f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 36.15s ago] ('get_data', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836e5-0502-b0de-1a4b-0303c540dd0f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.network:Request guid: e8fc8612-4517-45f9-b268-631c52562ad6 +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=1c090e4b-49b0-45c6-9a77-c20ae27e6b6e +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 12b91f4e-93fa-4d43-8311-7955c0c5859f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836e5-0502-b0de-1a4b-0303c540dd0f?request_guid=e8fc8612-4517-45f9-b268-631c52562ad6 HTTP/1.1" 200 2168 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836e5-0502-b0de-1a4b-0303c540dd0f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f7ce241d-a0a6-4cff-9e75-27aa54886f7e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836e5-0502-b0de-1a4b-0303c540dd0f?request_guid=f7ce241d-a0a6-4cff-9e75-27aa54886f7e HTTP/1.1" 200 2168 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a836e5-0502-b0de-1a4b-0303c540dd0f'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 37b95678-47ba-4212-926f-25cab4a20ab7 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a836e5-0502-b0de-1a4b-0303c540dd0f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a836e5-0502-b0de-1a4b-0303c540dd0f'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 20e2bbac-54d2-4e7f-b3ba-e801969262e1 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=37b95678-47ba-4212-926f-25cab4a20ab7&request_guid=20e2bbac-54d2-4e7f-b3ba-e801969262e1 HTTP/1.1" 200 2506 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836e5-0502-b0de-1a4b-0303c5412497 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836e5-0502-b0de-1a4b-0303c5412497 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 10 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 8 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.cursor:executing SQL/command +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: a4ba715d-b6bf-4589-a1ae-ef0b135fbb54 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','SDR');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 388c3b30-8337-4dfb-bc2a-c2ef8b685bce +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=a4ba715d-b6bf-4589-a1ae-ef0b135fbb54&request_guid=388c3b30-8337-4dfb-bc2a-c2ef8b685bce HTTP/1.1" 200 2812 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836e5-0502-b0de-1a4b-0303c54124af +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836e5-0502-b0de-1a4b-0303c54124af +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836e5-0502-b0de-1a4b-0303c54124af' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: daca88b8-cf57-4ce1-a1b0-60277a29f8cd +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836e5-0502-b0de-1a4b-0303c54124af?request_guid=daca88b8-cf57-4ce1-a1b0-60277a29f8cd HTTP/1.1" 200 1671 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836e5-0502-b0de-1a4b-0303c54124af' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7b77c9b6-af81-4099-b16a-f04d801a0977 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836e5-0502-b0de-1a4b-0303c54124af?request_guid=7b77c9b6-af81-4099-b16a-f04d801a0977 HTTP/1.1" 200 1671 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.cursor:executing SQL/command +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a836e5-0502-b0de-1a4b-0303c54124af'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: a8b96368-3b54-429f-94aa-1524f7ada381 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a836e5-0502-b0de-1a4b-0303c54124af'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a836e5-0502-b0de-1a4b-0303c54124af'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 02f99b52-a8bd-42a2-ae28-393bd15fefdc +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=a8b96368-3b54-429f-94aa-1524f7ada381&request_guid=02f99b52-a8bd-42a2-ae28-393bd15fefdc HTTP/1.1" 200 2815 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836e5-0502-ae87-1a4b-0303c54132ab +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836e5-0502-ae87-1a4b-0303c54132ab +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=1c090e4b-49b0-45c6-9a77-c20ae27e6b6e&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=12b91f4e-93fa-4d43-8311-7955c0c5859f HTTP/1.1" 200 1554 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 45.56s ago] ('get_data', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=b6fc405a-398d-41b6-b822-6d3d1b482364 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0d03445e-4555-4f10-8130-0819dbb026dc +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT AVERAGERECCONF,LATENCYHISTOGRAM1,ODS_ROW_PROCESS_DTM,PARENTID,ODS_EXP_ROW...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: ee4b09d8-f89c-4a20-b6ad-17ae26b93249 +DEBUG:snowflake.connector.cursor:running query [SELECT AVERAGERECCONF,LATENCYHISTOGRAM1,ODS_ROW_PROCESS_DTM,PARENTID,ODS_EXP_ROW...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT AVERAGERECCONF,LATENCYHISTOGRAM1,ODS_ROW_PROCESS_DTM,PARENTID,ODS_EXP_ROW...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 00896d78-8403-4aae-aa95-8b925d0a714d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=b6fc405a-398d-41b6-b822-6d3d1b482364&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=0d03445e-4555-4f10-8130-0819dbb026dc HTTP/1.1" 200 1557 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT AVERAGERECCONF,LATENCYHISTOGRAM1,ODS_ROW_PROCESS_DTM,PARENTID,ODS_EXP_ROW...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 075fe7d3-3768-468f-9ef9-e2d3afa45b52 +DEBUG:snowflake.connector.cursor:running query [SELECT AVERAGERECCONF,LATENCYHISTOGRAM1,ODS_ROW_PROCESS_DTM,PARENTID,ODS_EXP_ROW...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT AVERAGERECCONF,LATENCYHISTOGRAM1,ODS_ROW_PROCESS_DTM,PARENTID,ODS_EXP_ROW...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a45e656a-5546-46fd-8c60-678ebd14174d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=ee4b09d8-f89c-4a20-b6ad-17ae26b93249&request_guid=00896d78-8403-4aae-aa95-8b925d0a714d HTTP/1.1" 200 None +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836e5-0502-af26-1a4b-0303c5414613 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836e5-0502-af26-1a4b-0303c5414613 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=73 +INFO:snowflake.connector.cursor:Number of results in first chunk: 83 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836e5-0502-af26-1a4b-0303c5414613' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f50c1647-48da-40ca-ab5a-2733df59e127 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836e5-0502-af26-1a4b-0303c5414613?request_guid=f50c1647-48da-40ca-ab5a-2733df59e127 HTTP/1.1" 200 2451 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836e5-0502-af26-1a4b-0303c5414613' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 94790c83-bef9-46f3-991b-6c2d7c2125cf +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836e5-0502-af26-1a4b-0303c5414613?request_guid=94790c83-bef9-46f3-991b-6c2d7c2125cf HTTP/1.1" 200 2449 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a836e5-0502-af26-1a4b-0303c5414613'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 655f3a34-84e2-46b4-b64c-a01e6b6764b8 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a836e5-0502-af26-1a4b-0303c5414613'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a836e5-0502-af26-1a4b-0303c5414613'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: dbb2ad82-f8bc-4971-8ff2-87c9ec368985 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=655f3a34-84e2-46b4-b64c-a01e6b6764b8&request_guid=dbb2ad82-f8bc-4971-8ff2-87c9ec368985 HTTP/1.1" 200 6483 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836e6-0502-ae87-1a4b-0303c5413613 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836e6-0502-ae87-1a4b-0303c5413613 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=74 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.result_set:result batch 1 has id: data_0_0_0 +DEBUG:snowflake.connector.result_set:result batch 2 has id: data_0_0_1 +DEBUG:snowflake.connector.result_set:result batch 3 has id: data_0_0_2 +DEBUG:snowflake.connector.result_set:result batch 4 has id: data_0_0_3 +DEBUG:snowflake.connector.result_set:result batch 5 has id: data_0_0_4 +DEBUG:snowflake.connector.result_set:result batch 6 has id: data_0_0_5 +DEBUG:snowflake.connector.result_set:result batch 7 has id: data_0_0_6 +DEBUG:snowflake.connector.result_set:result batch 8 has id: data_0_0_7 +DEBUG:snowflake.connector.result_set:result batch 9 has id: data_0_0_8 +DEBUG:snowflake.connector.result_set:result batch 10 has id: data_0_1_0 +DEBUG:snowflake.connector.result_set:result batch 11 has id: data_0_1_1 +DEBUG:snowflake.connector.result_set:result batch 12 has id: data_0_1_2 +DEBUG:snowflake.connector.result_set:result batch 13 has id: data_0_1_3 +DEBUG:snowflake.connector.result_set:result batch 14 has id: data_0_1_4 +DEBUG:snowflake.connector.result_set:result batch 15 has id: data_0_1_5 +DEBUG:snowflake.connector.result_set:result batch 16 has id: data_0_1_6 +DEBUG:snowflake.connector.result_set:result batch 17 has id: data_0_1_7 +DEBUG:snowflake.connector.result_set:result batch 18 has id: data_0_1_8 +DEBUG:snowflake.connector.result_set:result batch 19 has id: data_0_2_0 +DEBUG:snowflake.connector.result_set:result batch 20 has id: data_0_2_1 +DEBUG:snowflake.connector.result_set:result batch 21 has id: data_0_2_2 +DEBUG:snowflake.connector.result_set:result batch 22 has id: data_0_2_3 +DEBUG:snowflake.connector.result_set:result batch 23 has id: data_0_2_4 +DEBUG:snowflake.connector.result_set:result batch 24 has id: data_0_2_5 +DEBUG:snowflake.connector.result_set:result batch 25 has id: data_0_2_6 +DEBUG:snowflake.connector.result_set:result batch 26 has id: data_0_2_7 +DEBUG:snowflake.connector.result_set:result batch 27 has id: data_0_2_8 +DEBUG:snowflake.connector.result_set:result batch 28 has id: data_0_3_0 +DEBUG:snowflake.connector.result_set:result batch 29 has id: data_0_3_1 +DEBUG:snowflake.connector.result_set:result batch 30 has id: data_0_3_2 +DEBUG:snowflake.connector.result_set:result batch 31 has id: data_0_3_3 +DEBUG:snowflake.connector.result_set:result batch 32 has id: data_0_3_4 +DEBUG:snowflake.connector.result_set:result batch 33 has id: data_0_3_5 +DEBUG:snowflake.connector.result_set:result batch 34 has id: data_0_3_6 +DEBUG:snowflake.connector.result_set:result batch 35 has id: data_0_3_7 +DEBUG:snowflake.connector.result_set:result batch 36 has id: data_0_3_8 +DEBUG:snowflake.connector.result_set:result batch 37 has id: data_0_4_0 +DEBUG:snowflake.connector.result_set:result batch 38 has id: data_0_4_1 +DEBUG:snowflake.connector.result_set:result batch 39 has id: data_0_4_2 +DEBUG:snowflake.connector.result_set:result batch 40 has id: data_0_4_3 +DEBUG:snowflake.connector.result_set:result batch 41 has id: data_0_4_4 +DEBUG:snowflake.connector.result_set:result batch 42 has id: data_0_4_5 +DEBUG:snowflake.connector.result_set:result batch 43 has id: data_0_4_6 +DEBUG:snowflake.connector.result_set:result batch 44 has id: data_0_4_7 +DEBUG:snowflake.connector.result_set:result batch 45 has id: data_0_4_8 +DEBUG:snowflake.connector.result_set:result batch 46 has id: data_0_5_0 +DEBUG:snowflake.connector.result_set:result batch 47 has id: data_0_5_1 +DEBUG:snowflake.connector.result_set:result batch 48 has id: data_0_5_2 +DEBUG:snowflake.connector.result_set:result batch 49 has id: data_0_5_3 +DEBUG:snowflake.connector.result_set:result batch 50 has id: data_0_5_4 +DEBUG:snowflake.connector.result_set:result batch 51 has id: data_0_5_5 +DEBUG:snowflake.connector.result_set:result batch 52 has id: data_0_5_6 +DEBUG:snowflake.connector.result_set:result batch 53 has id: data_0_5_7 +DEBUG:snowflake.connector.result_set:result batch 54 has id: data_0_5_8 +DEBUG:snowflake.connector.result_set:result batch 55 has id: data_0_5_9 +DEBUG:snowflake.connector.result_set:result batch 56 has id: data_0_6_0 +DEBUG:snowflake.connector.result_set:result batch 57 has id: data_0_6_1 +DEBUG:snowflake.connector.result_set:result batch 58 has id: data_0_6_2 +DEBUG:snowflake.connector.result_set:result batch 59 has id: data_0_6_3 +DEBUG:snowflake.connector.result_set:result batch 60 has id: data_0_6_4 +DEBUG:snowflake.connector.result_set:result batch 61 has id: data_0_6_5 +DEBUG:snowflake.connector.result_set:result batch 62 has id: data_0_6_6 +DEBUG:snowflake.connector.result_set:result batch 63 has id: data_0_6_7 +DEBUG:snowflake.connector.result_set:result batch 64 has id: data_0_6_8 +DEBUG:snowflake.connector.result_set:result batch 65 has id: data_0_7_0 +DEBUG:snowflake.connector.result_set:result batch 66 has id: data_0_7_1 +DEBUG:snowflake.connector.result_set:result batch 67 has id: data_0_7_2 +DEBUG:snowflake.connector.result_set:result batch 68 has id: data_0_7_3 +DEBUG:snowflake.connector.result_set:result batch 69 has id: data_0_7_4 +DEBUG:snowflake.connector.result_set:result batch 70 has id: data_0_7_5 +DEBUG:snowflake.connector.result_set:result batch 71 has id: data_0_7_6 +DEBUG:snowflake.connector.result_set:result batch 72 has id: data_0_7_7 +DEBUG:snowflake.connector.result_set:result batch 73 has id: data_0_7_8 +DEBUG:snowflake.connector.result_set:result batch 74 has id: data_0_7_9 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_0 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_0 with existing session +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_1 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/2 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_1 with existing session +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_2 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/3 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_2 with existing session +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_3 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_4 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_3 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=075fe7d3-3768-468f-9ef9-e2d3afa45b52&request_guid=a45e656a-5546-46fd-8c60-678ebd14174d HTTP/1.1" 200 None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Query id: 01a836e6-0502-ae87-1a4b-0303c54134f7 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.cursor:sfqid: 01a836e6-0502-ae87-1a4b-0303c54134f7 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.result_batch:chunk size=73 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +INFO:snowflake.connector.cursor:Number of results in first chunk: 87 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836e6-0502-ae87-1a4b-0303c54134f7' +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.network:Request guid: f7d4b4dc-a84e-4113-beaf-6d5c4447a4a2 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836e6-0502-ae87-1a4b-0303c54134f7?request_guid=f7d4b4dc-a84e-4113-beaf-6d5c4447a4a2 HTTP/1.1" 200 2469 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836e6-0502-ae87-1a4b-0303c54134f7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.network:Request guid: aabfc72f-2640-46ea-9c16-222f0a7940c8 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836e6-0502-ae87-1a4b-0303c54134f7?request_guid=aabfc72f-2640-46ea-9c16-222f0a7940c8 HTTP/1.1" 200 2469 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a836e6-0502-ae87-1a4b-0303c54134f7'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 759c4ab8-e1b2-46bc-81ce-6bbd0071798d +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a836e6-0502-ae87-1a4b-0303c54134f7'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a836e6-0502-ae87-1a4b-0303c54134f7'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6d6669d5-e6bb-4057-ac3f-03f9ad68f73c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_0_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=aQas4cGb1%2FOlaBx%2FqS9viXuAOQQ%3D HTTP/1.1" 200 25148 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_0_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=7yUPuj%2BgY2tfsMzgM3oUttScBjc%3D HTTP/1.1" 200 456659 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_0_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=i4jwJFB7%2FJX464QPbcq04vyqb2k%3D HTTP/1.1" 200 127264 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 1 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 83 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 1 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 2 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_5 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_0_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=OVtf5IVnLnS%2B6RnJpOxRVw4Npfw%3D HTTP/1.1" 200 241738 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_1 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_0_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=8fHjFo9ur%2FKmwNQGpQerS9HCPkU%3D HTTP/1.1" 200 868050 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 85 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 85 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 88 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 86 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 87 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 88 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=759c4ab8-e1b2-46bc-81ce-6bbd0071798d&request_guid=6d6669d5-e6bb-4057-ac3f-03f9ad68f73c HTTP/1.1" 200 6506 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 2 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 3 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836e6-0502-afee-1a4b-0303c5411d43 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836e6-0502-afee-1a4b-0303c5411d43 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=74 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.result_set:result batch 1 has id: data_0_0_0 +DEBUG:snowflake.connector.result_set:result batch 2 has id: data_0_0_1 +DEBUG:snowflake.connector.result_set:result batch 3 has id: data_0_0_2 +DEBUG:snowflake.connector.result_set:result batch 4 has id: data_0_0_3 +DEBUG:snowflake.connector.result_set:result batch 5 has id: data_0_0_4 +DEBUG:snowflake.connector.result_set:result batch 6 has id: data_0_0_5 +DEBUG:snowflake.connector.result_set:result batch 7 has id: data_0_0_6 +DEBUG:snowflake.connector.result_set:result batch 8 has id: data_0_0_7 +DEBUG:snowflake.connector.result_set:result batch 9 has id: data_0_0_8 +DEBUG:snowflake.connector.result_set:result batch 10 has id: data_0_1_0 +DEBUG:snowflake.connector.result_set:result batch 11 has id: data_0_1_1 +DEBUG:snowflake.connector.result_set:result batch 12 has id: data_0_1_2 +DEBUG:snowflake.connector.result_set:result batch 13 has id: data_0_1_3 +DEBUG:snowflake.connector.result_set:result batch 14 has id: data_0_1_4 +DEBUG:snowflake.connector.result_set:result batch 15 has id: data_0_1_5 +DEBUG:snowflake.connector.result_set:result batch 16 has id: data_0_1_6 +DEBUG:snowflake.connector.result_set:result batch 17 has id: data_0_1_7 +DEBUG:snowflake.connector.result_set:result batch 18 has id: data_0_1_8 +DEBUG:snowflake.connector.result_set:result batch 19 has id: data_0_2_0 +DEBUG:snowflake.connector.result_set:result batch 20 has id: data_0_2_1 +DEBUG:snowflake.connector.result_set:result batch 21 has id: data_0_2_2 +DEBUG:snowflake.connector.result_set:result batch 22 has id: data_0_2_3 +DEBUG:snowflake.connector.result_set:result batch 23 has id: data_0_2_4 +DEBUG:snowflake.connector.result_set:result batch 24 has id: data_0_2_5 +DEBUG:snowflake.connector.result_set:result batch 25 has id: data_0_2_6 +DEBUG:snowflake.connector.result_set:result batch 26 has id: data_0_2_7 +DEBUG:snowflake.connector.result_set:result batch 27 has id: data_0_2_8 +DEBUG:snowflake.connector.result_set:result batch 28 has id: data_0_2_9 +DEBUG:snowflake.connector.result_set:result batch 29 has id: data_0_3_0 +DEBUG:snowflake.connector.result_set:result batch 30 has id: data_0_3_1 +DEBUG:snowflake.connector.result_set:result batch 31 has id: data_0_3_2 +DEBUG:snowflake.connector.result_set:result batch 32 has id: data_0_3_3 +DEBUG:snowflake.connector.result_set:result batch 33 has id: data_0_3_4 +DEBUG:snowflake.connector.result_set:result batch 34 has id: data_0_3_5 +DEBUG:snowflake.connector.result_set:result batch 35 has id: data_0_3_6 +DEBUG:snowflake.connector.result_set:result batch 36 has id: data_0_3_7 +DEBUG:snowflake.connector.result_set:result batch 37 has id: data_0_3_8 +DEBUG:snowflake.connector.result_set:result batch 38 has id: data_0_4_0 +DEBUG:snowflake.connector.result_set:result batch 39 has id: data_0_4_1 +DEBUG:snowflake.connector.result_set:result batch 40 has id: data_0_4_2 +DEBUG:snowflake.connector.result_set:result batch 41 has id: data_0_4_3 +DEBUG:snowflake.connector.result_set:result batch 42 has id: data_0_4_4 +DEBUG:snowflake.connector.result_set:result batch 43 has id: data_0_4_5 +DEBUG:snowflake.connector.result_set:result batch 44 has id: data_0_4_6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_set:result batch 45 has id: data_0_4_7 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_set:result batch 46 has id: data_0_4_8 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_set:result batch 47 has id: data_0_5_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_set:result batch 48 has id: data_0_5_1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_set:result batch 49 has id: data_0_5_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_6 +DEBUG:snowflake.connector.result_set:result batch 50 has id: data_0_5_3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_set:result batch 51 has id: data_0_5_4 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_6 with existing session +DEBUG:snowflake.connector.result_set:result batch 52 has id: data_0_5_5 +DEBUG:snowflake.connector.result_set:result batch 53 has id: data_0_5_6 +DEBUG:snowflake.connector.result_set:result batch 54 has id: data_0_5_7 +DEBUG:snowflake.connector.result_set:result batch 55 has id: data_0_5_8 +DEBUG:snowflake.connector.result_set:result batch 56 has id: data_0_5_9 +DEBUG:snowflake.connector.result_set:result batch 57 has id: data_0_6_0 +DEBUG:snowflake.connector.result_set:result batch 58 has id: data_0_6_1 +DEBUG:snowflake.connector.result_set:result batch 59 has id: data_0_6_2 +DEBUG:snowflake.connector.result_set:result batch 60 has id: data_0_6_3 +DEBUG:snowflake.connector.result_set:result batch 61 has id: data_0_6_4 +DEBUG:snowflake.connector.result_set:result batch 62 has id: data_0_6_5 +DEBUG:snowflake.connector.result_set:result batch 63 has id: data_0_6_6 +DEBUG:snowflake.connector.result_set:result batch 64 has id: data_0_6_7 +DEBUG:snowflake.connector.result_set:result batch 65 has id: data_0_6_8 +DEBUG:snowflake.connector.result_set:result batch 66 has id: data_0_7_0 +DEBUG:snowflake.connector.result_set:result batch 67 has id: data_0_7_1 +DEBUG:snowflake.connector.result_set:result batch 68 has id: data_0_7_2 +DEBUG:snowflake.connector.result_set:result batch 69 has id: data_0_7_3 +DEBUG:snowflake.connector.result_set:result batch 70 has id: data_0_7_4 +DEBUG:snowflake.connector.result_set:result batch 71 has id: data_0_7_5 +DEBUG:snowflake.connector.result_set:result batch 72 has id: data_0_7_6 +DEBUG:snowflake.connector.result_set:result batch 73 has id: data_0_7_7 +DEBUG:snowflake.connector.result_set:result batch 74 has id: data_0_7_8 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_0_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=0oQzhZfYTHqjw3TF1aSxwiusmHo%3D HTTP/1.1" 200 1655556 +DEBUG:snowflake.connector.result_set:user began consuming result batch 3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 88 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 173 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 174 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 173 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 175 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_0 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_0_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=KLA6HA18AYXM8Izt5xKNJn41%2FgU%3D HTTP/1.1" 200 3338939 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 176 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.result_set:user finished consuming result batch 3 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_1 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 4 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_7 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_3 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_0 with existing session +DEBUG:snowflake.connector.result_set:user began consuming result batch 4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/2 active sessions +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_1 with existing session +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_7 with existing session +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_4 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/3 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 174 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_2 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 344 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 348 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_3 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 348 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_0_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=I%2BLrbjny6W5ObrQtoGzRuurJJH8%3D HTTP/1.1" 200 6659855 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 351 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 346 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 4 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 5 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_8 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_8 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_8 with existing session +DEBUG:snowflake.connector.result_set:user began consuming result batch 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 350 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 698 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_0_8?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=ZDACbMUBlZ41DEy8TL2ehUo3nNE%3D HTTP/1.1" 200 11393255 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 699 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 694 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 691 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 690 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 5 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_5 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_5 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_5 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 883 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_1_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=Eu5T687XFLBECwZ6%2FGOQSuzZmw0%3D HTTP/1.1" 200 26577 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 904 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 909 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 907 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 908 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 897 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 907 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 909 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 7 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_1 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_1 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_1 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_1_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=nQqNW56dP5%2FWJeqXXdf%2F21fM4fU%3D HTTP/1.1" 200 137710 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_1 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_1 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_6 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.arrow_iterator:Batches read: 16 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_6 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.result_set:user began consuming result batch 7 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 16 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 16, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 899 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 907 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 908 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 906 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_0_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=8lRABoDscdE%2BY07qO%2Bs1CWz475k%3D HTTP/1.1" 200 138684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 910 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_0_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=gpykZDYPyMXLo9eQInVCo6NofUQ%3D HTTP/1.1" 200 27025 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_0_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=SUzRtcmgQXGR7x4W4Jk%2FfsjvbW4%3D HTTP/1.1" 200 260001 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 903 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_0_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=0vROsFQefjPKCbxTdhlnYQSMU4Y%3D HTTP/1.1" 200 491328 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 909 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 900 +DEBUG:snowflake.connector.result_set:user began consuming result batch 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 87 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 1 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 912 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 906 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_0_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=qBfqbA8jDb8eOf86y6N8Bj7aL%2Bs%3D HTTP/1.1" 200 845859 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 906 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 909 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 902 +DEBUG:snowflake.connector.result_set:user began consuming result batch 2 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 7 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_0_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=z2IyOzJ3Bxx0kWgWc0Pc30ZGEGU%3D HTTP/1.1" 200 1660034 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 89 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 88 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 87 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_2 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 90 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 90 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 90 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 2 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 3 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 90 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 178 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 176 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_1_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=XLU6OIWg469KSPccVgDcTCiN%2B2o%3D HTTP/1.1" 200 256787 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 178 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 178 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_0_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=ME6zjdUsfJJJgcMv%2FoYpFMkcIh8%3D HTTP/1.1" 200 3443978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 180 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 3 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 4 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 4 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_7 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 179 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 356 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 358 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 359 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 356 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_4 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_0_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=dQnEIOQOq4rPoXnTlsH2iK%2ByIBo%3D HTTP/1.1" 200 6733128 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 359 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_4 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 4 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 5 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_8 +DEBUG:snowflake.connector.result_set:user began consuming result batch 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 708 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_8 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 715 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 719 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 712 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_0_8?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=EZuxnAJv5bYBAXfAI7yTRk%2FjeDU%3D HTTP/1.1" 200 1997319 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 712 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 5 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 6 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 714 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 907 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_1_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=nFoN43EX%2BZMDbXJ%2Fgg2SJLYfurY%3D HTTP/1.1" 200 26808 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 906 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 6 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 7 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_1 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_1_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=%2BH87gZ0S4MOjGUkGxyPdKxKGXdI%3D HTTP/1.1" 200 136396 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_8 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_8 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 10 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_8 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 31 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 16 +DEBUG:snowflake.connector.result_set:user began consuming result batch 8 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 31 +DEBUG:snowflake.connector.result_set:user began consuming result batch 7 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 31, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 16 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 16, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 903 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 914 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 8 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 918 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 910 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_2 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 908 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_1_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=%2F8OaJj5fcvOefH9ZzyaBIqs6LeA%3D HTTP/1.1" 200 255690 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 904 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 949 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 8 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 9 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_3 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 32 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 32 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 32, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 939 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1027 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1023 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1030 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1025 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_1_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=t%2BojnIEfG%2B37f9xYQSDnGE8QWGA%3D HTTP/1.1" 200 489340 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1030 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_8 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1030 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_8 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 938 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 54 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_8 +DEBUG:snowflake.connector.result_set:user began consuming result batch 9 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 54 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 54, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1025 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 940 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 940 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1023 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 943 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1023 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 933 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1028 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 943 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1024 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 941 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1027 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 941 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 948 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1024 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 941 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1021 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1025 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 944 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1027 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 941 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 932 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1027 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 933 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1025 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 935 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1028 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 943 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 943 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1029 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 936 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1030 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 943 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1024 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 938 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1025 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_3 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 8 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1027 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_3 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 9 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 10 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 10, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 937 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1025 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 939 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1027 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 939 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1028 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 943 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1027 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 934 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 922 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1028 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 936 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1022 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 896 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 583 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1029 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 9 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 10 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1028 +DEBUG:snowflake.connector.result_set:user began consuming result batch 10 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1027 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_4 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 87 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1025 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 10 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 11 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_1_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=ZKXddl3LULi2%2BDduUozk%2F7luwd4%3D HTTP/1.1" 200 1007203 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1025 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 11 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1030 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1026 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 88 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1026 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 88 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 90 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1024 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 91 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1026 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 89 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 89 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1026 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 11 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 12 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1024 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 12 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 87 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 176 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1027 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 177 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1028 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 180 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1023 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 179 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1025 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 176 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.result_set:user finished consuming result batch 12 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1027 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 13 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1027 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_7 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1026 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1020 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1027 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1029 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1030 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1024 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1023 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1029 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1026 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1022 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1027 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 62 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 9 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 10 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 10 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_4 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 85 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 10 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 11 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_5 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_1_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=IoL8XEkAzVM%2FXkF2VIHl03gZ%2FFA%3D HTTP/1.1" 200 1007869 +DEBUG:snowflake.connector.result_set:user began consuming result batch 11 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_5 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 87 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 88 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 89 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 91 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 89 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_5 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 89 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_4 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 11 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_7 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 12 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_6 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_7 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 12 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_6 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_6 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 88 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_1_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=U8RWQUkN7fE4caeGhUnTMPtlsDw%3D HTTP/1.1" 200 6652773 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 179 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 178 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 180 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 174 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 175 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 12 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 13 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_7 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 13 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_7 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_7 with existing session +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 180 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 357 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 354 +DEBUG:snowflake.connector.ocsp_snowflake:The lock directory exists. Other process may be updating the cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json.lck +DEBUG:snowflake.connector.ocsp_snowflake:Failed to locate OCSP response cache file. No worry. It will validate with OCSP server: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 353 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 357 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 357 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.result_set:user finished consuming result batch 13 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 14 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_8 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_snowflake:The lock directory exists. Other process may be updating the cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json.lck +DEBUG:snowflake.connector.ocsp_snowflake:Failed to locate OCSP response cache file. No worry. It will validate with OCSP server: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_1_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=H1NNNSsfiTyNSy0DkgZP%2FhGTqWI%3D HTTP/1.1" 200 484051 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_8 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 14 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_8 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 714 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_1_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=QcXE2W33Y%2FkFNbvB1uWR4jMAj9I%3D HTTP/1.1" 200 3481323 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_3 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_1_8?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=vORD88No0egUKsFeF9jW6xZGvf8%3D HTTP/1.1" 200 8731971 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 716 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 714 +DEBUG:snowflake.connector.result_set:user began consuming result batch 13 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 710 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 712 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 177 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 739 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 355 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 354 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 14 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 15 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 350 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 353 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 355 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 13 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 14 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_8 +DEBUG:snowflake.connector.result_set:user began consuming result batch 14 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_8 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 706 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 710 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_1_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=rJW2S8XKoxfbg%2FYIrg34VPv4MTM%3D HTTP/1.1" 200 6670161 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 705 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 713 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_1_8?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=QNxrs0Psz%2BYptqGIOd6JTmjHy1Y%3D HTTP/1.1" 200 11235062 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 714 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 714 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 14 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 15 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_1_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=ka0LSTenC7B%2BD6AQYvVLSmNt4dU%3D HTTP/1.1" 200 1719536 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_1_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=DUHUUdpyvy1T3VhCpBak6m0EGcQ%3D HTTP/1.1" 200 3441450 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_1_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=ji6oLZNQlX3MSJMjgIrVO%2FoZI7w%3D HTTP/1.1" 200 1713097 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_0 with existing session +DEBUG:snowflake.connector.result_set:user began consuming result batch 15 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 911 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_2_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=3xnBKQadzP0S%2Bphc7zc66Hqhbb0%3D HTTP/1.1" 200 27016 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 910 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 915 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 15 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 16 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_1 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_2_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=Hi712dJcleMCEx%2Fd89gvG9R%2FM4w%3D HTTP/1.1" 200 117774 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 16 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_6 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_0 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_1 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_2_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=%2F7DkQF3OmTy1Coleu%2FtbMavsZ%2FI%3D HTTP/1.1" 200 27016 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 15 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 907 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 15 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 16 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_1 +DEBUG:snowflake.connector.result_set:user began consuming result batch 16 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 16 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 16, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_1 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 910 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_2_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=TXIPk%2FkH5zFgkUcTZfv86DpAY4Y%3D HTTP/1.1" 200 117774 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 902 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 917 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 917 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 16 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 17 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 16 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 16 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 16 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 16, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 911 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_2_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=jwmA7Mz7ZoBZB0fyglo480IHV%2FI%3D HTTP/1.1" 200 233035 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 910 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 904 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 16 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 17 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_2 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_2_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=006EiNFXrgq7rVb1DcIIa5xJJLo%3D HTTP/1.1" 200 233035 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 31 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 17 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 31 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 31, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1021 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 17 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 18 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_3 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 31 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 17 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 31 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 31, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 903 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 912 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 917 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 911 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 917 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 909 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 915 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 912 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 915 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 905 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 917 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 907 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 905 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_8 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_8 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 910 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 41 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 910 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_8 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 911 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 906 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 910 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 911 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 913 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 917 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 924 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1016 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1031 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1020 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1031 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1029 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1030 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 17 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 18 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_3 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.result_set:user began consuming result batch 18 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 41 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 41, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_3 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1020 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1032 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1035 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1033 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1019 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1031 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1030 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1029 +DEBUG:snowflake.connector.ocsp_snowflake:The lock directory exists. Other process may be updating the cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json.lck +DEBUG:snowflake.connector.ocsp_snowflake:Failed to locate OCSP response cache file. No worry. It will validate with OCSP server: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1017 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1032 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1032 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1029 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1021 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1031 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_2_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=1FI6G2tPDJATEZzoUK7PvsWTcHI%3D HTTP/1.1" 200 474327 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1029 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_2_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=yzkwRYQNb5OT9mAgcz9RNCzR8Ds%3D HTTP/1.1" 200 474327 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1029 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1016 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1029 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1031 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1029 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1019 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1032 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1028 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1032 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1023 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1029 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1028 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1031 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1022 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1031 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1033 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1031 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1030 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1026 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1033 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1029 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1029 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1028 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1033 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1030 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 725 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 18 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 19 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 19 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 88 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 19 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 20 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 20 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 87 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 89 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 90 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 91 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 91 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 20 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 21 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 21 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 91 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 90 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 179 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 180 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 181 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_2_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=ptIA9beh4jhYqosgXwIoptPNrEs%3D HTTP/1.1" 200 892721 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 180 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 21 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 22 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 22 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 180 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 360 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 360 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 360 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_7 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 361 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 360 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.result_set:user finished consuming result batch 22 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 23 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_8 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_8 +DEBUG:snowflake.connector.result_set:user began consuming result batch 23 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_8 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 359 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 719 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 720 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_2_8?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=anQBcZ9NWakTcB7SUqADC5Mq2iw%3D HTTP/1.1" 200 4966129 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 721 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 711 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 718 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 23 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_8 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 24 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_8 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 53 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_8 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 18 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 53 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 53, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1021 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1025 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1023 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1026 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1028 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1024 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1016 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1025 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1029 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1027 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1020 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1028 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1029 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1029 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1023 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1024 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1025 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1026 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1025 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1026 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1030 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1027 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_2_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=oqLRsbp0%2BDM8nZf5i0wpl6%2Fs52g%3D HTTP/1.1" 200 6645047 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_2_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=aRgQI161MlOw3q7qx6KpQDcsuUs%3D HTTP/1.1" 200 3402413 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_2_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=Jzu%2FKtR1mXtfcqOHSCmrXmrIDAk%3D HTTP/1.1" 200 1707454 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1020 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1030 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1028 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1025 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1022 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1028 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1028 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1028 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1022 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1025 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1025 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1025 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1022 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1026 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1027 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1024 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1020 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1028 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1029 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1025 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1018 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1026 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1028 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1031 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1021 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1023 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1029 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1026 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1019 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1025 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 367 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 18 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 19 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 19 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 88 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 19 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 20 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 20 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 87 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 89 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 90 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 91 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 91 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 20 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 21 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 21 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 91 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 90 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 179 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 180 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 181 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 180 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 21 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 22 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 22 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 180 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 360 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 360 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 360 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 361 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 360 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_7 with existing session +DEBUG:snowflake.connector.result_set:user finished consuming result batch 22 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 23 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_8 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_5 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_5 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_5 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 24 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_0 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 916 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_3_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=SDxDjVlTPejtbGGSPN%2Bte5uIXCI%3D HTTP/1.1" 200 26808 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 914 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 910 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 904 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 912 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 905 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 911 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 903 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 24 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 25 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_1 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_1 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_1 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_3_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=c7k8CPK7t3s2qEMy5u2rzQBU5z8%3D HTTP/1.1" 200 136396 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_1 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_1 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_1 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_8 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_8 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_6 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 24 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 17 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_8 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 25 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 17 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 17, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 912 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_2_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=RsYEH1%2FRVooOBTqBA4y%2BdBeOpn8%3D HTTP/1.1" 200 1714224 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_2_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=YsrpiSawgLR6MCJEP7WjeetV3sk%3D HTTP/1.1" 200 892721 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_2_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=BMwcmQpyDGU3VkAAZa5G3m2uzeQ%3D HTTP/1.1" 200 3456197 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_2_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=OopAbUJOttbHP%2BC02PQhWiqxjZ4%3D HTTP/1.1" 200 6630337 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 875 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 873 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 883 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 878 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 883 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1010 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1021 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1024 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 931 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 25 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 26 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_2 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_3_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=dMiivhtKnYjXIEM85kTPH%2FRh5bI%3D HTTP/1.1" 200 255690 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_2 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_8 +DEBUG:snowflake.connector.result_set:user began consuming result batch 23 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_8 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 359 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 719 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 720 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 721 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 711 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 718 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 23 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 24 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_9 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_2_8?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=Mgl5638RP4S7S3AdJvqDUzif%2BU0%3D HTTP/1.1" 200 13293367 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_9 +DEBUG:snowflake.connector.result_set:user began consuming result batch 24 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_9 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 911 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_2_9?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=ZwStLkM3BjD5RqYQR0VESW4ZzPs%3D HTTP/1.1" 200 8861617 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 921 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 921 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 909 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 24 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 25 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 16 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_6 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 25 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 16 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 16, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 912 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 911 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 917 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_3_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=M9WFS7pviIBJLFNDJ6VzrAU2BYI%3D HTTP/1.1" 200 26592 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 32 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 899 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 26 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 32 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_0 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 32, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 910 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 881 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 945 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 964 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 875 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 883 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 870 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 878 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 879 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 921 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 25 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 26 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_1 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 913 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_3_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=hs%2BdQUrgA4rfN6XUxhgnzxyFJs8%3D HTTP/1.1" 200 135529 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 922 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 923 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 906 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 926 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 921 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 922 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 922 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 911 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 26 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 27 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 27 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 24 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 24, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 909 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 908 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_3_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=HAL8HHxgTE3Xf9ATfQ8vh1ZPCw4%3D HTTP/1.1" 200 484051 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 907 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 916 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 49 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 27 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 28 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 28 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 87 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_set:user finished consuming result batch 28 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_4 with existing session +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 29 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 29 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 88 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 88 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 90 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 91 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 89 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 89 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 29 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 30 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 30 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 87 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 176 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 177 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_3_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=%2Bx6BTHzGuXmmpFRar1Bi1u%2BkiwM%3D HTTP/1.1" 200 1007203 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 180 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 179 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 176 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_3_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=RKzUUjVf2kEhPdUtWijOzMbBhw4%3D HTTP/1.1" 200 1719536 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 30 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 31 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 31 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_7 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_7 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 177 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 355 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 354 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 350 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 353 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 355 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 31 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 32 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_8 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_8 +DEBUG:snowflake.connector.result_set:user began consuming result batch 32 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_8 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 706 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 710 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_3_8?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=9LLy%2FH6DYqQJ9tI5WhRX6ons2LQ%3D HTTP/1.1" 200 10346973 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 705 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 713 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 714 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 714 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 32 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 33 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_0 with existing session +DEBUG:snowflake.connector.result_set:user began consuming result batch 33 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 913 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 911 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_4_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=fFPZM5ow3HonRSoUGpf3dXqjzy8%3D HTTP/1.1" 200 26588 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 910 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_3_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=EPaUsHyDsu4DsfN%2FIE9HVr%2B74eg%3D HTTP/1.1" 200 3436689 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 909 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 904 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_0 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 907 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 915 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.result_set:user finished consuming result batch 33 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 34 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_1 with existing session +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 31 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_7 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_4_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=rAU7RP%2FOiPPJaotdVsW4ieRVFZE%3D HTTP/1.1" 200 134317 +DEBUG:snowflake.connector.result_set:user began consuming result batch 26 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 31 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 31, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 907 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_3_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=iJ5hQV5JrzMHFxcTtwIQg%2BSdXWw%3D HTTP/1.1" 200 6658943 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 907 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 925 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1018 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1032 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1020 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1031 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1029 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1030 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1020 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1033 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1035 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1033 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1018 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 26 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 27 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_2 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_3_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=4At6HCGOy7T9T%2BY6YC4rH6NU%2B94%3D HTTP/1.1" 200 256127 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 16 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 34 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_9 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 16 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_9 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 16, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 44 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 912 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 902 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 34 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 35 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_2 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_4_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=KNKBcuNHHfSp9ExGv05lwmTO93E%3D HTTP/1.1" 200 254295 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 31 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 35 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 31 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 31, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_8 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 903 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_8 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 908 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 63 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 913 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_8 +DEBUG:snowflake.connector.result_set:user began consuming result batch 27 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 63 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 63, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1031 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1030 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1029 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1017 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1032 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1032 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1028 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1023 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1031 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1029 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1030 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1016 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1029 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1030 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1029 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1020 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1031 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1029 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1032 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1023 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1029 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 35 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 36 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1028 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_3 with existing session +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_8 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1032 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_8 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1023 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 50 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_8 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1031 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1032 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_4_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=XRRbTpgIWKCRbkrWI3HZpwIvagY%3D HTTP/1.1" 200 484128 +DEBUG:snowflake.connector.result_set:user began consuming result batch 36 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1031 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 50 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 50, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1030 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1026 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1033 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1030 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 921 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1029 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 923 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1029 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1032 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 921 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 921 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1031 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 923 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 995 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 940 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 939 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 926 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 938 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 924 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 934 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 922 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 944 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 943 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 923 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 939 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 941 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 941 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 940 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 945 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 924 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 935 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 936 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 923 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 924 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 941 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 923 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 921 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 926 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 889 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 926 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 924 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 891 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 921 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 62, rows in current batch: 905 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 27 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 915 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 28 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 28 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 921 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 44 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 44, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 923 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 897 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 928 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 901 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 924 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 925 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 895 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 898 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 918 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 154 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 903 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 36 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 900 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 37 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 897 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 37 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 890 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 896 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_4 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 88 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 903 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 37 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 889 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 38 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 896 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 38 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_5 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_4_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=0IkLV5u%2FvSGK3465tF89Lm1JfuA%3D HTTP/1.1" 200 1001684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 897 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_5 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 87 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 900 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 89 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 896 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 88 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 89 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 90 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 898 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 88 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 894 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 38 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 901 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 39 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.result_set:user began consuming result batch 39 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 908 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 88 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 899 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 178 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 894 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 178 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 177 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 894 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 183 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 177 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 893 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 39 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 901 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 40 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_7 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 899 +DEBUG:snowflake.connector.result_set:user began consuming result batch 40 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_7 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 900 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_7 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 179 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 359 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 895 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 356 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 356 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 358 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 898 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 347 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 892 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 40 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 41 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 895 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_8 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 893 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 901 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 902 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 893 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 896 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_8 +DEBUG:snowflake.connector.result_set:user began consuming result batch 41 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 897 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 488 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_8 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 28 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 706 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 29 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 711 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 712 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_4_8?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=miaH1QcQBi9O8MlC9CQemFtJM1Y%3D HTTP/1.1" 200 9025459 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 29 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 719 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 714 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 708 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 88 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 41 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 42 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_0 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 29 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 30 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_5 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 30 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_5 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_5 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 88 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 89 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 88 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 90 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 88 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 89 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 30 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 31 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_6 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 31 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 89 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 175 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 178 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 177 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 179 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 182 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 31 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 32 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_7 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_3_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=NdJz2lfSFPtIXd20a%2BKdsbeSKHM%3D HTTP/1.1" 200 483841 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_7 with existing session +DEBUG:snowflake.connector.result_set:user began consuming result batch 32 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 178 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 351 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_3_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=V7X8Ualu4Gk3LA3M0wiIxO0KIF4%3D HTTP/1.1" 200 6689390 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 358 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 357 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 353 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 359 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 32 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 33 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_8 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_4_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=JgaElUi8qzuDl8yo9aSnIM4HN%2Fs%3D HTTP/1.1" 200 1689923 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_4_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=c%2BW5Ib9TXJOf7Svq5SLKm0QZYvM%3D HTTP/1.1" 200 3409764 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_5 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_5 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 42 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_0 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 913 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_5_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=5Fomie49GNXAHbmR9HQlBlanpLM%3D HTTP/1.1" 200 26592 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 902 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 906 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 909 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 903 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 913 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 903 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 899 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 42 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 43 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_1 with existing session +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_5_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=2w72bhcPLA0eu4IP5JpE2iE%2BhIc%3D HTTP/1.1" 200 135529 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_1 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_4_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=%2B0juUmkrlVXJywUS8f4QFQqUkjY%3D HTTP/1.1" 200 6649064 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_3_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=0MEjF3KfTA%2BUedEg5VYZQ4kzreo%3D HTTP/1.1" 200 1005513 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_3_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=66PmiY8e%2BkyJy0EDd6ooSzcSglI%3D HTTP/1.1" 200 3386309 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_3_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=tJcxY2JIxE2%2By7kv%2FRhA9%2FSlZmU%3D HTTP/1.1" 200 1704083 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 16 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 43 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 16 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 16, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 894 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 902 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 907 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 917 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 907 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 32 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_7 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_8 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_8 with existing session +DEBUG:snowflake.connector.result_set:user finished consuming result batch 43 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 44 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 33 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 712 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 706 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_5_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=Zd%2Fz0tTw%2FHconjmwRSmcZOzrWuw%3D HTTP/1.1" 200 256127 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 712 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 713 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 709 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 707 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.result_set:user finished consuming result batch 33 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 34 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_0 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_4_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=9t5TjQLWlvhYGdvT4CBJoG100HI%3D HTTP/1.1" 200 26588 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_2 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_2 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 34 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_8 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 907 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 43 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_8 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_3_8?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=JVUqp9LWrQ5wkf0LkXqbecc%2B3AA%3D HTTP/1.1" 200 8014141 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 885 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 34 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 35 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_1 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_4_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=12gV54yeVp5YqEwPhKTdymFXPZw%3D HTTP/1.1" 200 134317 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 31 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 44 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 31 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 31, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 911 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 44 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 45 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 45 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 43 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 43, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 904 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 907 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 910 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 17 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_5_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=DxQ7puXeXyKUyV8HqJ%2FltlZlBks%3D HTTP/1.1" 200 483841 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 35 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 900 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 17 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 17, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 879 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 874 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 886 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 874 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 884 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 924 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 879 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1025 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 925 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1024 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1022 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1021 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1030 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1026 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1024 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 949 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1029 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1030 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 963 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 949 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 939 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 35 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 36 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_2 +DEBUG:snowflake.connector.result_set:user began consuming result batch 36 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 942 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 32 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 32, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_2 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 938 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 890 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 944 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 875 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 941 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 882 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 944 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 876 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 940 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 938 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 876 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_4_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=QQ7mlvPOClCipJtNcqAJyUjOQnY%3D HTTP/1.1" 200 254295 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 948 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 942 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 945 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 941 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 932 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 921 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 932 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 935 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 941 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 923 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 922 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 943 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 945 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 923 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 942 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 924 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 938 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 937 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 939 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 937 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 942 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 934 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 805 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 918 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 45 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 923 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 46 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 46 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 88 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_4 with existing session +DEBUG:snowflake.connector.result_set:user finished consuming result batch 46 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 907 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 47 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 912 +DEBUG:snowflake.connector.result_set:user began consuming result batch 47 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 913 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_5 with existing session +DEBUG:snowflake.connector.result_set:user finished consuming result batch 36 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 88 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 37 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 89 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 88 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 90 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 88 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_5_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=QNTqtvhTg9uv7KpvvutNu6yCWIc%3D HTTP/1.1" 200 1005513 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 89 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 47 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 48 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 48 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 89 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 175 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 178 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 177 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 179 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 182 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 48 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 49 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 49 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_7 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 178 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_7 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 351 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 358 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 357 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_4_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=m9w87GdF1nc4ZnXLgFDS9Ahp3Jg%3D HTTP/1.1" 200 484128 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 353 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 359 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.result_set:user finished consuming result batch 49 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 50 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_8 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_3 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_3 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_3 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_8 +DEBUG:snowflake.connector.result_set:user began consuming result batch 50 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_8 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 712 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 706 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_5_8?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=qiRITLHm2IMYV6qGRXaensbKnMQ%3D HTTP/1.1" 200 13134851 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 712 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 713 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 709 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 707 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 50 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 51 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_9 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_5_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=mmZFMCvXVf9lTcRv995LD63RaIU%3D HTTP/1.1" 200 1719052 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_8 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_8 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_5_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=5GseK4bN5NKEzf3DqozgJ%2FcJJ10%3D HTTP/1.1" 200 3466259 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_5_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=%2B9LAW6fb8d5SGx561Qwjph3V55Y%3D HTTP/1.1" 200 6648791 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 38 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_8 +DEBUG:snowflake.connector.result_set:user began consuming result batch 37 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 38 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 38, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 921 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 210 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 37 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 38 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 38 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 88 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 38 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_4 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 39 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_5 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_4 with existing session +DEBUG:snowflake.connector.result_set:user began consuming result batch 39 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 87 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 89 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 88 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 89 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 90 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 88 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 39 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 40 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 40 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 88 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 178 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 178 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 177 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 183 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 177 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 40 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 41 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 41 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_7 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 179 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_7 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 359 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 356 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_4_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=ao4PrKrp3ot5tnQf42d0mOkDJ6c%3D HTTP/1.1" 200 1693136 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_5 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_5 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 356 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_9 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.result_set:user began consuming result batch 51 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 358 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_9 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 347 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 41 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 42 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 907 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_8 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 916 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_5_9?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=GTbQfQWvOWGaT2IuKdJxmgyE6cA%3D HTTP/1.1" 200 2027403 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 911 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 919 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 904 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 906 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 917 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 910 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 51 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 52 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_5 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_5 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_5 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_8 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_8 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_4_8?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=4uCrJLIlfaRjPj7Z3rnDRDjslZg%3D HTTP/1.1" 200 5533836 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 16 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_6 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_0 with existing session +DEBUG:snowflake.connector.result_set:user began consuming result batch 52 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 16 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 16, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 912 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_4_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=vK0lQhwl3%2ByUj5X%2B4xEsbJndLK8%3D HTTP/1.1" 200 6783557 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 915 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_4_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=8S9s2Julzha7DGIO8o0v0ifKR0Q%3D HTTP/1.1" 200 1001684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 908 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_6_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=NsR7IEgCglXxj0xClkhfrK0J%2Bkg%3D HTTP/1.1" 200 26316 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_4_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=6xN3XMXTV0Lx1mQ5DvUExE7W5H0%3D HTTP/1.1" 200 3480993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 915 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 904 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 908 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 10 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 914 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 52 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 53 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_1 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_6_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=eY1c8%2FH4x%2FU5w%2FxR7Cj68lBK2co%3D HTTP/1.1" 200 136721 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 42 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 706 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 711 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 712 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 719 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 714 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 708 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 42 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 43 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 43 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_0 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 909 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_5_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=xMh552V8k3qSPXpUvmHLU3kKySo%3D HTTP/1.1" 200 25148 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 903 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 901 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 43 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 44 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_1 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_5_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=3DgmKfMfFZgCAl29jiVx3bkuQAg%3D HTTP/1.1" 200 127264 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 31 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 53 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 31 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 31, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 910 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 53 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 54 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_2 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_6_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=b8jNpeJW4FLJw11l6Sce%2Fkh8kdI%3D HTTP/1.1" 200 258794 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_8 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_8 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 27 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_8 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 16 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 32 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_6 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_8 +DEBUG:snowflake.connector.result_set:user began consuming result batch 44 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 16 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 16, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 64 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 915 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_8 +DEBUG:snowflake.connector.result_set:user began consuming result batch 54 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 64 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 64, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 934 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 938 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 940 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 938 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 942 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 945 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 940 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 939 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 939 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 938 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 947 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 941 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 926 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 942 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 930 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 44 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 907 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 45 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_2 +DEBUG:snowflake.connector.result_set:user began consuming result batch 45 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 32 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 896 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_2 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 32, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 907 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 895 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_2 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 903 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_5_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=ru%2FceGGp2yKqf3B%2F1RtTbThTSBc%3D HTTP/1.1" 200 241738 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 905 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 915 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 891 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 894 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 923 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 921 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 887 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 891 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 891 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 921 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 923 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 924 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 926 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 922 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 922 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 894 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 896 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 45 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 46 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 46 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 27 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 27, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 893 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 918 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 924 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 924 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_5_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=f%2FMQv045DPjZYLmD8mU5rh5gbDE%3D HTTP/1.1" 200 456659 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 922 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 925 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 923 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 62, rows in current batch: 900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 63, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 921 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 54 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 55 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 919 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 55 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 917 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 10 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 928 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 10, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 897 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 923 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 922 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 895 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 890 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 899 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 889 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 922 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 920 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 892 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 929 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 865 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 55 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 925 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 56 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 56 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 923 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 920 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_4 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 85 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 914 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 56 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 57 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_5 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 919 +DEBUG:snowflake.connector.result_set:user began consuming result batch 57 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 916 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 87 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 277 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 87 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 89 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 89 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 89 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.result_set:user finished consuming result batch 46 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 89 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 47 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 57 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_4 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 58 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 47 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_4 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_4 with existing session +DEBUG:snowflake.connector.result_set:user began consuming result batch 58 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 83 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_6 with existing session +DEBUG:snowflake.connector.result_set:user finished consuming result batch 47 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 89 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 48 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 179 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_5_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=sroX4XRkAOzEJ4ZUgE5LJvBB88U%3D HTTP/1.1" 200 874423 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_5 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 176 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 48 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_5 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 180 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 176 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_5 with existing session +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 177 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 85 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.result_set:user finished consuming result batch 58 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 85 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 59 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 88 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_7 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 86 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 87 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 88 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 48 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 49 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 49 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_6 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_6 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 88 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 173 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 174 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 173 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 175 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 176 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.result_set:user finished consuming result batch 49 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 50 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_7 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.result_set:user began consuming result batch 50 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_7 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_7 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 174 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 344 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 348 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_5_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=WPnCTi48nFo5ebmiRvV%2BmXh%2FY1c%3D HTTP/1.1" 200 6743248 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 348 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 351 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 346 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 50 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 51 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_8 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 51 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_8 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_8 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 350 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 698 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 699 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 694 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 691 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 701 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 51 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 52 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_9 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_6_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=0HA3hcECk1vkpT0X%2BnHCBGYjVzE%3D HTTP/1.1" 200 489293 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 59 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_7 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 180 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 351 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 354 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 352 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 357 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 357 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 59 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 60 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_8 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_6_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=s9ekY7dft%2BOIv%2FvBb2XFPg67c8E%3D HTTP/1.1" 200 6709734 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_6_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=D5MsiuQY46IZgia1jLMYoZlLkM0%3D HTTP/1.1" 200 848463 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_6_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=3aFKMAiJfg2JhHOQPi5pMWu8xzU%3D HTTP/1.1" 200 1679083 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_6_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=ylG8Cf1wCJdTNrowGB0LbLoPBbo%3D HTTP/1.1" 200 3426030 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_8 +DEBUG:snowflake.connector.result_set:user began consuming result batch 60 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_8 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 707 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 710 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 706 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 709 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 719 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_6_8?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=hABR112Qcp3KIWgCTjEA9RYoyWU%3D HTTP/1.1" 200 3476989 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 60 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 61 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_0 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_5_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=Nw2LEAV5kGB5%2FDu%2F%2FP5%2FfGLSozI%3D HTTP/1.1" 200 1710071 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_5_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=puXsK0sHb3iuXpkyx3J1TWymjns%3D HTTP/1.1" 200 3432970 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 61 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 708 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_5_8?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=eD5eeiNje41mrHRH4i8ab%2BGjqQE%3D HTTP/1.1" 200 13164649 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 910 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_7_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=oG7YebTBaf5a9v6rFVvYmZpwI5o%3D HTTP/1.1" 200 27025 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 909 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 909 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 61 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 62 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_1 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_7_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=WdTZ2Wu1fayz3Y7VKIV%2BQrlRo0Y%3D HTTP/1.1" 200 138684 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_9 +DEBUG:snowflake.connector.result_set:user began consuming result batch 52 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_9 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 908 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_5_9?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=4pm3LxVahJIgJ3PXJvNOPV0Sccg%3D HTTP/1.1" 200 1494755 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 904 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 52 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 53 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 16 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 62 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 16 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 16, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 895 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 899 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 33 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_7 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 901 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_0 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 915 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_9 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 908 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_8 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_6_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=tZ2RgPukxk%2BriaN2C3v9VIZbWdE%3D HTTP/1.1" 200 26316 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_8 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 913 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 18 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_8 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 913 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 913 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 62 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 63 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 16 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 53 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 16 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 16, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 927 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_7_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=iM2wcP9SqM1GNy8TPN6qeRC44fE%3D HTTP/1.1" 200 260001 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 888 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 906 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 901 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 53 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 54 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_1 +DEBUG:snowflake.connector.result_set:user began consuming result batch 54 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 33 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 33, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_1 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 911 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_6_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=noNXm04WgITHCj7QblWIvJA%2BwQY%3D HTTP/1.1" 200 136721 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 886 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 895 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 894 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 894 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 890 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 891 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 892 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 899 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 54 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 55 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 32 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 63 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 32 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 32, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 905 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_6_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=uumONr0CAn8QofKz04BfBt4Ul%2Bk%3D HTTP/1.1" 200 258794 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 909 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 894 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 887 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 894 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 900 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 63 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 64 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 64 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 18 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 18, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 895 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 895 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 891 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 889 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 902 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 892 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 900 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 900 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 899 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 894 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 900 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 233 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 64 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 65 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 65 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 87 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_set:user finished consuming result batch 65 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_4 with existing session +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 66 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_5 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 66 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 89 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 88 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 87 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 90 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 90 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 90 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_7_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=dnm8W6GkKRB4MTVGRKrMUwudkSk%3D HTTP/1.1" 200 845859 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 66 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 67 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 67 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 90 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 178 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 176 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 178 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 178 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 180 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.result_set:user finished consuming result batch 67 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 68 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_7 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_7 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_7 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_7_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=XBdiASIwrVRlX%2FBIzuPRE%2B4xudg%3D HTTP/1.1" 200 6579360 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_7_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=HKQoDIXwfnlGeaIAnSaVl3Ju848%3D HTTP/1.1" 200 491328 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_3 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_3 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_3 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.result_set:user began consuming result batch 68 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 179 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 356 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 358 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 359 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 356 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 359 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 68 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 69 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_8 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 69 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_8 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 708 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 715 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 719 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 712 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 712 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 69 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 70 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_7_8?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=SH9NukwFUsMWglKwCDBSS2k0kZg%3D HTTP/1.1" 200 13143810 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_9 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_7_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=D5IbUjQbdl9IX0mBgnn6yw4cVe0%3D HTTP/1.1" 200 1685801 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_7_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=tbQkrXpu9C7BDlVHPfWWOobBsHM%3D HTTP/1.1" 200 3451907 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_9 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 70 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_9 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 714 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 903 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e5-0502-af26-1a4b-0303c5414613_0/main/data_0_7_9?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100687&Signature=%2BCmDMtpDoraQWB6yRkoxUqNQkXU%3D HTTP/1.1" 200 802680 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 910 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_9 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_9 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 911 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 70 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 71 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.arrow_iterator:Batches read: 16 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_8 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_6 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_8 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 71 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 16 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 65 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 31 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 16, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_8 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 909 +DEBUG:snowflake.connector.result_set:user began consuming result batch 55 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 65 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 65, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 895 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 886 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 872 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 873 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 872 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 878 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 879 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 879 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 883 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 873 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 920 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 71 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 72 +DEBUG:snowflake.connector.result_set:user began consuming result batch 72 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 879 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 31 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 872 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 31, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 882 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 888 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 930 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 894 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 875 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 878 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 876 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 884 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 878 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 883 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 882 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 876 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 882 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 878 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 885 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 882 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 875 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 870 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 887 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 873 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 871 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 884 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 876 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 895 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 869 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 875 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 874 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 72 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 73 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 871 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 878 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 874 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 875 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 882 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 874 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 869 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 62, rows in current batch: 872 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 63, rows in current batch: 889 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 64, rows in current batch: 872 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 55 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 56 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 56 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 876 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 879 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 883 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 883 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 873 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 878 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 294 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 56 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 57 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 57 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 85 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 57 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 58 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 58 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 87 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 87 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 89 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 89 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 89 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 89 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 58 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 59 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 59 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 89 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 179 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 176 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 180 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 176 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 177 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 59 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 60 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_7 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_6_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=Pr6jsaAgFb1DSl0b3GGMpU%2FIqes%3D HTTP/1.1" 200 489293 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_6_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=CUd%2FYvpCccb5R2%2FYmYm70bulLGY%3D HTTP/1.1" 200 848463 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_7 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.result_set:user began consuming result batch 60 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_7 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_6_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=eD%2BtOL2PMH0axEDVzRTu9ZCBId8%3D HTTP/1.1" 200 1679083 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 180 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 351 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 354 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 352 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 357 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 357 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 60 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 61 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_8 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_6_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=2DOtTemyD42t%2FqRca7rqe%2F%2BlRhc%3D HTTP/1.1" 200 6714513 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_8 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_8 with existing session +DEBUG:snowflake.connector.result_set:user began consuming result batch 61 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 707 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 710 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_6_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=qrTlk1tyWj3rZin6bjlBgNZRILk%3D HTTP/1.1" 200 3424012 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 706 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 709 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 719 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_6_8?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=4OJ7LL6VXyciadA6RFZKc9FQhVo%3D HTTP/1.1" 200 6675411 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 61 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 62 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 62 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 708 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 908 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_7_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=KoJkma%2BvE4Thq0hMjbnL1v%2B1rMc%3D HTTP/1.1" 200 26577 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 910 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 909 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 62 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 63 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_1 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_7_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=zSj2D9Jp2sZrSD6ZhT1qjV8%2ByH0%3D HTTP/1.1" 200 137710 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_8 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_8 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 65 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_8 +DEBUG:snowflake.connector.result_set:user began consuming result batch 73 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 65 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 65, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 869 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 875 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 879 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 875 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 878 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 872 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 883 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 884 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 872 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 879 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 878 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 883 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 888 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 884 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 876 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 882 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 874 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 874 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 883 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 883 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 879 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 882 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 880 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 882 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 16 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 63 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 16 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 16, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 885 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 875 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 874 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 875 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 887 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 876 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 871 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 871 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 886 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 878 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 872 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 882 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 876 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 870 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 876 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 878 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 909 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 63 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 876 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 64 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 881 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_2 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 879 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 874 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 876 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 875 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_7_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=jm5Ck%2B5lmpEpxRUWjRRy2rJW1ek%3D HTTP/1.1" 200 256787 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 872 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 879 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 886 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 875 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 62, rows in current batch: 875 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 63, rows in current batch: 879 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 64, rows in current batch: 885 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 73 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 74 +DEBUG:snowflake.connector.result_set:user began consuming result batch 74 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 879 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 882 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 872 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 802 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 74 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:20:33] "GET /sfexec?csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zblA.sRr6hnl67BtOzKCt-9HVEU7BbrI&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zblA.sRr6hnl67BtOzKCt-9HVEU7BbrI&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zblA.sRr6hnl67BtOzKCt-9HVEU7BbrI&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zblA.sRr6hnl67BtOzKCt-9HVEU7BbrI&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zblA.sRr6hnl67BtOzKCt-9HVEU7BbrI&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zblA.sRr6hnl67BtOzKCt-9HVEU7BbrI&submit=Submit HTTP/1.1" 500 - +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 32 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 64 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 32 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 32, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 891 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 885 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 899 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_8 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_8 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 32 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 908 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_8 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 902 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 64 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 65 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 65 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 32 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 32, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 905 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 902 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 912 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 909 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 901 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 899 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 909 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 911 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 915 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 910 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 909 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 908 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 905 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 914 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 910 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 912 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 914 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 913 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 911 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 911 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 916 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 909 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 915 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 906 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 912 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 910 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 909 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 181 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 65 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 66 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 66 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 85 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_4 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.result_set:user finished consuming result batch 66 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 67 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_5 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.result_set:user began consuming result batch 67 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_5 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_5 with existing session +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 87 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 88 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 89 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 91 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 89 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 89 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 67 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 68 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_6 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.result_set:user began consuming result batch 68 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_6 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_6 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_7_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=N3z4WAWflxyX%2FjhWgSEhLdz%2Bu5M%3D HTTP/1.1" 200 1715487 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 88 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 179 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 178 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 180 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 174 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 175 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 68 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 69 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_7 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_7_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=Y1tYrDfduxdsGuIbTo1DaaLE9Gk%3D HTTP/1.1" 200 489340 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_3 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_3 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_3 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_7 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 69 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_7 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 180 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 357 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 354 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 353 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_7_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=H14sdOoTKIhvBprmQOqtUw47vh4%3D HTTP/1.1" 200 6679445 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 357 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 357 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 69 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 70 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_8 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_8 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_8 with existing session +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_7_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=4sLshyHQVmOFE4kqSX98qU8Om4k%3D HTTP/1.1" 200 1013697 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_7_8?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=mmHdWZ%2FLaF5BX1KueOo6YLdUbtE%3D HTTP/1.1" 200 6273629 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_7_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100691&Signature=hcKpJRsaRBj4EAaq%2FMPzmC%2B6pZc%3D HTTP/1.1" 200 3441865 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 70 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 714 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 716 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 714 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 710 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 712 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 710 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 70 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 71 +DEBUG:snowflake.connector.result_set:user began consuming result batch 71 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 916 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 71 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 72 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 16 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 72 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 16 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 16, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 911 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 72 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 73 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_8 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_8 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.arrow_iterator:Batches read: 30 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_7 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_8 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 31 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 73 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 31 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 31, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 905 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 73 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 74 +DEBUG:snowflake.connector.result_set:user began consuming result batch 74 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 30 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 30, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 884 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 338 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 74 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:20:45] "GET /sfexec?csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zblA.sRr6hnl67BtOzKCt-9HVEU7BbrI&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zblA.sRr6hnl67BtOzKCt-9HVEU7BbrI&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zblA.sRr6hnl67BtOzKCt-9HVEU7BbrI&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zblA.sRr6hnl67BtOzKCt-9HVEU7BbrI&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zblA.sRr6hnl67BtOzKCt-9HVEU7BbrI&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zblA.sRr6hnl67BtOzKCt-9HVEU7BbrI&submit=Submit HTTP/1.1" 500 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:20:46] "GET /sfexec?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:20:46] "GET /sfexec?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:20:46] "GET /sfexec?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:20:47] "GET /sfexec?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:21:55] "POST /submit HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:21:55] "GET /static/lib/owlcarousel/assets/owl.carousel.min.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:21:55] "GET /static/css/style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:21:55] "GET /static/css/21.b5c496e2.chunk.css HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:21:55] "GET /lib/easing/easing.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:21:55] "GET /lib/waypoints/waypoints.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:21:55] "GET /lib/counterup/counterup.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:21:55] "GET /lib/owlcarousel/owl.carousel.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:21:55] "GET /mail/jqBootstrapValidation.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:21:55] "GET /mail/contact.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:21:55] "GET /js/main.js HTTP/1.1" 404 - +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 290.1s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 290.1s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 290.1s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=ca0a7436-3705-47c5-b766-aeb0f73546e2 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 5162a880-ec3b-4ea7-8e46-5ce137d1b8f9 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=ca0a7436-3705-47c5-b766-aeb0f73546e2&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=5162a880-ec3b-4ea7-8e46-5ce137d1b8f9 HTTP/1.1" 200 1552 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_PROD, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_PROD_QLIK_LOAD_WH, role=None, request_id=40786c49-8614-45cd-9c11-c11e7ab522cd +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 57e287c8-16b1-41f4-addb-0041e0dc4455 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=40786c49-8614-45cd-9c11-c11e7ab522cd&databaseName=PL_PROD&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_PROD_QLIK_LOAD_WH&request_guid=57e287c8-16b1-41f4-addb-0041e0dc4455 HTTP/1.1" 200 1552 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 287.4s ago] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: d22ef5f9-fcac-488a-b84f-fc435e22703f +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ce86c590-bfcc-4f9c-af45-1ca6693a5e5a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=d22ef5f9-fcac-488a-b84f-fc435e22703f&request_guid=ce86c590-bfcc-4f9c-af45-1ca6693a5e5a HTTP/1.1" 200 2767 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836ea-0502-ae87-1a4b-0303c5422bcb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836ea-0502-ae87-1a4b-0303c5422bcb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836ea-0502-ae87-1a4b-0303c5422bcb' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 316f9737-766c-436a-8e65-23f9b197128e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836ea-0502-ae87-1a4b-0303c5422bcb?request_guid=316f9737-766c-436a-8e65-23f9b197128e HTTP/1.1" 200 1850 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836ea-0502-ae87-1a4b-0303c5422bcb' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 72a2b5fb-f880-4adb-812c-1f580021cfe1 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836ea-0502-ae87-1a4b-0303c5422bcb?request_guid=72a2b5fb-f880-4adb-812c-1f580021cfe1 HTTP/1.1" 200 1849 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a836ea-0502-ae87-1a4b-0303c5422bcb'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 3564cb38-7079-491d-87f5-afbcc05994bd +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a836ea-0502-ae87-1a4b-0303c5422bcb'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a836ea-0502-ae87-1a4b-0303c5422bcb'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e0cbbe26-e0f1-4f8c-b1a7-a7002b68acaa +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=3564cb38-7079-491d-87f5-afbcc05994bd&request_guid=e0cbbe26-e0f1-4f8c-b1a7-a7002b68acaa HTTP/1.1" 200 2766 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836ea-0502-afee-1a4b-0303c5425247 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836ea-0502-afee-1a4b-0303c5425247 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 14 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 15 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 11 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 12 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 12 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 2af6f173-22a0-4c5c-ad26-fa127818bcb0 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 548a933f-f182-40d1-9e4e-d8682b6f33eb +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=2af6f173-22a0-4c5c-ad26-fa127818bcb0&request_guid=548a933f-f182-40d1-9e4e-d8682b6f33eb HTTP/1.1" 200 2506 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836ea-0502-af26-1a4b-0303c542397b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836ea-0502-af26-1a4b-0303c542397b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836ea-0502-af26-1a4b-0303c542397b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: cb90613c-bb07-4e59-ac07-8a8c02039329 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836ea-0502-af26-1a4b-0303c542397b?request_guid=cb90613c-bb07-4e59-ac07-8a8c02039329 HTTP/1.1" 200 2164 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836ea-0502-af26-1a4b-0303c542397b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9a733e71-a227-45fa-b650-ac0dbb4f9799 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836ea-0502-af26-1a4b-0303c542397b?request_guid=9a733e71-a227-45fa-b650-ac0dbb4f9799 HTTP/1.1" 200 2166 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a836ea-0502-af26-1a4b-0303c542397b'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: a020936d-8938-4787-bdbf-fd566b356bdd +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a836ea-0502-af26-1a4b-0303c542397b'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a836ea-0502-af26-1a4b-0303c542397b'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 26893b11-5573-4576-8f71-50df933bb670 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=a020936d-8938-4787-bdbf-fd566b356bdd&request_guid=26893b11-5573-4576-8f71-50df933bb670 HTTP/1.1" 200 2510 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836ea-0502-afee-1a4b-0303c5425277 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836ea-0502-afee-1a4b-0303c5425277 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 8 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 634deff0-0752-418d-8602-8bb05a9d8bb0 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','SDR');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 25609123-61bf-4ac8-8a7d-935cee8b6884 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=634deff0-0752-418d-8602-8bb05a9d8bb0&request_guid=25609123-61bf-4ac8-8a7d-935cee8b6884 HTTP/1.1" 200 2816 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836ea-0502-ae87-1a4b-0303c5422bf7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836ea-0502-ae87-1a4b-0303c5422bf7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836ea-0502-ae87-1a4b-0303c5422bf7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6afd339d-b737-43bb-9157-00bb933cdfa8 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836ea-0502-ae87-1a4b-0303c5422bf7?request_guid=6afd339d-b737-43bb-9157-00bb933cdfa8 HTTP/1.1" 200 1678 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836ea-0502-ae87-1a4b-0303c5422bf7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: fb85c902-14e5-41ff-9eb3-e17984e76842 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836ea-0502-ae87-1a4b-0303c5422bf7?request_guid=fb85c902-14e5-41ff-9eb3-e17984e76842 HTTP/1.1" 200 1678 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a836ea-0502-ae87-1a4b-0303c5422bf7'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: b7b04f04-e1e5-4fcd-9755-895c88c9c474 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a836ea-0502-ae87-1a4b-0303c5422bf7'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a836ea-0502-ae87-1a4b-0303c5422bf7'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 3e5107e8-d2e6-4a72-a4a9-ddb3746da8b6 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=b7b04f04-e1e5-4fcd-9755-895c88c9c474&request_guid=3e5107e8-d2e6-4a72-a4a9-ddb3746da8b6 HTTP/1.1" 200 2812 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836ea-0502-b0de-1a4b-0303c5421c1f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836ea-0502-b0de-1a4b-0303c5421c1f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 289.6s ago] ('get_data', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=2c4c7edf-1de7-4727-9379-48b476a48432 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ed2cf1e5-c90c-4774-b4d2-7c585a0a9f83 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=2c4c7edf-1de7-4727-9379-48b476a48432&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=ed2cf1e5-c90c-4774-b4d2-7c585a0a9f83 HTTP/1.1" 200 1553 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT AVERAGERECCONF,LATENCYHISTOGRAM1,ODS_ROW_PROCESS_DTM,PARENTID,ODS_EXP_ROW...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: a401b296-606e-4381-a886-89d88cee1ff8 +DEBUG:snowflake.connector.cursor:running query [SELECT AVERAGERECCONF,LATENCYHISTOGRAM1,ODS_ROW_PROCESS_DTM,PARENTID,ODS_EXP_ROW...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT AVERAGERECCONF,LATENCYHISTOGRAM1,ODS_ROW_PROCESS_DTM,PARENTID,ODS_EXP_ROW...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1d58418a-5f93-43e9-b83e-5398b0b484d5 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=a401b296-606e-4381-a886-89d88cee1ff8&request_guid=1d58418a-5f93-43e9-b83e-5398b0b484d5 HTTP/1.1" 200 6494 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836ea-0502-b1d6-1a4b-0303c54245db +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836ea-0502-b1d6-1a4b-0303c54245db +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=74 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836ea-0502-b1d6-1a4b-0303c54245db' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0ee82bef-c199-4def-ac7b-1a16ed550c15 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836ea-0502-b1d6-1a4b-0303c54245db?request_guid=0ee82bef-c199-4def-ac7b-1a16ed550c15 HTTP/1.1" 200 2272 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836ea-0502-b1d6-1a4b-0303c54245db' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7342b03a-36ae-447f-b46f-8a1be37f3e5e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836ea-0502-b1d6-1a4b-0303c54245db?request_guid=7342b03a-36ae-447f-b46f-8a1be37f3e5e HTTP/1.1" 200 2276 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a836ea-0502-b1d6-1a4b-0303c54245db'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 06d12974-6430-4109-a3b2-33239ef3cb3d +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a836ea-0502-b1d6-1a4b-0303c54245db'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a836ea-0502-b1d6-1a4b-0303c54245db'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a37ce8b9-86eb-4859-90e5-800643b431ae +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=06d12974-6430-4109-a3b2-33239ef3cb3d&request_guid=a37ce8b9-86eb-4859-90e5-800643b431ae HTTP/1.1" 200 6515 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836ea-0502-ae87-1a4b-0303c5422c83 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836ea-0502-ae87-1a4b-0303c5422c83 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=74 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.result_set:result batch 1 has id: data_0_0_0 +DEBUG:snowflake.connector.result_set:result batch 2 has id: data_0_0_1 +DEBUG:snowflake.connector.result_set:result batch 3 has id: data_0_0_2 +DEBUG:snowflake.connector.result_set:result batch 4 has id: data_0_0_3 +DEBUG:snowflake.connector.result_set:result batch 5 has id: data_0_0_4 +DEBUG:snowflake.connector.result_set:result batch 6 has id: data_0_0_5 +DEBUG:snowflake.connector.result_set:result batch 7 has id: data_0_0_6 +DEBUG:snowflake.connector.result_set:result batch 8 has id: data_0_0_7 +DEBUG:snowflake.connector.result_set:result batch 9 has id: data_0_0_8 +DEBUG:snowflake.connector.result_set:result batch 10 has id: data_0_1_0 +DEBUG:snowflake.connector.result_set:result batch 11 has id: data_0_1_1 +DEBUG:snowflake.connector.result_set:result batch 12 has id: data_0_1_2 +DEBUG:snowflake.connector.result_set:result batch 13 has id: data_0_1_3 +DEBUG:snowflake.connector.result_set:result batch 14 has id: data_0_1_4 +DEBUG:snowflake.connector.result_set:result batch 15 has id: data_0_1_5 +DEBUG:snowflake.connector.result_set:result batch 16 has id: data_0_1_6 +DEBUG:snowflake.connector.result_set:result batch 17 has id: data_0_1_7 +DEBUG:snowflake.connector.result_set:result batch 18 has id: data_0_1_8 +DEBUG:snowflake.connector.result_set:result batch 19 has id: data_0_2_0 +DEBUG:snowflake.connector.result_set:result batch 20 has id: data_0_2_1 +DEBUG:snowflake.connector.result_set:result batch 21 has id: data_0_2_2 +DEBUG:snowflake.connector.result_set:result batch 22 has id: data_0_2_3 +DEBUG:snowflake.connector.result_set:result batch 23 has id: data_0_2_4 +DEBUG:snowflake.connector.result_set:result batch 24 has id: data_0_2_5 +DEBUG:snowflake.connector.result_set:result batch 25 has id: data_0_2_6 +DEBUG:snowflake.connector.result_set:result batch 26 has id: data_0_2_7 +DEBUG:snowflake.connector.result_set:result batch 27 has id: data_0_2_8 +DEBUG:snowflake.connector.result_set:result batch 28 has id: data_0_2_9 +DEBUG:snowflake.connector.result_set:result batch 29 has id: data_0_3_0 +DEBUG:snowflake.connector.result_set:result batch 30 has id: data_0_3_1 +DEBUG:snowflake.connector.result_set:result batch 31 has id: data_0_3_2 +DEBUG:snowflake.connector.result_set:result batch 32 has id: data_0_3_3 +DEBUG:snowflake.connector.result_set:result batch 33 has id: data_0_3_4 +DEBUG:snowflake.connector.result_set:result batch 34 has id: data_0_3_5 +DEBUG:snowflake.connector.result_set:result batch 35 has id: data_0_3_6 +DEBUG:snowflake.connector.result_set:result batch 36 has id: data_0_3_7 +DEBUG:snowflake.connector.result_set:result batch 37 has id: data_0_3_8 +DEBUG:snowflake.connector.result_set:result batch 38 has id: data_0_4_0 +DEBUG:snowflake.connector.result_set:result batch 39 has id: data_0_4_1 +DEBUG:snowflake.connector.result_set:result batch 40 has id: data_0_4_2 +DEBUG:snowflake.connector.result_set:result batch 41 has id: data_0_4_3 +DEBUG:snowflake.connector.result_set:result batch 42 has id: data_0_4_4 +DEBUG:snowflake.connector.result_set:result batch 43 has id: data_0_4_5 +DEBUG:snowflake.connector.result_set:result batch 44 has id: data_0_4_6 +DEBUG:snowflake.connector.result_set:result batch 45 has id: data_0_4_7 +DEBUG:snowflake.connector.result_set:result batch 46 has id: data_0_4_8 +DEBUG:snowflake.connector.result_set:result batch 47 has id: data_0_5_0 +DEBUG:snowflake.connector.result_set:result batch 48 has id: data_0_5_1 +DEBUG:snowflake.connector.result_set:result batch 49 has id: data_0_5_2 +DEBUG:snowflake.connector.result_set:result batch 50 has id: data_0_5_3 +DEBUG:snowflake.connector.result_set:result batch 51 has id: data_0_5_4 +DEBUG:snowflake.connector.result_set:result batch 52 has id: data_0_5_5 +DEBUG:snowflake.connector.result_set:result batch 53 has id: data_0_5_6 +DEBUG:snowflake.connector.result_set:result batch 54 has id: data_0_5_7 +DEBUG:snowflake.connector.result_set:result batch 55 has id: data_0_5_8 +DEBUG:snowflake.connector.result_set:result batch 56 has id: data_0_5_9 +DEBUG:snowflake.connector.result_set:result batch 57 has id: data_0_6_0 +DEBUG:snowflake.connector.result_set:result batch 58 has id: data_0_6_1 +DEBUG:snowflake.connector.result_set:result batch 59 has id: data_0_6_2 +DEBUG:snowflake.connector.result_set:result batch 60 has id: data_0_6_3 +DEBUG:snowflake.connector.result_set:result batch 61 has id: data_0_6_4 +DEBUG:snowflake.connector.result_set:result batch 62 has id: data_0_6_5 +DEBUG:snowflake.connector.result_set:result batch 63 has id: data_0_6_6 +DEBUG:snowflake.connector.result_set:result batch 64 has id: data_0_6_7 +DEBUG:snowflake.connector.result_set:result batch 65 has id: data_0_6_8 +DEBUG:snowflake.connector.result_set:result batch 66 has id: data_0_7_0 +DEBUG:snowflake.connector.result_set:result batch 67 has id: data_0_7_1 +DEBUG:snowflake.connector.result_set:result batch 68 has id: data_0_7_2 +DEBUG:snowflake.connector.result_set:result batch 69 has id: data_0_7_3 +DEBUG:snowflake.connector.result_set:result batch 70 has id: data_0_7_4 +DEBUG:snowflake.connector.result_set:result batch 71 has id: data_0_7_5 +DEBUG:snowflake.connector.result_set:result batch 72 has id: data_0_7_6 +DEBUG:snowflake.connector.result_set:result batch 73 has id: data_0_7_7 +DEBUG:snowflake.connector.result_set:result batch 74 has id: data_0_7_8 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_0 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_0 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_1 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/2 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_1 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_2 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/3 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_2 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 1 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_3 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_3 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_0_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=dy9qfk%2FI87g62xCE1iBfwSD6CPA%3D HTTP/1.1" 200 27025 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 1 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 87 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.result_set:user finished consuming result batch 1 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 2 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_5 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_0_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=w608SVjG8HPRcqzpTmzqxkjY7Yk%3D HTTP/1.1" 200 138684 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_0_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=MoWXsIU9BwSdE385WQp%2BrN8tygQ%3D HTTP/1.1" 200 845859 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 89 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 88 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 87 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 90 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 90 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 90 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 2 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 3 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_6 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_0_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=0ZyR0SpzSNlN51e0gzHUGg4T8YE%3D HTTP/1.1" 200 260001 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_0_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=h6%2BRjnmgr4NYfed7ro8WtkEJKNY%3D HTTP/1.1" 200 491328 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_6 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_0_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=M%2BjDSlqGz0g7GjukQQYNq566JY4%3D HTTP/1.1" 200 1660034 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_6 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_set:user began consuming result batch 3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 90 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 178 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 176 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_0_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=lOHwI4FDrkZVfwikkDEjDIfYCbc%3D HTTP/1.1" 200 3443978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 178 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 178 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 180 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_7 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_7 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 179 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 356 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 358 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 359 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 356 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 359 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 4 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 5 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_8 +DEBUG:snowflake.connector.result_set:user began consuming result batch 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 708 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_0_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=TA4WBWxGk6ugO60Bph2r33mel%2Bs%3D HTTP/1.1" 200 6733128 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_8 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_8 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 715 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 719 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 712 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 712 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 5 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 6 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_0 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 714 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 906 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_0_8?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=AcrUPyQ7wj692MXjtfzdx5kUEek%3D HTTP/1.1" 200 1997319 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 905 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_1_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=vEw9lKE23%2FUFcFaHTu4coCcDtNo%3D HTTP/1.1" 200 26808 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 917 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 906 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 6 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 7 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_1 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_1_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=aFvBrt1J5tU8BRoH9FZN2vvezXA%3D HTTP/1.1" 200 136396 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_8 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_8 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 10 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_8 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 16 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 7 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 16 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 16, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 903 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 7 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 8 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_2 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_1_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=iVrneQujNwd%2BiURi0b98g25Drwk%3D HTTP/1.1" 200 255690 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 32 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 32 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 32, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 939 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1027 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1023 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1030 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1025 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1030 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1030 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 938 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 940 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 940 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 943 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 933 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 943 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 941 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 941 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 948 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 941 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 944 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 941 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 932 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 933 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 935 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 943 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 943 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 936 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 943 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 938 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 8 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 9 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 9 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 10 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 10, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 937 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 939 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 939 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_1_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=Ust6G1cJQxneQDIvnOpG2GwWUuQ%3D HTTP/1.1" 200 484051 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 943 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 934 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 922 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 936 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 583 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 9 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 10 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 10 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 87 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_4 with existing session +DEBUG:snowflake.connector.result_set:user finished consuming result batch 10 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 11 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 11 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 88 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 88 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 90 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 91 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 89 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 89 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_3 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 11 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_3 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 12 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 12 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 87 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 176 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 177 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 180 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_1_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=%2Fb69CSYHko9l9NVDdE2hCEOydhw%3D HTTP/1.1" 200 1007203 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 179 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 176 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 12 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 13 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 13 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_7 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 177 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_7 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_1_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=elIireWi3OID1t3Df0JifipmPBs%3D HTTP/1.1" 200 1719536 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 355 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 354 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_1_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=QQ%2F%2FvdkqlImN27GSoypLmZXhML8%3D HTTP/1.1" 200 3441450 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 350 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 353 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 355 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 13 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 14 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_8 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_1_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=bammQdGIGu4TYjmBXJNNOz2m83A%3D HTTP/1.1" 200 6652773 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_8 +DEBUG:snowflake.connector.result_set:user began consuming result batch 14 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_8 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 706 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 710 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 705 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 713 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_1_8?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=JGjW47AqS3Z3HJThSHH%2B0sK56OQ%3D HTTP/1.1" 200 11235062 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 714 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 714 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 14 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 15 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 15 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 913 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 909 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_2_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=CdIAG0S6%2FcIREzShRrfHGbnhN%2BQ%3D HTTP/1.1" 200 27016 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 904 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 907 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 915 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 15 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 16 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_1 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_2_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=GPRGwpBvX%2BaIfM4YgG8uDYDJpiU%3D HTTP/1.1" 200 117774 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 16 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 16 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 16 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 16, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 904 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 16 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 17 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_2 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_2_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=9U1TFIzDpOrt9NcM7p%2Fkyg6TaoU%3D HTTP/1.1" 200 233035 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 31 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 17 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 31 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 31, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1021 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 17 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 18 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_3 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_2_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=N5%2B2f8tjA0g8AR30RX%2B2PDO0K3Y%3D HTTP/1.1" 200 474327 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_8 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_8 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 53 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_8 +DEBUG:snowflake.connector.result_set:user began consuming result batch 18 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 53 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 53, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1021 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1025 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1023 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1026 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1028 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1024 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1016 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1025 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1029 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1027 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1020 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1028 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1029 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1029 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1023 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1024 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1025 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1026 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1025 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1026 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1030 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1027 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1020 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1030 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1028 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1025 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1022 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1028 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1028 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1028 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1022 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1025 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1025 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1025 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1022 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1026 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1027 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1024 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1020 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1028 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1029 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1025 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1018 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1026 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1028 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1031 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1021 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1023 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1029 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1026 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1019 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1025 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 367 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 18 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 19 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 19 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 88 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_4 with existing session +DEBUG:snowflake.connector.result_set:user finished consuming result batch 19 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 20 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 20 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 87 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 89 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 90 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 91 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 91 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 20 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 21 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 21 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 91 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 90 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 179 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 180 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 181 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 180 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 21 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 22 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 22 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_7 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 180 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_7 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 360 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 360 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_2_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=7Pn3gXuHKxvNrk7tjSPoh1RsvJM%3D HTTP/1.1" 200 892721 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 360 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 361 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_2_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=N0b3Zc5r2U6i%2BL%2BwNbeElIra7ho%3D HTTP/1.1" 200 1714224 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 360 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_2_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=QusYytkHIi26PVwb%2BpQC26k6B7k%3D HTTP/1.1" 200 3456197 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 22 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 23 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_8 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_8 +DEBUG:snowflake.connector.result_set:user began consuming result batch 23 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_8 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 359 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 719 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 720 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 721 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 711 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 718 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_2_8?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=d4pzyYbq9BNin9mI%2BoAWhpgzqGE%3D HTTP/1.1" 200 13293367 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 23 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 24 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_9 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_9 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_9 with existing session +DEBUG:snowflake.connector.result_set:user began consuming result batch 24 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 911 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_2_9?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=ueiGovDIohb9cA%2FNNIj5HpqyTgM%3D HTTP/1.1" 200 8861617 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 921 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 921 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 909 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 24 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 25 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_0 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_2_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=eBML502RhmuLKuQLzGUkwF59yc0%3D HTTP/1.1" 200 6630337 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 16 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_6 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 25 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 16 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 16, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 912 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_3_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=z8DXj6NlK%2FWNH%2BoDamiL0xeynt4%3D HTTP/1.1" 200 26592 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 911 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 916 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 25 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 26 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_1 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_3_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=BGeZk9Llrjr7a11mUc1wV2Y3bZY%3D HTTP/1.1" 200 135529 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 31 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 26 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 31 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 31, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 925 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1018 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1032 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1020 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1031 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1029 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1030 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1020 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1033 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1035 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1033 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1018 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 26 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 27 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_2 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_3_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=x2qxIVL4nOkBAjpGqEztkvkYz6Y%3D HTTP/1.1" 200 256127 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_9 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_9 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 44 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_9 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_8 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_8 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 63 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_8 +DEBUG:snowflake.connector.result_set:user began consuming result batch 27 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 63 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 63, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1031 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1030 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1029 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1017 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1032 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1032 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1028 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1023 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1031 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1029 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1030 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1016 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1029 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1030 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1029 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1020 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1031 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1029 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1032 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1023 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1029 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1028 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1032 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1023 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1031 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1032 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1031 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1030 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1026 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1033 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1030 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1029 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1029 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1032 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1031 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 995 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 940 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 939 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 938 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 934 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 944 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 943 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 939 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 941 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 941 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 940 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 945 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 935 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 936 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 941 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 889 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 891 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 62, rows in current batch: 905 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 27 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 28 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 28 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 44 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 44, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 897 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 896 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 895 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 890 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 896 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 903 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 889 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 896 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 904 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 897 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 900 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 896 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 898 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 894 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 901 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 901 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 899 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 894 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 894 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 893 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 901 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 899 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 900 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 903 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 895 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 908 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 897 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 898 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 892 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 895 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 893 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 901 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 902 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 893 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 896 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 897 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 488 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.result_set:user finished consuming result batch 28 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 29 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 29 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 88 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 29 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 30 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 30 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_5 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 88 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 89 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 88 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 90 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 88 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 89 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 30 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 31 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 31 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 89 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 175 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 178 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 177 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 179 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 182 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.result_set:user finished consuming result batch 31 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 32 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_7 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_3_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=Ynbr1XM6RgkcuMuQmRju7V70G%2Bs%3D HTTP/1.1" 200 483841 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_3 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_3 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_3 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 32 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_7 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 178 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 351 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 358 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 357 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 353 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_3_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=WfaefSNzct4la%2F%2F2yf3C7APmduM%3D HTTP/1.1" 200 6689390 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 359 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 32 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 33 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_8 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_3_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=vK5IgmH%2FhYQc7XERtzB2ldSHnQU%3D HTTP/1.1" 200 1005513 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_8 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_8 with existing session +DEBUG:snowflake.connector.result_set:user began consuming result batch 33 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 712 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_3_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=2e8xpf2HrVCCzSZ62SgCHzJhj6E%3D HTTP/1.1" 200 3386309 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 706 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 712 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_3_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=nFq9aChK5do65tWW%2Fbc1J6K%2Fl04%3D HTTP/1.1" 200 1704083 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 713 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 709 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 707 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_3_8?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=w%2Bj04uJngYtUIeuBz7P43xuHMa8%3D HTTP/1.1" 200 8014141 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 33 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 34 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 34 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 911 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_4_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=HFw1gaCUZxl0NoeJclTs59xESLY%3D HTTP/1.1" 200 26588 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 904 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 906 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 917 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 885 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 34 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 35 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_1 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_4_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=yvjM0RD%2Fcbh712kpFw5s8BIW%2BM4%3D HTTP/1.1" 200 134317 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.arrow_iterator:Batches read: 32 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 17 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 35 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 17 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 17, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 879 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 874 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 886 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 874 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 884 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 879 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 925 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1024 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1021 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1026 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 949 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 963 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 949 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 35 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 36 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_2 +DEBUG:snowflake.connector.result_set:user began consuming result batch 36 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_2 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 32 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 32, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_2 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 890 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 875 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 882 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 876 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_4_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=oRC%2BQRr0FIqxlJ%2FE%2BvXijdl3Eos%3D HTTP/1.1" 200 254295 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 876 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 919 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 921 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 923 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 922 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 923 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 924 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 923 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 913 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 36 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 37 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_3 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_4_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=mXB%2B7J9kSqSQ4Nw2PIvG1jQfhlk%3D HTTP/1.1" 200 484128 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_8 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_8 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 38 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_8 +DEBUG:snowflake.connector.result_set:user began consuming result batch 37 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 38 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 38, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 921 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 210 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 37 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 38 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 38 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 88 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_4 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 38 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 39 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_4 with existing session +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 39 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 87 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 89 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 88 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 89 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 90 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 88 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 39 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 40 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 40 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 88 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 178 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 178 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 177 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 183 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 177 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_4_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=S0DFJpySIwmpvRzx%2BZI0ouM6jJ0%3D HTTP/1.1" 200 1693136 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 40 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_4_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=8GcjVx1R4DlL%2FcslytHK1K3aLy4%3D HTTP/1.1" 200 1001684 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 41 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 41 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 179 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 359 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 356 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 356 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_7 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 358 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 347 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 41 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 42 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_8 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_4_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=n0Bep%2Bfac8UG7anUAd8g%2FNxB%2B88%3D HTTP/1.1" 200 6783557 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_8 +DEBUG:snowflake.connector.result_set:user began consuming result batch 42 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_8 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 706 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 711 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 712 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 719 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 714 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_4_8?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=9SWUY8b66Tsw9G91yU907zlZt7Q%3D HTTP/1.1" 200 5533836 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 708 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 42 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 43 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_0 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_0 with existing session +DEBUG:snowflake.connector.result_set:user began consuming result batch 43 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 906 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_4_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=o7v6lNCMZlHbnLIJ3jtpnqMiBwg%3D HTTP/1.1" 200 3480993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 909 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_5_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=i4nF47zfkLH%2B4b2yBxFllTRmd%2BI%3D HTTP/1.1" 200 25148 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 903 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 901 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 43 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 44 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_1 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_5_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=qEQwqnvemVEWyixsBOxW0AJ%2BIfk%3D HTTP/1.1" 200 127264 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 16 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 44 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 16 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 16, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 906 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 44 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 45 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_2 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_5_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=qIkPSVQgyIEXXfZsaCRfpXyd%2BJg%3D HTTP/1.1" 200 241738 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_8 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_8 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 27 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_8 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 32 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 45 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 32 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 32, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 923 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 921 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 921 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 923 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 924 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 926 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 922 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 922 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 913 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 45 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 46 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 46 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 27 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 27, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 924 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 924 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 922 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_5_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=A22jbUkI%2B%2BYnThSshFA1q6%2Finc0%3D HTTP/1.1" 200 456659 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 925 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 923 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 921 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 928 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 923 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 922 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 922 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 920 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 929 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 925 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 923 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 277 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 46 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 47 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 47 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 83 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 47 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 48 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 48 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 85 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 85 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 88 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 86 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 87 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 88 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 48 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 49 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 49 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 88 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 173 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 174 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 173 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 175 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 176 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 49 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 50 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 50 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_7 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_7 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 174 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 344 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 348 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_5_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=kOb1MwPldclHcM%2BDk44cHexNqOQ%3D HTTP/1.1" 200 874423 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_5_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=jMDcs10ldyJd%2FWLn3x85%2FsxVzwE%3D HTTP/1.1" 200 1710071 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 348 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 351 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 346 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 50 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 51 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_8 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_5_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=T15v%2BM6BthhwVPENPx9JpwtQ0go%3D HTTP/1.1" 200 3432970 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_4 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_5_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=99xK8%2BL6ePzk%2B15avi8HZaL8Ok8%3D HTTP/1.1" 200 6743248 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_8 +DEBUG:snowflake.connector.result_set:user began consuming result batch 51 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_8 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 350 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 698 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 699 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_5_8?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=YZWyeDfCO4Ckej5v%2B6Sn0IUJQxc%3D HTTP/1.1" 200 13164649 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 694 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 691 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 701 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 51 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 52 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_9 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_9 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_9 with existing session +DEBUG:snowflake.connector.result_set:user began consuming result batch 52 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 919 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_5_9?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=HMMhjFlS1cayNq9kuXSFRwDNY60%3D HTTP/1.1" 200 1494755 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 907 +INFO:snowflake.connector.connection:closed +DEBUG:snowflake.connector.telemetry:Closing telemetry client. +INFO:snowflake.connector.connection:No async queries seem to be running, deleting session +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: da8e6a64-a572-4483-9eee-5394c29c0298 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_9 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_9 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_9 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_6 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.arrow_iterator:Batches read: 16 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_6 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session?delete=true&request_guid=da8e6a64-a572-4483-9eee-5394c29c0298 HTTP/1.1" 200 76 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.connection:Session is closed +INFO:snowflake.connector.connection:closed +DEBUG:snowflake.connector.telemetry:Closing telemetry client. +INFO:snowflake.connector.connection:No async queries seem to be running, deleting session +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 16522c58-f3f4-48a8-bef2-e8d6a6e7bbcb +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_7 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_7 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 33 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_7 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session?delete=true&request_guid=16522c58-f3f4-48a8-bef2-e8d6a6e7bbcb HTTP/1.1" 200 76 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.connection:Session is closed +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 904 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 52 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 53 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 53 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 16 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 16, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 905 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 927 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_6_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=%2FYsjJCeB33ik7GPoHXkSu%2FyYcRE%3D HTTP/1.1" 200 26316 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 888 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 897 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 901 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 53 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 54 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_1 +DEBUG:snowflake.connector.result_set:user began consuming result batch 54 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 33 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 33, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_1 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 915 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_6_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=b6zJh8cCuS7TgXyLQndAulyiAMg%3D HTTP/1.1" 200 136721 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 907 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 886 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 895 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 894 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 894 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 890 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 891 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 892 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 899 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 54 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 55 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_8 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_8 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 65 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_6_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=R5SFOHsQrIMmYqeYyTuxfCOHPhc%3D HTTP/1.1" 200 258794 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_8 +DEBUG:snowflake.connector.result_set:user began consuming result batch 55 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 65 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 65, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 895 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 886 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 872 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 873 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 872 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 880 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 878 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 879 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 879 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 883 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 873 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 879 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 872 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 882 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 888 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 875 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 878 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 876 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 884 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 878 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 883 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 882 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 876 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 882 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 878 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 885 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 882 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 875 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 870 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 887 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 873 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 871 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 884 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 876 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 869 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 874 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 871 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 878 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 874 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 875 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 882 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 874 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 869 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 62, rows in current batch: 872 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 63, rows in current batch: 889 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 64, rows in current batch: 872 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 55 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 56 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 56 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 876 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 879 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 883 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_6_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=MMpBSRVgIqs%2BLdS8L4mOUEJL69Q%3D HTTP/1.1" 200 489293 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 883 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 873 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 878 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 294 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 56 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 57 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 57 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 85 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 57 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 58 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 58 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 87 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 87 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 89 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 89 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 89 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 89 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.result_set:user finished consuming result batch 58 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 59 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 59 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 89 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 179 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 176 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 180 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 176 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 177 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 59 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 60 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_7 with existing session +DEBUG:snowflake.connector.result_set:user began consuming result batch 60 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 180 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 351 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 354 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 352 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 357 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 357 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 60 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 61 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_8 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_6_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=fF6RDIgMlIIN8qPb%2BhgeF2lh9tI%3D HTTP/1.1" 200 6714513 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_6_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=gtMV3V7U%2FVHrCPJeqROniH7K%2BrA%3D HTTP/1.1" 200 848463 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_6_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=fPhdCYLOaG2Pz3qdjeGpEbttWBk%3D HTTP/1.1" 200 1679083 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_6_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=C89ROt0jAUmVQ1UERxc2liBmJTw%3D HTTP/1.1" 200 3424012 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 32 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_7 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_8 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_8 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 61 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 707 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 710 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_6_8?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=R58YU%2FsdWfrEBOCu8jF3zvfD9RY%3D HTTP/1.1" 200 6675411 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 706 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 709 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 719 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 61 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 62 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_0 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_5 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_7_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=Rpx1STJBhQlRCWYkIz2nniIFZLQ%3D HTTP/1.1" 200 26577 +DEBUG:snowflake.connector.result_set:user began consuming result batch 62 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 708 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 907 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 909 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 62 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 63 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_1 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_7_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=xSCJaJFO4pqULNvz5OXDnmIcdMo%3D HTTP/1.1" 200 137710 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 16 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 63 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 16 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 16, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 909 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 63 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 64 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_2 +DEBUG:snowflake.connector.result_set:user began consuming result batch 64 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_2 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 32 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_2 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 32, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 912 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_7_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=pIk%2BN8ApPTqZckTr3XcHQzs2N6U%3D HTTP/1.1" 200 256787 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 891 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 885 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 908 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 903 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 902 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 64 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 65 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_3 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_7_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=1wEKL%2Fw1fw6bMqAmZ9ux3HLQigY%3D HTTP/1.1" 200 489340 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_8 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_8 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 32 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_8 +DEBUG:snowflake.connector.result_set:user began consuming result batch 65 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 32 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 32, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 181 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 65 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 66 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 66 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 85 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 66 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 67 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 67 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 87 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 88 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 89 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 91 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 89 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 89 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 67 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 68 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 68 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 88 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 179 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 178 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 180 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 174 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 175 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 68 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 69 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 69 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_7 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_7_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=wP9yrAO3%2BSPwy7Y1qovmJEfIpjk%3D HTTP/1.1" 200 1013697 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 180 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_7 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 357 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 354 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 353 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 357 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_7_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=vgQ0IjvWDbH61UO%2BCO91S%2FndFf0%3D HTTP/1.1" 200 1715487 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 357 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 69 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 70 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_8 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_7_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=p4Ib6pegRppl5bNtjfpEw6VoloQ%3D HTTP/1.1" 200 3441865 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_7_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=xVY29Ezw0vaGP7q7JiIxf832U%2Fk%3D HTTP/1.1" 200 6679445 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_8 +DEBUG:snowflake.connector.result_set:user began consuming result batch 70 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_8 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 714 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 716 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 714 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 710 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_7_8?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668100926&Signature=XjA4ZWYAheO6iXg9Hu12Bt7N8Ig%3D HTTP/1.1" 200 6273629 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 712 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 710 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 70 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 71 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 71 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 916 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 71 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 72 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 16 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 72 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 16 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 16, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 911 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 72 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 73 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 31 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 73 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 31 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 31, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 904 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_8 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_8 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 906 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 30 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_8 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 905 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 73 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 74 +DEBUG:snowflake.connector.result_set:user began consuming result batch 74 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 30 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 30, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 884 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 338 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 74 +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 487.6s ago] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 7 +DEBUG:snowflake.connector.cursor:Request id: 92880ffb-26bd-4adf-bec3-547f59ee6947 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[7], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 5b49d56a-355b-4d5c-8f3e-a6f3b6bc383e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=92880ffb-26bd-4adf-bec3-547f59ee6947&request_guid=5b49d56a-355b-4d5c-8f3e-a6f3b6bc383e HTTP/1.1" 200 2279 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836ed-0502-b1d6-1a4b-0303c543359f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836ed-0502-b1d6-1a4b-0303c543359f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 40 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836ed-0502-b1d6-1a4b-0303c543359f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ae9ace5f-ac91-4f0b-a0c0-95ff4f8ac78c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836ed-0502-b1d6-1a4b-0303c543359f?request_guid=ae9ace5f-ac91-4f0b-a0c0-95ff4f8ac78c HTTP/1.1" 200 1861 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836ed-0502-b1d6-1a4b-0303c543359f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 963509de-21f7-4789-98d0-4277a27f7dd1 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836ed-0502-b1d6-1a4b-0303c543359f?request_guid=963509de-21f7-4789-98d0-4277a27f7dd1 HTTP/1.1" 200 1860 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a836ed-0502-b1d6-1a4b-0303c543359f'))] +DEBUG:snowflake.connector.connection:sequence counter: 8 +DEBUG:snowflake.connector.cursor:Request id: 2f9b1fa3-653f-4626-8274-9b8e14760043 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a836ed-0502-b1d6-1a4b-0303c543359f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a836ed-0502-b1d6-1a4b-0303c543359f'))], sequence_id=[8], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f5b06a6e-2bed-4423-a451-0519d09881ee +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=2f9b1fa3-653f-4626-8274-9b8e14760043&request_guid=f5b06a6e-2bed-4423-a451-0519d09881ee HTTP/1.1" 200 2280 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836ed-0502-af26-1a4b-0303c5432607 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836ed-0502-af26-1a4b-0303c5432607 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 40 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 4 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 9 +DEBUG:snowflake.connector.cursor:Request id: 020aeb85-7c69-46aa-bab2-92680fde0051 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[9], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1e2c76ca-5f03-4f05-a0e7-e5c3affaaf30 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=020aeb85-7c69-46aa-bab2-92680fde0051&request_guid=1e2c76ca-5f03-4f05-a0e7-e5c3affaaf30 HTTP/1.1" 200 1954 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836ed-0502-b1d6-1a4b-0303c54335f3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836ed-0502-b1d6-1a4b-0303c54335f3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 20 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836ed-0502-b1d6-1a4b-0303c54335f3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a3572d95-bf2e-4ba1-b5a6-b9e40ad2b774 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836ed-0502-b1d6-1a4b-0303c54335f3?request_guid=a3572d95-bf2e-4ba1-b5a6-b9e40ad2b774 HTTP/1.1" 200 2185 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836ed-0502-b1d6-1a4b-0303c54335f3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 78a68aa5-ea7d-4c6e-947b-0cab46828ab0 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836ed-0502-b1d6-1a4b-0303c54335f3?request_guid=78a68aa5-ea7d-4c6e-947b-0cab46828ab0 HTTP/1.1" 200 2187 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a836ed-0502-b1d6-1a4b-0303c54335f3'))] +DEBUG:snowflake.connector.connection:sequence counter: 10 +DEBUG:snowflake.connector.cursor:Request id: 93b0c562-8a94-46ef-8e8a-1f3bbac46bfa +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a836ed-0502-b1d6-1a4b-0303c54335f3'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a836ed-0502-b1d6-1a4b-0303c54335f3'))], sequence_id=[10], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: eff5e710-54c5-4d59-b697-9d8fbeef725a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=93b0c562-8a94-46ef-8e8a-1f3bbac46bfa&request_guid=eff5e710-54c5-4d59-b697-9d8fbeef725a HTTP/1.1" 200 1956 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836ed-0502-afee-1a4b-0303c5434153 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836ed-0502-afee-1a4b-0303c5434153 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 20 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 2 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','VPAPPLOG');] +DEBUG:snowflake.connector.connection:sequence counter: 11 +DEBUG:snowflake.connector.cursor:Request id: 2acbaef1-fe95-4847-a7bb-fabbceee2b69 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','VPAPPLOG');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','VPAPPLOG');], sequence_id=[11], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 55f986f3-842a-44d7-bdb6-a2c4ac587f8d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=2acbaef1-fe95-4847-a7bb-fabbceee2b69&request_guid=55f986f3-842a-44d7-bdb6-a2c4ac587f8d HTTP/1.1" 200 2342 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836ed-0502-b1d6-1a4b-0303c5433687 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836ed-0502-b1d6-1a4b-0303c5433687 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836ed-0502-b1d6-1a4b-0303c5433687' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 36ca703f-8310-4495-b49c-b460e820c476 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836ed-0502-b1d6-1a4b-0303c5433687?request_guid=36ca703f-8310-4495-b49c-b460e820c476 HTTP/1.1" 200 1678 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836ed-0502-b1d6-1a4b-0303c5433687' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: b9cc8934-6101-46a3-8576-945c073786d6 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836ed-0502-b1d6-1a4b-0303c5433687?request_guid=b9cc8934-6101-46a3-8576-945c073786d6 HTTP/1.1" 200 1678 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a836ed-0502-b1d6-1a4b-0303c5433687'))] +DEBUG:snowflake.connector.connection:sequence counter: 12 +DEBUG:snowflake.connector.cursor:Request id: cb96a797-9776-45ea-9835-3006eff907a7 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a836ed-0502-b1d6-1a4b-0303c5433687'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a836ed-0502-b1d6-1a4b-0303c5433687'))], sequence_id=[12], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: bbb47054-8009-44a3-a597-16f77378e8e9 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=cb96a797-9776-45ea-9835-3006eff907a7&request_guid=bbb47054-8009-44a3-a597-16f77378e8e9 HTTP/1.1" 200 2344 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836ed-0502-af26-1a4b-0303c543264b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836ed-0502-af26-1a4b-0303c543264b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 493s ago] ('get_data', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=e37cd776-568b-46f2-9022-579125b4ae78 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 4fd0f4ad-83ed-4327-bbb8-f48c187ef354 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=e37cd776-568b-46f2-9022-579125b4ae78&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=4fd0f4ad-83ed-4327-bbb8-f48c187ef354 HTTP/1.1" 200 1554 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT LOGLEVEL,LOGTYPE,MODULEIDNODEID,ODS_AUDIT_ID,ODS_CREATE_ROW_DTM,ODS_SID,G...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 55c57641-e1d7-467b-b383-ad71cefb97dc +DEBUG:snowflake.connector.cursor:running query [SELECT LOGLEVEL,LOGTYPE,MODULEIDNODEID,ODS_AUDIT_ID,ODS_CREATE_ROW_DTM,ODS_SID,G...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT LOGLEVEL,LOGTYPE,MODULEIDNODEID,ODS_AUDIT_ID,ODS_CREATE_ROW_DTM,ODS_SID,G...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7e75c9fc-fefe-4b8d-807d-e6ed7ebfe37b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=55c57641-e1d7-467b-b383-ad71cefb97dc&request_guid=7e75c9fc-fefe-4b8d-807d-e6ed7ebfe37b HTTP/1.1" 200 None +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836ed-0502-b1d6-1a4b-0303c5433797 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836ed-0502-b1d6-1a4b-0303c5433797 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=128 +INFO:snowflake.connector.cursor:Number of results in first chunk: 188 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836ed-0502-b1d6-1a4b-0303c5433797' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: b43607b7-2b49-4ec2-9cc4-ebf087189a09 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836ed-0502-b1d6-1a4b-0303c5433797?request_guid=b43607b7-2b49-4ec2-9cc4-ebf087189a09 HTTP/1.1" 200 2202 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836ed-0502-b1d6-1a4b-0303c5433797' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 314774b9-6521-4631-8724-e56ed362fecb +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836ed-0502-b1d6-1a4b-0303c5433797?request_guid=314774b9-6521-4631-8724-e56ed362fecb HTTP/1.1" 200 2202 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a836ed-0502-b1d6-1a4b-0303c5433797'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 13e90356-0cf1-476a-900f-5a58307bb7e3 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a836ed-0502-b1d6-1a4b-0303c5433797'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a836ed-0502-b1d6-1a4b-0303c5433797'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e04eaea4-66a4-41d3-b2a0-e110b93a0fdd +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=13e90356-0cf1-476a-900f-5a58307bb7e3&request_guid=e04eaea4-66a4-41d3-b2a0-e110b93a0fdd HTTP/1.1" 200 8718 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836ed-0502-b1d6-1a4b-0303c5433fcb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836ed-0502-b1d6-1a4b-0303c5433fcb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=129 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.result_set:result batch 1 has id: data_0_0_0 +DEBUG:snowflake.connector.result_set:result batch 2 has id: data_0_0_1 +DEBUG:snowflake.connector.result_set:result batch 3 has id: data_0_0_2 +DEBUG:snowflake.connector.result_set:result batch 4 has id: data_0_0_3 +DEBUG:snowflake.connector.result_set:result batch 5 has id: data_0_0_4 +DEBUG:snowflake.connector.result_set:result batch 6 has id: data_0_0_5 +DEBUG:snowflake.connector.result_set:result batch 7 has id: data_0_0_6 +DEBUG:snowflake.connector.result_set:result batch 8 has id: data_0_0_7 +DEBUG:snowflake.connector.result_set:result batch 9 has id: data_0_0_8 +DEBUG:snowflake.connector.result_set:result batch 10 has id: data_0_0_9 +DEBUG:snowflake.connector.result_set:result batch 11 has id: data_0_0_10 +DEBUG:snowflake.connector.result_set:result batch 12 has id: data_0_0_11 +DEBUG:snowflake.connector.result_set:result batch 13 has id: data_0_0_12 +DEBUG:snowflake.connector.result_set:result batch 14 has id: data_0_0_13 +DEBUG:snowflake.connector.result_set:result batch 15 has id: data_0_0_14 +DEBUG:snowflake.connector.result_set:result batch 16 has id: data_0_0_15 +DEBUG:snowflake.connector.result_set:result batch 17 has id: data_0_1_0 +DEBUG:snowflake.connector.result_set:result batch 18 has id: data_0_1_1 +DEBUG:snowflake.connector.result_set:result batch 19 has id: data_0_1_2 +DEBUG:snowflake.connector.result_set:result batch 20 has id: data_0_1_3 +DEBUG:snowflake.connector.result_set:result batch 21 has id: data_0_1_4 +DEBUG:snowflake.connector.result_set:result batch 22 has id: data_0_1_5 +DEBUG:snowflake.connector.result_set:result batch 23 has id: data_0_1_6 +DEBUG:snowflake.connector.result_set:result batch 24 has id: data_0_1_7 +DEBUG:snowflake.connector.result_set:result batch 25 has id: data_0_1_8 +DEBUG:snowflake.connector.result_set:result batch 26 has id: data_0_1_9 +DEBUG:snowflake.connector.result_set:result batch 27 has id: data_0_1_10 +DEBUG:snowflake.connector.result_set:result batch 28 has id: data_0_1_11 +DEBUG:snowflake.connector.result_set:result batch 29 has id: data_0_1_12 +DEBUG:snowflake.connector.result_set:result batch 30 has id: data_0_1_13 +DEBUG:snowflake.connector.result_set:result batch 31 has id: data_0_1_14 +DEBUG:snowflake.connector.result_set:result batch 32 has id: data_0_1_15 +DEBUG:snowflake.connector.result_set:result batch 33 has id: data_0_2_0 +DEBUG:snowflake.connector.result_set:result batch 34 has id: data_0_2_1 +DEBUG:snowflake.connector.result_set:result batch 35 has id: data_0_2_2 +DEBUG:snowflake.connector.result_set:result batch 36 has id: data_0_2_3 +DEBUG:snowflake.connector.result_set:result batch 37 has id: data_0_2_4 +DEBUG:snowflake.connector.result_set:result batch 38 has id: data_0_2_5 +DEBUG:snowflake.connector.result_set:result batch 39 has id: data_0_2_6 +DEBUG:snowflake.connector.result_set:result batch 40 has id: data_0_2_7 +DEBUG:snowflake.connector.result_set:result batch 41 has id: data_0_2_8 +DEBUG:snowflake.connector.result_set:result batch 42 has id: data_0_2_9 +DEBUG:snowflake.connector.result_set:result batch 43 has id: data_0_2_10 +DEBUG:snowflake.connector.result_set:result batch 44 has id: data_0_2_11 +DEBUG:snowflake.connector.result_set:result batch 45 has id: data_0_2_12 +DEBUG:snowflake.connector.result_set:result batch 46 has id: data_0_2_13 +DEBUG:snowflake.connector.result_set:result batch 47 has id: data_0_2_14 +DEBUG:snowflake.connector.result_set:result batch 48 has id: data_0_2_15 +DEBUG:snowflake.connector.result_set:result batch 49 has id: data_0_3_0 +DEBUG:snowflake.connector.result_set:result batch 50 has id: data_0_3_1 +DEBUG:snowflake.connector.result_set:result batch 51 has id: data_0_3_2 +DEBUG:snowflake.connector.result_set:result batch 52 has id: data_0_3_3 +DEBUG:snowflake.connector.result_set:result batch 53 has id: data_0_3_4 +DEBUG:snowflake.connector.result_set:result batch 54 has id: data_0_3_5 +DEBUG:snowflake.connector.result_set:result batch 55 has id: data_0_3_6 +DEBUG:snowflake.connector.result_set:result batch 56 has id: data_0_3_7 +DEBUG:snowflake.connector.result_set:result batch 57 has id: data_0_3_8 +DEBUG:snowflake.connector.result_set:result batch 58 has id: data_0_3_9 +DEBUG:snowflake.connector.result_set:result batch 59 has id: data_0_3_10 +DEBUG:snowflake.connector.result_set:result batch 60 has id: data_0_3_11 +DEBUG:snowflake.connector.result_set:result batch 61 has id: data_0_3_12 +DEBUG:snowflake.connector.result_set:result batch 62 has id: data_0_3_13 +DEBUG:snowflake.connector.result_set:result batch 63 has id: data_0_3_14 +DEBUG:snowflake.connector.result_set:result batch 64 has id: data_0_3_15 +DEBUG:snowflake.connector.result_set:result batch 65 has id: data_0_4_0 +DEBUG:snowflake.connector.result_set:result batch 66 has id: data_0_4_1 +DEBUG:snowflake.connector.result_set:result batch 67 has id: data_0_4_2 +DEBUG:snowflake.connector.result_set:result batch 68 has id: data_0_4_3 +DEBUG:snowflake.connector.result_set:result batch 69 has id: data_0_4_4 +DEBUG:snowflake.connector.result_set:result batch 70 has id: data_0_4_5 +DEBUG:snowflake.connector.result_set:result batch 71 has id: data_0_4_6 +DEBUG:snowflake.connector.result_set:result batch 72 has id: data_0_4_7 +DEBUG:snowflake.connector.result_set:result batch 73 has id: data_0_4_8 +DEBUG:snowflake.connector.result_set:result batch 74 has id: data_0_4_9 +DEBUG:snowflake.connector.result_set:result batch 75 has id: data_0_4_10 +DEBUG:snowflake.connector.result_set:result batch 76 has id: data_0_4_11 +DEBUG:snowflake.connector.result_set:result batch 77 has id: data_0_4_12 +DEBUG:snowflake.connector.result_set:result batch 78 has id: data_0_4_13 +DEBUG:snowflake.connector.result_set:result batch 79 has id: data_0_4_14 +DEBUG:snowflake.connector.result_set:result batch 80 has id: data_0_4_15 +DEBUG:snowflake.connector.result_set:result batch 81 has id: data_0_5_0 +DEBUG:snowflake.connector.result_set:result batch 82 has id: data_0_5_1 +DEBUG:snowflake.connector.result_set:result batch 83 has id: data_0_5_2 +DEBUG:snowflake.connector.result_set:result batch 84 has id: data_0_5_3 +DEBUG:snowflake.connector.result_set:result batch 85 has id: data_0_5_4 +DEBUG:snowflake.connector.result_set:result batch 86 has id: data_0_5_5 +DEBUG:snowflake.connector.result_set:result batch 87 has id: data_0_5_6 +DEBUG:snowflake.connector.result_set:result batch 88 has id: data_0_5_7 +DEBUG:snowflake.connector.result_set:result batch 89 has id: data_0_5_8 +DEBUG:snowflake.connector.result_set:result batch 90 has id: data_0_5_9 +DEBUG:snowflake.connector.result_set:result batch 91 has id: data_0_5_10 +DEBUG:snowflake.connector.result_set:result batch 92 has id: data_0_5_11 +DEBUG:snowflake.connector.result_set:result batch 93 has id: data_0_5_12 +DEBUG:snowflake.connector.result_set:result batch 94 has id: data_0_5_13 +DEBUG:snowflake.connector.result_set:result batch 95 has id: data_0_5_14 +DEBUG:snowflake.connector.result_set:result batch 96 has id: data_0_5_15 +DEBUG:snowflake.connector.result_set:result batch 97 has id: data_0_6_0 +DEBUG:snowflake.connector.result_set:result batch 98 has id: data_0_6_1 +DEBUG:snowflake.connector.result_set:result batch 99 has id: data_0_6_2 +DEBUG:snowflake.connector.result_set:result batch 100 has id: data_0_6_3 +DEBUG:snowflake.connector.result_set:result batch 101 has id: data_0_6_4 +DEBUG:snowflake.connector.result_set:result batch 102 has id: data_0_6_5 +DEBUG:snowflake.connector.result_set:result batch 103 has id: data_0_6_6 +DEBUG:snowflake.connector.result_set:result batch 104 has id: data_0_6_7 +DEBUG:snowflake.connector.result_set:result batch 105 has id: data_0_6_8 +DEBUG:snowflake.connector.result_set:result batch 106 has id: data_0_6_9 +DEBUG:snowflake.connector.result_set:result batch 107 has id: data_0_6_10 +DEBUG:snowflake.connector.result_set:result batch 108 has id: data_0_6_11 +DEBUG:snowflake.connector.result_set:result batch 109 has id: data_0_6_12 +DEBUG:snowflake.connector.result_set:result batch 110 has id: data_0_6_13 +DEBUG:snowflake.connector.result_set:result batch 111 has id: data_0_6_14 +DEBUG:snowflake.connector.result_set:result batch 112 has id: data_0_6_15 +DEBUG:snowflake.connector.result_set:result batch 113 has id: data_0_6_16 +DEBUG:snowflake.connector.result_set:result batch 114 has id: data_0_7_0 +DEBUG:snowflake.connector.result_set:result batch 115 has id: data_0_7_1 +DEBUG:snowflake.connector.result_set:result batch 116 has id: data_0_7_2 +DEBUG:snowflake.connector.result_set:result batch 117 has id: data_0_7_3 +DEBUG:snowflake.connector.result_set:result batch 118 has id: data_0_7_4 +DEBUG:snowflake.connector.result_set:result batch 119 has id: data_0_7_5 +DEBUG:snowflake.connector.result_set:result batch 120 has id: data_0_7_6 +DEBUG:snowflake.connector.result_set:result batch 121 has id: data_0_7_7 +DEBUG:snowflake.connector.result_set:result batch 122 has id: data_0_7_8 +DEBUG:snowflake.connector.result_set:result batch 123 has id: data_0_7_9 +DEBUG:snowflake.connector.result_set:result batch 124 has id: data_0_7_10 +DEBUG:snowflake.connector.result_set:result batch 125 has id: data_0_7_11 +DEBUG:snowflake.connector.result_set:result batch 126 has id: data_0_7_12 +DEBUG:snowflake.connector.result_set:result batch 127 has id: data_0_7_13 +DEBUG:snowflake.connector.result_set:result batch 128 has id: data_0_7_14 +DEBUG:snowflake.connector.result_set:result batch 129 has id: data_0_7_15 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_0 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_0 with existing session +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_1 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/2 active sessions +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_1 with existing session +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/3 active sessions +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_4 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_2 with existing session +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_3 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_0_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101159&Signature=o6D9Ioqfzepnuktdm9T72oJEJNQ%3D HTTP/1.1" 200 498345 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_0_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101159&Signature=e8NDRaVs1Lh%2BVv%2FN0Y5O%2Bm2NhyQ%3D HTTP/1.1" 200 243607 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_0_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101159&Signature=AIkYJgjzeRe4ITfREnFAmrAytuY%3D HTTP/1.1" 200 34254 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_0_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101159&Signature=eh6V3Au9%2F7X78JkbnYLbEpt0mvo%3D HTTP/1.1" 200 127754 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 188 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 1 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 2 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 188 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 181 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 195 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_0_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101159&Signature=bN%2Bgto2xImSdgEufxLuul63YERU%3D HTTP/1.1" 200 840341 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 183 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 2 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 3 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 188 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 175 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 188 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_0_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101159&Signature=dlvE%2Fhg4PPN%2FVp0vL7xQ2nz5Res%3D HTTP/1.1" 200 1855115 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 190 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 379 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 365 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 3 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 4 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_0_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101159&Signature=JRUxPGSh2zg5YsHOjLuQZTW5d88%3D HTTP/1.1" 200 3446494 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_7 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 364 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 372 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 364 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 757 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 729 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_0_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101159&Signature=zrboiq3zMB0GMmEM3IArqTTl3%2F0%3D HTTP/1.1" 200 6623816 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 736 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 4 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 5 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_8 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_8 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_8 with existing session +DEBUG:snowflake.connector.result_set:user began consuming result batch 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 742 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 722 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1479 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_0_8?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101159&Signature=dpGUeOvaRRxSrk4hP1HLRuuvbF0%3D HTTP/1.1" 200 13155347 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1439 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1491 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 5 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 6 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_9 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 7 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_9 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_9 with existing session +DEBUG:snowflake.connector.result_set:user began consuming result batch 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 7 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 7, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1891 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1920 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_0_9?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101159&Signature=IlrLRh90btJ4TmuCrGNZUd2ydbA%3D HTTP/1.1" 200 16877478 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1884 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1879 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1867 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1881 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 6 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 7 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_10 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 13 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_6 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_10 +DEBUG:snowflake.connector.result_set:user began consuming result batch 7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 13 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_10 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 13, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1899 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_0_10?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101159&Signature=QiuZcoXRuhJ979Qx5iLSoH%2BRsqQ%3D HTTP/1.1" 200 16904215 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1892 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1884 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1876 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1889 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1868 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1869 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1887 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1888 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 7 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 8 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_11 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 25 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_7 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_11 +DEBUG:snowflake.connector.result_set:user began consuming result batch 8 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 25 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_11 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 25, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1875 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1933 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_0_11?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101159&Signature=k8kDNHZVzaPTzSM9KL0k8IsBqww%3D HTTP/1.1" 200 16929754 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1891 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1875 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1938 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1891 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1893 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1894 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1890 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1878 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1878 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1888 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1893 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1876 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1885 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1870 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1875 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1861 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1900 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 8 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 9 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_12 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_8 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_8 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 50 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_8 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_12 +DEBUG:snowflake.connector.result_set:user began consuming result batch 9 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 50 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 50, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1924 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_12 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1874 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1876 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_0_12?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101159&Signature=VWzmgr036%2BvgYCw6seIum6fkwNY%3D HTTP/1.1" 200 17046195 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1860 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1870 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1878 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1893 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1879 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1879 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1895 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1885 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1868 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1879 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1865 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1854 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1892 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1878 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1886 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1922 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1875 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1892 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1855 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1889 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1928 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1885 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1872 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1892 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1892 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1889 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 9 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 10 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_13 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_9 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_9 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 62 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_9 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_13 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 10 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_10 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 62 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_13 with existing session +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_10 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 62, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1907 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 61 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_10 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1892 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1892 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1928 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1898 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1894 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1892 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1888 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1896 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1909 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1846 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1870 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1894 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1902 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1876 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1894 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1853 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1891 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1917 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1964 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1986 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1991 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1974 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1962 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1956 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1955 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1957 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1966 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1965 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_0_13?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101159&Signature=iMi52BlnvnNPmHUmExiahRXk47A%3D HTTP/1.1" 200 16824648 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1963 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1961 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1950 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1962 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1968 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1965 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1973 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1961 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1963 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1946 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1953 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1966 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1965 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 1970 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 10 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 11 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_14 +DEBUG:snowflake.connector.result_set:user began consuming result batch 11 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 61 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_14 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 61, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_14 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1984 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1964 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1972 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2000 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1963 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1989 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1943 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1984 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1972 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_11 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_11 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1988 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 66 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_11 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1967 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1956 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1991 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1974 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1940 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1958 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1976 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1973 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1975 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1959 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1962 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1934 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1984 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1948 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_0_14?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101159&Signature=o6x8AnqYNi5gyPXX06CEL4hUAbw%3D HTTP/1.1" 200 16915799 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1941 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1966 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1953 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1961 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1947 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 2012 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1961 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 2010 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 2025 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 2001 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1973 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 2017 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1958 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1996 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 2006 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1981 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 11 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 12 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_15 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_15 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_15 with existing session +DEBUG:snowflake.connector.result_set:user began consuming result batch 12 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 66 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 66, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1990 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2001 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1956 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1980 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2002 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1957 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1993 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1965 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 2020 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1954 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1994 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1978 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1989 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1974 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1880 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1917 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1882 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1944 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1892 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1885 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1888 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1889 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1870 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1894 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1890 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1893 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1893 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1977 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_0_15?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101159&Signature=tvUrk%2FFaT%2FJLC5n2DAtebet914Y%3D HTTP/1.1" 200 4594129 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 2063 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 2053 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 2058 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 2050 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 2065 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 2053 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 2052 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 2052 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 2062 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 2068 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 2055 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 2048 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 2075 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 2057 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 2057 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 2066 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 2059 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 2042 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 2066 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 2062 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 2062 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 2050 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 2055 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 2061 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1997 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1867 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1926 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1885 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1943 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 1912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 62, rows in current batch: 1888 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 63, rows in current batch: 1895 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 64, rows in current batch: 1929 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 65, rows in current batch: 1917 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 12 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 13 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_15 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_15 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 23 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_15 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_0 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_1_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101159&Signature=ggvUj%2FTpxgXXzbxAf%2BNTKPgeMF0%3D HTTP/1.1" 200 24234 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_12 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_12 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 66 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_12 +DEBUG:snowflake.connector.result_set:user began consuming result batch 13 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 66 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 66, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1953 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1869 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1932 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1895 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1928 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1933 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1888 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1932 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1895 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1942 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1935 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1892 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1886 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1891 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1892 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1892 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1887 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1935 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1929 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1868 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1887 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1889 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1870 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1926 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1921 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1942 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 2019 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 2007 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 2010 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 2007 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 62, rows in current batch: 2005 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 63, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 64, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 65, rows in current batch: 2002 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 13 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 14 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_1 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_13 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_13 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 61 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_13 +DEBUG:snowflake.connector.result_set:user began consuming result batch 14 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 61 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 61, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2007 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1986 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1990 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2004 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1984 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2018 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2002 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 2013 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1992 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 2005 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 2010 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1997 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1984 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1996 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 2012 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 2019 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1992 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 2002 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_14 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_14 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 2036 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 67 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_14 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1997 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 2002 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 2017 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1990 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_1_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101159&Signature=6FYNXNNSu8AMwYo5gjtHD6nsNzM%3D HTTP/1.1" 200 128221 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 2012 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 2018 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 2002 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1988 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1960 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1964 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 2007 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1968 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1953 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1960 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1973 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1961 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1964 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1965 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1939 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1967 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1973 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1963 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1971 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1996 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1969 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 14 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 15 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_2 +DEBUG:snowflake.connector.result_set:user began consuming result batch 15 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 67 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_2 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 67, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1981 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_1_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101159&Signature=dWEmw0x1fXqsdctGU42jY8zF9bY%3D HTTP/1.1" 200 241861 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1938 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1962 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1966 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 2023 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 2008 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 2008 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1945 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1999 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1999 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1996 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1973 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 2001 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1996 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1998 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 2010 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 2000 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1999 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 2010 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 2003 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1965 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 2001 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1947 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 2063 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1960 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1962 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1965 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1922 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 2018 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1967 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 2004 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 62, rows in current batch: 1910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 63, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 64, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 65, rows in current batch: 2012 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 66, rows in current batch: 1944 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 15 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 16 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_3 with existing session +DEBUG:snowflake.connector.result_set:user began consuming result batch 16 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 23 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 23, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1966 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1946 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1945 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1997 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2018 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1972 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2019 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1918 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 2013 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 2002 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1991 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1912 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1882 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1930 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 2025 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 2003 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 2011 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1891 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 2056 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1932 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 2032 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1143 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_1_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101159&Signature=YFfBNKz4A9axGS6QJxE2cekByWo%3D HTTP/1.1" 200 501647 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 16 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 17 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 17 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 176 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_4 with existing session +DEBUG:snowflake.connector.result_set:user finished consuming result batch 17 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 18 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 18 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 189 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 179 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 180 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 183 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 181 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 180 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 18 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 19 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_6 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.result_set:user began consuming result batch 19 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 381 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 355 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 352 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 365 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 379 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_3 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 376 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_3 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.result_set:user finished consuming result batch 19 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 20 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_3 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_7 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.result_set:user began consuming result batch 20 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_7 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 370 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_7 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 368 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 365 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 738 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 755 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 719 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 721 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 747 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_1_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101159&Signature=7oxVhfHWF5cXjC0R0lqkTyKBmZA%3D HTTP/1.1" 200 6582442 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 20 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 21 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_8 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_1_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101159&Signature=S36rqygcHkNsnnwRGNYuVHRN1OY%3D HTTP/1.1" 200 1814936 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_1_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101159&Signature=PycI5ZCVSl%2FhXNDVkDV%2BP1laxrY%3D HTTP/1.1" 200 3373521 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_1_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101159&Signature=FbKf3vkxQps5FLdhzjdDCt%2BoS6w%3D HTTP/1.1" 200 879963 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 25 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_7 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_8 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_8 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 21 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1471 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_1_8?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101159&Signature=eMWnnLMMR%2Blw7UI3axPe3LBrMhs%3D HTTP/1.1" 200 13365118 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1463 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1471 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1461 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1507 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1469 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 21 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 22 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_9 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_9 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_9 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 7 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 22 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 7 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 7, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2008 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2014 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_1_9?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101159&Signature=IlzU%2BEaHzIRBnpVOELb4VG4R2Cs%3D HTTP/1.1" 200 16958113 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2031 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2015 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2020 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2010 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2008 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 22 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 23 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_10 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_10 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_10 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_1_10?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101159&Signature=6c%2B3PAE%2FWF4P0ezRjyZqyPJmx08%3D HTTP/1.1" 200 16899752 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 13 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 23 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 13 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 13, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2004 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2036 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2010 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2018 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2031 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2013 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2032 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 2010 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 2024 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 2032 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 2031 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 2033 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 2014 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 23 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 24 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_11 +DEBUG:snowflake.connector.result_set:user began consuming result batch 24 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_11 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 25 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 25, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_11 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2043 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2034 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_1_11?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101159&Signature=%2Bb09tlQqxz5odcajQGP%2BG3vlEjQ%3D HTTP/1.1" 200 16873188 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2022 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2023 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2027 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2030 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2011 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1971 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1867 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1875 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1878 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1893 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1876 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1879 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1842 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 24 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 25 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_12 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_8 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_8 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 50 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_8 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_12 +DEBUG:snowflake.connector.result_set:user began consuming result batch 25 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 50 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_12 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 50, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1894 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1860 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1901 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1885 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1880 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1875 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1881 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1911 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1867 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1870 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1883 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1876 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1910 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1899 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1913 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1887 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1897 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1902 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1877 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1898 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1894 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1874 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1947 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1937 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1975 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1965 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_1_12?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101159&Signature=W0gXUFldRlY6wP0e60Rj35amb4c%3D HTTP/1.1" 200 17067252 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1965 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1962 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1933 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1924 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1862 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1889 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1883 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1892 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1876 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1921 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1880 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 25 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 26 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_13 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_9 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_9 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 64 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_9 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_11 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_13 +DEBUG:snowflake.connector.result_set:user began consuming result batch 26 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_11 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_10 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 64 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_10 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 61 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_13 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 64, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1883 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 62 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_10 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_11 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1902 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1883 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1884 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1912 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1911 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1899 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1880 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1914 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1913 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1910 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1883 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1876 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1910 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1917 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1895 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1932 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1898 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1893 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1871 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1888 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1930 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1973 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1960 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1950 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_1_13?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101159&Signature=s2sBEjyiB3OEwGBSg7tnFpGQcSQ%3D HTTP/1.1" 200 16815155 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1963 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1884 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1891 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1882 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1874 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1894 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1876 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1890 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1924 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1885 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1882 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1894 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1884 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1864 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1883 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1844 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1871 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1889 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1895 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1891 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1890 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 1877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 62, rows in current batch: 1878 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 63, rows in current batch: 1913 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 26 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 27 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_14 +DEBUG:snowflake.connector.result_set:user began consuming result batch 27 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 62 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_14 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 62, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1906 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_14 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1874 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1885 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1855 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1877 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1881 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1872 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1910 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1931 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1983 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1970 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1981 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 2004 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1981 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1995 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1998 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1930 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1969 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1975 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1977 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1971 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1982 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1971 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_1_14?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101159&Signature=50zpotLHpe7FTGaBQjBBJ0rMSGA%3D HTTP/1.1" 200 16995666 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1965 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1968 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1997 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1971 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1960 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1999 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1957 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1966 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1997 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1956 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1967 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1960 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1932 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1945 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1942 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1941 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1932 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1949 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1958 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1953 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1968 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1948 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1946 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 1958 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 27 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 28 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_15 +DEBUG:snowflake.connector.result_set:user began consuming result batch 28 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_15 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 61 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 61, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_15 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1947 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1961 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1953 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1971 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1980 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1946 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1942 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1970 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1945 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1962 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1945 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1948 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1936 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1976 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1952 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1948 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1981 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1980 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1954 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1942 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1974 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1942 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1931 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1933 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1988 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_1_15?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101159&Signature=D6FKK2hg2aar4FnSLAJND0mtEsU%3D HTTP/1.1" 200 758603 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1959 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1996 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 2001 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1964 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1998 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1959 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_15 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_15 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_15 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1995 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1998 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1968 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1949 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1946 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1959 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 2007 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 2013 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1960 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1989 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 28 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 29 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_0 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_2_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101159&Signature=50yHqPNTUWUW%2F5PRWl4we7g4ccA%3D HTTP/1.1" 200 35020 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_12 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_12 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 62 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_12 +DEBUG:snowflake.connector.result_set:user began consuming result batch 29 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 62 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 62, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2003 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2010 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1998 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1949 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 2003 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1961 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1973 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 2021 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 2024 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1973 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1959 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 2003 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1959 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 2009 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 2001 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1995 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 2002 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 2003 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1965 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1950 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1951 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1960 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1936 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1937 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1921 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1908 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_13 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_13 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 62 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_13 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1937 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1945 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1894 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 1903 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 29 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 30 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_1 +DEBUG:snowflake.connector.result_set:user began consuming result batch 30 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 62 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_1 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 62, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1912 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1926 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1895 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1893 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1930 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1896 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1897 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1894 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1918 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1897 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1902 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1915 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1905 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1863 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1932 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1921 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1922 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1940 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1976 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1976 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 2015 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1981 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_2_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101159&Signature=N8H0EmfOkHPQSkIcZ5aGjkT1Q8U%3D HTTP/1.1" 200 132415 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 2000 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1978 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 2005 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1996 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 2000 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 2002 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1995 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1999 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1973 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 2038 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 2001 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 2014 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 2011 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1998 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 2020 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 2006 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 2006 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_14 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_14 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 70 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_14 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 2003 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 30 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 31 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 31 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_2 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 70 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 70, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1967 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2003 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1970 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1991 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1972 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1990 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1978 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1994 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1993 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1987 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +INFO:snowflake.connector.connection:closed +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.telemetry:Closing telemetry client. +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +INFO:snowflake.connector.connection:No async queries seem to be running, deleting session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.network:Request guid: fd66b80b-e5a9-4392-8621-756640899d93 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_2_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101159&Signature=xaqpNe3TJP5wpn7TBndDOqFDSZQ%3D HTTP/1.1" 200 253712 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_2 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session?delete=true&request_guid=fd66b80b-e5a9-4392-8621-756640899d93 HTTP/1.1" 200 76 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.connection:Session is closed +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 2005 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 2008 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1997 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1995 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 2001 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 2000 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1999 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 2000 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1997 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 2004 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1995 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 2001 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 2010 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 2012 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 2027 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 2009 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 2015 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1958 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1941 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 2058 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 2006 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1937 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1946 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1947 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 2047 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 2031 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1966 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 2092 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1868 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1857 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 2059 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 62, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 63, rows in current batch: 1998 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 64, rows in current batch: 1890 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 65, rows in current batch: 1845 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 66, rows in current batch: 1936 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 67, rows in current batch: 1966 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 68, rows in current batch: 2068 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 69, rows in current batch: 1953 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 31 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 32 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 32 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1946 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2058 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1318 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.result_set:user finished consuming result batch 32 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 33 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 33 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 190 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 33 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 34 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_4 with existing session +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_5 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 34 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 200 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 188 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 192 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 194 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 34 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 35 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 35 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 195 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 201 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 191 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_6 with existing session +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 195 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 392 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 380 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 35 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 36 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_7 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_2_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101159&Signature=Y1A6grxg3hAJuMVFrLd1uSLzVTQ%3D HTTP/1.1" 200 521911 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_3 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_3 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_7 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.result_set:user began consuming result batch 36 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_7 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 386 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 385 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_2_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101159&Signature=GCQNg8pGziOCi%2BmzBkhPXG4YTB4%3D HTTP/1.1" 200 6768880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 396 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 775 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 782 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 769 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.result_set:user finished consuming result batch 36 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 37 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_8 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_2_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101159&Signature=18F7e9pCa0%2F3MBvouyNzZ4C2CVI%3D HTTP/1.1" 200 882532 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_2_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101159&Signature=dRRVlyusdwlqRaVk%2BQzOHiMrHWE%3D HTTP/1.1" 200 1812570 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_2_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101159&Signature=45GcK%2FgXHR9r8bppvGs9%2Bayiwzk%3D HTTP/1.1" 200 3306241 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_8 +DEBUG:snowflake.connector.result_set:user began consuming result batch 37 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_8 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 777 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 792 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1533 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1529 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_2_8?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101159&Signature=NdcYuq%2FjnuzHki3RCFeUN%2Fti%2Fxs%3D HTTP/1.1" 200 13199005 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1543 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 37 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 38 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_9 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 7 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_9 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_9 with existing session +DEBUG:snowflake.connector.result_set:user began consuming result batch 38 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 7 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 7, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1558 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1561 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1985 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_2_9?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101159&Signature=v%2BHo0YAKZPyp1N%2BriVt%2BER9sEJg%3D HTTP/1.1" 200 16840296 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1965 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1978 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 38 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 39 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_10 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 25 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_7 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_10 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_10 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_2_10?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101159&Signature=1Fnx4VhhRrS3r8KM4HPP%2FgcFMMk%3D HTTP/1.1" 200 16913712 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 12 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 39 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 12 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 12, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1971 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1963 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1941 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1994 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 39 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 40 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_11 +DEBUG:snowflake.connector.result_set:user began consuming result batch 40 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 25 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 25, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1976 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_11 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_11 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1963 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2003 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_2_11?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101159&Signature=wMlSPgsw1qprmPmt3O71b0kWKaM%3D HTTP/1.1" 200 16895419 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1997 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1971 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1864 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1852 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1874 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1870 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1874 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1860 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1838 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1843 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 40 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 41 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_12 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_8 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_8 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 49 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_8 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_12 +DEBUG:snowflake.connector.result_set:user began consuming result batch 41 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 49 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_12 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 49, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1857 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1877 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_2_12?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101159&Signature=sj21vgEzjuAallwKPobaDbvUcEY%3D HTTP/1.1" 200 16793147 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1889 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1873 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1887 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1892 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1892 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1852 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1878 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1892 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1887 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1922 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1868 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1882 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1873 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1855 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1892 +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 4.806s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 4.812s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 4.818s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=ea9ab1fc-f100-4976-8ca3-08bab78fd6a8 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1df4498a-150d-4cd5-b673-4afa666e9e9e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:33:56] "GET /static/css/21.b5c496e2.chunk.css HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:33:56] "GET /lib/easing/easing.min.js HTTP/1.1" 404 - +DEBUG:filelock:Attempting to acquire lock 1644106656080 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1644106656080 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 1644107072800 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1644107072800 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:33:56] "GET /lib/waypoints/waypoints.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:33:56] "GET /lib/counterup/counterup.min.js HTTP/1.1" 404 - +DEBUG:filelock:Attempting to acquire lock 1644107072800 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 1644107072800 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 1644106656080 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1644106656080 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=ea9ab1fc-f100-4976-8ca3-08bab78fd6a8&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=1df4498a-150d-4cd5-b673-4afa666e9e9e HTTP/1.1" 200 1552 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_PROD, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_PROD_QLIK_LOAD_WH, role=None, request_id=3558bc82-010a-4f74-ad9e-4846cbd19120 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: aa3e4365-3910-4d28-8d68-929e2abfae6d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:33:59] "GET /lib/waypoints/waypoints.min.js HTTP/1.1" 404 - +DEBUG:snowflake.connector.ocsp_snowflake:ok +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:33:59] "GET /lib/counterup/counterup.min.js HTTP/1.1" 404 - +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=3558bc82-010a-4f74-ad9e-4846cbd19120&databaseName=PL_PROD&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_PROD_QLIK_LOAD_WH&request_guid=aa3e4365-3910-4d28-8d68-929e2abfae6d HTTP/1.1" 200 1552 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00478s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 1525de4c-e6be-467c-9d33-180b8679d9f9 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f500c65d-3b41-47a8-845b-372803f2976f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=1525de4c-e6be-467c-9d33-180b8679d9f9&request_guid=f500c65d-3b41-47a8-845b-372803f2976f HTTP/1.1" 200 2767 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836f6-0502-afee-1a4b-0303c5452bb7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836f6-0502-afee-1a4b-0303c5452bb7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836f6-0502-afee-1a4b-0303c5452bb7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7d2b81f3-2d05-4afa-9027-1feaacf258d3 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836f6-0502-afee-1a4b-0303c5452bb7?request_guid=7d2b81f3-2d05-4afa-9027-1feaacf258d3 HTTP/1.1" 200 1853 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836f6-0502-afee-1a4b-0303c5452bb7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d83b4e94-3cac-4bcf-a61d-b0ace2bf3738 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836f6-0502-afee-1a4b-0303c5452bb7?request_guid=d83b4e94-3cac-4bcf-a61d-b0ace2bf3738 HTTP/1.1" 200 1853 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a836f6-0502-afee-1a4b-0303c5452bb7'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: e22fef0e-37ad-4b52-be90-cc8efe2af9dc +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a836f6-0502-afee-1a4b-0303c5452bb7'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a836f6-0502-afee-1a4b-0303c5452bb7'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 28b22a4e-17b4-4e13-ab7b-4875895c1c33 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=e22fef0e-37ad-4b52-be90-cc8efe2af9dc&request_guid=28b22a4e-17b4-4e13-ab7b-4875895c1c33 HTTP/1.1" 200 2767 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836f6-0502-afee-1a4b-0303c5452c03 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836f6-0502-afee-1a4b-0303c5452c03 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 14 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 15 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 11 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 12 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 12 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 773f532e-2d2b-4b9e-a360-50980643669c +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 2dabad9d-a463-479e-adf4-69b8f44d4eb5 +DEBUG:snowflake.connector.network:socket timeout: 60 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:34:02] "POST /submit HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:34:02] "GET /static/css/21.b5c496e2.chunk.css HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:34:02] "GET /lib/waypoints/waypoints.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:34:02] "GET /lib/counterup/counterup.min.js HTTP/1.1" 404 - +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=773f532e-2d2b-4b9e-a360-50980643669c&request_guid=2dabad9d-a463-479e-adf4-69b8f44d4eb5 HTTP/1.1" 200 2505 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836f6-0502-b0de-1a4b-0303c545386f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836f6-0502-b0de-1a4b-0303c545386f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836f6-0502-b0de-1a4b-0303c545386f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 335732a1-81a4-49d2-8d63-32df31cf6344 +DEBUG:snowflake.connector.network:socket timeout: 60 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:34:02] "GET /static/lib/owlcarousel/assets/owl.carousel.min.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:34:02] "GET /lib/easing/easing.min.js HTTP/1.1" 404 - +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836f6-0502-b0de-1a4b-0303c545386f?request_guid=335732a1-81a4-49d2-8d63-32df31cf6344 HTTP/1.1" 200 2172 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836f6-0502-b0de-1a4b-0303c545386f' +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:34:02] "GET /static/css/style.css HTTP/1.1" 304 - +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 710b0318-9960-438f-87ec-da0c17eaee62 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836f6-0502-b0de-1a4b-0303c545386f?request_guid=710b0318-9960-438f-87ec-da0c17eaee62 HTTP/1.1" 200 2173 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a836f6-0502-b0de-1a4b-0303c545386f'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 02d356da-9221-48c3-8a2b-252184a06627 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a836f6-0502-b0de-1a4b-0303c545386f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a836f6-0502-b0de-1a4b-0303c545386f'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: df1be6cd-dbb3-47a8-9796-7cb51391a0d5 +DEBUG:snowflake.connector.network:socket timeout: 60 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:34:02] "GET /lib/owlcarousel/owl.carousel.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:34:02] "GET /mail/jqBootstrapValidation.min.js HTTP/1.1" 404 - +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=02d356da-9221-48c3-8a2b-252184a06627&request_guid=df1be6cd-dbb3-47a8-9796-7cb51391a0d5 HTTP/1.1" 200 2511 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836f6-0502-afee-1a4b-0303c5452c47 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836f6-0502-afee-1a4b-0303c5452c47 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 8 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: e632a237-3bdd-42fd-ad79-126f401b699c +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:34:02] "GET /mail/contact.js HTTP/1.1" 404 - +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','SDR');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 37209210-1da9-4aad-a4be-b214a94c5430 +DEBUG:snowflake.connector.network:socket timeout: 60 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:34:02] "GET /js/main.js HTTP/1.1" 404 - +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=e632a237-3bdd-42fd-ad79-126f401b699c&request_guid=37209210-1da9-4aad-a4be-b214a94c5430 HTTP/1.1" 200 2810 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836f6-0502-b0de-1a4b-0303c54538b3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836f6-0502-b0de-1a4b-0303c54538b3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836f6-0502-b0de-1a4b-0303c54538b3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 4e45e9c2-5979-41de-96da-533ef6ec8249 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836f6-0502-b0de-1a4b-0303c54538b3?request_guid=4e45e9c2-5979-41de-96da-533ef6ec8249 HTTP/1.1" 200 1675 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836f6-0502-b0de-1a4b-0303c54538b3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a54ac250-cc69-4e78-b0b6-bf2501692a38 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836f6-0502-b0de-1a4b-0303c54538b3?request_guid=a54ac250-cc69-4e78-b0b6-bf2501692a38 HTTP/1.1" 200 1677 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a836f6-0502-b0de-1a4b-0303c54538b3'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 3fe9dbaf-016f-46d7-bfb4-51acba305cc6 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a836f6-0502-b0de-1a4b-0303c54538b3'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a836f6-0502-b0de-1a4b-0303c54538b3'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: fe701536-e7c6-4e52-aed9-32545d4f4119 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=3fe9dbaf-016f-46d7-bfb4-51acba305cc6&request_guid=fe701536-e7c6-4e52-aed9-32545d4f4119 HTTP/1.1" 200 2815 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836f6-0502-afee-1a4b-0303c5452c5f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836f6-0502-afee-1a4b-0303c5452c5f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 3.581s ago] ('get_data', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=f9746753-1aa3-4fdf-b750-e0019744721f +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: fb6155db-c4f5-41b4-9081-6c62b127a53e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=f9746753-1aa3-4fdf-b750-e0019744721f&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=fb6155db-c4f5-41b4-9081-6c62b127a53e HTTP/1.1" 200 1552 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT AVERAGERECCONF,LATENCYHISTOGRAM1,ODS_ROW_PROCESS_DTM,PARENTID,ODS_EXP_ROW...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: b56d17dc-331a-43ff-97db-6902af177095 +DEBUG:snowflake.connector.cursor:running query [SELECT AVERAGERECCONF,LATENCYHISTOGRAM1,ODS_ROW_PROCESS_DTM,PARENTID,ODS_EXP_ROW...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT AVERAGERECCONF,LATENCYHISTOGRAM1,ODS_ROW_PROCESS_DTM,PARENTID,ODS_EXP_ROW...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9f812a82-ebbc-47a6-8fe5-1b459b2291c8 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=b56d17dc-331a-43ff-97db-6902af177095&request_guid=9f812a82-ebbc-47a6-8fe5-1b459b2291c8 HTTP/1.1" 200 6507 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836f6-0502-afee-1a4b-0303c5452c87 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836f6-0502-afee-1a4b-0303c5452c87 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=74 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836f6-0502-afee-1a4b-0303c5452c87' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 38fc9f80-2289-4adc-a2fe-baaada8d1ea8 +DEBUG:snowflake.connector.network:socket timeout: 60 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 14.09s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 14.1s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 14.1s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=ddb66637-ee1b-44a9-98f3-eb2508f56685 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d9424e88-d3f3-4d58-a278-4c84358d0749 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836f6-0502-afee-1a4b-0303c5452c87?request_guid=38fc9f80-2289-4adc-a2fe-baaada8d1ea8 HTTP/1.1" 200 2275 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836f6-0502-afee-1a4b-0303c5452c87' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: deece7d5-c88a-4945-8713-6e57d05a1dc5 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836f6-0502-afee-1a4b-0303c5452c87?request_guid=deece7d5-c88a-4945-8713-6e57d05a1dc5 HTTP/1.1" 200 2276 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a836f6-0502-afee-1a4b-0303c5452c87'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 9d72a16e-722b-400b-973c-5fa8c1a1c69f +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a836f6-0502-afee-1a4b-0303c5452c87'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a836f6-0502-afee-1a4b-0303c5452c87'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: cc25fb87-f1d0-4b01-a5e0-fb4a6a1a1104 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=9d72a16e-722b-400b-973c-5fa8c1a1c69f&request_guid=cc25fb87-f1d0-4b01-a5e0-fb4a6a1a1104 HTTP/1.1" 200 6506 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836f6-0502-b0de-1a4b-0303c5453927 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836f6-0502-b0de-1a4b-0303c5453927 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=74 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.result_set:result batch 1 has id: data_0_0_0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.result_set:result batch 2 has id: data_0_0_1 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.result_set:result batch 3 has id: data_0_0_2 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:result batch 4 has id: data_0_0_3 +DEBUG:snowflake.connector.result_set:result batch 5 has id: data_0_0_4 +DEBUG:snowflake.connector.result_set:result batch 6 has id: data_0_0_5 +DEBUG:snowflake.connector.result_set:result batch 7 has id: data_0_0_6 +DEBUG:snowflake.connector.result_set:result batch 8 has id: data_0_0_7 +DEBUG:snowflake.connector.result_set:result batch 9 has id: data_0_0_8 +DEBUG:snowflake.connector.result_set:result batch 10 has id: data_0_1_0 +DEBUG:snowflake.connector.result_set:result batch 11 has id: data_0_1_1 +DEBUG:snowflake.connector.result_set:result batch 12 has id: data_0_1_2 +DEBUG:snowflake.connector.result_set:result batch 13 has id: data_0_1_3 +DEBUG:snowflake.connector.result_set:result batch 14 has id: data_0_1_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:result batch 15 has id: data_0_1_5 +DEBUG:snowflake.connector.result_set:result batch 16 has id: data_0_1_6 +DEBUG:snowflake.connector.result_set:result batch 17 has id: data_0_1_7 +DEBUG:snowflake.connector.result_set:result batch 18 has id: data_0_1_8 +DEBUG:snowflake.connector.result_set:result batch 19 has id: data_0_2_0 +DEBUG:snowflake.connector.result_set:result batch 20 has id: data_0_2_1 +DEBUG:snowflake.connector.result_set:result batch 21 has id: data_0_2_2 +DEBUG:snowflake.connector.result_set:result batch 22 has id: data_0_2_3 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:result batch 23 has id: data_0_2_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:result batch 24 has id: data_0_2_5 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:result batch 25 has id: data_0_2_6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:result batch 26 has id: data_0_2_7 +DEBUG:snowflake.connector.result_set:result batch 27 has id: data_0_2_8 +DEBUG:snowflake.connector.result_set:result batch 28 has id: data_0_2_9 +DEBUG:snowflake.connector.result_set:result batch 29 has id: data_0_3_0 +DEBUG:snowflake.connector.result_set:result batch 30 has id: data_0_3_1 +DEBUG:snowflake.connector.result_set:result batch 31 has id: data_0_3_2 +DEBUG:snowflake.connector.result_set:result batch 32 has id: data_0_3_3 +DEBUG:snowflake.connector.result_set:result batch 33 has id: data_0_3_4 +DEBUG:snowflake.connector.result_set:result batch 34 has id: data_0_3_5 +DEBUG:snowflake.connector.result_set:result batch 35 has id: data_0_3_6 +DEBUG:snowflake.connector.result_set:result batch 36 has id: data_0_3_7 +DEBUG:snowflake.connector.result_set:result batch 37 has id: data_0_3_8 +DEBUG:snowflake.connector.result_set:result batch 38 has id: data_0_4_0 +DEBUG:snowflake.connector.result_set:result batch 39 has id: data_0_4_1 +DEBUG:snowflake.connector.result_set:result batch 40 has id: data_0_4_2 +DEBUG:snowflake.connector.result_set:result batch 41 has id: data_0_4_3 +DEBUG:snowflake.connector.result_set:result batch 42 has id: data_0_4_4 +DEBUG:snowflake.connector.result_set:result batch 43 has id: data_0_4_5 +DEBUG:snowflake.connector.result_set:result batch 44 has id: data_0_4_6 +DEBUG:snowflake.connector.result_set:result batch 45 has id: data_0_4_7 +DEBUG:snowflake.connector.result_set:result batch 46 has id: data_0_4_8 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:result batch 47 has id: data_0_5_0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:result batch 48 has id: data_0_5_1 +DEBUG:snowflake.connector.result_set:result batch 49 has id: data_0_5_2 +DEBUG:snowflake.connector.result_set:result batch 50 has id: data_0_5_3 +DEBUG:snowflake.connector.result_set:result batch 51 has id: data_0_5_4 +DEBUG:snowflake.connector.result_set:result batch 52 has id: data_0_5_5 +DEBUG:snowflake.connector.result_set:result batch 53 has id: data_0_5_6 +DEBUG:snowflake.connector.result_set:result batch 54 has id: data_0_5_7 +DEBUG:snowflake.connector.result_set:result batch 55 has id: data_0_5_8 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:result batch 56 has id: data_0_5_9 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:result batch 57 has id: data_0_6_0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.result_set:result batch 58 has id: data_0_6_1 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.result_set:result batch 59 has id: data_0_6_2 +DEBUG:snowflake.connector.result_set:result batch 60 has id: data_0_6_3 +DEBUG:snowflake.connector.result_set:result batch 61 has id: data_0_6_4 +DEBUG:snowflake.connector.result_set:result batch 62 has id: data_0_6_5 +DEBUG:snowflake.connector.result_set:result batch 63 has id: data_0_6_6 +DEBUG:snowflake.connector.result_set:result batch 64 has id: data_0_6_7 +DEBUG:snowflake.connector.result_set:result batch 65 has id: data_0_6_8 +DEBUG:snowflake.connector.result_set:result batch 66 has id: data_0_7_0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:result batch 67 has id: data_0_7_1 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:result batch 68 has id: data_0_7_2 +DEBUG:snowflake.connector.result_set:result batch 69 has id: data_0_7_3 +DEBUG:snowflake.connector.result_set:result batch 70 has id: data_0_7_4 +DEBUG:snowflake.connector.result_set:result batch 71 has id: data_0_7_5 +DEBUG:snowflake.connector.result_set:result batch 72 has id: data_0_7_6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:result batch 73 has id: data_0_7_7 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:result batch 74 has id: data_0_7_8 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_1 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_0 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_2 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_1 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_3 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/2 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_1 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 1 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_3 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/3 active sessions +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_3 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=ddb66637-ee1b-44a9-98f3-eb2508f56685&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=d9424e88-d3f3-4d58-a278-4c84358d0749 HTTP/1.1" 200 1550 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_PROD, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_PROD_QLIK_LOAD_WH, role=None, request_id=b17720ae-75d7-45d8-858d-46d18ef70bd7 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: da06ef1c-323f-4097-9172-ee897a11ae76 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_0_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=Ngq2Co77DZZ4ouyLJ7FAumQGqAY%3D HTTP/1.1" 200 27025 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 87 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 1 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 2 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_5 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_0_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=0uXeAikLy26jZCF9mGyrlxyvUZ4%3D HTTP/1.1" 200 138684 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_0_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=a52mL5T0U5OkGVRZ%2F%2Bfb2%2F9EgQI%3D HTTP/1.1" 200 845859 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_0_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=lVAM79nRmOJmqar9aUeG9MvBJcs%3D HTTP/1.1" 200 491328 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 2 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 89 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 88 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 87 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 90 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 90 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 90 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 2 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 3 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_6 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_3 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_0_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=JTCFzoDZkjz59dlRKwhxcnUEWNM%3D HTTP/1.1" 200 1660034 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_6 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_0_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=tAWqtL7bjftTB5vgqSWbdpWz4UA%3D HTTP/1.1" 200 260001 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_6 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_2 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_0_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=RGbcDrK9cTwiHmciykvHzyfqmH4%3D HTTP/1.1" 200 3443978 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 3 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 90 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 178 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 176 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 178 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 178 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 180 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 3 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 4 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_7 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.result_set:user began consuming result batch 4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_7 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_7 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 179 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 356 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 358 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 359 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 356 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_0_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=7hjCZQHx4W5yXPTJRCVk9FVf%2FN8%3D HTTP/1.1" 200 6733128 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 359 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 4 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 5 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_8 +DEBUG:snowflake.connector.result_set:user began consuming result batch 5 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_8 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 708 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_8 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 715 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 719 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 712 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 712 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 5 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 6 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_0 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_0_8?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=D8chPU61sHHE01PDbArDRsSP%2BfQ%3D HTTP/1.1" 200 1997319 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 714 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 907 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_1_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=qohEBeLwSQfTAY%2FHO98ekHxsIyg%3D HTTP/1.1" 200 26808 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=b17720ae-75d7-45d8-858d-46d18ef70bd7&databaseName=PL_PROD&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_PROD_QLIK_LOAD_WH&request_guid=da06ef1c-323f-4097-9172-ee897a11ae76 HTTP/1.1" 200 1555 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 896 +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 903 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_0 +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 906 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 6 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 7 +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_1 +INFO:sqlalchemy.engine.Engine:[cached since 14.83s ago] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_1 +DEBUG:snowflake.connector.cursor:Request id: b3d7de16-0aa7-4da1-b8bb-b5111719ea73 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_1 with existing session +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d5f55fbd-011d-43f7-8211-74d9c59a5224 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_8 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_8 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 10 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_8 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_1_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=ykGYnV7Dx9SfO1WuOHbwfqs4pAE%3D HTTP/1.1" 200 136396 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 16 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 7 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 16 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 16, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 910 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=b3d7de16-0aa7-4da1-b8bb-b5111719ea73&request_guid=d5f55fbd-011d-43f7-8211-74d9c59a5224 HTTP/1.1" 200 2278 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836f6-0502-b1d6-1a4b-0303c54540f7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836f6-0502-b1d6-1a4b-0303c54540f7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 40 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 909 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836f6-0502-b1d6-1a4b-0303c54540f7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 549fdf1f-812e-4d19-a4e1-8abeddad5cf6 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 903 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 7 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 8 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_2 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836f6-0502-b1d6-1a4b-0303c54540f7?request_guid=549fdf1f-812e-4d19-a4e1-8abeddad5cf6 HTTP/1.1" 200 1854 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836f6-0502-b1d6-1a4b-0303c54540f7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ddfe115d-7633-472a-b194-5076c53f23d3 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_1_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=Uy5gvHTkG%2BIL2Q2DmEkCHhz1zzs%3D HTTP/1.1" 200 255690 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_2 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836f6-0502-b1d6-1a4b-0303c54540f7?request_guid=ddfe115d-7633-472a-b194-5076c53f23d3 HTTP/1.1" 200 1853 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a836f6-0502-b1d6-1a4b-0303c54540f7'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 69700cad-25d5-4fed-9a7c-b4348c4b6615 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a836f6-0502-b1d6-1a4b-0303c54540f7'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a836f6-0502-b1d6-1a4b-0303c54540f7'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f9973d27-69ac-41d4-b29f-081857de8100 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 32 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 32 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 32, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 907 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=69700cad-25d5-4fed-9a7c-b4348c4b6615&request_guid=f9973d27-69ac-41d4-b29f-081857de8100 HTTP/1.1" 200 2280 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 911 +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836f6-0502-af26-1a4b-0303c5455083 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836f6-0502-af26-1a4b-0303c5455083 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 939 +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 40 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 4 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: cd27e5d9-94bf-41e9-8c0b-b1ab468841cd +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 52f7c872-f432-4118-a94b-cade6a12cb7c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1027 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1023 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1030 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1025 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1030 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1030 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 938 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 940 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 940 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 943 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 933 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=cd27e5d9-94bf-41e9-8c0b-b1ab468841cd&request_guid=52f7c872-f432-4118-a94b-cade6a12cb7c HTTP/1.1" 200 1955 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 943 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 941 +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836f6-0502-b0de-1a4b-0303c5453a8f +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 941 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836f6-0502-b0de-1a4b-0303c5453a8f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 948 +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 20 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836f6-0502-b0de-1a4b-0303c5453a8f' +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 941 +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 27db150d-353c-4790-8a21-328a75427462 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 944 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836f6-0502-b0de-1a4b-0303c5453a8f?request_guid=27db150d-353c-4790-8a21-328a75427462 HTTP/1.1" 200 2173 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836f6-0502-b0de-1a4b-0303c5453a8f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 941 +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: fe5fb357-17fb-433f-8ee7-6ccd85589663 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 932 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 933 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 935 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836f6-0502-b0de-1a4b-0303c5453a8f?request_guid=fe5fb357-17fb-433f-8ee7-6ccd85589663 HTTP/1.1" 200 2174 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 943 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a836f6-0502-b0de-1a4b-0303c5453a8f'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 48663bdf-ec76-48f5-81f9-8d93d890ae75 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a836f6-0502-b0de-1a4b-0303c5453a8f'))] +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 943 +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a836f6-0502-b0de-1a4b-0303c5453a8f'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 07e00eae-4279-42eb-8f91-7ec39ebbad71 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 936 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 943 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 938 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 8 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 9 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=48663bdf-ec76-48f5-81f9-8d93d890ae75&request_guid=07e00eae-4279-42eb-8f91-7ec39ebbad71 HTTP/1.1" 200 1958 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_3 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.result_set:user began consuming result batch 9 +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 10 +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 10, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.network:Query id: 01a836f6-0502-afee-1a4b-0303c5452ebf +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 937 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836f6-0502-afee-1a4b-0303c5452ebf +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 20 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 2 +DEBUG:snowflake.connector.cursor:executing SQL/command +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 939 +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','VPAPPLOG');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: b820b5d9-0fca-41e0-b5c4-aef08ccefc7b +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','VPAPPLOG');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','VPAPPLOG');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 939 +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 693e7fab-1690-4ba3-b161-dbb9e6b6bffa +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_1_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=k1o4RTyPYCCS803rIXpfbh2WIxE%3D HTTP/1.1" 200 484051 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 943 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 934 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=b820b5d9-0fca-41e0-b5c4-aef08ccefc7b&request_guid=693e7fab-1690-4ba3-b161-dbb9e6b6bffa HTTP/1.1" 200 2343 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 922 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836f6-0502-b0de-1a4b-0303c5453ad7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 907 +DEBUG:snowflake.connector.cursor:sfqid: 01a836f6-0502-b0de-1a4b-0303c5453ad7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836f6-0502-b0de-1a4b-0303c5453ad7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 936 +DEBUG:snowflake.connector.network:Request guid: 2a19164f-adce-4b01-b6e4-7daedb66074d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 583 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 9 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 10 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 10 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 87 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 10 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 11 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 11 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 88 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836f6-0502-b0de-1a4b-0303c5453ad7?request_guid=2a19164f-adce-4b01-b6e4-7daedb66074d HTTP/1.1" 200 1676 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 88 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 90 +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 91 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836f6-0502-b0de-1a4b-0303c5453ad7' +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 89 +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 89 +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 11 +DEBUG:snowflake.connector.network:Request guid: 39be3967-1234-4601-8bbe-52a81f01751a +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 12 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 12 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 87 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 176 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 177 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 180 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 179 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 176 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 12 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 13 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_7 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_1_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=nXaS%2B%2BW9cCeNOPQJZ0e4qnoNEWs%3D HTTP/1.1" 200 1007203 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_1_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=bcQQCLNIGVA2xcOb%2F9iFogI19pA%3D HTTP/1.1" 200 1719536 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 13 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_7 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 177 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836f6-0502-b0de-1a4b-0303c5453ad7?request_guid=39be3967-1234-4601-8bbe-52a81f01751a HTTP/1.1" 200 1675 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 355 +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 354 +DEBUG:snowflake.connector.cursor:executing SQL/command +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 350 +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a836f6-0502-b0de-1a4b-0303c5453ad7'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: f62af744-4f50-4309-be62-1447158421fe +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a836f6-0502-b0de-1a4b-0303c5453ad7'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 353 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_1_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=Otw%2Bmmp8yNCCjv4sz7zUR4njLCo%3D HTTP/1.1" 200 3441450 +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 355 +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a836f6-0502-b0de-1a4b-0303c5453ad7'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.result_set:user finished consuming result batch 13 +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 14 +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_8 +DEBUG:snowflake.connector.network:Request guid: d86b4b46-4e12-4a0a-9309-cfcc090eb7eb +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_1_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=ULFBdgyyqHNkUhHWS9w4CqygxUg%3D HTTP/1.1" 200 6652773 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=f62af744-4f50-4309-be62-1447158421fe&request_guid=d86b4b46-4e12-4a0a-9309-cfcc090eb7eb HTTP/1.1" 200 2343 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836f6-0502-b1d6-1a4b-0303c545418b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a836f6-0502-b1d6-1a4b-0303c545418b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_8 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 14 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_8 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 706 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 710 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 705 +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 19.08s ago] ('get_data', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=61c089cf-2286-490d-9580-3a22447c2450 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 47c07269-cbd7-4303-b380-2ce52b1b05a2 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_1_8?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=hnFM3ZHwxlipCx4rnbjgtC5wSyY%3D HTTP/1.1" 200 11235062 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 713 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 714 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 714 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 14 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 15 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_0 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_5 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_5 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_5 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 15 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_0 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 913 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_2_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=jxeco9Jgnj9sNDqryKuoqJIOF%2BI%3D HTTP/1.1" 200 27016 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 911 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 910 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 909 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 904 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 907 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 910 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 915 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 15 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 16 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_1 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_1 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_1 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_2_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=rHaDTJr75lb7lTy%2FoTWX9rhiuf4%3D HTTP/1.1" 200 117774 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_1 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 16 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 16 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 16 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 16, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 915 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=61c089cf-2286-490d-9580-3a22447c2450&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=47c07269-cbd7-4303-b380-2ce52b1b05a2 HTTP/1.1" 200 1555 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 910 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 906 +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 906 +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 901 +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT LOGLEVEL,LOGTYPE,MODULEIDNODEID,ODS_AUDIT_ID,ODS_CREATE_ROW_DTM,ODS_SID,G...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: bbc58f86-1859-42a2-8a43-2e6446e44d3d +DEBUG:snowflake.connector.cursor:running query [SELECT LOGLEVEL,LOGTYPE,MODULEIDNODEID,ODS_AUDIT_ID,ODS_CREATE_ROW_DTM,ODS_SID,G...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT LOGLEVEL,LOGTYPE,MODULEIDNODEID,ODS_AUDIT_ID,ODS_CREATE_ROW_DTM,ODS_SID,G...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: b86410c9-b097-42f9-afe4-870a5da7cd3c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 902 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=bbc58f86-1859-42a2-8a43-2e6446e44d3d&request_guid=b86410c9-b097-42f9-afe4-870a5da7cd3c HTTP/1.1" 200 8747 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 904 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836f6-0502-b1d6-1a4b-0303c54541ef +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.result_set:user finished consuming result batch 16 +DEBUG:snowflake.connector.cursor:sfqid: 01a836f6-0502-b1d6-1a4b-0303c54541ef +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 17 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_2 +DEBUG:snowflake.connector.result_batch:chunk size=129 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836f6-0502-b1d6-1a4b-0303c54541ef' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d435a959-538c-4011-a99d-ea12bdd818e4 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_2 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836f6-0502-b1d6-1a4b-0303c54541ef?request_guid=d435a959-538c-4011-a99d-ea12bdd818e4 HTTP/1.1" 200 2014 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a836f6-0502-b1d6-1a4b-0303c54541ef' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a5835a44-714f-4901-b36d-db7b1bbb6895 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_2_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=J4ck0hp17Gs5%2F8AbDN1rB%2B8I2kk%3D HTTP/1.1" 200 233035 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_7 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a836f6-0502-b1d6-1a4b-0303c54541ef?request_guid=a5835a44-714f-4901-b36d-db7b1bbb6895 HTTP/1.1" 200 2013 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 31 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 17 +DEBUG:snowflake.connector.cursor:executing SQL/command +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 31 +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a836f6-0502-b1d6-1a4b-0303c54541ef'))] +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 31, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 912 +DEBUG:snowflake.connector.cursor:Request id: 7560457e-4017-4a2e-85c9-2bd20e614b5a +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a836f6-0502-b1d6-1a4b-0303c54541ef'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a836f6-0502-b1d6-1a4b-0303c54541ef'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6541449c-7747-4760-ae92-f46a827e1967 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 914 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=7560457e-4017-4a2e-85c9-2bd20e614b5a&request_guid=6541449c-7747-4760-ae92-f46a827e1967 HTTP/1.1" 200 8752 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 904 +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a836f6-0502-afee-1a4b-0303c5452fd3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 915 +DEBUG:snowflake.connector.cursor:sfqid: 01a836f6-0502-afee-1a4b-0303c5452fd3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=129 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.result_set:result batch 1 has id: data_0_0_0 +DEBUG:snowflake.connector.result_set:result batch 2 has id: data_0_0_1 +DEBUG:snowflake.connector.result_set:result batch 3 has id: data_0_0_2 +DEBUG:snowflake.connector.result_set:result batch 4 has id: data_0_0_3 +DEBUG:snowflake.connector.result_set:result batch 5 has id: data_0_0_4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 913 +DEBUG:snowflake.connector.result_set:result batch 6 has id: data_0_0_5 +DEBUG:snowflake.connector.result_set:result batch 7 has id: data_0_0_6 +DEBUG:snowflake.connector.result_set:result batch 8 has id: data_0_0_7 +DEBUG:snowflake.connector.result_set:result batch 9 has id: data_0_0_8 +DEBUG:snowflake.connector.result_set:result batch 10 has id: data_0_0_9 +DEBUG:snowflake.connector.result_set:result batch 11 has id: data_0_0_10 +DEBUG:snowflake.connector.result_set:result batch 12 has id: data_0_0_11 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 912 +DEBUG:snowflake.connector.result_set:result batch 13 has id: data_0_0_12 +DEBUG:snowflake.connector.result_set:result batch 14 has id: data_0_0_13 +DEBUG:snowflake.connector.result_set:result batch 15 has id: data_0_0_14 +DEBUG:snowflake.connector.result_set:result batch 16 has id: data_0_0_15 +DEBUG:snowflake.connector.result_set:result batch 17 has id: data_0_1_0 +DEBUG:snowflake.connector.result_set:result batch 18 has id: data_0_1_1 +DEBUG:snowflake.connector.result_set:result batch 19 has id: data_0_1_2 +DEBUG:snowflake.connector.result_set:result batch 20 has id: data_0_1_3 +DEBUG:snowflake.connector.result_set:result batch 21 has id: data_0_1_4 +DEBUG:snowflake.connector.result_set:result batch 22 has id: data_0_1_5 +DEBUG:snowflake.connector.result_set:result batch 23 has id: data_0_1_6 +DEBUG:snowflake.connector.result_set:result batch 24 has id: data_0_1_7 +DEBUG:snowflake.connector.result_set:result batch 25 has id: data_0_1_8 +DEBUG:snowflake.connector.result_set:result batch 26 has id: data_0_1_9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 906 +DEBUG:snowflake.connector.result_set:result batch 27 has id: data_0_1_10 +DEBUG:snowflake.connector.result_set:result batch 28 has id: data_0_1_11 +DEBUG:snowflake.connector.result_set:result batch 29 has id: data_0_1_12 +DEBUG:snowflake.connector.result_set:result batch 30 has id: data_0_1_13 +DEBUG:snowflake.connector.result_set:result batch 31 has id: data_0_1_14 +DEBUG:snowflake.connector.result_set:result batch 32 has id: data_0_1_15 +DEBUG:snowflake.connector.result_set:result batch 33 has id: data_0_2_0 +DEBUG:snowflake.connector.result_set:result batch 34 has id: data_0_2_1 +DEBUG:snowflake.connector.result_set:result batch 35 has id: data_0_2_2 +DEBUG:snowflake.connector.result_set:result batch 36 has id: data_0_2_3 +DEBUG:snowflake.connector.result_set:result batch 37 has id: data_0_2_4 +DEBUG:snowflake.connector.result_set:result batch 38 has id: data_0_2_5 +DEBUG:snowflake.connector.result_set:result batch 39 has id: data_0_2_6 +DEBUG:snowflake.connector.result_set:result batch 40 has id: data_0_2_7 +DEBUG:snowflake.connector.result_set:result batch 41 has id: data_0_2_8 +DEBUG:snowflake.connector.result_set:result batch 42 has id: data_0_2_9 +DEBUG:snowflake.connector.result_set:result batch 43 has id: data_0_2_10 +DEBUG:snowflake.connector.result_set:result batch 44 has id: data_0_2_11 +DEBUG:snowflake.connector.result_set:result batch 45 has id: data_0_2_12 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 910 +DEBUG:snowflake.connector.result_set:result batch 46 has id: data_0_2_13 +DEBUG:snowflake.connector.result_set:result batch 47 has id: data_0_2_14 +DEBUG:snowflake.connector.result_set:result batch 48 has id: data_0_2_15 +DEBUG:snowflake.connector.result_set:result batch 49 has id: data_0_3_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 907 +DEBUG:snowflake.connector.result_set:result batch 50 has id: data_0_3_1 +DEBUG:snowflake.connector.result_set:result batch 51 has id: data_0_3_2 +DEBUG:snowflake.connector.result_set:result batch 52 has id: data_0_3_3 +DEBUG:snowflake.connector.result_set:result batch 53 has id: data_0_3_4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 909 +DEBUG:snowflake.connector.result_set:result batch 54 has id: data_0_3_5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 911 +DEBUG:snowflake.connector.result_set:result batch 55 has id: data_0_3_6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 910 +DEBUG:snowflake.connector.result_set:result batch 56 has id: data_0_3_7 +DEBUG:snowflake.connector.result_set:result batch 57 has id: data_0_3_8 +DEBUG:snowflake.connector.result_set:result batch 58 has id: data_0_3_9 +DEBUG:snowflake.connector.result_set:result batch 59 has id: data_0_3_10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 914 +DEBUG:snowflake.connector.result_set:result batch 60 has id: data_0_3_11 +DEBUG:snowflake.connector.result_set:result batch 61 has id: data_0_3_12 +DEBUG:snowflake.connector.result_set:result batch 62 has id: data_0_3_13 +DEBUG:snowflake.connector.result_set:result batch 63 has id: data_0_3_14 +DEBUG:snowflake.connector.result_set:result batch 64 has id: data_0_3_15 +DEBUG:snowflake.connector.result_set:result batch 65 has id: data_0_4_0 +DEBUG:snowflake.connector.result_set:result batch 66 has id: data_0_4_1 +DEBUG:snowflake.connector.result_set:result batch 67 has id: data_0_4_2 +DEBUG:snowflake.connector.result_set:result batch 68 has id: data_0_4_3 +DEBUG:snowflake.connector.result_set:result batch 69 has id: data_0_4_4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 913 +DEBUG:snowflake.connector.result_set:result batch 70 has id: data_0_4_5 +DEBUG:snowflake.connector.result_set:result batch 71 has id: data_0_4_6 +DEBUG:snowflake.connector.result_set:result batch 72 has id: data_0_4_7 +DEBUG:snowflake.connector.result_set:result batch 73 has id: data_0_4_8 +DEBUG:snowflake.connector.result_set:result batch 74 has id: data_0_4_9 +DEBUG:snowflake.connector.result_set:result batch 75 has id: data_0_4_10 +DEBUG:snowflake.connector.result_set:result batch 76 has id: data_0_4_11 +DEBUG:snowflake.connector.result_set:result batch 77 has id: data_0_4_12 +DEBUG:snowflake.connector.result_set:result batch 78 has id: data_0_4_13 +DEBUG:snowflake.connector.result_set:result batch 79 has id: data_0_4_14 +DEBUG:snowflake.connector.result_set:result batch 80 has id: data_0_4_15 +DEBUG:snowflake.connector.result_set:result batch 81 has id: data_0_5_0 +DEBUG:snowflake.connector.result_set:result batch 82 has id: data_0_5_1 +DEBUG:snowflake.connector.result_set:result batch 83 has id: data_0_5_2 +DEBUG:snowflake.connector.result_set:result batch 84 has id: data_0_5_3 +DEBUG:snowflake.connector.result_set:result batch 85 has id: data_0_5_4 +DEBUG:snowflake.connector.result_set:result batch 86 has id: data_0_5_5 +DEBUG:snowflake.connector.result_set:result batch 87 has id: data_0_5_6 +DEBUG:snowflake.connector.result_set:result batch 88 has id: data_0_5_7 +DEBUG:snowflake.connector.result_set:result batch 89 has id: data_0_5_8 +DEBUG:snowflake.connector.result_set:result batch 90 has id: data_0_5_9 +DEBUG:snowflake.connector.result_set:result batch 91 has id: data_0_5_10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 913 +DEBUG:snowflake.connector.result_set:result batch 92 has id: data_0_5_11 +DEBUG:snowflake.connector.result_set:result batch 93 has id: data_0_5_12 +DEBUG:snowflake.connector.result_set:result batch 94 has id: data_0_5_13 +DEBUG:snowflake.connector.result_set:result batch 95 has id: data_0_5_14 +DEBUG:snowflake.connector.result_set:result batch 96 has id: data_0_5_15 +DEBUG:snowflake.connector.result_set:result batch 97 has id: data_0_6_0 +DEBUG:snowflake.connector.result_set:result batch 98 has id: data_0_6_1 +DEBUG:snowflake.connector.result_set:result batch 99 has id: data_0_6_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 902 +DEBUG:snowflake.connector.result_set:result batch 100 has id: data_0_6_3 +DEBUG:snowflake.connector.result_set:result batch 101 has id: data_0_6_4 +DEBUG:snowflake.connector.result_set:result batch 102 has id: data_0_6_5 +DEBUG:snowflake.connector.result_set:result batch 103 has id: data_0_6_6 +DEBUG:snowflake.connector.result_set:result batch 104 has id: data_0_6_7 +DEBUG:snowflake.connector.result_set:result batch 105 has id: data_0_6_8 +DEBUG:snowflake.connector.result_set:result batch 106 has id: data_0_6_9 +DEBUG:snowflake.connector.result_set:result batch 107 has id: data_0_6_10 +DEBUG:snowflake.connector.result_set:result batch 108 has id: data_0_6_11 +DEBUG:snowflake.connector.result_set:result batch 109 has id: data_0_6_12 +DEBUG:snowflake.connector.result_set:result batch 110 has id: data_0_6_13 +DEBUG:snowflake.connector.result_set:result batch 111 has id: data_0_6_14 +DEBUG:snowflake.connector.result_set:result batch 112 has id: data_0_6_15 +DEBUG:snowflake.connector.result_set:result batch 113 has id: data_0_6_16 +DEBUG:snowflake.connector.result_set:result batch 114 has id: data_0_7_0 +DEBUG:snowflake.connector.result_set:result batch 115 has id: data_0_7_1 +DEBUG:snowflake.connector.result_set:result batch 116 has id: data_0_7_2 +DEBUG:snowflake.connector.result_set:result batch 117 has id: data_0_7_3 +DEBUG:snowflake.connector.result_set:result batch 118 has id: data_0_7_4 +DEBUG:snowflake.connector.result_set:result batch 119 has id: data_0_7_5 +DEBUG:snowflake.connector.result_set:result batch 120 has id: data_0_7_6 +DEBUG:snowflake.connector.result_set:result batch 121 has id: data_0_7_7 +DEBUG:snowflake.connector.result_set:result batch 122 has id: data_0_7_8 +DEBUG:snowflake.connector.result_set:result batch 123 has id: data_0_7_9 +DEBUG:snowflake.connector.result_set:result batch 124 has id: data_0_7_10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 913 +DEBUG:snowflake.connector.result_set:result batch 125 has id: data_0_7_11 +DEBUG:snowflake.connector.result_set:result batch 126 has id: data_0_7_12 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 903 +DEBUG:snowflake.connector.result_set:result batch 127 has id: data_0_7_13 +DEBUG:snowflake.connector.result_set:result batch 128 has id: data_0_7_14 +DEBUG:snowflake.connector.result_set:result batch 129 has id: data_0_7_15 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 914 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 910 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_0 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_0 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 906 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 913 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 906 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_3 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 918 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/2 active sessions +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_1 with existing session +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1021 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/3 active sessions +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 1 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_2 with existing session +DEBUG:snowflake.connector.result_set:user finished consuming result batch 17 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_4 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 18 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_3 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_3 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_3 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_2_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=UwQEydygcAktv41q1%2BlCrI03bkY%3D HTTP/1.1" 200 474327 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_3 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_3 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_3 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_0_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=ZMBrGmLzcBpxqJ1xWVnBHtXJkjo%3D HTTP/1.1" 200 34254 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 188 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 1 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 2 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_0_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=JSdXGZjoorU0XAHS3XtdrS5v5ps%3D HTTP/1.1" 200 127754 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_8 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_8 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 53 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_0_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=byd9nQSuHmkFQWB2pj3PM%2FQ4FWc%3D HTTP/1.1" 200 498345 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_0_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=ABfrg34SP5JCd8duC4vFNearqck%3D HTTP/1.1" 200 243607 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_8 +DEBUG:snowflake.connector.result_set:user began consuming result batch 18 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 53 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 53, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1021 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_0_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=HkqI61YQ1458t07VHUTHCQHdvIU%3D HTTP/1.1" 200 840341 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1025 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1023 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1026 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1028 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 188 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 181 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 195 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 183 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1024 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 3 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_0_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=hE1uGjffXu6dtEQAYDrXazl1J%2Bc%3D HTTP/1.1" 200 1855115 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1016 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1025 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1029 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1027 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1020 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1028 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1029 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 188 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 175 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1029 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 188 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 190 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 379 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 365 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_0_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=VWpza8O847Eil6n%2BQw7vYmRn1SA%3D HTTP/1.1" 200 3446494 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 3 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1023 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1024 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1025 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_7 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1026 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 364 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 372 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 364 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1025 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 757 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 729 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_0_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=hOWXdDAFZ7IxWofGWeIL%2B5hH1eU%3D HTTP/1.1" 200 6623816 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 736 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1026 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 5 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_8 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1030 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1027 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1020 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1030 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1028 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1025 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1022 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1028 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1028 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1028 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1022 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1025 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1025 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1025 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1022 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1026 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1027 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1024 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1020 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1028 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1029 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1025 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_8 +DEBUG:snowflake.connector.result_set:user began consuming result batch 5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1018 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_8 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 742 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1026 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 722 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1479 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1028 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_0_8?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=PUMObx3x%2B5HF7BrtlSwwLV%2Fdn5g%3D HTTP/1.1" 200 13155347 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1439 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1031 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1491 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1021 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1023 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 5 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 6 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1029 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1026 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1019 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1025 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 367 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 18 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 19 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 19 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 88 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_4 with existing session +DEBUG:snowflake.connector.result_set:user finished consuming result batch 19 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 20 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 20 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 87 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 89 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 90 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 91 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 91 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 20 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 21 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 21 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 91 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 90 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 179 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 180 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 181 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 180 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 21 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 22 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 22 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_7 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_7 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 180 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 360 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 360 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 360 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 361 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 360 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.result_set:user finished consuming result batch 22 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 23 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_8 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_5 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_5 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 7 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_5 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_9 +DEBUG:snowflake.connector.result_set:user began consuming result batch 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 7 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_9 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 7, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1896 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_0_9?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=9bTTpverfDSVYPtfTjrTml9xP1k%3D HTTP/1.1" 200 16877478 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1891 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1920 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1884 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1879 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1867 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1881 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 7 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_10 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 13 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_10 +DEBUG:snowflake.connector.result_set:user began consuming result batch 7 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 13 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_10 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 13, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1899 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1892 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_0_10?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=PnMou5%2Bqw%2FZ%2FZd%2BLR1QTgHMc1Cw%3D HTTP/1.1" 200 16904215 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1918 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1913 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1899 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1884 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1903 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1876 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1889 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1868 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1869 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1887 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1888 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_2_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=fzx19i%2BoTNeACejSGhiQBDQrqWg%3D HTTP/1.1" 200 3456197 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_2_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=DKnJdojtVOJRLsAJk19fKTe5XCs%3D HTTP/1.1" 200 1714224 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 7 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_2_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=VW9G0QLUzXdR%2FKl%2FZ0WpqUXbYVw%3D HTTP/1.1" 200 892721 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 8 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_2_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=q91NRSWYZ5oTub0IIqrBC9EQDvM%3D HTTP/1.1" 200 6630337 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_11 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 25 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_7 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_11 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_11 with existing session +DEBUG:snowflake.connector.result_set:user began consuming result batch 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 25 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 25, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1875 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1933 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1891 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1875 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1938 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1918 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1891 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1893 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1894 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1890 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1901 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1878 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1914 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_8 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 23 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_8 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1878 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 359 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_2_8?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=WluphlISVsL4LspLIl7kBmRsulE%3D HTTP/1.1" 200 13293367 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 719 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1888 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 720 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 721 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1893 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 711 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 718 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 23 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1876 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 24 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_9 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1900 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1885 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1870 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1910 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1875 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1861 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1900 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.result_set:user finished consuming result batch 8 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 9 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_12 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_9 +DEBUG:snowflake.connector.result_set:user began consuming result batch 24 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_9 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 911 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_0_11?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=sJJ%2B52qPZ2HG7HCXEJo8F%2BYeoFk%3D HTTP/1.1" 200 16929754 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 910 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_2_9?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=qRklq%2FBRZodB1YZAVoCe8rhtZl0%3D HTTP/1.1" 200 8861617 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 921 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 921 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 909 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 24 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 25 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 16 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_6 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 25 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 16 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 16, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 917 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_3_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=yZFrst%2FRGxzZ%2BpwrVZUjH1hdweY%3D HTTP/1.1" 200 26592 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 916 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 25 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 26 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_1 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_3_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=3JGA4blguSpu6HZRED7DwURa7sg%3D HTTP/1.1" 200 135529 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 31 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 26 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 31 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 31, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 925 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1018 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1032 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1020 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1031 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1029 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1030 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1020 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1033 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1035 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1033 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1018 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 26 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 27 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_8 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_8 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 50 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_3_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=F9gWQ8mFsdFp5yamG9I8fts4keE%3D HTTP/1.1" 200 256127 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_8 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_12 +DEBUG:snowflake.connector.result_set:user began consuming result batch 9 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 50 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_12 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 50, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1924 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1874 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1876 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1916 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1860 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1870 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1878 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1904 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1877 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1880 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1917 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1908 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1893 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1879 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1879 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1895 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1900 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1913 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1896 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1885 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1868 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1879 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1865 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1896 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1901 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_0_12?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=bxFl%2FVhFcZu%2F69dJ%2FNW91zWEAf4%3D HTTP/1.1" 200 17046195 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1854 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1892 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1878 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1886 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1922 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1875 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1892 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1855 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1889 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1928 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1885 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1872 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1892 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1892 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1889 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 9 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 10 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_13 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_9 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_9 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 44 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_9 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_9 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_9 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 62 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_9 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_13 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_13 with existing session +DEBUG:snowflake.connector.result_set:user began consuming result batch 10 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 62 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 62, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1907 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1892 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1892 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1928 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1898 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1894 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1892 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1888 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1896 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1909 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1846 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1870 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1894 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1902 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1876 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1894 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1853 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1891 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1964 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1962 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1956 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1955 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_0_13?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=yTdMq7w7g6Z4pvhuKHcVx6o8PlU%3D HTTP/1.1" 200 16824648 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1957 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1966 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1965 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1963 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1961 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1950 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1962 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1968 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1965 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1973 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1961 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1963 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1974 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_8 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_8 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 63 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_8 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1984 +DEBUG:snowflake.connector.result_set:user began consuming result batch 27 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 63 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 63, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1031 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1030 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1946 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1029 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1953 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1017 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1032 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1032 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1028 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1023 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1031 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1029 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1030 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1966 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1016 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1029 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1030 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1965 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1029 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1020 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1031 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1029 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 1970 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 10 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 11 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_14 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1032 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1023 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1029 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1028 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1032 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1023 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1031 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1032 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1031 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1030 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1026 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1033 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1030 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1029 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1029 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1032 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1031 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 995 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 940 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 939 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 938 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 934 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 944 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 943 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 939 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 941 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 941 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 940 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 945 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 935 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 936 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 941 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 889 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 891 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 62, rows in current batch: 905 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 27 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 28 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 28 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 44 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 44, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 897 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 901 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_3 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 895 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 903 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 900 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 897 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 890 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_10 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 61 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 896 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_10 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_14 +DEBUG:snowflake.connector.result_set:user began consuming result batch 11 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 903 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 61 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 889 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_14 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 61, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1984 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 904 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 897 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 900 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 896 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 897 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1964 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 898 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 894 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 901 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 908 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 901 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 899 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2000 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 894 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 894 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1963 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 893 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1989 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 901 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1943 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 899 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 900 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1984 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 903 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 895 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 908 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1988 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 897 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1967 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 898 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1956 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 892 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 895 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 893 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 893 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 896 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 897 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1940 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 488 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1958 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 28 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 29 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1976 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 29 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1973 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_4 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 88 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1975 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 29 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 30 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1959 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_5 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 30 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1962 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_5 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1934 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_5 with existing session +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 88 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1978 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 89 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 88 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1984 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 90 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 88 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 89 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.result_set:user finished consuming result batch 30 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 31 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1984 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1980 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.result_set:user began consuming result batch 31 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1948 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_6 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 89 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1977 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 175 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1941 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 178 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_11 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 177 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_11 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1966 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 179 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 182 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 31 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 32 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_7 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1953 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 66 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_11 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1961 +DEBUG:snowflake.connector.ocsp_snowflake:The lock directory exists. Other process may be updating the cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json.lck +DEBUG:snowflake.connector.ocsp_snowflake:Failed to locate OCSP response cache file. No worry. It will validate with OCSP server: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1947 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1989 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1980 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_3_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=nLQHfbIrgP7cR3YGsGIMn4o3RYQ%3D HTTP/1.1" 200 483841 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 2012 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1961 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 2010 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_7 with existing session +DEBUG:snowflake.connector.result_set:user began consuming result batch 32 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 2025 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 178 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 351 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 358 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_3_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=cBz0D7mEAKImUUgdSBa4BT3L%2Fjc%3D HTTP/1.1" 200 3386309 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_3_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=89EPgIxN6tYrhV8OLu2w8DPbsWI%3D HTTP/1.1" 200 6689390 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 357 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 353 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 359 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 2001 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 32 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1990 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 33 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_8 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1993 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1973 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1985 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1977 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1986 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 2017 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1958 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1984 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1996 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 2006 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1981 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.result_set:user finished consuming result batch 11 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 12 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_15 +DEBUG:snowflake.connector.result_set:user began consuming result batch 12 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 66 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 66, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_15 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1990 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_15 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2001 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_0_14?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=MDcOxNI%2BXVvgQja%2B9CnUjrAJqpI%3D HTTP/1.1" 200 16915799 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1956 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1980 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2002 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1957 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1993 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1965 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 2020 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1954 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1994 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1978 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1989 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1974 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1880 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1917 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1882 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1944 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1892 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1885 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1888 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1889 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1870 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1894 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1890 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1893 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1893 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1898 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_3_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=Bb2MT72pvNJ7ewOt3okU%2Bvuc0fM%3D HTTP/1.1" 200 1005513 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 2063 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 2053 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 2058 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 2050 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 2065 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 2053 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 2052 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_3_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=iFdVzfZ8iT1XUu1PhIkGXsZEans%3D HTTP/1.1" 200 1704083 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 2052 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 2062 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 2068 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 2055 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 2048 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 2075 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 2057 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 2057 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 2066 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 2059 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 2042 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 2066 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 2062 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 2062 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 2050 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 2055 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 2061 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1997 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1898 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1867 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_0_15?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=cT5qCXYjs1fHlC9NaFR%2FXeZEboI%3D HTTP/1.1" 200 4594129 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1926 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1885 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1943 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_8 +DEBUG:snowflake.connector.result_set:user began consuming result batch 33 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_8 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 712 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 1912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 706 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 712 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 62, rows in current batch: 1888 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 713 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_3_8?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=xw6zSxziQIgnfuVQeitQE79TQrQ%3D HTTP/1.1" 200 8014141 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 709 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 63, rows in current batch: 1895 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 707 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 33 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 64, rows in current batch: 1929 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 34 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 65, rows in current batch: 1917 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_set:user finished consuming result batch 12 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_6 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 13 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 17 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_6 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_0 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_5 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_5 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_5 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 34 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 907 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 911 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 919 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 904 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 906 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 917 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 885 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 34 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 35 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_1 +DEBUG:snowflake.connector.result_set:user began consuming result batch 35 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 17 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 17, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_1 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 879 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 874 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 886 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 874 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 877 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_4_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=xvO5OmV2AA6L8fBDeezLWz7c%2B10%3D HTTP/1.1" 200 134317 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 884 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 880 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 879 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 925 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1024 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1021 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1026 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 949 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 911 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 963 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 949 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.result_set:user finished consuming result batch 35 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 36 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_2 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_2 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_2 with existing session +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_7 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_7 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.arrow_iterator:Batches read: 32 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 36 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 32 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 32, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 890 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_4_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=qyhtKbWVsDraDsNA6aaFN%2BlZAtw%3D HTTP/1.1" 200 254295 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 875 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 882 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 876 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 876 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 921 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 923 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 922 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 912 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_4_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=OyxHQm77VvZaoRg5kNIY697Jrsw%3D HTTP/1.1" 200 26588 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 923 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 924 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 923 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 913 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 36 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 37 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_3 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_4_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=zptPVSj6u4tPu0DsxJisBFInlkA%3D HTTP/1.1" 200 484128 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_15 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_15 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 23 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_15 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_0 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_1_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=tWrGjrl5nBiaUPijKvkyH%2BDedg8%3D HTTP/1.1" 200 24234 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_13 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_12 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_13 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_12 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 61 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 66 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_13 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_12 +DEBUG:snowflake.connector.result_set:user began consuming result batch 13 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 66 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 66, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1953 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1869 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1932 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1895 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1928 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1933 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1888 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1932 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1895 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1942 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1935 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1892 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1886 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1891 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1892 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1892 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1887 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1935 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1929 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1868 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1902 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_8 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_8 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 38 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_8 +DEBUG:snowflake.connector.result_set:user began consuming result batch 37 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 38 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1887 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 38, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1889 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1870 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1926 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 921 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1921 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1942 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 2019 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 2007 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 2010 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 2007 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 62, rows in current batch: 2005 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 63, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 64, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 65, rows in current batch: 2002 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 906 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 13 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 906 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 14 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_1 +DEBUG:snowflake.connector.result_set:user began consuming result batch 14 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 61 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 61, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2007 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 911 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_1 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 911 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 916 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2004 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 913 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 903 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 210 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 37 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2018 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 38 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2002 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 38 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 2013 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_4 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 88 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 38 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 39 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_5 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1992 +DEBUG:snowflake.connector.result_set:user began consuming result batch 39 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_5 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 2005 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 87 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 89 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 88 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 2010 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 89 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 90 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1997 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 88 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 39 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1984 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 40 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_6 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1996 +DEBUG:snowflake.connector.result_set:user began consuming result batch 40 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_6 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_6 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 2012 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 88 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 178 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 2019 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 178 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 177 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1992 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 183 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 2002 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 177 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 40 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 2036 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 41 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1997 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_7 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 41 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_7 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 2002 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_7 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 2017 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 179 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1990 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 359 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 356 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 2012 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 356 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 358 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 2018 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 347 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 2002 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 41 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1988 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 42 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_8 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1988 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1969 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1988 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1975 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1960 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1987 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1964 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1986 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1992 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 2007 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1982 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1979 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1979 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1968 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1984 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1983 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1984 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1953 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1960 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1973 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1961 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1964 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1965 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1939 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1967 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_1_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=qXajfze0TdusIg%2FFecRMmYGwDjQ%3D HTTP/1.1" 200 128221 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1973 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1963 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1971 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1996 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_1 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1969 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_1 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 14 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_1 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 15 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_2 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_2 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_2 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_1_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=TVgpxTEIAfSgpvGdMAKOayRVPmQ%3D HTTP/1.1" 200 241861 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_4_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=pQml6WU%2FaAleI8D9XYjJOkYBtdQ%3D HTTP/1.1" 200 1001684 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_2 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_2 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_4_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=O%2Fn83E7dUxfQaMdu5dBpkITejeA%3D HTTP/1.1" 200 1693136 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_14 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_14 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 67 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_14 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.result_set:user began consuming result batch 15 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 67 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 67, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1978 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1981 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1969 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1938 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1962 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1981 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1966 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 2023 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 2008 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 2008 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1945 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1987 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_4_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=sDk%2FVLZ9lkjrR16RZhJACq51%2FfQ%3D HTTP/1.1" 200 3480993 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_4_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=NX0ZCjNnXLA3%2BYsuw64jUwBb54s%3D HTTP/1.1" 200 6783557 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1999 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1999 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_8 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1996 +DEBUG:snowflake.connector.result_set:user began consuming result batch 42 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 706 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_8 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 711 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 712 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 719 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 714 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 708 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 42 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_4_8?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=dmcw1wDjLZlsH4Q7E7DCF5QULFs%3D HTTP/1.1" 200 5533836 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 43 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1994 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1973 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 2001 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1996 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1998 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 2010 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 2000 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1999 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 2010 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 2003 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 43 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 913 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_5_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=rjtYn2BFIa5IT6y3NI01W5Cp0Pc%3D HTTP/1.1" 200 25148 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1965 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 2001 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1947 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 2063 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 43 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 44 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1960 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_1 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1962 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1965 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_5_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=8lFjscI0LqBHzCQ%2BTMw3Q9wzE70%3D HTTP/1.1" 200 127264 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1922 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 2018 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1967 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 2004 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 62, rows in current batch: 1910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 63, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 64, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 65, rows in current batch: 2012 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 66, rows in current batch: 1944 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 15 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 16 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 16 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 23 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 23, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1966 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1946 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1945 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1997 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2018 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1972 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2019 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1918 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 2013 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 2002 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1991 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1912 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1882 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1930 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 2025 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 2003 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 2011 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1891 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 2056 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1932 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 2032 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1911 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1143 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 16 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 17 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 17 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 176 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 17 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 18 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 18 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 189 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 179 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 180 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 183 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 181 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 180 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 18 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 19 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_6 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.result_set:user began consuming result batch 19 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 381 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 355 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 352 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_1_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=JuUWp4o7C1ep5qSeAZAm%2BBblVW0%3D HTTP/1.1" 200 501647 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 365 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 379 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 376 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 19 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 20 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_7 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_6 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_6 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 16 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_6 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 44 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 16 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 16, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 915 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 916 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 912 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_3 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 906 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_3 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 916 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 913 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 20 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 913 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 912 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_7 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 370 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 368 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 912 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 365 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_1_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=NZ5mp9vOZJJUrTQlH84GYW4vRgU%3D HTTP/1.1" 200 6582442 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 916 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 738 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 755 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 910 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 719 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 909 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 721 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 915 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 747 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 911 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 20 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 906 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 21 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 44 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_8 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 45 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_2 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_2 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_2 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_8 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_8 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 27 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_8 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_1_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=q58sLw0rpv37UmmqhnGa2gg2ZtE%3D HTTP/1.1" 200 879963 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_7 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 32 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_7 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 45 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 32 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 32, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 912 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 910 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 915 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_1_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=CkLDJZm6muojpJt61FyixQePwgc%3D HTTP/1.1" 200 1814936 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 920 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 923 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 911 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 921 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_1_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=fEhqEtnmy1%2BNoE11dZAj96jtD5A%3D HTTP/1.1" 200 3373521 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 919 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 917 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 920 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 919 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 920 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 921 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 923 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 915 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 924 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 926 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 917 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 922 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 922 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 917 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 918 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 913 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.result_set:user finished consuming result batch 45 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 46 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_3 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 46 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 27 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 27, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_4 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 918 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 924 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_8 +DEBUG:snowflake.connector.result_set:user began consuming result batch 21 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_8 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 924 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 922 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1471 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 925 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_5_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=0lLxNuC%2BZ3JFgGga9AX6kTLeHTE%3D HTTP/1.1" 200 241738 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1463 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_1_8?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=kUv9MZfszD5qGGnACQE%2FTWCJ2X8%3D HTTP/1.1" 200 13365118 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1471 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 923 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1461 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1507 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 921 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1469 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 917 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 21 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 928 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 22 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_9 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 923 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 917 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 922 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 916 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_2 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 920 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 917 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 922 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 929 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 925 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 923 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 920 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 919 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 916 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 277 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 46 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 47 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 47 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 83 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 47 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 48 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_5 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 48 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_5 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_5 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 85 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 85 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 88 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_5_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=ax%2BmMF6ZJ7yOcmRgp%2FVljWXflJc%3D HTTP/1.1" 200 874423 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 86 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 87 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 88 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 48 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 49 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 49 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_6 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 88 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 173 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 174 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 173 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 175 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 176 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.result_set:user finished consuming result batch 49 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 50 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_7 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_5 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_5 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 7 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_5 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_9 +DEBUG:snowflake.connector.result_set:user began consuming result batch 22 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 7 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_9 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 7, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2008 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_1_9?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=ceq1MgmJADZWdMEPKquD0%2BMqkAc%3D HTTP/1.1" 200 16958113 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2014 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2031 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2015 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2020 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2010 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2008 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 22 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 23 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_10 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_5_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=Sn6BcUaiZ4YxG%2B2MZo6IGwTT3X4%3D HTTP/1.1" 200 456659 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_7 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_7 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_3 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_3 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_3 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 50 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_5_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=7CArBA7AugrlQ3apGo%2FaVMBd9Ck%3D HTTP/1.1" 200 6743248 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 174 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 344 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 348 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 348 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 351 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 346 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 50 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 51 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_8 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 51 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_8 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_8 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 350 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 698 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 699 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 694 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 691 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_5_8?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=chjS0BnKC1EV%2FpOG8KoXKqR%2BQbQ%3D HTTP/1.1" 200 13164649 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 701 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 51 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 52 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_9 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 13 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_6 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_10 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_10 with existing session +DEBUG:snowflake.connector.result_set:user began consuming result batch 23 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 13 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 13, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2004 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2036 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_5_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=RyXimBHwnVZTB1bg%2BeOaNTOOyMQ%3D HTTP/1.1" 200 1710071 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_1_10?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=4xmDqaymf7Bf8prpETJ0fLLK6mo%3D HTTP/1.1" 200 16899752 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2010 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_5_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=II32VJsBdE2WD8HCrm7XxmLzGaA%3D HTTP/1.1" 200 3432970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2018 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2031 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2013 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2032 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 2010 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 2024 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 2032 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 2031 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 2033 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 25 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 2014 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 23 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 24 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_11 +DEBUG:snowflake.connector.result_set:user began consuming result batch 24 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_11 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 25 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 25, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_11 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2043 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2034 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2022 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2023 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2027 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2030 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2011 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1971 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1867 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1912 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1881 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1875 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1897 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1900 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1878 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1901 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1904 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1910 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1893 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1876 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1902 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1879 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1877 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1842 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.result_set:user finished consuming result batch 24 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 25 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_12 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_9 +DEBUG:snowflake.connector.result_set:user began consuming result batch 52 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_9 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 905 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_1_11?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=HIftuxC%2Bk1hE42ufhw9UJ7NekjU%3D HTTP/1.1" 200 16873188 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 908 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_5_9?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=qSXEcsZJEGjQODp3hsxbxoq88qI%3D HTTP/1.1" 200 1494755 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 904 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 52 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 53 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_9 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_9 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_9 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_0 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_6_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=MPbT1ftl1slUPAqpr9fY1cnFBq4%3D HTTP/1.1" 200 26316 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 16 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 53 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 16 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 16, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 927 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 888 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 901 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 53 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 54 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_1 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_6_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=OSLZad2p2cFKf1NdIbk9QqaqdGw%3D HTTP/1.1" 200 136721 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 33 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 54 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 33 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 33, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 886 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 895 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 894 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 894 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 890 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 891 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 892 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 899 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 54 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 55 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_2 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_6_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=%2FfMt4rmH1PKTd2yN9M2n66W%2Bx8k%3D HTTP/1.1" 200 258794 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_8 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_8 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 50 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_8 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_12 +DEBUG:snowflake.connector.result_set:user began consuming result batch 25 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 50 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_12 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 50, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1894 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1860 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1901 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_1_12?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=iCVvEy0pnIn1N1ISYjcYgcP36rk%3D HTTP/1.1" 200 17067252 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1885 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1875 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1881 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1867 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1870 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1883 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1876 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1887 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1894 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1874 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1947 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1937 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1965 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1965 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1962 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1933 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1924 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1862 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1889 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1883 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1892 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1876 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1921 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1880 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 25 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 26 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_13 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_8 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_8 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 65 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_8 +DEBUG:snowflake.connector.result_set:user began consuming result batch 55 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 65 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 65, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 895 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 886 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 872 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 873 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 872 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 878 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 879 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 879 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 883 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 873 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 879 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 872 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 882 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 888 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 875 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 878 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 876 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 884 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 878 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 883 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 882 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 876 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 882 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 878 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 885 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 882 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 875 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 870 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 887 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 873 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 871 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 884 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 876 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 869 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 874 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 871 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 878 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 874 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 875 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 882 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 874 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 869 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 62, rows in current batch: 872 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 63, rows in current batch: 889 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 64, rows in current batch: 872 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 55 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 56 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_3 with existing session +DEBUG:snowflake.connector.result_set:user began consuming result batch 56 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 880 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 876 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 879 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 883 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 883 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 873 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 878 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 294 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 56 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 57 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 57 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 85 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 57 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 58 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 58 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_5 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 87 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_5 with existing session +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 87 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 89 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 89 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 89 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 89 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 58 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 59 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 59 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_6 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 89 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 179 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 176 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 180 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 176 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 177 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.result_set:user finished consuming result batch 59 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 60 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_7 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_10 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_10 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 62 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_10 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_13 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_9 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_13 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_9 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 64 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_9 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_1_13?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=XZY6z0QcGL%2FXtnCrnfKJZy%2Fo%2B0s%3D HTTP/1.1" 200 16815155 +DEBUG:snowflake.connector.result_set:user began consuming result batch 26 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 64 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 64, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1883 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1902 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1898 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1883 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1884 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1912 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1911 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1899 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1880 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1914 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_11 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_11 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1913 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 61 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_11 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1910 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1883 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1876 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1910 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1917 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1895 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1932 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1898 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1893 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1871 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1888 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1930 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1983 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_6_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=Ry0o6wdxq%2B3HnU4rLi5MFuulFB0%3D HTTP/1.1" 200 489293 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1973 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1984 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1960 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1989 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1950 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1977 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1963 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1985 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1884 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1904 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1891 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_6_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=ttCZPLrmBazyK3i5zBXJnYmoCBM%3D HTTP/1.1" 200 848463 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1882 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_6_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=O9%2Fz%2BInMP2h87VmOTCjRU48u6cU%3D HTTP/1.1" 200 1679083 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_6_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=U6oMD6ZKmyuV12FiuRYfmLmw9N0%3D HTTP/1.1" 200 3424012 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1874 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1881 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 60 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1894 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_7 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1876 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 180 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 351 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 354 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 352 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 357 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 357 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 60 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1898 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 61 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_6_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=mdmm%2BuuWYNiQwMMxPiq1MIcJ6FU%3D HTTP/1.1" 200 6714513 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_8 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1890 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1924 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1885 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1882 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1894 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1884 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1864 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1883 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1844 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1871 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1889 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1895 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1891 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_8 +DEBUG:snowflake.connector.result_set:user began consuming result batch 61 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1896 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_8 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1890 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 707 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 710 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 706 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 709 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_6_8?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=wW8aO8iwv95jOq9aS%2BdsJS0B6bA%3D HTTP/1.1" 200 6675411 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 719 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 1877 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 61 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 62 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 62, rows in current batch: 1878 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 63, rows in current batch: 1913 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 26 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 27 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_14 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_14 +DEBUG:snowflake.connector.result_set:user began consuming result batch 27 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 62 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_14 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 62, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1906 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1874 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1885 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1855 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1877 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1881 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1872 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1910 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1931 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1983 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1970 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1981 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 2004 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1995 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1998 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1930 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1969 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1975 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1977 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1971 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1972 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_5 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_5 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1982 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 62 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1991 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 708 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1971 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 910 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_snowflake:The lock directory exists. Other process may be updating the cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json.lck +DEBUG:snowflake.connector.ocsp_snowflake:Failed to locate OCSP response cache file. No worry. It will validate with OCSP server: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1982 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 909 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 908 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1976 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 910 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 909 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.result_set:user finished consuming result batch 62 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 63 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_1 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1965 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1968 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_7_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=giPQ%2BSjT5ZfDvnE9xQiRqWcJ2Ws%3D HTTP/1.1" 200 26577 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1997 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_0 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_1_14?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=nYGJT2VkL7pIBaLjRrIHygpa4G8%3D HTTP/1.1" 200 16995666 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1971 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_1 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1978 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_7_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=OG1nSBJizpN15%2FfP1lgFD7j2p4g%3D HTTP/1.1" 200 137710 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1960 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1999 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1957 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1966 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1997 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1956 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1967 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1960 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1932 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1945 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1942 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1941 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1932 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1949 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1958 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1953 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1968 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1948 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1946 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 1958 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 27 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 28 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_15 +DEBUG:snowflake.connector.result_set:user began consuming result batch 28 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 61 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 61, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_15 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1947 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_15 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1961 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1953 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 16 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1971 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.result_set:user began consuming result batch 63 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 16 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 16, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 909 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1946 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 901 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1942 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 913 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 906 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 914 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 911 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1945 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 903 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 910 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1962 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 907 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1945 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1948 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 900 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1936 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 909 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 63 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 64 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_2 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1976 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_2 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1952 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1948 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1981 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1980 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1954 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1942 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1974 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1942 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1969 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1931 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1933 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1986 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1988 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1959 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1996 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1977 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_1_15?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=xvZMRPztXs2U2mbhcrKraDzuQKA%3D HTTP/1.1" 200 758603 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1987 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 2001 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1987 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1987 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1989 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1964 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1987 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1998 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1959 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1976 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1995 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1998 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1968 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1949 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_15 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_7_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=MspPDQ4O3GegzueN4pNP1Qj3ljo%3D HTTP/1.1" 200 256787 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1946 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_15 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_15 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1959 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 2007 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 2013 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1960 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1989 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 28 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 29 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_0 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_2_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=Dg9VdaSm5oeG6lxeDtdGS%2FYSLPw%3D HTTP/1.1" 200 35020 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 32 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 64 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 32 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 32, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 891 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 885 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 908 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_8 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_8 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 912 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 32 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_8 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 902 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 64 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 65 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 65 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 32 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 32, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 910 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 897 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_12 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 908 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_12 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 62 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 905 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_12 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 912 +DEBUG:snowflake.connector.result_set:user began consuming result batch 29 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 62 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 62, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2003 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 899 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 915 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1993 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 910 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2010 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 909 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 908 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 905 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 910 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1985 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 913 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 911 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 911 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1998 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 909 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 915 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1949 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 912 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 910 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1986 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 909 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 181 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1983 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 65 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 66 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 2003 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 66 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1961 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_4 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 85 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1973 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 66 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 67 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1979 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 67 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_5 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 2021 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 87 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1977 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 88 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 2024 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 89 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 91 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 89 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 89 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1973 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.result_set:user finished consuming result batch 67 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 68 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.result_set:user began consuming result batch 68 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_6 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1959 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 2003 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 88 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 179 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1959 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 178 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 2009 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 180 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 174 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 2001 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 175 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 68 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1989 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 69 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1989 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_7 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1981 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1995 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1977 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1991 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1974 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 2002 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 2003 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1965 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1993 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1950 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1951 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1960 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_7_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=Je5CqXGaQOJ7TUS%2FLvzvVjlFaew%3D HTTP/1.1" 200 489340 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1936 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1912 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1906 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1937 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1921 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1908 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1898 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1937 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1919 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1920 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1913 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1945 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_3 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1911 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_3 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1907 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_3 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1894 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 69 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1898 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_7 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 180 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 1903 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 357 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_7_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=Gi2nToUDsZ3btiFlI3MHviudd28%3D HTTP/1.1" 200 6679445 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 29 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 354 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 30 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 353 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 357 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 357 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_set:user finished consuming result batch 69 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_1 with existing session +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 70 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_8 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:The lock directory exists. Other process may be updating the cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json.lck +DEBUG:snowflake.connector.ocsp_snowflake:Failed to locate OCSP response cache file. No worry. It will validate with OCSP server: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_7_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=AmvjdgBOupeXxe20s%2B3o42im4sM%3D HTTP/1.1" 200 1013697 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_7_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=BBFXizWPNvXfXcTeKBjcWg7UG4s%3D HTTP/1.1" 200 3441865 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_13 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_13 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_7_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=Mq4r3xudRCspUrICZGHB%2F118Un8%3D HTTP/1.1" 200 1715487 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 62 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_2_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=ZK8%2BkuLAVC4%2Ff4d2MQBoVIc9Bzc%3D HTTP/1.1" 200 132415 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_13 +DEBUG:snowflake.connector.result_set:user began consuming result batch 30 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 62 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 62, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1926 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1895 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1893 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1930 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1894 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1863 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1932 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1921 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_8 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1922 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 70 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_8 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1940 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 714 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 716 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 714 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 710 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1976 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_7_8?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101646&Signature=ZcIaKUyWGsdAqxBEHj6iy1wcZ7c%3D HTTP/1.1" 200 6273629 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 712 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 710 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1976 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 70 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 71 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 2015 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 2000 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 2005 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1996 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 2000 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 2002 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1995 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1999 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1973 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 2038 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 2001 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 2014 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 2011 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1998 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 2020 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 2006 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 2006 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 2003 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 30 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 31 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_2 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 71 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 904 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 913 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 906 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 907 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 916 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 71 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 72 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_2_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=R6IPlFmgsz%2B%2FD4nQdunkExLRpBg%3D HTTP/1.1" 200 253712 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_6 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_14 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 16 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_14 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 70 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_14 +DEBUG:snowflake.connector.result_set:user began consuming result batch 31 +DEBUG:snowflake.connector.result_set:user began consuming result batch 72 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 70 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 16 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 70, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 16, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1967 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2003 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 911 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 72 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 73 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 2005 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 2008 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1997 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1995 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 2001 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 2000 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1999 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 2000 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1997 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 2004 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1995 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 2001 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 2010 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 2012 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 2027 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 2009 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 2015 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1958 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1941 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 2058 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 2006 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1937 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1946 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1947 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 2047 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 2031 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1966 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_8 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_8 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 30 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_8 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 2092 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1868 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1857 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 2059 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 62, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 63, rows in current batch: 1998 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 64, rows in current batch: 1890 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 65, rows in current batch: 1845 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 66, rows in current batch: 1936 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 31 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 73 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 31 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 67, rows in current batch: 1966 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 31, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 68, rows in current batch: 2068 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 69, rows in current batch: 1953 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 909 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 31 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 910 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 32 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 32 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1984 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 904 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1946 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2058 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 917 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1318 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 912 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 32 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 912 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 33 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 910 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 33 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 909 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_4 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 190 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 33 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 904 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 34 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 913 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 34 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_5 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_5 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 200 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 188 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 192 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 912 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 194 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 909 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 34 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 908 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 35 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 908 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 35 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_6 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 902 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 195 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 910 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 201 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 191 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 905 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 195 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 73 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 392 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 74 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 380 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 74 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 35 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 30 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 36 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 30, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 906 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 906 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 911 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 903 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 918 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 901 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 906 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 918 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 908 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 906 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 906 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 909 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 912 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 906 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 903 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 910 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 908 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 909 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 907 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 884 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 910 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 910 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 907 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 909 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 899 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 913 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 911 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 910 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 902 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 338 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 74 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_2_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=tc3LP4SJlkIyaardRYEiw2inC5Y%3D HTTP/1.1" 200 521911 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_3 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_3 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_3 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 36 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_7 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 386 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 385 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 396 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 775 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 782 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_2_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=pnKxZcbiEQHkHjsxT1qynVzdw80%3D HTTP/1.1" 200 882532 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 769 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_2_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=vuK0%2BglvkM%2BWYYKt5ys3fmjHcjI%3D HTTP/1.1" 200 6768880 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 36 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_2_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=nzwYDCBFt22oRq4frplSNVMuQys%3D HTTP/1.1" 200 1812570 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 37 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_8 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_2_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=0dMjbO6sJVUhmKZE42vc7QPwT60%3D HTTP/1.1" 200 3306241 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_8 +DEBUG:snowflake.connector.result_set:user began consuming result batch 37 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_8 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 777 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 792 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1533 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1529 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_2_8?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=5VvVBKTtL%2F2KNVVDT6P7H2MVUao%3D HTTP/1.1" 200 13199005 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1543 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 37 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 38 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_9 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 12 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_6 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_9 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_9 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_2_9?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=i%2FlJyydx4N5PiJk7fz6n8WYiRzo%3D HTTP/1.1" 200 16840296 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 25 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 7 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 38 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 7 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 7, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1558 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1561 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1965 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1978 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 38 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 39 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_10 +DEBUG:snowflake.connector.result_set:user began consuming result batch 39 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_10 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 12 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 12, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_10 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1971 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1963 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_2_10?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=9Fi5i8jdmiaT9Wg919meGvGfD90%3D HTTP/1.1" 200 16913712 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1941 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1994 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 39 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 40 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_11 +DEBUG:snowflake.connector.result_set:user began consuming result batch 40 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 25 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 25, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_11 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1976 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_11 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1963 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_2_11?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=0%2Btg%2FQeWQztWSflOoU7BeIcXXlc%3D HTTP/1.1" 200 16895419 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2003 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1997 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1971 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1864 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1852 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1874 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1870 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1874 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1860 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1838 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1843 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 40 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 41 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_12 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_8 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_8 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 49 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_8 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_12 +DEBUG:snowflake.connector.result_set:user began consuming result batch 41 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 49 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_12 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 49, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1857 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1889 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1897 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_2_12?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=BGlzurAqVD2M3RP13iFaBgX1QQU%3D HTTP/1.1" 200 16793147 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1873 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1887 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1892 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1892 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1852 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1878 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1892 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1887 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1922 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1868 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1882 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1873 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1855 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1892 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1865 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1863 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1843 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1871 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1936 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1963 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1953 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1954 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1956 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1973 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1963 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1941 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1975 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 41 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 42 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_13 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_9 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_9 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 61 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_9 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_13 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 42 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_13 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 61 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 61, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1972 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1965 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1975 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1987 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1979 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1979 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1941 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1994 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1959 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1995 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1965 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1950 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1962 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1982 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1978 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1983 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1974 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1973 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1971 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1961 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1955 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1985 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1994 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_2_13?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=8uowrg00e0gEj%2BVafIrMDz3%2FbOQ%3D HTTP/1.1" 200 16959662 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 2001 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1964 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1961 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1965 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 2000 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1962 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1963 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1948 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1967 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1995 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1965 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 2012 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1961 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1961 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1973 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 2000 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1996 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1954 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1968 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1956 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 42 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 43 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_14 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_11 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_11 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 63 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_11 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_14 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_14 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_2_14?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=IA5ePEb5h5CGqNO6qNT7VEHcaNY%3D HTTP/1.1" 200 16885279 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_12 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_12 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 65 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_12 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_10 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_10 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 61 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_10 +DEBUG:snowflake.connector.result_set:user began consuming result batch 43 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 61 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 61, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2003 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1955 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1955 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1936 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1947 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1964 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1936 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1964 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1958 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1954 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 2003 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1942 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1953 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1971 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1964 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1964 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1960 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1961 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1963 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1967 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1955 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1966 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1945 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1957 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1999 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1971 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1955 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1953 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1963 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1973 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1965 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1980 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 43 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 44 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_15 +DEBUG:snowflake.connector.result_set:user began consuming result batch 44 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 63 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 63, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1976 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_15 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_15 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1973 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1963 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1953 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1953 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1960 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1976 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1979 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1993 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1981 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1978 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1967 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1970 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1955 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1989 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1969 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1993 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1961 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 2002 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1964 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1972 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1909 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1883 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1889 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1889 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1895 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1932 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1931 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_2_15?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=rOjgy0YrK1K9PiraPwdLCesXdUY%3D HTTP/1.1" 200 13195890 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1889 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1894 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1892 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_13 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_13 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1878 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 62 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_13 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1888 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1847 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1887 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1936 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1939 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1874 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1875 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1885 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1895 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 1891 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 62, rows in current batch: 1934 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 44 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 45 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 45 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 65 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 65, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1939 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1870 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1870 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1886 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1893 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1868 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1902 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1874 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1911 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1889 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1900 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1923 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1892 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1895 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1858 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1892 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1896 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1900 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1917 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1921 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1884 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1913 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1895 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1895 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1886 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1895 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1893 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1898 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_3_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=SWV2xj6808aD3aPcpcdUz%2B5LZrc%3D HTTP/1.1" 200 33458 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1879 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1889 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1893 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1883 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1876 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1892 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1891 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1893 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1883 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1864 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1890 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1921 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1929 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1889 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1895 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 1869 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 62, rows in current batch: 1918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 63, rows in current batch: 1883 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 64, rows in current batch: 1879 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 45 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 46 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_1 +DEBUG:snowflake.connector.result_set:user began consuming result batch 46 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 62 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 62, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1902 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_1 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1908 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_3_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=N5gYbjDd6KI32mcdWPvBSYMarAs%3D HTTP/1.1" 200 126403 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1991 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1998 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1998 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1971 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1973 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1947 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1967 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 2000 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1997 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1943 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1971 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1996 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1964 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1973 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1968 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1953 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1934 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1925 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1869 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1928 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1935 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1927 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1928 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1926 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1923 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 1930 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 46 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 47 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_2 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_14 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_14 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 62 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_14 +DEBUG:snowflake.connector.result_set:user began consuming result batch 47 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 62 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 62, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1936 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1891 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1954 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1927 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1898 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1951 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1915 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1924 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1895 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1953 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1904 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1921 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1906 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1928 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1922 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1903 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1925 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1949 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1877 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1902 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1943 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1983 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1991 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 2003 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 2001 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1985 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 2022 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1977 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_3_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=4%2B4sX7iDO9j8F2fKt6vGuXFiA9I%3D HTTP/1.1" 200 242207 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 2001 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1975 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1995 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1997 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1997 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 2017 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1956 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1973 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 2007 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 2007 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 2008 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 2001 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 2013 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 2007 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1995 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 1971 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 47 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 48 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_3 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_3_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=MdvAjJ5V3pg4uRV4DtznWLcJwrA%3D HTTP/1.1" 200 494955 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_15 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_15 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 52 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_15 +DEBUG:snowflake.connector.result_set:user began consuming result batch 48 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 52 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 52, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1958 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2003 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1997 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1955 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1965 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1941 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1973 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 2007 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1964 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1963 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 2010 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1965 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1963 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 2051 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1941 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 2051 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1875 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1939 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1939 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1962 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 2048 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1930 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1930 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1996 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1451 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 48 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 49 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 49 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 185 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 49 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_4 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 50 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_5 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_4 with existing session +DEBUG:snowflake.connector.result_set:user began consuming result batch 50 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 185 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 188 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 185 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 177 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.result_set:user finished consuming result batch 50 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 51 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 51 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 185 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 185 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 179 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 189 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 381 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 370 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 51 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 52 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 52 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_7 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 370 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_7 with existing session +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 364 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 366 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 753 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 727 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 740 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.result_set:user finished consuming result batch 52 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 53 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_8 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_3_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=Y%2FLvIg7EYnuyaCzt6nCu4mdjayY%3D HTTP/1.1" 200 1849493 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_3_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=5MlbJ2OimXbPdw16hjEXOh0x4SI%3D HTTP/1.1" 200 839360 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_3_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=AMBF3KbZ6mMfUS4SmPGNxjb8CiA%3D HTTP/1.1" 200 6622980 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_3_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=UnjbXmzc4per6DI6l6HIOreNcn0%3D HTTP/1.1" 200 3424510 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_8 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_8 with existing session +DEBUG:snowflake.connector.result_set:user began consuming result batch 53 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 736 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 753 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1490 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_3_8?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=qM88oFyw%2BJuc1sK7b%2B6vOIDn%2FzI%3D HTTP/1.1" 200 13181126 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1492 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1446 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 53 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 54 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_9 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 7 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_9 +DEBUG:snowflake.connector.result_set:user began consuming result batch 54 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 7 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 7, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1870 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_9 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_3_9?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=NVIN%2BtsBunx0vNI5Apew8%2FWktw8%3D HTTP/1.1" 200 16906714 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1879 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1885 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1879 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1889 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 54 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 55 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_10 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 13 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_6 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_10 +DEBUG:snowflake.connector.result_set:user began consuming result batch 55 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 13 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_10 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 13, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1879 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1878 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_3_10?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=VkOKAuPP%2F3twFJ3ff0UpHqo2zHo%3D HTTP/1.1" 200 16839996 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1861 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1874 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1864 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1888 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1887 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1895 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 55 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 56 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_11 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 25 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_7 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_11 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_11 with existing session +DEBUG:snowflake.connector.result_set:user began consuming result batch 56 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 25 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 25, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1900 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_3_11?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=j36LrtPlnTJORKXUD1JEFUatXxA%3D HTTP/1.1" 200 16873126 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1885 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1888 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1891 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1876 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1888 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1893 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1861 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1894 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1923 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1874 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1879 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1892 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1878 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1873 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1868 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 56 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 57 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_12 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_8 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_8 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 49 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_8 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_12 +DEBUG:snowflake.connector.result_set:user began consuming result batch 57 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 49 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_12 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 49, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1903 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1866 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1876 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1895 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1877 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1889 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1889 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1883 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1857 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1854 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1881 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1902 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1883 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1915 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1878 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1895 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1910 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1861 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1885 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1893 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1876 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1870 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1879 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1889 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1885 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1901 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1897 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_3_12?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=vCXLZIPyKxK%2FXpX2F4mLlrIt7s0%3D HTTP/1.1" 200 16884693 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1893 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1885 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1868 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1921 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1957 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1964 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1999 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1965 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1951 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1942 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1959 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1950 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1953 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 57 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 58 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_13 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_9 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_9 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 61 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_9 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_10 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_10 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_13 +DEBUG:snowflake.connector.result_set:user began consuming result batch 58 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.arrow_iterator:Batches read: 61 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 61 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_13 with existing session +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_10 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 61, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1982 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1959 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1966 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1986 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1999 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1968 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1961 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1963 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1934 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1975 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1969 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1949 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_11 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_11 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1977 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 64 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_11 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1954 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1991 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1958 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1964 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1973 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1963 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1950 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1955 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1954 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_3_13?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=%2BrNURr1mBu1VyGnSP3GOHrchNyc%3D HTTP/1.1" 200 16831096 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1963 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1971 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1964 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 2002 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1964 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1995 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1959 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1967 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1967 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1973 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 2002 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1961 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1947 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1953 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1955 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1964 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1967 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1948 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1961 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1981 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 58 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 59 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_14 +DEBUG:snowflake.connector.result_set:user began consuming result batch 59 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_14 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 61 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 61, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_14 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1971 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1973 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1974 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1972 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1983 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1960 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1948 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1987 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1986 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1986 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1981 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1960 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1978 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1965 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1999 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1955 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1956 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1963 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1957 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1943 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1954 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1949 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1984 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_3_14?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=MX2ZussDJ5ufnKw6yvVxrz61Q2Q%3D HTTP/1.1" 200 16894930 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1996 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1967 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1971 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1971 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1960 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1966 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1966 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1965 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1966 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 2003 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 2003 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1963 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1973 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 2002 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1999 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1973 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 2016 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 2004 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1966 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 59 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 60 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_15 +DEBUG:snowflake.connector.result_set:user began consuming result batch 60 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_15 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 64 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 64, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_15 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1988 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1989 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1980 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2003 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2008 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1979 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1988 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1990 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1975 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1990 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1976 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1982 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1995 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1996 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 2003 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1985 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1992 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 2021 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 2047 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 2052 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 2064 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 2065 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 2050 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 2081 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 2046 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_3_15?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=CNwNTYrFsKz%2BOx2lW10QwM0y7QI%3D HTTP/1.1" 200 8009442 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 2056 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 2045 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 2011 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1894 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1860 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1934 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1873 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1934 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1884 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1889 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1892 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1888 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1937 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1894 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1930 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1890 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1869 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1925 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1886 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1888 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 1911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 62, rows in current batch: 1915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 63, rows in current batch: 1898 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 60 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 61 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_12 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_12 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 61 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_12 +DEBUG:snowflake.connector.result_set:user began consuming result batch 61 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_0 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 61 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 61, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1909 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1899 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1903 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1902 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1986 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1990 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1988 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1986 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 2009 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1968 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1988 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 2013 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1969 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 2007 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1997 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 2010 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1973 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1967 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 2004 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1994 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 2005 +INFO:snowflake.connector.connection:closed +DEBUG:snowflake.connector.telemetry:Closing telemetry client. +INFO:snowflake.connector.connection:No async queries seem to be running, deleting session +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f18dafc5-cf19-4a00-bfd6-9e6ad23ba080 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_4_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=RAxkjsDySD1OMWnnnYqpypuhY6k%3D HTTP/1.1" 200 33398 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_0 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session?delete=true&request_guid=f18dafc5-cf19-4a00-bfd6-9e6ad23ba080 HTTP/1.1" 200 76 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.connection:Session is closed +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1991 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_15 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_15 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 30 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_15 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 2010 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1999 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1999 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1965 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 2004 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 2000 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1998 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1968 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1995 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1971 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 2008 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 2001 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 2003 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 2007 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 2012 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 61 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 62 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_1 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_13 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_13 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 61 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_13 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 62 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 61 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 61, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1997 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1979 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1984 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1960 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1964 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1993 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1987 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1997 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1983 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1974 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1975 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1969 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1963 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1980 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1965 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1963 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1970 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1961 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1956 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1968 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1969 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1961 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1958 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_4_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=%2BWU0ag0XFxnhr9yM7N9ZgSKkNbc%3D HTTP/1.1" 200 128442 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1974 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1958 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1968 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1967 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1957 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1973 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1964 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1950 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1953 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1997 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1962 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1996 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1966 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1995 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 2000 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1980 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 62 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 63 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_2 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_4_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=uK5CLQobM%2Fq5rNBjifapPp3X6l4%3D HTTP/1.1" 200 241700 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_14 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_14 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 62 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_14 +DEBUG:snowflake.connector.result_set:user began consuming result batch 63 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 62 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 62, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1966 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1953 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1967 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 2000 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1995 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 2008 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1995 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 2001 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 2004 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1995 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 2000 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 2007 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 2005 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 2022 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1997 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 2004 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1968 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1996 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1998 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1971 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 2005 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 2011 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1999 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1999 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 2001 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1973 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1999 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 2008 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 2011 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1961 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1930 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1888 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1887 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1885 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 1911 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 63 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 64 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 64 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 30 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 30, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1917 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1941 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1907 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1918 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1883 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1929 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1924 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1927 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1894 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1913 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1934 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1879 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1939 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1903 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1892 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1939 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1894 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1908 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1935 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1900 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1878 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1936 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1888 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1926 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1927 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_4_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=6yaIEopb0cL69KgRVnIMUL0u6lk%3D HTTP/1.1" 200 499322 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 591 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 64 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 65 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 65 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 180 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_set:user finished consuming result batch 65 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_4 with existing session +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 66 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 66 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 187 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 197 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 192 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 186 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 66 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 67 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 67 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 182 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 184 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 185 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 189 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 357 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 377 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.result_set:user finished consuming result batch 67 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 68 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_3 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_3 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_3 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 68 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_7 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 367 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 372 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 383 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 737 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_4_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=oaxXtjOpitQkMA4CB1LbUPGclNk%3D HTTP/1.1" 200 6615498 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 728 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 746 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 68 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 69 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_8 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_4_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=G5F04Bpf%2FB4WTdQZrMgSRdv%2B3wY%3D HTTP/1.1" 200 844775 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_4_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=skXB%2FPVl3p7M5qi9CAJvst%2BlFbg%3D HTTP/1.1" 200 1896730 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_4_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=W3LffyY0e46GBYpXnngfUBNRpnA%3D HTTP/1.1" 200 3511380 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_8 +DEBUG:snowflake.connector.result_set:user began consuming result batch 69 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_8 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 746 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 746 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1480 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_4_8?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=idyxEw%2BXUiwCqiuiAbpnQnByq5A%3D HTTP/1.1" 200 13159016 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1455 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1487 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 69 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 70 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_9 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 7 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_9 +DEBUG:snowflake.connector.result_set:user began consuming result batch 70 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 7 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_9 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 7, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1891 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1888 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_4_9?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=9OX7ebzi13AkRbRrY88jGuvMSYg%3D HTTP/1.1" 200 17062786 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1935 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1940 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1967 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 70 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 71 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_10 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 25 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_7 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_10 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_10 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_6 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_4_10?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=iiInI98d%2FsVbxOxCVZwvDFDtCdU%3D HTTP/1.1" 200 16833909 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 13 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 71 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 13 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 13, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1961 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1965 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2003 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1962 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1857 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1849 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1888 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1884 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1888 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1863 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 71 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 72 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_11 +DEBUG:snowflake.connector.result_set:user began consuming result batch 72 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 25 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_11 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 25, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1932 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_11 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1873 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1882 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_4_11?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=L5AMJd6iw0i1O%2BEJvG5g6L27Nec%3D HTTP/1.1" 200 16871220 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1879 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1895 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1891 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1882 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1882 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1860 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1887 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1876 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1893 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1925 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1967 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1995 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1966 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 72 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 73 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_12 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_8 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_8 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 48 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_8 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_12 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 73 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_12 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 48 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 48, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1966 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_4_12?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=BU%2FAbsGPPeegp%2FIOezQdZeIewCo%3D HTTP/1.1" 200 16851237 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1948 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1964 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1955 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1962 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1943 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1959 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1956 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1950 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1968 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1953 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1961 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1952 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 2000 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1967 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1944 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1968 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1961 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1963 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1952 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1882 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1890 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1864 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1884 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1895 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1869 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1886 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1889 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1883 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 73 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 74 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_13 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_9 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_9 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 63 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_9 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 74 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_10 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_10 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 63 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_13 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 62 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 63, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1887 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_13 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1893 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1887 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1923 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1903 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1884 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1894 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1886 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1908 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1898 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1892 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1906 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1898 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1915 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1911 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1897 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1878 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1903 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1890 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1872 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1925 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1893 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1970 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_4_13?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=us1xZn%2Fuc1EHsOwlgkt5ApbnkaE%3D HTTP/1.1" 200 16921251 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1947 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1962 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1956 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1966 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1952 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1957 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1961 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1966 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1971 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1965 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1949 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1963 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1959 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1956 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1955 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1980 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_11 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_11 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 63 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_11 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1950 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1971 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1955 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 62, rows in current batch: 1969 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 74 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 75 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_14 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_14 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 75 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_14 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 62 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 62, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1968 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1975 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2015 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2001 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2027 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2011 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 2036 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 2022 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 2022 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1979 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1973 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1990 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1972 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1963 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1966 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1961 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1961 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1971 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1973 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1984 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1963 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1965 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1956 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1965 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1968 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1959 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1977 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1963 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1974 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_4_14?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=VOb26zJ3ONNE3WWq%2FDBB8f%2Fs7fc%3D HTTP/1.1" 200 17020024 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1958 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1966 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1927 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1958 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1964 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1952 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1971 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1971 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1963 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1963 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1965 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1940 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1996 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 2003 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1956 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1966 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1958 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 1961 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 75 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 76 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_15 +DEBUG:snowflake.connector.result_set:user began consuming result batch 76 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_15 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 63 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 63, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_15 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1988 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1965 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1966 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1971 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1943 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1999 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1982 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1984 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1973 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1978 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1995 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1969 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1965 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1960 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1974 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1969 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1995 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1973 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1963 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1989 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1978 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_4_15?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=QJ3LQOglPVPgLMDNbdObbasd2F8%3D HTTP/1.1" 200 5237922 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1934 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1888 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1930 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1891 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1893 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1864 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1923 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1921 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1925 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1888 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1859 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1892 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1863 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1885 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1925 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1886 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1893 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1883 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1929 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1925 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 1894 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 62, rows in current batch: 1955 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 76 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 77 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_12 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_12 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 63 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_12 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 77 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 63 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 63, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1912 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1922 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2022 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2073 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 2060 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 2066 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 2081 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 2073 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 2077 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 2067 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 2067 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 2082 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 2071 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 2074 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_15 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_15 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 25 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 2070 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_15 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 2058 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1999 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1989 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1996 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1992 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1975 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_5_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=c6wUeWT50s25rBFQioJIvoWiJfI%3D HTTP/1.1" 200 32693 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1995 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1995 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1957 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1971 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1962 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 2005 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1954 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1971 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1968 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1997 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 2001 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1971 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1995 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 2002 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1968 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 1962 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 62, rows in current batch: 1979 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 77 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 78 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_1 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_5_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=9YTFlmZit%2FJYWGbOcqjiuCbJzjY%3D HTTP/1.1" 200 124203 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_13 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_13 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 67 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_13 +DEBUG:snowflake.connector.result_set:user began consuming result batch 78 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 67 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 67, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2007 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1995 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1958 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1929 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1923 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1928 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1931 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1926 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1891 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1925 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1952 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1939 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1894 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1930 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1929 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1888 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1955 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1932 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1895 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1936 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1936 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1942 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1885 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1967 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1959 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1999 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1968 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 2024 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 2022 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1973 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1955 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1950 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1971 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_14 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1927 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_14 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 62 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_14 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 1930 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 62, rows in current batch: 1903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 63, rows in current batch: 1926 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 64, rows in current batch: 1886 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 65, rows in current batch: 1902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 66, rows in current batch: 1908 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 78 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 79 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_2 +DEBUG:snowflake.connector.result_set:user began consuming result batch 79 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 62 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_2 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 62, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1922 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1945 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1926 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1917 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1920 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1889 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1948 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1884 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1912 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1900 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1926 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1884 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1912 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1947 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1915 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1908 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1900 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1939 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1933 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1916 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1912 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1884 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1888 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1924 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_5_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=Cem9f%2ByiqJCB%2Bzq1CACcD0%2FPW6U%3D HTTP/1.1" 200 237662 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1924 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1935 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 2001 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 2003 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1998 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 2001 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 2004 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 2004 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 2006 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1998 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 2006 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1999 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 2008 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 2004 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1998 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 2019 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 1971 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 79 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 80 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 80 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 25 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 25, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2001 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2062 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_5_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=elVi10ofXhM%2BVwEgt6EoE9Qj%2BdA%3D HTTP/1.1" 200 493412 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1956 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1944 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 2005 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 2016 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1875 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1948 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 2007 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1962 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1963 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 2001 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1935 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1941 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1944 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1728 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 80 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 81 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 81 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 182 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 81 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 82 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 82 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 183 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 182 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 183 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_5 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 184 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 82 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 83 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 83 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 187 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_6 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 180 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 192 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_5_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=KutnBIxg6FGr2sDcxaDYgV6Z0Lk%3D HTTP/1.1" 200 833040 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 187 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 366 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 366 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.result_set:user finished consuming result batch 83 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_4 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 84 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_4 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 84 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_7 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_4 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_7 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 385 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 374 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 374 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 747 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 746 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_5_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=kRxHxdJBCtpB%2FCJ5ozAkm0hySbY%3D HTTP/1.1" 200 6726450 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 745 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 84 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 85 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_8 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 85 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 756 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_8 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 762 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1502 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1506 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1471 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 85 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 86 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_9 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_5_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=rJJS4AM7lwwc%2F0S%2BqblwypQu%2BXo%3D HTTP/1.1" 200 1819982 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_5_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=Di6zj%2BBdCFkRXDisJ%2FeQdAtcQXE%3D HTTP/1.1" 200 3354424 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_5_8?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=I6%2FBY8zKBoPn21BvFuHRYTN1wwM%3D HTTP/1.1" 200 13193829 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 7 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_9 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_9 with existing session +DEBUG:snowflake.connector.result_set:user began consuming result batch 86 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 7 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 7, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1900 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_5_9?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=%2BqC%2FL92uSi9qSBcCb5e3v46Fl6I%3D HTTP/1.1" 200 16921793 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1870 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 86 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 87 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_10 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 26 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_7 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_10 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_10 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 13 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 87 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 13 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 13, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1872 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_5_10?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=VgnRZDGA%2F7troiB5SAQ0Um%2Fvsk0%3D HTTP/1.1" 200 16950479 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1891 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1926 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1884 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1849 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1890 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1887 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 87 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 88 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_11 +DEBUG:snowflake.connector.result_set:user began consuming result batch 88 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 26 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_11 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 26, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1887 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_11 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1853 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1859 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1871 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_5_11?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=TWGUlkl0Au0Ya9acSGL46X22Q5M%3D HTTP/1.1" 200 16927369 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1875 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1851 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1862 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1871 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1893 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1888 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1845 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1854 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1883 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1884 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1876 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1848 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1889 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1850 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1895 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1869 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1864 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1873 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1894 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1876 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 88 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 89 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_12 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_9 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_9 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 61 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_9 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_12 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_12 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_5_12?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=eTjRsXUthyRG3T8FEEpnbpEw1n4%3D HTTP/1.1" 200 16815408 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_11 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_11 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 64 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_11 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_10 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_10 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 62 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_10 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_8 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_8 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 50 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_8 +DEBUG:snowflake.connector.result_set:user began consuming result batch 89 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 50 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 50, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1892 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1885 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1927 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1894 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1924 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1890 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1875 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1885 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1929 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1883 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1944 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1958 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1955 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1937 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1968 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1981 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 89 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 90 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_13 +DEBUG:snowflake.connector.result_set:user began consuming result batch 90 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_13 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 61 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 61, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_13 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1956 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1957 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1949 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1934 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_5_13?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=7e%2Bm7aOmUO1ZCnOCSloFzAStvQ4%3D HTTP/1.1" 200 16849798 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1964 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1957 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1971 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1942 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1966 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1967 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1942 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1967 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1967 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1954 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1958 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1965 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1961 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1963 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1957 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1961 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1959 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1973 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1956 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1968 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1971 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 2001 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1947 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1958 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 90 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 91 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_14 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_14 +DEBUG:snowflake.connector.result_set:user began consuming result batch 91 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 62 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_14 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 62, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1960 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1980 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1964 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1951 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1990 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1960 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1964 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1962 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1965 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1959 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1988 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1955 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1960 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1980 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1965 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1958 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1977 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1977 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1966 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1957 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1941 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1988 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_5_14?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=rcZEg90hj73V4FkBuwdvNrVnF60%3D HTTP/1.1" 200 16970020 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1961 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1959 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1996 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1968 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1960 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1951 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1963 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1971 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1966 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1997 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1967 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1961 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1961 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1966 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1959 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1965 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1935 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1925 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1887 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1874 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1935 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 1907 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 91 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 92 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_15 +DEBUG:snowflake.connector.result_set:user began consuming result batch 92 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 64 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 64, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1893 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_15 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_15 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1916 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1932 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1878 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1913 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1900 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1888 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1899 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1917 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1886 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1913 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1894 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1904 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1882 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1892 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1893 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1887 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1905 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1928 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1880 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1893 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1915 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1930 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1893 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1923 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1921 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1891 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1901 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_5_15?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=B49vffdC%2FzLt9biZ%2F8f85wZMLfs%3D HTTP/1.1" 200 3225969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1936 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1860 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1866 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1882 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1891 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1931 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1926 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1924 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1922 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1855 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1927 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1933 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1890 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1934 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 1913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 62, rows in current batch: 1937 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 63, rows in current batch: 1931 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 92 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 93 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_15 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_15 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 16 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_15 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_0 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_6_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=oFbWdZj7YmLQO%2BtORcf0TmB8EG8%3D HTTP/1.1" 200 33441 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_12 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_12 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 62 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_12 +DEBUG:snowflake.connector.result_set:user began consuming result batch 93 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 62 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 62, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1895 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1923 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1934 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1929 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1922 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1930 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1939 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1956 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1883 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1887 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1941 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1924 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1959 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1927 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1928 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1889 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1934 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1963 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1935 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1887 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1889 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1922 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1957 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 2001 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1968 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1996 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1999 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1968 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1966 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 2001 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1996 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 2001 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 1990 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 93 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 94 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_1 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_6_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=NixiXDyT8Wi%2BMqfO4zdE6nDrQOU%3D HTTP/1.1" 200 126756 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_13 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_13 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 61 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_13 +DEBUG:snowflake.connector.result_set:user began consuming result batch 94 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 61 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 61, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2004 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1973 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2018 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1967 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1964 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1995 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1996 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1960 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_14 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_14 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 69 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_14 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1960 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1955 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1956 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 2004 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1963 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1971 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1995 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 2005 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1962 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1995 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1961 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 2025 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1966 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1947 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 2003 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1973 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1962 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1973 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1964 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 94 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 95 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_2 +DEBUG:snowflake.connector.result_set:user began consuming result batch 95 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 69 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 69, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1980 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_2 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2008 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1960 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2006 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2013 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2015 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1996 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1977 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1992 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 2003 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1999 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1987 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 2003 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 2010 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 2005 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 2011 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1986 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1992 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 2001 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 2013 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1989 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 2008 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1984 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_6_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=xXlmizaf48KQEsJgvfLNPk16LUY%3D HTTP/1.1" 200 240746 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 2011 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1978 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1996 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1996 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 2033 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 2003 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 2004 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 2036 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1854 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1936 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1998 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1936 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1925 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 2012 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1957 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 2003 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1952 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 2031 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 2071 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 62, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 63, rows in current batch: 2022 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 64, rows in current batch: 1890 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 65, rows in current batch: 2119 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 66, rows in current batch: 1904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 67, rows in current batch: 1950 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 68, rows in current batch: 1976 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 95 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 96 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 96 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 16 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 16, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1892 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1952 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_6_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=U2Pr7J6l1Tcvy2bHzu%2B6GVZFC4w%3D HTTP/1.1" 200 501136 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2087 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1962 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2003 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1885 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2015 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1865 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1999 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 2037 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 2036 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1933 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 2010 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1955 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1962 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1368 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 96 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 97 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 97 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 182 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_4 with existing session +DEBUG:snowflake.connector.result_set:user finished consuming result batch 97 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 98 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 98 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 181 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 179 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 189 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 185 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_5 with existing session +DEBUG:snowflake.connector.result_set:user finished consuming result batch 98 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 99 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 99 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 179 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 188 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 189 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 170 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 367 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_6_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=oelbUGPHNRBj%2Bsu%2B6LbQw%2B9gbms%3D HTTP/1.1" 200 841579 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 373 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.result_set:user finished consuming result batch 99 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 100 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 100 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_7 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 380 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_7 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 370 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 360 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 744 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 724 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 753 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 100 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 101 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_8 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_4 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_8 +DEBUG:snowflake.connector.result_set:user began consuming result batch 101 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_8 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 751 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 754 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_6_8?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=HQMoaNrcqwbmOCFJ47cAOYwPVoY%3D HTTP/1.1" 200 13345009 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1467 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1478 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1473 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 101 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 102 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_9 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_6_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=H2HvCvAjULtLGKElQBj%2BQwAfeM8%3D HTTP/1.1" 200 1849379 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_6_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=X%2FTJ210oa%2BZr1YpR2rA3tCu4sx8%3D HTTP/1.1" 200 3447312 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_6_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=IuClC3FLhV4nvXEPxBsvNfTvz8A%3D HTTP/1.1" 200 6742670 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 13 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_6 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_9 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_9 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_6_9?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=1zU1hgRfjGZWK5GT6MF40VBN2Hk%3D HTTP/1.1" 200 16990918 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 7 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 102 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 7 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 7, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1840 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1885 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1879 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1867 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1868 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 102 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 103 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_10 +DEBUG:snowflake.connector.result_set:user began consuming result batch 103 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 13 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 13, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1890 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_10 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_10 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1892 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_6_10?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=amfU6ohAAseiu4WUqzRJ0HCtt5o%3D HTTP/1.1" 200 16835446 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1883 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1924 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1852 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1880 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 103 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 104 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_11 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 25 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_7 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_11 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_11 with existing session +DEBUG:snowflake.connector.result_set:user began consuming result batch 104 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 25 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 25, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1921 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_6_11?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=asscUU4NbU9s%2B0ZQVeWHMAHtayk%3D HTTP/1.1" 200 16896738 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1886 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1882 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1879 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1868 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1883 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1960 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1935 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 2000 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 2002 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 2004 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1970 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 104 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 105 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_12 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_8 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_8 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 50 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_8 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_12 +DEBUG:snowflake.connector.result_set:user began consuming result batch 105 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 50 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 50, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_12 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1991 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1996 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1978 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1970 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1959 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1987 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1966 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1961 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1965 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1972 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1962 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1984 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1932 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1886 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1896 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1893 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1878 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1870 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1875 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1866 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1858 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1866 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1868 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1880 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1885 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1871 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_6_12?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=6VScx3pI0WkLck%2F25LhEy%2FZCPHA%3D HTTP/1.1" 200 16890617 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1886 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1891 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1883 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1893 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1892 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1887 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1892 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1864 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1861 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1895 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1887 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1874 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1895 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1862 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1881 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 105 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 106 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_13 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_9 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_9 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 65 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_9 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_13 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 106 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_13 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 65 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 65, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1857 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1887 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1863 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1863 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1903 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1898 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1896 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1894 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1910 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1861 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1908 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1879 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1886 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1889 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1874 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1875 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1889 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1879 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1888 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1869 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1909 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1889 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1893 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1887 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1861 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1892 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1875 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1892 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1882 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1866 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_6_13?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=c61Vx4PZKWiE%2FAelY34P2GirwRs%3D HTTP/1.1" 200 16953019 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1889 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1928 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1862 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1854 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1928 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1878 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1926 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1865 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1884 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1874 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1868 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1875 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1859 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1883 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1865 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1853 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1850 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1888 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_11 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_11 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 62 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_11 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1884 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1855 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1861 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1866 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1865 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1878 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 1854 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 62, rows in current batch: 1865 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 63, rows in current batch: 1854 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 64, rows in current batch: 1887 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 106 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 107 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_14 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_14 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_14 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_10 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_10 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 64 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_10 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 107 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 64 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 64, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1887 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1842 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1860 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1886 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1891 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1873 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1847 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1866 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1887 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_6_14?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=TyUJG1kd99HunXrsApoS%2FFUsN0k%3D HTTP/1.1" 200 16989975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1869 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1886 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 2023 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 2066 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 2068 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 2080 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 2066 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 2085 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 2078 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 2059 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 2086 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 2074 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 2080 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 2068 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 2089 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 2038 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 2082 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 2059 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 2073 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 2001 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1959 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1971 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1966 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1951 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1957 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1964 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1957 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1961 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1971 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1961 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1958 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1997 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1952 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1965 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1952 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 2002 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1938 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1939 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1963 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1995 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 1964 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 62, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 63, rows in current batch: 1991 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 107 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 108 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_15 +DEBUG:snowflake.connector.result_set:user began consuming result batch 108 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 62 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_15 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 62, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1970 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_15 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1987 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1949 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1952 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1964 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1949 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1960 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1932 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1967 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1979 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1950 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1944 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1987 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1950 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1957 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1961 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1945 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1944 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1967 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1941 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1964 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1951 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1946 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1965 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1955 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1950 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_6_15?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=PWcVLE1EYBkAEQFZmkbZw62%2FUow%3D HTTP/1.1" 200 16873096 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1943 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1935 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1954 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1956 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1941 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1959 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1956 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1962 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1957 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1966 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1949 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1958 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1950 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1883 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1872 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1924 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1926 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 1861 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 108 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 109 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_16 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_12 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_12 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 62 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_12 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_16 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 109 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_16 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 62 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 62, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1898 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1895 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1909 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1909 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1887 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1910 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1919 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1911 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1882 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1888 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1898 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1926 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1887 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1904 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1888 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1875 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1894 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1928 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1912 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1950 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1898 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1905 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1893 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1945 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 2002 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1973 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 2013 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1973 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1986 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_6_16?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=V3y6WJ%2Bo1XFqQAONuG4kF%2F19KhY%3D HTTP/1.1" 200 1096304 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 2005 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1967 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1963 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 2005 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1956 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1971 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1995 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 2011 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 2011 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1960 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1998 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1999 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1952 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 1996 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 109 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 110 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_16 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_16 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_16 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_0 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_7_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=Rj8hv4r0xNy5GRh%2B1PfFrc99CFE%3D HTTP/1.1" 200 33914 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_13 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_13 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 61 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_13 +DEBUG:snowflake.connector.result_set:user began consuming result batch 110 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 61 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 61, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1953 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1965 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1958 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1964 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1973 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 2001 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1945 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1996 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1954 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1973 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1956 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 2002 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1951 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1966 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1955 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1957 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1948 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1961 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1996 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1968 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1971 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1961 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1986 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 110 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 111 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_1 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_7_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=hAJL2RkFRbnHVzpmFBrDYwsniFw%3D HTTP/1.1" 200 128849 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_14 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_14 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 63 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_14 +DEBUG:snowflake.connector.result_set:user began consuming result batch 111 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 63 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 63, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1987 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1967 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1952 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1958 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1967 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1955 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1960 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1999 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1958 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 2015 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1968 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1971 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 2000 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1997 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 2027 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1968 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 2007 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 2000 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1999 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 2010 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 2000 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1996 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 2002 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1998 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1971 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1995 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 2000 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 2020 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 2008 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 2015 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 2012 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 62, rows in current batch: 2004 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 111 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 112 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_2 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_15 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_15 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 73 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_15 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 112 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 73 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 73, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1991 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1914 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1924 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1892 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1876 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1885 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1893 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1889 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1921 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1907 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1923 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1925 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_7_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=43KbR7RGk81PaDMInAlQ2yTB5n4%3D HTTP/1.1" 200 239020 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1886 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1887 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1891 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1890 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1895 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1887 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1922 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1919 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1915 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1927 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1943 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 2008 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1946 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1965 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1955 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 2023 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1971 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1926 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1963 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 2048 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 2046 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1928 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1960 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 2041 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1936 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1966 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 2000 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1996 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 2045 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 2020 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 62, rows in current batch: 1920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 63, rows in current batch: 1922 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 64, rows in current batch: 1924 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 65, rows in current batch: 2057 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 66, rows in current batch: 1903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 67, rows in current batch: 1971 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 68, rows in current batch: 2012 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 69, rows in current batch: 1941 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 70, rows in current batch: 1948 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 71, rows in current batch: 1949 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 72, rows in current batch: 2007 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 112 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 113 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 113 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1903 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1959 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2004 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1892 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1932 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 727 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 113 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 114 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 114 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 189 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 114 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 115 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_5 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 115 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_5 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_5 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 190 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 184 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 187 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 188 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 115 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 116 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 116 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_6 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 179 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 181 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 178 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 181 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 367 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 354 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 116 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 117 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_7 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_7_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=zEb96qNOvkJQFq4ELF18uaLLT20%3D HTTP/1.1" 200 501251 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 117 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_7 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 380 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 387 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 364 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 743 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_7_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=sXnZAg%2FJ4ddu%2BuQzT9QsM56O8Rg%3D HTTP/1.1" 200 940524 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 739 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_7_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=Wch115ZA%2Bx684pt%2F4bem82eS22E%3D HTTP/1.1" 200 1735604 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_7_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=SDTZZRIMFhdarXLD%2FtMR8z4l42o%3D HTTP/1.1" 200 3443642 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 737 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_7_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=rkgW2XRbZamzUrqhwEhTVOe97KQ%3D HTTP/1.1" 200 6819611 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 117 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 118 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_8 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_8 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_8 with existing session +DEBUG:snowflake.connector.result_set:user began consuming result batch 118 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 729 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 731 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 733 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1442 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1466 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1436 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 118 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 119 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_9 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_7_8?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=zZYa10DZ%2B3k6jDpYbImqHMiDm70%3D HTTP/1.1" 200 13191031 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 7 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_9 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_9 with existing session +DEBUG:snowflake.connector.result_set:user began consuming result batch 119 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 7 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 7, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1462 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1473 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1896 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_7_9?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=O8aNA3PhxvbVlzyVngm%2FqrQvQAo%3D HTTP/1.1" 200 16926650 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1863 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1874 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1876 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1870 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 119 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 120 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_10 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 13 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_6 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_10 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_10 with existing session +DEBUG:snowflake.connector.result_set:user began consuming result batch 120 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 13 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 13, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1894 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1915 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_7_10?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=fPyMTVX36kdP91rpAvMj3p7wSM0%3D HTTP/1.1" 200 16872184 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1865 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1861 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1879 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1866 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1889 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1853 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 120 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 121 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_11 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 26 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_7 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_11 +DEBUG:snowflake.connector.result_set:user began consuming result batch 121 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 26 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_11 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 26, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1865 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1881 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_7_11?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=ygC7tmpJMX3k%2BzmTzjt6HpqRZ7I%3D HTTP/1.1" 200 17017230 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1842 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1892 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1870 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1885 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1889 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1851 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1872 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 2005 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 2012 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 2021 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 2034 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 2004 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 2021 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 2005 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 2025 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 2017 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 2025 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 2009 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 2001 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 121 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 122 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_12 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_8 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_8 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 50 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_8 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_12 +DEBUG:snowflake.connector.result_set:user began consuming result batch 122 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 50 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_12 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 50, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1866 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1874 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1892 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1886 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1893 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1886 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1882 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1867 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1898 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1883 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1912 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1892 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1904 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1893 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1873 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1909 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1876 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1902 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1892 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1891 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1873 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1872 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1892 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1886 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_7_12?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=qN2PdQEzQ6a3B4ntD6Jt8OLEAJY%3D HTTP/1.1" 200 17031615 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1894 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1863 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1845 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1876 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1889 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1884 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1889 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1873 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1885 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1891 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1888 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1893 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1863 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1843 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1925 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 122 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 123 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_13 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_9 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_9 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 64 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_9 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_13 +DEBUG:snowflake.connector.result_set:user began consuming result batch 123 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_13 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 64 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 64, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1887 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_10 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 61 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_10 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1906 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1924 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1879 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1904 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1871 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1865 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1895 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1878 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1852 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1881 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1872 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1917 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1884 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1931 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1875 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1874 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1887 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1888 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1889 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1924 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1862 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1871 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1867 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_7_13?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=%2FWQvBe5C8g%2BHXmmMbk7hgpyasnI%3D HTTP/1.1" 200 16813751 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1885 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1893 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1860 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1855 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1884 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1868 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1895 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1884 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1869 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1871 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1882 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1885 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1890 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1873 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1895 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1893 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1894 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1883 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1882 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1876 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1888 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1886 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1852 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 1872 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 62, rows in current batch: 1878 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 63, rows in current batch: 1886 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 123 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 124 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_14 +DEBUG:snowflake.connector.result_set:user began consuming result batch 124 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_14 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 61 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 61, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_14 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1909 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2000 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1963 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1975 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1982 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1977 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1948 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1991 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1963 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1969 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1965 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1991 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1976 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1976 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1938 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1987 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1974 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1970 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1980 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1957 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1951 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1977 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1982 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1960 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1972 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_7_14?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=C1olvv4qINAGrwoy9ORr%2BgEtxM0%3D HTTP/1.1" 200 16984408 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1965 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1960 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1963 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1939 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 2002 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1954 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1973 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1940 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1971 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1955 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1973 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 2004 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 2012 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 2005 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 2009 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1969 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 124 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 125 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_15 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_11 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_11 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 62 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_11 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_15 +DEBUG:snowflake.connector.result_set:user began consuming result batch 125 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 62 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_15 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 62, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1936 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1957 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1970 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1995 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1966 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1989 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 2002 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 2019 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1985 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1988 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1983 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 2007 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1993 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1987 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1982 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1995 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1982 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1974 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1971 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1993 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1960 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1970 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1998 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 2006 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836ed-0502-b1d6-1a4b-0303c5433797_0/main/data_0_7_15?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668101662&Signature=bVPz8Gr32bavAqbOLdaug6pLqwM%3D HTTP/1.1" 200 9886109 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 2001 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 2002 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 2009 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1964 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1959 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1961 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1936 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1959 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1962 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1965 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1947 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1954 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1959 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1945 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1945 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1949 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1937 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1965 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1961 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 1936 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 125 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 126 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_12 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_12 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 62 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_12 +DEBUG:snowflake.connector.result_set:user began consuming result batch 126 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 62 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 62, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1942 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1945 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1961 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1945 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1962 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1950 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1927 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1947 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1956 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1932 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1949 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1939 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1956 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1948 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1964 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1964 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 2001 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1995 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1968 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1995 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 2016 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 2010 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 2002 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 2002 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 2007 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1998 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 2019 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 2004 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1995 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1998 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1996 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 2018 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 2000 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 2009 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1960 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 2033 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 2003 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 2000 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 2001 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 2009 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 2001 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 1998 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 126 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 127 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_15 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_15 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 48 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_15 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_13 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_13 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 61 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_13 +DEBUG:snowflake.connector.result_set:user began consuming result batch 127 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 61 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 61, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2008 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2006 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1999 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1958 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1973 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1961 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1958 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1999 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_14 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_14 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1965 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 62 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_14 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 2010 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1949 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1941 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1957 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1955 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1950 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1947 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 2004 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1967 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 2006 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1947 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1950 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1941 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1964 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 2000 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1957 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1963 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1928 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1927 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1927 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1934 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1888 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 127 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 128 +DEBUG:snowflake.connector.result_set:user began consuming result batch 128 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 62 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 62, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1927 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1873 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1922 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1929 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1923 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 2007 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 2007 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 2002 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1963 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 2005 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1964 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 2007 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1996 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 2021 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1965 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 2011 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 2007 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1996 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 2007 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1973 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1995 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 2017 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 2001 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 2007 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1996 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1999 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 2012 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1999 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 2012 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1956 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 2014 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 2002 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 1997 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 128 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 129 +DEBUG:snowflake.connector.result_set:user began consuming result batch 129 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 48 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 48, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1964 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1952 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1968 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 2059 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 2044 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1924 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1924 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 2008 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1952 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1929 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 2004 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 2011 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1924 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1954 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 2006 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1947 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 2096 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1925 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1885 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1935 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1945 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 2072 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 2009 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1928 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1934 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1923 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1951 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 2007 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 2005 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1891 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 2011 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1936 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1943 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1954 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 917 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 129 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 06:47:09] "GET /sfexec?csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2ze0w.30IvRBnVCyWm-YXnzBbd6xlw1jc&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2ze0w.30IvRBnVCyWm-YXnzBbd6xlw1jc&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2ze0w.30IvRBnVCyWm-YXnzBbd6xlw1jc&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2ze0w.30IvRBnVCyWm-YXnzBbd6xlw1jc&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2ze0w.30IvRBnVCyWm-YXnzBbd6xlw1jc&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2ze0w.30IvRBnVCyWm-YXnzBbd6xlw1jc&submit=Submit HTTP/1.1" 500 - +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 26.68s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 26.69s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 26.69s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=3e9fef95-8446-443b-a1c4-e2c161b894f0 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 43ae847b-1f15-4fdb-99b6-6d01758045b7 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 2365591049632 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2365591049632 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2365591384368 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2365591384368 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2365591384368 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2365591384368 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2365591049632 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2365591049632 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=3e9fef95-8446-443b-a1c4-e2c161b894f0&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=43ae847b-1f15-4fdb-99b6-6d01758045b7 HTTP/1.1" 200 1553 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_PROD, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_PROD_QLIK_LOAD_WH, role=None, request_id=c7535f04-e9c5-4f4a-bee0-5718bebecb98 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 096c2b0d-b162-4b58-8724-c7a383fb1c94 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=c7535f04-e9c5-4f4a-bee0-5718bebecb98&databaseName=PL_PROD&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_PROD_QLIK_LOAD_WH&request_guid=096c2b0d-b162-4b58-8724-c7a383fb1c94 HTTP/1.1" 200 1556 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00190s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 1171cd6f-fb22-4edf-85b5-61ef6d968fee +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 18c6cbdd-8321-4bd1-b5d8-3345ae994706 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=1171cd6f-fb22-4edf-85b5-61ef6d968fee&request_guid=18c6cbdd-8321-4bd1-b5d8-3345ae994706 HTTP/1.1" 200 2282 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83712-0502-ae87-1a4b-0303c54c384b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83712-0502-ae87-1a4b-0303c54c384b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 40 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83712-0502-ae87-1a4b-0303c54c384b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 3f5e6334-10a3-4a77-bacf-99f310b54ad9 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83712-0502-ae87-1a4b-0303c54c384b?request_guid=3f5e6334-10a3-4a77-bacf-99f310b54ad9 HTTP/1.1" 200 1851 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83712-0502-ae87-1a4b-0303c54c384b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8c20cea3-1f88-4d45-832f-36c5d7569e85 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83712-0502-ae87-1a4b-0303c54c384b?request_guid=8c20cea3-1f88-4d45-832f-36c5d7569e85 HTTP/1.1" 200 1852 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83712-0502-ae87-1a4b-0303c54c384b'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 56f82573-01ce-4388-8709-c5c2dc4cd8e9 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83712-0502-ae87-1a4b-0303c54c384b'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83712-0502-ae87-1a4b-0303c54c384b'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0da8d0fc-6470-4f09-9ac7-76d2a1880d4e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=56f82573-01ce-4388-8709-c5c2dc4cd8e9&request_guid=0da8d0fc-6470-4f09-9ac7-76d2a1880d4e HTTP/1.1" 200 2283 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83712-0502-ae87-1a4b-0303c54c38af +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83712-0502-ae87-1a4b-0303c54c38af +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 40 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 4 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: f85a78a1-e67b-4dc8-8d4e-4854cb50e1e8 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ab1630e6-faf4-4c08-8802-8a00e046dce8 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=f85a78a1-e67b-4dc8-8d4e-4854cb50e1e8&request_guid=ab1630e6-faf4-4c08-8802-8a00e046dce8 HTTP/1.1" 200 1952 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83712-0502-b1d6-1a4b-0303c54c2aeb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83712-0502-b1d6-1a4b-0303c54c2aeb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 20 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83712-0502-b1d6-1a4b-0303c54c2aeb' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6df35ac8-7dfb-4720-8cd9-d8d80ee2764c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83712-0502-b1d6-1a4b-0303c54c2aeb?request_guid=6df35ac8-7dfb-4720-8cd9-d8d80ee2764c HTTP/1.1" 200 2174 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83712-0502-b1d6-1a4b-0303c54c2aeb' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 14846bf4-0d57-4e0b-a60b-b312148a2ee2 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83712-0502-b1d6-1a4b-0303c54c2aeb?request_guid=14846bf4-0d57-4e0b-a60b-b312148a2ee2 HTTP/1.1" 200 2174 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83712-0502-b1d6-1a4b-0303c54c2aeb'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 16fb996e-344a-4c85-bdcb-5755de57eb1c +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83712-0502-b1d6-1a4b-0303c54c2aeb'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83712-0502-b1d6-1a4b-0303c54c2aeb'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1c1bf9cd-6c64-4131-9bf1-2b0ddd190525 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=16fb996e-344a-4c85-bdcb-5755de57eb1c&request_guid=1c1bf9cd-6c64-4131-9bf1-2b0ddd190525 HTTP/1.1" 200 1956 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83712-0502-afee-1a4b-0303c54c0fa3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83712-0502-afee-1a4b-0303c54c0fa3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 20 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 2 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','VPAPPLOG');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 3022ef4b-226f-455b-be31-de83f61aa2f2 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','VPAPPLOG');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','VPAPPLOG');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: cfcddc88-d5f6-413b-a629-14708f5198b7 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=3022ef4b-226f-455b-be31-de83f61aa2f2&request_guid=cfcddc88-d5f6-413b-a629-14708f5198b7 HTTP/1.1" 200 2347 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83712-0502-afee-1a4b-0303c54c0fab +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83712-0502-afee-1a4b-0303c54c0fab +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83712-0502-afee-1a4b-0303c54c0fab' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 4c0ad351-df69-476e-b0ae-d2af827b29df +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83712-0502-afee-1a4b-0303c54c0fab?request_guid=4c0ad351-df69-476e-b0ae-d2af827b29df HTTP/1.1" 200 1680 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83712-0502-afee-1a4b-0303c54c0fab' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1f848e6f-4c0b-4755-8240-155a896f51de +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83712-0502-afee-1a4b-0303c54c0fab?request_guid=1f848e6f-4c0b-4755-8240-155a896f51de HTTP/1.1" 200 1681 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83712-0502-afee-1a4b-0303c54c0fab'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: e3e8ade9-eb2e-48ed-a5e6-6e504a0831dc +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83712-0502-afee-1a4b-0303c54c0fab'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83712-0502-afee-1a4b-0303c54c0fab'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f739f50f-8319-4131-8df0-f665a3d33ca9 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=e3e8ade9-eb2e-48ed-a5e6-6e504a0831dc&request_guid=f739f50f-8319-4131-8df0-f665a3d33ca9 HTTP/1.1" 200 2348 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83712-0502-ae87-1a4b-0303c54c3917 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83712-0502-ae87-1a4b-0303c54c3917 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 3.237s ago] ('get_data', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=06eb31b9-798d-4550-a3e9-be54031757a9 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d5110f6c-6385-4afe-811a-c4f8a29a2afc +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=06eb31b9-798d-4550-a3e9-be54031757a9&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=d5110f6c-6385-4afe-811a-c4f8a29a2afc HTTP/1.1" 200 1554 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT LOGLEVEL,LOGTYPE,MODULEIDNODEID,ODS_AUDIT_ID,ODS_CREATE_ROW_DTM,ODS_SID,G...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: e7778898-a521-4503-a1e6-9b0e6814adc5 +DEBUG:snowflake.connector.cursor:running query [SELECT LOGLEVEL,LOGTYPE,MODULEIDNODEID,ODS_AUDIT_ID,ODS_CREATE_ROW_DTM,ODS_SID,G...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT LOGLEVEL,LOGTYPE,MODULEIDNODEID,ODS_AUDIT_ID,ODS_CREATE_ROW_DTM,ODS_SID,G...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 11ca7751-fd0f-49da-b6e6-7c25e316587f +DEBUG:snowflake.connector.network:socket timeout: 60 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:02:55] "GET /daterange HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:02:55] "GET /static/css/21.b5c496e2.chunk.css HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:02:55] "GET /lib/easing/easing.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:02:55] "GET /lib/waypoints/waypoints.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:02:55] "GET /lib/owlcarousel/owl.carousel.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:02:55] "GET /mail/jqBootstrapValidation.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:02:55] "GET /static/css/style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:02:55] "GET /static/lib/owlcarousel/assets/owl.carousel.min.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:02:56] "GET /lib/counterup/counterup.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:02:56] "GET /mail/contact.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:02:56] "GET /js/main.js HTTP/1.1" 404 - +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT targets.id AS targets_id, targets.targetname AS targets_targetname, targets.username AS targets_username, targets.password AS targets_password, targets.account AS targets_account, targets.warehouse AS targets_warehouse, targets."database" AS targets_database, targets.schemaname AS targets_schemaname +FROM targets +INFO:sqlalchemy.engine.Engine:[cached since 46.62s ago] () +INFO:sqlalchemy.engine.Engine:ROLLBACK +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:03:05] "POST /schemas HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:03:05] "GET /static/lib/owlcarousel/assets/owl.carousel.min.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:03:05] "GET /static/css/style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:03:06] "GET /lib/easing/easing.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:03:06] "GET /static/css/21.b5c496e2.chunk.css HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:03:06] "GET /lib/waypoints/waypoints.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:03:06] "GET /lib/owlcarousel/owl.carousel.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:03:06] "GET /mail/jqBootstrapValidation.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:03:06] "GET /mail/contact.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:03:06] "GET /lib/counterup/counterup.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:03:06] "GET /js/main.js HTTP/1.1" 404 - +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=e7778898-a521-4503-a1e6-9b0e6814adc5&request_guid=11ca7751-fd0f-49da-b6e6-7c25e316587f HTTP/1.1" 200 None +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83712-0502-b0de-1a4b-0303c54c1dab +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83712-0502-b0de-1a4b-0303c54c1dab +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=127 +INFO:snowflake.connector.cursor:Number of results in first chunk: 182 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83712-0502-b0de-1a4b-0303c54c1dab' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e2a2d2d9-d264-4fc8-be0a-4cb225bebfd3 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83712-0502-b0de-1a4b-0303c54c1dab?request_guid=e2a2d2d9-d264-4fc8-be0a-4cb225bebfd3 HTTP/1.1" 200 2193 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83712-0502-b0de-1a4b-0303c54c1dab' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1cf5aa6a-bfd1-47f0-9a16-47a60048e9bd +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83712-0502-b0de-1a4b-0303c54c1dab?request_guid=1cf5aa6a-bfd1-47f0-9a16-47a60048e9bd HTTP/1.1" 200 2194 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83712-0502-b0de-1a4b-0303c54c1dab'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: db58e9c7-775c-4d6e-96f5-1b6cccd36b1a +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83712-0502-b0de-1a4b-0303c54c1dab'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83712-0502-b0de-1a4b-0303c54c1dab'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 47ba5724-601e-4e9c-ad11-f120f8511159 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=db58e9c7-775c-4d6e-96f5-1b6cccd36b1a&request_guid=47ba5724-601e-4e9c-ad11-f120f8511159 HTTP/1.1" 200 8853 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83713-0502-b1d6-1a4b-0303c54c71cf +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83713-0502-b1d6-1a4b-0303c54c71cf +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=128 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.result_set:result batch 1 has id: data_0_0_0 +DEBUG:snowflake.connector.result_set:result batch 2 has id: data_0_0_1 +DEBUG:snowflake.connector.result_set:result batch 3 has id: data_0_0_2 +DEBUG:snowflake.connector.result_set:result batch 4 has id: data_0_0_3 +DEBUG:snowflake.connector.result_set:result batch 5 has id: data_0_0_4 +DEBUG:snowflake.connector.result_set:result batch 6 has id: data_0_0_5 +DEBUG:snowflake.connector.result_set:result batch 7 has id: data_0_0_6 +DEBUG:snowflake.connector.result_set:result batch 8 has id: data_0_0_7 +DEBUG:snowflake.connector.result_set:result batch 9 has id: data_0_0_8 +DEBUG:snowflake.connector.result_set:result batch 10 has id: data_0_0_9 +DEBUG:snowflake.connector.result_set:result batch 11 has id: data_0_0_10 +DEBUG:snowflake.connector.result_set:result batch 12 has id: data_0_0_11 +DEBUG:snowflake.connector.result_set:result batch 13 has id: data_0_0_12 +DEBUG:snowflake.connector.result_set:result batch 14 has id: data_0_0_13 +DEBUG:snowflake.connector.result_set:result batch 15 has id: data_0_0_14 +DEBUG:snowflake.connector.result_set:result batch 16 has id: data_0_0_15 +DEBUG:snowflake.connector.result_set:result batch 17 has id: data_0_1_0 +DEBUG:snowflake.connector.result_set:result batch 18 has id: data_0_1_1 +DEBUG:snowflake.connector.result_set:result batch 19 has id: data_0_1_2 +DEBUG:snowflake.connector.result_set:result batch 20 has id: data_0_1_3 +DEBUG:snowflake.connector.result_set:result batch 21 has id: data_0_1_4 +DEBUG:snowflake.connector.result_set:result batch 22 has id: data_0_1_5 +DEBUG:snowflake.connector.result_set:result batch 23 has id: data_0_1_6 +DEBUG:snowflake.connector.result_set:result batch 24 has id: data_0_1_7 +DEBUG:snowflake.connector.result_set:result batch 25 has id: data_0_1_8 +DEBUG:snowflake.connector.result_set:result batch 26 has id: data_0_1_9 +DEBUG:snowflake.connector.result_set:result batch 27 has id: data_0_1_10 +DEBUG:snowflake.connector.result_set:result batch 28 has id: data_0_1_11 +DEBUG:snowflake.connector.result_set:result batch 29 has id: data_0_1_12 +DEBUG:snowflake.connector.result_set:result batch 30 has id: data_0_1_13 +DEBUG:snowflake.connector.result_set:result batch 31 has id: data_0_1_14 +DEBUG:snowflake.connector.result_set:result batch 32 has id: data_0_1_15 +DEBUG:snowflake.connector.result_set:result batch 33 has id: data_0_2_0 +DEBUG:snowflake.connector.result_set:result batch 34 has id: data_0_2_1 +DEBUG:snowflake.connector.result_set:result batch 35 has id: data_0_2_2 +DEBUG:snowflake.connector.result_set:result batch 36 has id: data_0_2_3 +DEBUG:snowflake.connector.result_set:result batch 37 has id: data_0_2_4 +DEBUG:snowflake.connector.result_set:result batch 38 has id: data_0_2_5 +DEBUG:snowflake.connector.result_set:result batch 39 has id: data_0_2_6 +DEBUG:snowflake.connector.result_set:result batch 40 has id: data_0_2_7 +DEBUG:snowflake.connector.result_set:result batch 41 has id: data_0_2_8 +DEBUG:snowflake.connector.result_set:result batch 42 has id: data_0_2_9 +DEBUG:snowflake.connector.result_set:result batch 43 has id: data_0_2_10 +DEBUG:snowflake.connector.result_set:result batch 44 has id: data_0_2_11 +DEBUG:snowflake.connector.result_set:result batch 45 has id: data_0_2_12 +DEBUG:snowflake.connector.result_set:result batch 46 has id: data_0_2_13 +DEBUG:snowflake.connector.result_set:result batch 47 has id: data_0_2_14 +DEBUG:snowflake.connector.result_set:result batch 48 has id: data_0_2_15 +DEBUG:snowflake.connector.result_set:result batch 49 has id: data_0_3_0 +DEBUG:snowflake.connector.result_set:result batch 50 has id: data_0_3_1 +DEBUG:snowflake.connector.result_set:result batch 51 has id: data_0_3_2 +DEBUG:snowflake.connector.result_set:result batch 52 has id: data_0_3_3 +DEBUG:snowflake.connector.result_set:result batch 53 has id: data_0_3_4 +DEBUG:snowflake.connector.result_set:result batch 54 has id: data_0_3_5 +DEBUG:snowflake.connector.result_set:result batch 55 has id: data_0_3_6 +DEBUG:snowflake.connector.result_set:result batch 56 has id: data_0_3_7 +DEBUG:snowflake.connector.result_set:result batch 57 has id: data_0_3_8 +DEBUG:snowflake.connector.result_set:result batch 58 has id: data_0_3_9 +DEBUG:snowflake.connector.result_set:result batch 59 has id: data_0_3_10 +DEBUG:snowflake.connector.result_set:result batch 60 has id: data_0_3_11 +DEBUG:snowflake.connector.result_set:result batch 61 has id: data_0_3_12 +DEBUG:snowflake.connector.result_set:result batch 62 has id: data_0_3_13 +DEBUG:snowflake.connector.result_set:result batch 63 has id: data_0_3_14 +DEBUG:snowflake.connector.result_set:result batch 64 has id: data_0_3_15 +DEBUG:snowflake.connector.result_set:result batch 65 has id: data_0_4_0 +DEBUG:snowflake.connector.result_set:result batch 66 has id: data_0_4_1 +DEBUG:snowflake.connector.result_set:result batch 67 has id: data_0_4_2 +DEBUG:snowflake.connector.result_set:result batch 68 has id: data_0_4_3 +DEBUG:snowflake.connector.result_set:result batch 69 has id: data_0_4_4 +DEBUG:snowflake.connector.result_set:result batch 70 has id: data_0_4_5 +DEBUG:snowflake.connector.result_set:result batch 71 has id: data_0_4_6 +DEBUG:snowflake.connector.result_set:result batch 72 has id: data_0_4_7 +DEBUG:snowflake.connector.result_set:result batch 73 has id: data_0_4_8 +DEBUG:snowflake.connector.result_set:result batch 74 has id: data_0_4_9 +DEBUG:snowflake.connector.result_set:result batch 75 has id: data_0_4_10 +DEBUG:snowflake.connector.result_set:result batch 76 has id: data_0_4_11 +DEBUG:snowflake.connector.result_set:result batch 77 has id: data_0_4_12 +DEBUG:snowflake.connector.result_set:result batch 78 has id: data_0_4_13 +DEBUG:snowflake.connector.result_set:result batch 79 has id: data_0_4_14 +DEBUG:snowflake.connector.result_set:result batch 80 has id: data_0_4_15 +DEBUG:snowflake.connector.result_set:result batch 81 has id: data_0_5_0 +DEBUG:snowflake.connector.result_set:result batch 82 has id: data_0_5_1 +DEBUG:snowflake.connector.result_set:result batch 83 has id: data_0_5_2 +DEBUG:snowflake.connector.result_set:result batch 84 has id: data_0_5_3 +DEBUG:snowflake.connector.result_set:result batch 85 has id: data_0_5_4 +DEBUG:snowflake.connector.result_set:result batch 86 has id: data_0_5_5 +DEBUG:snowflake.connector.result_set:result batch 87 has id: data_0_5_6 +DEBUG:snowflake.connector.result_set:result batch 88 has id: data_0_5_7 +DEBUG:snowflake.connector.result_set:result batch 89 has id: data_0_5_8 +DEBUG:snowflake.connector.result_set:result batch 90 has id: data_0_5_9 +DEBUG:snowflake.connector.result_set:result batch 91 has id: data_0_5_10 +DEBUG:snowflake.connector.result_set:result batch 92 has id: data_0_5_11 +DEBUG:snowflake.connector.result_set:result batch 93 has id: data_0_5_12 +DEBUG:snowflake.connector.result_set:result batch 94 has id: data_0_5_13 +DEBUG:snowflake.connector.result_set:result batch 95 has id: data_0_5_14 +DEBUG:snowflake.connector.result_set:result batch 96 has id: data_0_5_15 +DEBUG:snowflake.connector.result_set:result batch 97 has id: data_0_6_0 +DEBUG:snowflake.connector.result_set:result batch 98 has id: data_0_6_1 +DEBUG:snowflake.connector.result_set:result batch 99 has id: data_0_6_2 +DEBUG:snowflake.connector.result_set:result batch 100 has id: data_0_6_3 +DEBUG:snowflake.connector.result_set:result batch 101 has id: data_0_6_4 +DEBUG:snowflake.connector.result_set:result batch 102 has id: data_0_6_5 +DEBUG:snowflake.connector.result_set:result batch 103 has id: data_0_6_6 +DEBUG:snowflake.connector.result_set:result batch 104 has id: data_0_6_7 +DEBUG:snowflake.connector.result_set:result batch 105 has id: data_0_6_8 +DEBUG:snowflake.connector.result_set:result batch 106 has id: data_0_6_9 +DEBUG:snowflake.connector.result_set:result batch 107 has id: data_0_6_10 +DEBUG:snowflake.connector.result_set:result batch 108 has id: data_0_6_11 +DEBUG:snowflake.connector.result_set:result batch 109 has id: data_0_6_12 +DEBUG:snowflake.connector.result_set:result batch 110 has id: data_0_6_13 +DEBUG:snowflake.connector.result_set:result batch 111 has id: data_0_6_14 +DEBUG:snowflake.connector.result_set:result batch 112 has id: data_0_6_15 +DEBUG:snowflake.connector.result_set:result batch 113 has id: data_0_7_0 +DEBUG:snowflake.connector.result_set:result batch 114 has id: data_0_7_1 +DEBUG:snowflake.connector.result_set:result batch 115 has id: data_0_7_2 +DEBUG:snowflake.connector.result_set:result batch 116 has id: data_0_7_3 +DEBUG:snowflake.connector.result_set:result batch 117 has id: data_0_7_4 +DEBUG:snowflake.connector.result_set:result batch 118 has id: data_0_7_5 +DEBUG:snowflake.connector.result_set:result batch 119 has id: data_0_7_6 +DEBUG:snowflake.connector.result_set:result batch 120 has id: data_0_7_7 +DEBUG:snowflake.connector.result_set:result batch 121 has id: data_0_7_8 +DEBUG:snowflake.connector.result_set:result batch 122 has id: data_0_7_9 +DEBUG:snowflake.connector.result_set:result batch 123 has id: data_0_7_10 +DEBUG:snowflake.connector.result_set:result batch 124 has id: data_0_7_11 +DEBUG:snowflake.connector.result_set:result batch 125 has id: data_0_7_12 +DEBUG:snowflake.connector.result_set:result batch 126 has id: data_0_7_13 +DEBUG:snowflake.connector.result_set:result batch 127 has id: data_0_7_14 +DEBUG:snowflake.connector.result_set:result batch 128 has id: data_0_7_15 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_0 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_0 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_1 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/2 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_1 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_2 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/3 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_2 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 1 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_3 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_3 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +INFO:sqlalchemy.engine.Engine:SELECT targets.id AS targets_id, targets.targetname AS targets_targetname, targets.username AS targets_username, targets.password AS targets_password, targets.account AS targets_account, targets.warehouse AS targets_warehouse, targets."database" AS targets_database, targets.schemaname AS targets_schemaname +FROM targets +WHERE targets."database" = ? AND targets.schemaname = ? + LIMIT ? OFFSET ? +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +INFO:sqlalchemy.engine.Engine:[generated in 0.18594s] ('PL_PROD', 'PM_TRANS_CL_EPALARM_QLIK_CT_D', 1, 0) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +INFO:sqlalchemy.engine.Engine:SELECT targets.id AS targets_id, targets.targetname AS targets_targetname, targets.username AS targets_username, targets.password AS targets_password, targets.account AS targets_account, targets.warehouse AS targets_warehouse, targets."database" AS targets_database, targets.schemaname AS targets_schemaname +FROM targets +WHERE targets."database" = ? AND targets.schemaname = ? + LIMIT ? OFFSET ? +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +INFO:sqlalchemy.engine.Engine:[cached since 0.4193s ago] ('PL_QA', 'PM_TRANS_CL_EPALARM_QLIK_CT_D', 1, 0) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +INFO:sqlalchemy.engine.Engine:[cached since 31.26s ago] ('get_tablelist', 1, 0) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.connection:__config +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=3ad87931-c534-46b0-b057-c994fe05cdc1 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Request guid: b318d6ee-9bf8-41ad-9936-cdeec1057048 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:The lock directory exists. Other process may be updating the cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json.lck +DEBUG:snowflake.connector.ocsp_snowflake:Failed to locate OCSP response cache file. No worry. It will validate with OCSP server: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_0_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=XrlL1GhNeKXhxXLTSWSA0gYN15o%3D HTTP/1.1" 200 31044 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_4 with existing session +DEBUG:snowflake.connector.result_set:user began consuming result batch 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 182 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 1 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 2 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_5 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_0_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=2g6Ict9ospAjtGkBdojNRKKnQFA%3D HTTP/1.1" 200 910931 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_0_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=iKPdz46%2FqiUwrOyhS6p52fw6I4g%3D HTTP/1.1" 200 289133 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_0_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=ag1XMKMHxXMKYw2DUV0Nosn6lS0%3D HTTP/1.1" 200 121969 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=3ad87931-c534-46b0-b057-c994fe05cdc1&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=b318d6ee-9bf8-41ad-9936-cdeec1057048 HTTP/1.1" 200 1550 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_5 with existing session +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 189 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 187 +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 181 +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 178 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_2 +DEBUG:snowflake.connector.cursor:executing SQL/command +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_2 +INFO:snowflake.connector.cursor:query: [select distinct(table_name) from information_schema.columns where table_schema =...] +DEBUG:snowflake.connector.arrow_iterator:Batches read: 7 +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.cursor:Request id: 2f6372c1-5750-429f-8a8b-773ef11c5d73 +DEBUG:snowflake.connector.cursor:running query [select distinct(table_name) from information_schema.columns where table_schema =...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select distinct(table_name) from information_schema.columns where table_schema =...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: dd26c10b-6750-4449-bd61-2782f304a124 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 2 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_0_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=SHI14QrbyaD42yIZyn5KOl%2BmXS0%3D HTTP/1.1" 200 1669246 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_0_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=hFwpb3pK0oai27yksPxGzBMleZY%3D HTTP/1.1" 200 429380 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_4 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 3 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 7 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 7, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 177 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 176 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 182 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 184 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 370 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 373 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 368 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 3 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 4 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_7 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_7 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_0_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=mYE%2Bnc638gSrsBW%2FcvAP10LEn84%3D HTTP/1.1" 200 3381411 +DEBUG:snowflake.connector.result_set:user began consuming result batch 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_0_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=v%2FGHZZlIy7%2BKRKEv2t3r05Y5Cuc%3D HTTP/1.1" 200 6620753 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 364 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 373 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 740 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 735 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 738 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 4 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 5 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_8 +DEBUG:snowflake.connector.result_set:user began consuming result batch 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 737 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_8 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 739 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 743 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1463 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1461 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_0_8?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=5U4uLq5Jv0uW2X2g3QaZbA730Ig%3D HTTP/1.1" 200 13234607 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1432 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 5 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 6 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_9 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 7 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_9 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_9 with existing session +DEBUG:snowflake.connector.result_set:user began consuming result batch 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 7 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 7, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1459 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1472 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_0_9?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=Z1pTzcjLEU4AyZloT%2Bv2uIWoOW4%3D HTTP/1.1" 200 17027198 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1872 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1856 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=2f6372c1-5750-429f-8a8b-773ef11c5d73&request_guid=dd26c10b-6750-4449-bd61-2782f304a124 HTTP/1.1" 200 1930 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83713-0502-b1d6-1a4b-0303c54c72c3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83713-0502-b1d6-1a4b-0303c54c72c3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 15 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83713-0502-b1d6-1a4b-0303c54c72c3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: bad77041-9327-4da8-bf3c-d2d575ba25d3 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1857 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83713-0502-b1d6-1a4b-0303c54c72c3?request_guid=bad77041-9327-4da8-bf3c-d2d575ba25d3 HTTP/1.1" 200 1853 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83713-0502-b1d6-1a4b-0303c54c72c3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e99b89cb-0092-4458-9478-6cea0a53756c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1867 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1896 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83713-0502-b1d6-1a4b-0303c54c72c3?request_guid=e99b89cb-0092-4458-9478-6cea0a53756c HTTP/1.1" 200 1853 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83713-0502-b1d6-1a4b-0303c54c72c3'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: fbbd0d8d-cb82-4fa7-a805-bb08bc490347 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83713-0502-b1d6-1a4b-0303c54c72c3'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.result_set:user finished consuming result batch 6 +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 7 +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83713-0502-b1d6-1a4b-0303c54c72c3'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_10 +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: dff17e6b-21da-44fb-bae0-53ae22373139 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=fbbd0d8d-cb82-4fa7-a805-bb08bc490347&request_guid=dff17e6b-21da-44fb-bae0-53ae22373139 HTTP/1.1" 200 1932 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83713-0502-ae87-1a4b-0303c54c818b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83713-0502-ae87-1a4b-0303c54c818b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 15 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 2 +INFO:sqlalchemy.engine.Engine:ROLLBACK +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:03:24] "POST /tables HTTP/1.1" 200 - +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 13 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_6 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:03:24] "GET /static/lib/owlcarousel/assets/owl.carousel.min.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:03:24] "GET /static/css/style.css HTTP/1.1" 304 - +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_10 +DEBUG:snowflake.connector.result_set:user began consuming result batch 7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 13 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_10 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 13, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1883 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1852 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_0_10?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=G2eh7hObsI%2FIjjdvCVdsQu8E6bI%3D HTTP/1.1" 200 17032625 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1845 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1888 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1884 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:03:25] "GET /static/css/21.b5c496e2.chunk.css HTTP/1.1" 404 - +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1867 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1853 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1889 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:03:25] "GET /lib/easing/easing.min.js HTTP/1.1" 404 - +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1853 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1903 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:03:25] "GET /lib/counterup/counterup.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:03:25] "GET /lib/waypoints/waypoints.min.js HTTP/1.1" 404 - +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1872 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1863 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:03:25] "GET /lib/owlcarousel/owl.carousel.min.js HTTP/1.1" 404 - +DEBUG:snowflake.connector.result_set:user finished consuming result batch 7 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 8 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_11 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:03:26] "GET /mail/jqBootstrapValidation.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:03:26] "GET /mail/contact.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:03:26] "GET /js/main.js HTTP/1.1" 404 - +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 25 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_7 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_11 +DEBUG:snowflake.connector.result_set:user began consuming result batch 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 25 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 25, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_11 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1870 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_0_11?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=jeOd%2Fd9bWISbHjmfYNnchmThpZ4%3D HTTP/1.1" 200 16958474 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1885 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1895 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1855 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1878 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1887 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1895 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1876 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1876 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1852 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1894 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1871 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1868 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1894 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1883 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1930 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1889 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1905 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 8 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 9 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_12 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:03:29] "POST /submit HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:03:29] "GET /static/css/21.b5c496e2.chunk.css HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:03:30] "GET /lib/easing/easing.min.js HTTP/1.1" 404 - +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_8 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_8 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 50 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_8 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_12 +DEBUG:snowflake.connector.result_set:user began consuming result batch 9 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 50 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_12 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 50, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1831 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1900 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:03:30] "GET /static/lib/owlcarousel/assets/owl.carousel.min.css HTTP/1.1" 304 - +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_0_12?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=6KDOnHmEuZt4gsowAN5wD%2FD%2F8u4%3D HTTP/1.1" 200 16925071 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1895 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1869 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1866 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1884 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:03:31] "GET /static/css/style.css HTTP/1.1" 304 - +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1867 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:03:31] "GET /lib/waypoints/waypoints.min.js HTTP/1.1" 404 - +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1884 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1920 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:03:32] "GET /lib/counterup/counterup.min.js HTTP/1.1" 404 - +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1892 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1876 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:03:32] "GET /lib/owlcarousel/owl.carousel.min.js HTTP/1.1" 404 - +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1875 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:03:32] "GET /mail/jqBootstrapValidation.min.js HTTP/1.1" 404 - +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1878 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:03:32] "GET /mail/contact.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:03:32] "GET /js/main.js HTTP/1.1" 404 - +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1867 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1893 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1882 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1870 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1893 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1884 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1878 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1841 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1862 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1886 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1879 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1874 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1863 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1868 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1883 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1882 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1908 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 9 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 10 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_13 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_9 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_9 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 62 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_9 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_13 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_13 with existing session +DEBUG:snowflake.connector.result_set:user began consuming result batch 10 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 62 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 62, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1884 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1898 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1901 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1874 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1899 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1896 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1870 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1995 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1975 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 2011 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1979 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1992 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1994 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1972 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 2007 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 2025 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1983 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 2001 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1991 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1990 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1971 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1971 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 2013 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1958 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_0_13?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=hZB3liQymUzUWKn3WADmGUo%2BZGY%3D HTTP/1.1" 200 16957996 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 2006 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1998 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1956 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1999 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1954 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1997 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1962 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 2017 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1960 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1954 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1953 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1966 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1967 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1965 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1943 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1968 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 2003 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 10 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 11 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_14 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_10 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_10 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 62 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_10 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_14 +DEBUG:snowflake.connector.result_set:user began consuming result batch 11 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 62 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 62, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_14 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1997 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1995 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1931 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1967 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1978 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1977 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1970 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1970 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1994 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1973 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1982 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1971 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1977 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1966 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1965 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1999 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1970 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1997 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1972 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1975 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1962 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 2002 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1956 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1961 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1998 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1958 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1967 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1973 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1977 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1974 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_0_14?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=kt%2BIgK2p1ZFcPci%2BktTjEfNKHVA%3D HTTP/1.1" 200 16795290 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1951 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1960 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1961 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1964 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1939 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1955 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1958 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1949 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1946 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1962 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1966 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1957 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1944 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1946 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1973 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_11 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1952 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_11 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 62 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_11 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1937 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1963 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1932 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1941 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1949 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1959 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1946 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 1969 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 11 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 12 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_15 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_15 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 12 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_15 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 62 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 62, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1945 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1951 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1986 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1972 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1960 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1933 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1949 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1936 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1957 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1946 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1949 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1946 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1957 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1966 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1979 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1974 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1975 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1969 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1963 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1968 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1961 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1960 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1974 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_0_15?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=dLgeusHlI7Sq0BE4vL1CwRgC8V8%3D HTTP/1.1" 200 9589738 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1955 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1965 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1959 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1960 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1955 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 2000 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1960 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1953 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1961 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 2005 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1963 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1958 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1954 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 2043 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 2070 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 2064 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 2048 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 2063 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 2063 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 2056 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 2049 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 2059 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 2065 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 2068 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 12 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 13 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_12 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_12 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 62 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_12 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 13 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 62 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 62, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2053 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2063 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2074 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2055 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2070 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2065 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2055 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 2059 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 2053 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 2074 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 2063 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 2052 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 2052 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 2069 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 2014 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 2014 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1971 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1991 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1974 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1989 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1989 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 2002 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1942 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 2009 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1962 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_1_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=7quuCKlFumk5z4iVVm08K0yDLhc%3D HTTP/1.1" 200 32204 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1966 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 2018 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 2021 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1967 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1995 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 2004 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 2004 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 2003 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1962 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1995 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1966 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1965 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1961 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 1989 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 13 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 14 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_1 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_1_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=hQ%2FYks2kUnhKbMiOdV2huBZe2jA%3D HTTP/1.1" 200 122866 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_13 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_13 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 62 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_13 +DEBUG:snowflake.connector.result_set:user began consuming result batch 14 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 62 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 62, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1986 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_15 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_15 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 47 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_15 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 2000 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1938 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1995 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1956 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1958 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1999 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1950 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1952 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1940 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1949 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1924 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1921 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1932 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1931 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1867 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1941 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1921 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1888 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1951 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1892 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1889 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1934 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1933 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1891 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1887 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 1896 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 14 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 15 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_2 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_14 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_14 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 66 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_14 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.result_set:user began consuming result batch 15 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 66 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 66, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1882 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1919 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1932 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1910 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1893 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1903 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1921 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1923 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1892 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1999 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1969 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1979 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1996 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 2002 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1978 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1994 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 2011 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1995 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1982 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1975 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 2023 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1996 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 2002 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 2000 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1978 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_1_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=1BQq7%2FEWfdEOeBBszvlh6IUcTLI%3D HTTP/1.1" 200 288787 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 2004 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1995 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1991 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 7 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1965 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 2013 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1967 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 2004 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 2007 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 2014 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1962 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1995 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1947 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 2031 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 2008 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1960 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 1967 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 62, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 63, rows in current batch: 2003 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 64, rows in current batch: 1931 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 65, rows in current batch: 1978 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 15 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 16 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 16 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 47 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 47, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2065 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1958 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1990 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_1_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=wDNJdexrMuqD2uGAhzg4W0no0Oc%3D HTTP/1.1" 200 485258 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1943 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1937 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 2026 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 2013 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1963 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 2002 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1968 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 2008 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1945 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 2050 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1958 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 2024 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1949 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1933 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1953 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 2065 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1966 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1950 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1958 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1926 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1943 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 2034 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1965 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 16 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 17 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 17 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 182 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 17 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 18 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 18 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 179 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 177 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 188 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 191 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 18 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 19 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 19 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 7, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 186 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 178 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 186 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 189 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 370 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 367 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_1_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=PMj4%2F4eGJZ9Yah9mxa%2BNVf0EDrQ%3D HTTP/1.1" 200 1010528 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 358 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 19 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 20 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 20 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 365 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 352 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_7 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 370 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 736 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 750 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 763 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 20 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 21 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_8 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_8 +DEBUG:snowflake.connector.result_set:user began consuming result batch 21 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_8 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 729 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 747 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_1_8?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=m%2Bv%2FxS4zaLPggkwaim7FFAs5OIQ%3D HTTP/1.1" 200 13229914 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1459 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1444 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1450 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1489 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 21 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 22 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_9 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_1_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=tC%2FhXqahHifctJIVYUwtW9W8ruw%3D HTTP/1.1" 200 1736959 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_1_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=fDT37J%2BDL26LKsFzTRZ3cKxSeCc%3D HTTP/1.1" 200 3311768 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_1_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=OrLRzG93oAHE0sfsV1HcTPkXImg%3D HTTP/1.1" 200 6813874 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 13 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_6 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_9 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_9 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_8 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_8 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 50 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_8 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_1_9?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=%2BDuh8BB%2Fj6zXhQb2%2FElWpPjOzvE%3D HTTP/1.1" 200 16826457 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 26 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_9 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_9 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 63 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_9 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 7 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 22 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 7 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 7, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1480 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1894 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1889 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1878 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1871 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1867 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1858 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 22 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 23 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_10 +DEBUG:snowflake.connector.result_set:user began consuming result batch 23 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 13 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_10 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 13, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1921 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_10 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1865 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1872 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_1_10?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=1EPYCxKyhMEfsIyWiXAkkl%2FyO90%3D HTTP/1.1" 200 16860965 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1853 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1872 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1864 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1886 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1882 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1852 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1854 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1883 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1883 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1889 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 23 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 24 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_11 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_11 +DEBUG:snowflake.connector.result_set:user began consuming result batch 24 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 26 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_11 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 26, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1893 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1864 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_1_11?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=kx0xa67wYGQnwZqh9dc1Hlz5DR0%3D HTTP/1.1" 200 16826874 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1894 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1870 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1894 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1860 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1895 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1861 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1888 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1889 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1874 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1874 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1890 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1878 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1888 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1870 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1886 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 24 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 25 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_12 +DEBUG:snowflake.connector.result_set:user began consuming result batch 25 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 50 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_12 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 50, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1893 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_12 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1887 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1862 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1890 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1876 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1890 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1910 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1881 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1899 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1866 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1888 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1927 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1862 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1857 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1925 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1878 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1926 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1865 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1887 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1873 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1870 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1886 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1891 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1907 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1895 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1881 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1877 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1895 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1871 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1893 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1868 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1877 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1885 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_1_12?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=UTiWOkT85BqmrvNGMaQOE2g%2Btz8%3D HTTP/1.1" 200 17032958 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1892 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1889 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1888 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1887 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1895 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 25 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 26 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_13 +DEBUG:snowflake.connector.result_set:user began consuming result batch 26 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_13 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 63 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 63, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_13 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1909 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1888 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1873 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1880 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1903 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1909 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1878 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1931 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1905 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1903 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1956 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1963 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1975 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1997 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1957 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1980 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1985 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1984 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1969 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1912 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1902 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1903 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1907 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1926 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1922 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1882 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1874 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1926 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1910 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_1_13?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=TOjeOY%2FPnEAdnQ5CxiyeEGeWUgI%3D HTTP/1.1" 200 16966628 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1938 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1878 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1879 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1886 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1884 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1889 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1929 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1886 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1885 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1933 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1895 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1890 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1894 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1893 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1944 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1891 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 2007 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 2013 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 2003 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 62, rows in current batch: 1964 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 26 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 27 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_14 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_11 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_11 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 63 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_11 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_14 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_14 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_1_14?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=EDt832iwg8quZ1aAyQfMM7KVDgY%3D HTTP/1.1" 200 16923460 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_13 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_13 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 62 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_13 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_14 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_14 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 63 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_14 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_10 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_10 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 61 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_10 +DEBUG:snowflake.connector.result_set:user began consuming result batch 27 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 61 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 61, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1997 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1963 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1973 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1935 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 2005 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 2002 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1996 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 2004 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1968 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1999 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1968 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1958 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1962 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1961 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1956 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1950 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1933 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1971 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1966 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1964 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1965 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1961 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1966 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1973 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1952 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1955 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1948 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1950 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1956 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1966 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1966 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1966 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1998 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1969 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 27 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 28 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_15 +DEBUG:snowflake.connector.result_set:user began consuming result batch 28 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_15 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 63 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 63, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_15 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1949 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1962 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1958 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1986 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1962 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1970 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1944 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1988 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1971 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1949 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1969 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1956 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1959 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1925 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1918 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1884 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1879 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1878 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1935 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1895 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1900 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1917 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1924 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1886 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1892 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1890 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1914 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1895 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1915 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_1_15?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=j4otUzd9MT6uDHsruz4Ke5ayZus%3D HTTP/1.1" 200 5369596 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1889 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1888 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1888 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1894 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1922 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1879 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1926 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1928 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1889 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1894 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1952 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1894 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1869 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1928 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1890 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1924 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 1914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 62, rows in current batch: 1905 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 28 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 29 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_0 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_12 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_12 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 63 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_12 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 29 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 63 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 63, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1906 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1871 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1904 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1908 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1910 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1949 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1889 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1934 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_15 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_15 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 27 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1884 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_15 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1884 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1928 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1862 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1893 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1906 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1914 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1885 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1916 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1924 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1878 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1878 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_2_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=wUxCAyWwLaVQ%2BUsN9exnkr7PvhQ%3D HTTP/1.1" 200 31623 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1892 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1924 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1891 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1892 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1932 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1922 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1929 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1887 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1998 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 2002 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1967 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1955 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1961 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1973 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 2012 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 1949 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 62, rows in current batch: 1994 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 29 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 30 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_1 +DEBUG:snowflake.connector.result_set:user began consuming result batch 30 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 62 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_1 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 62, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1966 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1941 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1947 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_2_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=gGlBB08QvGiYBF3OT2iSMNBE3zk%3D HTTP/1.1" 200 125445 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1964 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1946 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1952 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 2006 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1952 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1960 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1968 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1943 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1973 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1995 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1955 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1971 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 2007 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 2004 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 2011 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1997 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1953 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1925 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1930 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1870 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1933 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1923 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1924 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1930 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1931 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1929 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1923 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1933 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 1930 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 30 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 31 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_2 +DEBUG:snowflake.connector.result_set:user began consuming result batch 31 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_2 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 63 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 63, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_2 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1951 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1925 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1901 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_2_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=zODbJ%2Fi8tOdtKC%2Beu2KMwr%2F3jJU%3D HTTP/1.1" 200 240036 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1941 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1920 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1932 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1890 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1961 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1935 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1924 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1927 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1947 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1879 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1935 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 2004 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1997 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1997 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 2002 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 2024 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 2005 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1999 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1997 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 2013 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 2012 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 2000 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 2006 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1995 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 2006 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 2011 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1997 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1999 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 2022 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 2001 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1997 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 2006 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 2010 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 2010 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1954 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 1951 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 62, rows in current batch: 1945 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 31 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 32 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_3 with existing session +DEBUG:snowflake.connector.result_set:user began consuming result batch 32 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 27 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 27, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2017 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2017 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1877 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1879 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1959 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2022 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1996 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1997 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1944 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1923 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1871 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 2073 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1993 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1976 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1967 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 2013 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 2032 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1902 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1933 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1988 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1857 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 2017 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1975 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1956 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_2_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=WIbPgPqTWw1GVYgDDjKt1Ny3BG4%3D HTTP/1.1" 200 493909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1945 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1950 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 664 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 32 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 33 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 33 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 182 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_4 with existing session +DEBUG:snowflake.connector.result_set:user finished consuming result batch 33 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 34 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 34 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 190 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 178 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 187 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 184 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 34 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 35 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 35 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_6 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 187 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 179 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 186 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 192 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 365 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 379 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.result_set:user finished consuming result batch 35 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 36 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_7 with existing session +DEBUG:snowflake.connector.result_set:user began consuming result batch 36 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 358 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 366 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 375 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 744 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 739 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 752 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.result_set:user finished consuming result batch 36 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 37 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_8 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_2_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=fXA%2BM3fZnvqcNorfanb9HeILuKc%3D HTTP/1.1" 200 6825711 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_2_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=ytla5NiDlOh%2BxIv4Rjzuxf4GiCc%3D HTTP/1.1" 200 1724089 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_2_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=L1qa5aTpqRZqy91PsUxbjV9fMLI%3D HTTP/1.1" 200 1029048 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_2_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=YHgmMSJYs14%2FWLAcTY1OTzQRI%2FA%3D HTTP/1.1" 200 3386468 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 26 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_7 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_8 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_8 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 37 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 733 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_2_8?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=1Tx96bJaVxuyWQSquZlWJEpqT%2Bg%3D HTTP/1.1" 200 13238322 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 739 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1478 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1477 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1450 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1470 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 37 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 38 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_9 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_9 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_9 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 7 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 38 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 7 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 7, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1497 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1463 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1898 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_2_9?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=NnXIaMoP7eE8k8t%2Bb7PijpuFW2w%3D HTTP/1.1" 200 16935342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1880 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 38 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 39 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_10 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_10 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_10 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_2_10?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=wFdS7WLg0PIQUZvB3E448EboVMA%3D HTTP/1.1" 200 16922810 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 13 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 39 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 13 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 13, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1883 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1870 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1893 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1886 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1889 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1878 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1873 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1895 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1878 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 39 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 40 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_11 +DEBUG:snowflake.connector.result_set:user began consuming result batch 40 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 26 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 26, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_11 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1916 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_11 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1870 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1885 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1871 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_2_11?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=nMz7rcnTAWelK2u8nTgXqEIC1Uk%3D HTTP/1.1" 200 16972472 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1887 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1882 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1865 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1883 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1873 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1892 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1872 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1840 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1872 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1876 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1871 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1895 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1864 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1868 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 40 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 41 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_12 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_8 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_8 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 53 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_8 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_12 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 41 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 53 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_12 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 53, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1858 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1880 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_2_12?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=NxnrSJ50hw33Y0LuHk5NueIvQDM%3D HTTP/1.1" 200 17033377 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1879 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1879 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1939 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1891 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1870 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1924 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1871 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1883 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1885 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1874 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1872 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1889 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1873 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1878 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1870 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1867 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1868 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1928 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1883 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1873 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1858 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1869 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1890 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 2002 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 2011 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 2036 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 2010 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 2019 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 2028 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 2011 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 2012 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 2042 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 2007 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 2016 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 2032 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 2012 +INFO:snowflake.connector.connection:closed +DEBUG:snowflake.connector.telemetry:Closing telemetry client. +INFO:snowflake.connector.connection:No async queries seem to be running, deleting session +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 439a1297-e2b4-43f7-be85-f57125ec63d6 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session?delete=true&request_guid=439a1297-e2b4-43f7-be85-f57125ec63d6 HTTP/1.1" 200 76 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_9 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_9 +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.arrow_iterator:Batches read: 62 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_9 +DEBUG:snowflake.connector.connection:Session is closed +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 2026 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 2017 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 2021 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 41 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 42 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_13 +DEBUG:snowflake.connector.result_set:user began consuming result batch 42 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_13 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 62 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 62, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_13 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2031 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2034 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2030 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2011 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2036 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2041 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2018 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 2022 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 2032 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 2028 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 2012 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 2002 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_10 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1985 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 61 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_10 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1980 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1968 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1940 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1978 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1991 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1966 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1963 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 2000 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1970 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1982 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_2_13?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=h4nnv%2FtrxZqxkzjN5H7Az5DVKRI%3D HTTP/1.1" 200 16804843 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1968 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1968 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 2003 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1960 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1953 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1961 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1947 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 2007 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1971 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1934 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1968 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 2000 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1964 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 2007 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1959 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1954 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1973 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1960 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1971 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1944 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1968 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 1978 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 42 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 43 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_14 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_14 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_14 with existing session +DEBUG:snowflake.connector.result_set:user began consuming result batch 43 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 61 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 61, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1962 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1973 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1971 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1957 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1985 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1996 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_11 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1965 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_11 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 63 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1982 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_11 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1951 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1979 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1955 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1993 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1961 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1965 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1990 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1972 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1936 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1965 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1955 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1964 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1934 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1986 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_2_14?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=uv1BKAVwfMoxIqJ7%2FDQ2tFQdlNU%3D HTTP/1.1" 200 16848725 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1941 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1940 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1965 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1957 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1960 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1954 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1967 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1949 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1959 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1948 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1959 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1958 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1950 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1948 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1960 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1971 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1996 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1958 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1957 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1955 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 43 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 44 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_15 +DEBUG:snowflake.connector.result_set:user began consuming result batch 44 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_15 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 63 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 63, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1974 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_15 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1971 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1985 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1970 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1961 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1970 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1988 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1967 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1983 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1934 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1965 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1978 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1994 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1983 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1958 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1973 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1995 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1979 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1968 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1950 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1966 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1974 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1959 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1957 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1968 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1968 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_2_15?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=TtHzdjKlU1kIwqRZq2GelkyExA8%3D HTTP/1.1" 200 4885284 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1960 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1960 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1952 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1963 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1965 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1954 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1962 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1960 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1959 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1884 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 1890 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 62, rows in current batch: 1910 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 44 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 45 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_12 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_12 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 64 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_12 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_0 with existing session +DEBUG:snowflake.connector.result_set:user began consuming result batch 45 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 64 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 64, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1914 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1864 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1889 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1922 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1879 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1889 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1930 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1924 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1924 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1900 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1920 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1913 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1929 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1921 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1866 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1896 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1927 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1905 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1931 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1893 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1926 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1911 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_3_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=xLicGB0T9oZ%2FbyCNLVI7MhGUIjQ%3D HTTP/1.1" 200 29989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1940 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1918 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1922 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1900 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_15 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_15 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 24 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_15 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1928 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1929 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1922 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1942 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1948 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1888 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1888 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1894 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1945 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1927 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1957 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1926 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1923 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 1910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 62, rows in current batch: 1937 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 63, rows in current batch: 1882 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 45 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 46 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_1 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_13 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_13 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 61 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_13 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 46 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 61 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 61, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1919 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1907 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1931 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1993 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1971 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1976 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1991 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1981 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1983 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1968 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1980 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1951 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1966 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1976 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1960 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1969 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 2004 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1983 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 2004 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1959 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1967 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1980 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_3_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=SWGTkjo9FJDyttBbGCUfk7%2BBEiQ%3D HTTP/1.1" 200 127142 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 2009 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1962 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1957 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1968 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 2011 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1996 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 2001 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 2001 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1996 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 2001 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1996 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 46 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 47 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_3_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=87NJUC3Y8ymoF7jiDortX1I0nm0%3D HTTP/1.1" 200 243549 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_14 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_14 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 62 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_14 +DEBUG:snowflake.connector.result_set:user began consuming result batch 47 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 62 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 62, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2011 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1999 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2030 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2007 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2005 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2013 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1989 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1973 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 2023 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 2005 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 2012 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1998 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1973 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 2002 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1995 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 2021 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1996 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 2010 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 2001 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 2003 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 2004 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1967 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 2007 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 2002 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 2031 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 2006 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 2017 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 2008 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 2004 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1995 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 2019 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1921 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 2025 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 47 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 48 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 48 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 24 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 24, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2018 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1987 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2049 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1908 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1920 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1927 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 2034 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1952 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1924 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1951 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1930 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1971 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1977 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1938 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 2030 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1871 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1901 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1940 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 2013 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1994 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1953 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1879 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.result_set:user finished consuming result batch 48 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 49 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 49 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 175 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 49 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 50 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 50 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 190 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 180 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 184 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 179 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_5 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 50 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 51 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_4 with existing session +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_5 with existing session +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 51 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 179 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 187 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 184 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 188 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 369 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 380 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 51 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 52 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_7 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_3_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=zPxQt5m8Ou3ndKHNlrN1AXKA98A%3D HTTP/1.1" 200 499890 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_3 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_3 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 52 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_7 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 372 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 366 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 373 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_3_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=WMTO95IPFcE%2BSIwOKaJkfnz1788%3D HTTP/1.1" 200 6623534 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 739 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 737 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 747 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 52 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 53 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_8 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_3_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=QxBUksiBGY3glvuDuM94M8kVG2Y%3D HTTP/1.1" 200 1861995 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_3_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=wwnnt%2FO0ZuyVWl003EYEcnY50Ic%3D HTTP/1.1" 200 3441606 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_3_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=dxFoWNHW%2FMnLz1bl0smDrP2X5e8%3D HTTP/1.1" 200 852283 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 25 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_7 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_8 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_8 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_4 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 53 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 7 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 751 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 739 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_3_8?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=nhYmkB%2FXjDb1FdcJq7y%2B2mcSpfE%3D HTTP/1.1" 200 13211211 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1481 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1510 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 53 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 54 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_9 +DEBUG:snowflake.connector.result_set:user began consuming result batch 54 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 7 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_9 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 7, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1916 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_9 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1872 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1906 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_3_9?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=rwXaQ3V7Er9o%2Fu3dDo9jRKAHZTU%3D HTTP/1.1" 200 16971619 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1889 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1897 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 54 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 55 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_10 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_10 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_10 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_3_10?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=OKMzJUM967dCmHigESQa1ee7Eg4%3D HTTP/1.1" 200 16932513 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_8 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_8 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 50 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_8 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_9 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_9 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 63 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_9 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_10 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_10 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 62 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_10 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 13 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 55 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 13 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 13, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1891 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1861 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1864 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1891 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1875 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1873 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1865 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 55 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 56 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_11 +DEBUG:snowflake.connector.result_set:user began consuming result batch 56 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 25 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 25, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1842 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_11 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_11 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1883 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_3_11?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=5GNTFmiC7d325D0ZpWsgDP5fJuU%3D HTTP/1.1" 200 17000086 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1885 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1895 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1884 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1884 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1859 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1884 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1893 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1867 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1884 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1886 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1890 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1884 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1875 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1878 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1861 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1898 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 56 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 57 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_12 +DEBUG:snowflake.connector.result_set:user began consuming result batch 57 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 50 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 50, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1921 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_12 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_12 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1876 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1872 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_3_12?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=UCtNIZivIQm53fw53yapExtWAq4%3D HTTP/1.1" 200 16927337 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1866 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1875 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1875 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1878 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1879 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1921 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1883 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1885 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1874 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1894 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1867 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1858 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1871 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1892 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1893 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1888 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1887 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1871 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1872 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1888 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1868 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1893 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1883 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1872 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1851 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1885 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1895 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1880 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 57 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 58 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_13 +DEBUG:snowflake.connector.result_set:user began consuming result batch 58 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_13 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 63 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 63, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_13 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1882 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1894 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1885 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1891 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1919 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1910 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1884 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1884 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1883 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1881 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1871 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1907 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1946 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1994 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1960 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1996 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1969 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1984 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1956 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1978 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1953 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1962 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1953 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1936 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1966 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1962 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_3_13?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=yZRb4vl%2Bp0jxPhzbN%2FugmwD8Kug%3D HTTP/1.1" 200 16847983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1951 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1958 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1973 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1955 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 2001 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1968 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1951 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1965 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1967 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1965 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 2007 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 2053 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 2058 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 2085 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 2063 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 2071 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 2073 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 2076 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 2073 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 2100 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 62, rows in current batch: 2069 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 58 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 59 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_14 +DEBUG:snowflake.connector.result_set:user began consuming result batch 59 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_14 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 62 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 62, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_14 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2083 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2082 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2066 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2070 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2078 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2067 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2063 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1963 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1986 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1959 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1991 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1962 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1972 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1961 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1964 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1956 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1958 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1951 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1975 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1948 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1960 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1959 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1966 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1947 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1971 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1967 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1961 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1979 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_3_14?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=8tDXpLX3xdHyer8j66JhSn7t6tU%3D HTTP/1.1" 200 16830589 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1954 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1942 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1957 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1998 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1960 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 2000 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1961 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1956 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1962 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1973 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 2008 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1942 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1966 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1966 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1966 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1943 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1949 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 1971 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 59 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 60 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_15 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_12 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_12 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 61 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_12 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_15 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_15 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_13 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_13 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 61 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_13 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_3_15?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=t5QQXYkDbid50bY%2FKeJdhrKAnXY%3D HTTP/1.1" 200 6775999 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_14 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_14 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 61 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_14 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_11 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_11 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_15 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 64 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_15 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_11 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 33 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_15 +DEBUG:snowflake.connector.result_set:user began consuming result batch 60 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 64 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 64, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1940 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1957 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1961 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1973 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1967 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1960 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1958 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1996 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1872 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1885 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1925 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1887 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1893 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1876 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1884 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1934 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1884 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1884 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1925 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1886 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1872 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1938 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1894 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 1912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 62, rows in current batch: 1887 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 63, rows in current batch: 1948 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 60 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 61 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 61 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_0 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 61 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 61, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1980 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1999 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1991 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1995 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1970 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1995 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1993 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1971 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1994 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1981 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1989 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1969 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1998 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1972 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1980 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1966 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 2001 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1981 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1996 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 2004 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 2002 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1997 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1998 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 2010 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_4_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=IWgtwj%2Ft9Q7bwrS9nJ4D2PadEyI%3D HTTP/1.1" 200 33914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1962 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1960 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1973 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1998 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 2002 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1956 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1997 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1965 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1968 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1954 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1971 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 2005 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1957 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1996 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1984 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 61 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 62 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_1 +DEBUG:snowflake.connector.result_set:user began consuming result batch 62 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 61 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 61, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1981 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_1 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2015 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_4_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=qM6udgcZrC%2Brz%2BwXBK6uLLtolbU%3D HTTP/1.1" 200 128849 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2009 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1976 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1991 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1956 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1966 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1997 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1968 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1971 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1964 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1973 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1956 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1968 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1961 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1952 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1946 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1960 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1966 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1956 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1968 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1968 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1997 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1953 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1995 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1945 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 2002 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1960 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1999 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 2034 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1962 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1989 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 62 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 63 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_2 +DEBUG:snowflake.connector.result_set:user began consuming result batch 63 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_2 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 61 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 61, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_2 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1962 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1982 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1973 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1999 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1969 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1978 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1986 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1981 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1968 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1985 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1986 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1978 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1981 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 2008 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1962 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 2004 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1985 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1998 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1975 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1985 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1999 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 2008 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 2001 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1969 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 2004 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 2024 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1995 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 2000 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 2002 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_4_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=LXUTIbN8YLIMSA1cfdJRA6PYr2A%3D HTTP/1.1" 200 239020 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1997 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 2001 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1999 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 2017 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1998 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 2001 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1996 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 2002 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 2019 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1997 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1995 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1996 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1996 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 2001 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1998 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 2031 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 2000 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1998 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 63 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 64 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_3 with existing session +DEBUG:snowflake.connector.result_set:user began consuming result batch 64 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 33 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 33, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1942 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1914 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_4_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=FWdnspYlbVJWFr0IlEYX5oW%2Bp5M%3D HTTP/1.1" 200 501251 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1996 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 2008 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1958 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 2031 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 2000 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1845 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1926 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1951 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1962 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 2024 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1964 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1889 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 2004 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1961 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 2016 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 2085 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 2002 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 2083 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1949 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1942 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1966 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1685 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 64 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 65 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 65 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 189 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_4 with existing session +DEBUG:snowflake.connector.result_set:user finished consuming result batch 65 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 66 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 66 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 190 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 184 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 187 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 188 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 66 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 67 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 67 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 179 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 181 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 178 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 181 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 367 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 354 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 67 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 68 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_4_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=N5HDr52EzFE%2BH1PW9VGYSYuF%2BEs%3D HTTP/1.1" 200 940524 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 68 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_7 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_7 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 380 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 387 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 364 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 743 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 739 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 737 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 68 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 69 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_8 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_8 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 69 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_8 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 729 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 731 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_4_8?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=7oQvbQcBF%2FsdhbtwqAqfzby5e5E%3D HTTP/1.1" 200 13150925 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 733 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1442 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1466 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1436 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 69 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 70 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_9 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_4_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=SLYEIY%2Bf3sNltoPLc3lyTRZa4oI%3D HTTP/1.1" 200 3443642 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_4_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=LNAGH9OhH7TwTsLA3M74z1goGuA%3D HTTP/1.1" 200 1735604 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_4_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=%2F8E53sAEcmbm9xVcQS0HYUL%2F2fA%3D HTTP/1.1" 200 6615583 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_8 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_8 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 50 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_8 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_9 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_9 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_4_9?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=9WCHth6l5MVRC5G%2B8MMpayY1p%2F0%3D HTTP/1.1" 200 16812995 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_9 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_9 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 61 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_9 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 7 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 70 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 7 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 7, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1462 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1473 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1863 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1874 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1876 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1870 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 70 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 71 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_10 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_10 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_10 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_4_10?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=E7T0kevkT83IoCAwAMaUSINwsfk%3D HTTP/1.1" 200 17022423 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 13 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 71 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 13 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 13, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1894 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1865 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1861 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1879 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1866 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1889 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1853 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 71 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 72 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_11 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_11 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_11 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_4_11?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=qp1GyHCYl3fbNy1uROsZM54%2BcZ8%3D HTTP/1.1" 200 16922262 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 25 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 72 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 25 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 25, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1865 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1842 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1892 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1870 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1885 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1889 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1851 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1872 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1935 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1883 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1892 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1882 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1922 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1891 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1877 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 72 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 73 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_12 +DEBUG:snowflake.connector.result_set:user began consuming result batch 73 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 50 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_12 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 50, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1892 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_12 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1919 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_4_12?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=OjK%2FM0uGAgaMnjE3knfBBd7XL8k%3D HTTP/1.1" 200 16911880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1928 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1892 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1894 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1892 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1876 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1874 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1887 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1893 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1876 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1930 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1894 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1869 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1934 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1892 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1894 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1926 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1866 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1889 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1888 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1885 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1931 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1870 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1914 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 73 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 74 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_13 +DEBUG:snowflake.connector.result_set:user began consuming result batch 74 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_13 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 61 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 61, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1896 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_13 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1946 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1973 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1997 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1987 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1971 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1971 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1973 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 2005 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1973 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1983 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1968 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1974 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1976 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1981 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1972 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1965 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1973 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1980 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1975 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1944 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1972 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1995 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1975 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1984 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1959 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 2005 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 2000 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1973 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1994 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1971 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1982 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_4_13?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=C7OLk1uibnvPZ8YZClhE%2BK7L2CM%3D HTTP/1.1" 200 16825856 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 2008 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1998 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1964 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1997 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1969 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1965 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1995 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1997 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1968 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 2015 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 2005 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1989 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 74 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 75 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_14 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_10 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_10 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 62 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_10 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_14 +DEBUG:snowflake.connector.result_set:user began consuming result batch 75 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 62 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_14 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 62, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2007 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1983 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_4_14?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=rvaa8mVqpqpzS4fnoD%2BKPucUN%2BA%3D HTTP/1.1" 200 17003023 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1997 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2006 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1966 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1992 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_13 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_13 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1990 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 62 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_13 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 2002 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 2030 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1962 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1936 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1971 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 2007 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 2023 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1997 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1999 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1965 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 2000 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1949 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1964 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1996 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 2009 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1971 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 2001 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 2001 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1997 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1996 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1949 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 1948 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 75 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 76 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_15 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_15 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_15 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_11 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_11 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 62 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_11 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 76 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 62 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 62, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1974 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1939 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1945 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1935 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1966 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1953 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1956 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1948 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1966 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1933 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1950 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1967 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1932 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1968 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1964 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_4_15?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=Iq7yCHAri2%2BggoNHv%2BTjg4xO9qY%3D HTTP/1.1" 200 8928149 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1937 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1954 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1948 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1961 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1945 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1944 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1943 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1947 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1957 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1958 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1949 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1945 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1964 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1954 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1954 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1936 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1966 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_12 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_12 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 61 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_12 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 2061 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 2051 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 2052 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 2054 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 2074 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 2053 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 2056 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 2034 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 2054 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 2016 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 2006 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1972 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 1978 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 76 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 77 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 77 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 61 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 61, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1954 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2013 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1963 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1975 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2007 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1966 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 2004 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1987 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1999 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1982 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1967 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1976 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 2009 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1986 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1950 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1984 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1984 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1988 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1972 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1992 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1986 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1953 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1997 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1959 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1982 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_5_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=qjg8txQWV7NC2qxykXPdth4aZg8%3D HTTP/1.1" 200 32432 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1987 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1968 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1973 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1963 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1996 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1958 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 2003 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1995 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1953 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1959 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1961 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1996 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1965 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1971 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 2000 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1984 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 77 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 78 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_1 +DEBUG:snowflake.connector.result_set:user began consuming result batch 78 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 62 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_1 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 62, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1976 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_5_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=1YDJbJrgsr%2B6t2zX0jWX26AhQ04%3D HTTP/1.1" 200 123709 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1998 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2009 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1995 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 2002 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 2019 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 2000 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 2007 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 2008 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1995 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 2008 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 2016 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 2012 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 2001 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 2020 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 2019 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 2002 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 2012 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 2018 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 2019 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 2013 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 2012 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1980 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_15 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_15 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1904 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 39 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_15 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1928 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1924 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1933 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1925 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1928 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1890 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1921 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1954 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1922 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1936 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1889 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1939 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1929 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1888 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1889 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1895 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1953 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1934 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1890 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1939 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 1937 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 78 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 79 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_2 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_14 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_14 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 62 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_14 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 79 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 62 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 62, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1942 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1918 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1908 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1891 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1918 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1993 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1971 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1998 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 2016 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1986 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 2007 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1999 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1984 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 2006 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1982 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_5_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=aRGQq%2Bb%2BDPOufAYwqVylFIAQKLg%3D HTTP/1.1" 200 240414 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1978 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1950 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1997 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1992 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 2007 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 2005 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1999 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1996 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1998 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 2024 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1995 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1962 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1887 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1925 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1888 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1922 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 1939 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 1906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 1920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 1884 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 1929 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 1923 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 1930 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 1891 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 1910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 1940 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 79 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 80 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 80 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 39 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 39, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1873 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1945 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1901 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_5_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=VTyjVmoX97fRMsBEtWKSRLWe%2Fo4%3D HTTP/1.1" 200 443199 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1890 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1940 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1937 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1875 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1939 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1886 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1931 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1925 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1944 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 2050 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1960 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1949 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1876 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1954 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 2047 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1950 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1873 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 2011 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 2047 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1933 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1931 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 2003 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1975 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1974 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1136 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 80 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 81 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 81 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 190 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_4 with existing session +DEBUG:snowflake.connector.result_set:user finished consuming result batch 81 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 82 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 82 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 179 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 173 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 186 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 181 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 82 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 83 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 83 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 182 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 183 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 185 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 192 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 364 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 367 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_5_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=sSbzacpSiKfXoLDkNoAawSeV3Yw%3D HTTP/1.1" 200 938125 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 83 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 84 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 84 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_7 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 369 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_7 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 364 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 351 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 367 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 740 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 743 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.result_set:user finished consuming result batch 84 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 85 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_8 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_8 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 85 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_8 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 730 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 748 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 729 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_5_8?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=d0Gw3I3GWjfWqRcmQfUeFEhuc2Q%3D HTTP/1.1" 200 13115620 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1485 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1463 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1471 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 85 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 86 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_9 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\main.py', reloading +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_5_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=%2F6VopB70Bwh5s1MQDcmB5acuhxk%3D HTTP/1.1" 200 6835070 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_5_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=l4MaRAe8zNqg%2FhKmqV%2BfsBlCnY0%3D HTTP/1.1" 200 1833085 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_5_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=DPPHjD0STuC%2FdR34JPSk3C6wBXI%3D HTTP/1.1" 200 3398060 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 7 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_9 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_9 with existing session +DEBUG:snowflake.connector.result_set:user began consuming result batch 86 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 7 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 7, columnCount 40, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1913 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 13 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_6 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83712-0502-b0de-1a4b-0303c54c1dab_0/main/data_0_5_9?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103398&Signature=k3GHCg%2FCeLr7OaGxHoa0fMsesZE%3D HTTP/1.1" 200 16817803 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 26 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_8 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_8 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 50 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_8 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_9 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_9 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 62 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_9 +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 10.4s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 10.41s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 10.41s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=d43b780e-9553-455e-ba09-fdcafbcd95e4 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 5841c782-9a28-416f-a7cb-992709797fea +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 2155634693536 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2155634693536 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2155635028272 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2155635028272 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2155635028272 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2155635028272 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2155634693536 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2155634693536 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=d43b780e-9553-455e-ba09-fdcafbcd95e4&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=5841c782-9a28-416f-a7cb-992709797fea HTTP/1.1" 200 1556 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_PROD, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_PROD_QLIK_LOAD_WH, role=None, request_id=3d78c7e2-4bcc-468a-ac1b-08b5ac91bca4 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 17c30bd2-1df0-4c43-84ea-9dd2a815061e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=3d78c7e2-4bcc-468a-ac1b-08b5ac91bca4&databaseName=PL_PROD&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_PROD_QLIK_LOAD_WH&request_guid=17c30bd2-1df0-4c43-84ea-9dd2a815061e HTTP/1.1" 200 1560 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00148s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: e2fd8da9-8c75-476f-b762-cf100aab3d6c +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: dd5faede-ed48-455f-9196-891ec7f58cfe +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=e2fd8da9-8c75-476f-b762-cf100aab3d6c&request_guid=dd5faede-ed48-455f-9196-891ec7f58cfe HTTP/1.1" 200 2763 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8371a-0502-af26-1a4b-0303c54e63bf +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8371a-0502-af26-1a4b-0303c54e63bf +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8371a-0502-af26-1a4b-0303c54e63bf' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: fe89d9e8-ffa1-4afb-8758-0be5e68d9201 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8371a-0502-af26-1a4b-0303c54e63bf?request_guid=fe89d9e8-ffa1-4afb-8758-0be5e68d9201 HTTP/1.1" 200 1854 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8371a-0502-af26-1a4b-0303c54e63bf' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: deeaa240-415a-4118-9fb0-cca768250ddb +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8371a-0502-af26-1a4b-0303c54e63bf?request_guid=deeaa240-415a-4118-9fb0-cca768250ddb HTTP/1.1" 200 1854 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8371a-0502-af26-1a4b-0303c54e63bf'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 3ed98a9a-6c45-444e-8588-f5e618101249 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8371a-0502-af26-1a4b-0303c54e63bf'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8371a-0502-af26-1a4b-0303c54e63bf'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: b0745a38-f4d2-4e22-b6e7-c3e81600d890 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=3ed98a9a-6c45-444e-8588-f5e618101249&request_guid=b0745a38-f4d2-4e22-b6e7-c3e81600d890 HTTP/1.1" 200 2765 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8371a-0502-ae87-1a4b-0303c54e71eb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8371a-0502-ae87-1a4b-0303c54e71eb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 85 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 14 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 15 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 11 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 12 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 12 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 8e0d6ad2-c080-41b2-9bb8-2fceeed1faff +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: adb82109-5ae0-458c-9251-52ef9cb12283 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=8e0d6ad2-c080-41b2-9bb8-2fceeed1faff&request_guid=adb82109-5ae0-458c-9251-52ef9cb12283 HTTP/1.1" 200 2503 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8371a-0502-b1d6-1a4b-0303c54e5617 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8371a-0502-b1d6-1a4b-0303c54e5617 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8371a-0502-b1d6-1a4b-0303c54e5617' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e8b18ae9-8955-44d2-955c-e01d9c0b9666 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8371a-0502-b1d6-1a4b-0303c54e5617?request_guid=e8b18ae9-8955-44d2-955c-e01d9c0b9666 HTTP/1.1" 200 2163 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8371a-0502-b1d6-1a4b-0303c54e5617' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7dc28857-8db3-47bb-b645-e8fb1fc8bcd2 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8371a-0502-b1d6-1a4b-0303c54e5617?request_guid=7dc28857-8db3-47bb-b645-e8fb1fc8bcd2 HTTP/1.1" 200 2165 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8371a-0502-b1d6-1a4b-0303c54e5617'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: dd1be1bb-9d38-410f-ae65-6df0aba48cf7 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8371a-0502-b1d6-1a4b-0303c54e5617'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8371a-0502-b1d6-1a4b-0303c54e5617'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 2fd19e4a-9963-4c14-9c58-e69a2dbb33ef +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=dd1be1bb-9d38-410f-ae65-6df0aba48cf7&request_guid=2fd19e4a-9963-4c14-9c58-e69a2dbb33ef HTTP/1.1" 200 2509 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8371a-0502-afee-1a4b-0303c54e391f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8371a-0502-afee-1a4b-0303c54e391f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 65 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 8 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 9 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: eb963784-5835-4216-898a-a00f72cb1eff +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','SDR');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','SDR');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6e2ce07a-1b67-4bbb-8fe9-538f0730404e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=eb963784-5835-4216-898a-a00f72cb1eff&request_guid=6e2ce07a-1b67-4bbb-8fe9-538f0730404e HTTP/1.1" 200 2811 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8371a-0502-b0de-1a4b-0303c54e4827 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8371a-0502-b0de-1a4b-0303c54e4827 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8371a-0502-b0de-1a4b-0303c54e4827' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: b99c074e-a51b-49d2-93a1-6121eed29ceb +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8371a-0502-b0de-1a4b-0303c54e4827?request_guid=b99c074e-a51b-49d2-93a1-6121eed29ceb HTTP/1.1" 200 1675 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8371a-0502-b0de-1a4b-0303c54e4827' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1c5bb3ce-19d2-4ac4-9621-c24b72be30da +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8371a-0502-b0de-1a4b-0303c54e4827?request_guid=1c5bb3ce-19d2-4ac4-9621-c24b72be30da HTTP/1.1" 200 1675 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8371a-0502-b0de-1a4b-0303c54e4827'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 2e880ea6-6d20-40d5-972c-98fe3cac358c +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8371a-0502-b0de-1a4b-0303c54e4827'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8371a-0502-b0de-1a4b-0303c54e4827'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6694a014-7cdc-4c16-8777-26e08652df0b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=2e880ea6-6d20-40d5-972c-98fe3cac358c&request_guid=6694a014-7cdc-4c16-8777-26e08652df0b HTTP/1.1" 200 2812 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8371a-0502-af26-1a4b-0303c54e646f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8371a-0502-af26-1a4b-0303c54e646f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 3.224s ago] ('get_data', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=8a28fc76-8854-43eb-9940-b337b32befd7 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f27e6096-5c5a-448f-b0aa-8a0bebce1995 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=8a28fc76-8854-43eb-9940-b337b32befd7&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=f27e6096-5c5a-448f-b0aa-8a0bebce1995 HTTP/1.1" 200 1557 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT AVERAGERECCONF,LATENCYHISTOGRAM1,ODS_ROW_PROCESS_DTM,PARENTID,ODS_EXP_ROW...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: f0858359-2541-4410-9afd-0603ffeaf76f +DEBUG:snowflake.connector.cursor:running query [SELECT AVERAGERECCONF,LATENCYHISTOGRAM1,ODS_ROW_PROCESS_DTM,PARENTID,ODS_EXP_ROW...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT AVERAGERECCONF,LATENCYHISTOGRAM1,ODS_ROW_PROCESS_DTM,PARENTID,ODS_EXP_ROW...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d6fc5bb1-5de6-4f5b-bc37-b66944503af1 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=f0858359-2541-4410-9afd-0603ffeaf76f&request_guid=d6fc5bb1-5de6-4f5b-bc37-b66944503af1 HTTP/1.1" 200 6504 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8371a-0502-ae87-1a4b-0303c54e72bb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8371a-0502-ae87-1a4b-0303c54e72bb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=74 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8371a-0502-ae87-1a4b-0303c54e72bb' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c49c5b14-9eea-4d2f-a99d-73e66ba74dfb +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8371a-0502-ae87-1a4b-0303c54e72bb?request_guid=c49c5b14-9eea-4d2f-a99d-73e66ba74dfb HTTP/1.1" 200 2275 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8371a-0502-ae87-1a4b-0303c54e72bb' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: faa2f930-a08a-438f-acba-28fa6bd43877 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8371a-0502-ae87-1a4b-0303c54e72bb?request_guid=faa2f930-a08a-438f-acba-28fa6bd43877 HTTP/1.1" 200 2274 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8371a-0502-ae87-1a4b-0303c54e72bb'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 7c2f3636-996e-4357-86ad-e2d4fd1c06e8 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8371a-0502-ae87-1a4b-0303c54e72bb'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8371a-0502-ae87-1a4b-0303c54e72bb'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 293c55c4-9576-49a3-898e-c03a4dbf1c55 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=7c2f3636-996e-4357-86ad-e2d4fd1c06e8&request_guid=293c55c4-9576-49a3-898e-c03a4dbf1c55 HTTP/1.1" 200 6506 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8371a-0502-b0de-1a4b-0303c54e48ef +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8371a-0502-b0de-1a4b-0303c54e48ef +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=74 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.result_set:result batch 1 has id: data_0_0_0 +DEBUG:snowflake.connector.result_set:result batch 2 has id: data_0_0_1 +DEBUG:snowflake.connector.result_set:result batch 3 has id: data_0_0_2 +DEBUG:snowflake.connector.result_set:result batch 4 has id: data_0_0_3 +DEBUG:snowflake.connector.result_set:result batch 5 has id: data_0_0_4 +DEBUG:snowflake.connector.result_set:result batch 6 has id: data_0_0_5 +DEBUG:snowflake.connector.result_set:result batch 7 has id: data_0_0_6 +DEBUG:snowflake.connector.result_set:result batch 8 has id: data_0_0_7 +DEBUG:snowflake.connector.result_set:result batch 9 has id: data_0_0_8 +DEBUG:snowflake.connector.result_set:result batch 10 has id: data_0_1_0 +DEBUG:snowflake.connector.result_set:result batch 11 has id: data_0_1_1 +DEBUG:snowflake.connector.result_set:result batch 12 has id: data_0_1_2 +DEBUG:snowflake.connector.result_set:result batch 13 has id: data_0_1_3 +DEBUG:snowflake.connector.result_set:result batch 14 has id: data_0_1_4 +DEBUG:snowflake.connector.result_set:result batch 15 has id: data_0_1_5 +DEBUG:snowflake.connector.result_set:result batch 16 has id: data_0_1_6 +DEBUG:snowflake.connector.result_set:result batch 17 has id: data_0_1_7 +DEBUG:snowflake.connector.result_set:result batch 18 has id: data_0_1_8 +DEBUG:snowflake.connector.result_set:result batch 19 has id: data_0_2_0 +DEBUG:snowflake.connector.result_set:result batch 20 has id: data_0_2_1 +DEBUG:snowflake.connector.result_set:result batch 21 has id: data_0_2_2 +DEBUG:snowflake.connector.result_set:result batch 22 has id: data_0_2_3 +DEBUG:snowflake.connector.result_set:result batch 23 has id: data_0_2_4 +DEBUG:snowflake.connector.result_set:result batch 24 has id: data_0_2_5 +DEBUG:snowflake.connector.result_set:result batch 25 has id: data_0_2_6 +DEBUG:snowflake.connector.result_set:result batch 26 has id: data_0_2_7 +DEBUG:snowflake.connector.result_set:result batch 27 has id: data_0_2_8 +DEBUG:snowflake.connector.result_set:result batch 28 has id: data_0_2_9 +DEBUG:snowflake.connector.result_set:result batch 29 has id: data_0_3_0 +DEBUG:snowflake.connector.result_set:result batch 30 has id: data_0_3_1 +DEBUG:snowflake.connector.result_set:result batch 31 has id: data_0_3_2 +DEBUG:snowflake.connector.result_set:result batch 32 has id: data_0_3_3 +DEBUG:snowflake.connector.result_set:result batch 33 has id: data_0_3_4 +DEBUG:snowflake.connector.result_set:result batch 34 has id: data_0_3_5 +DEBUG:snowflake.connector.result_set:result batch 35 has id: data_0_3_6 +DEBUG:snowflake.connector.result_set:result batch 36 has id: data_0_3_7 +DEBUG:snowflake.connector.result_set:result batch 37 has id: data_0_3_8 +DEBUG:snowflake.connector.result_set:result batch 38 has id: data_0_4_0 +DEBUG:snowflake.connector.result_set:result batch 39 has id: data_0_4_1 +DEBUG:snowflake.connector.result_set:result batch 40 has id: data_0_4_2 +DEBUG:snowflake.connector.result_set:result batch 41 has id: data_0_4_3 +DEBUG:snowflake.connector.result_set:result batch 42 has id: data_0_4_4 +DEBUG:snowflake.connector.result_set:result batch 43 has id: data_0_4_5 +DEBUG:snowflake.connector.result_set:result batch 44 has id: data_0_4_6 +DEBUG:snowflake.connector.result_set:result batch 45 has id: data_0_4_7 +DEBUG:snowflake.connector.result_set:result batch 46 has id: data_0_4_8 +DEBUG:snowflake.connector.result_set:result batch 47 has id: data_0_5_0 +DEBUG:snowflake.connector.result_set:result batch 48 has id: data_0_5_1 +DEBUG:snowflake.connector.result_set:result batch 49 has id: data_0_5_2 +DEBUG:snowflake.connector.result_set:result batch 50 has id: data_0_5_3 +DEBUG:snowflake.connector.result_set:result batch 51 has id: data_0_5_4 +DEBUG:snowflake.connector.result_set:result batch 52 has id: data_0_5_5 +DEBUG:snowflake.connector.result_set:result batch 53 has id: data_0_5_6 +DEBUG:snowflake.connector.result_set:result batch 54 has id: data_0_5_7 +DEBUG:snowflake.connector.result_set:result batch 55 has id: data_0_5_8 +DEBUG:snowflake.connector.result_set:result batch 56 has id: data_0_5_9 +DEBUG:snowflake.connector.result_set:result batch 57 has id: data_0_6_0 +DEBUG:snowflake.connector.result_set:result batch 58 has id: data_0_6_1 +DEBUG:snowflake.connector.result_set:result batch 59 has id: data_0_6_2 +DEBUG:snowflake.connector.result_set:result batch 60 has id: data_0_6_3 +DEBUG:snowflake.connector.result_set:result batch 61 has id: data_0_6_4 +DEBUG:snowflake.connector.result_set:result batch 62 has id: data_0_6_5 +DEBUG:snowflake.connector.result_set:result batch 63 has id: data_0_6_6 +DEBUG:snowflake.connector.result_set:result batch 64 has id: data_0_6_7 +DEBUG:snowflake.connector.result_set:result batch 65 has id: data_0_6_8 +DEBUG:snowflake.connector.result_set:result batch 66 has id: data_0_7_0 +DEBUG:snowflake.connector.result_set:result batch 67 has id: data_0_7_1 +DEBUG:snowflake.connector.result_set:result batch 68 has id: data_0_7_2 +DEBUG:snowflake.connector.result_set:result batch 69 has id: data_0_7_3 +DEBUG:snowflake.connector.result_set:result batch 70 has id: data_0_7_4 +DEBUG:snowflake.connector.result_set:result batch 71 has id: data_0_7_5 +DEBUG:snowflake.connector.result_set:result batch 72 has id: data_0_7_6 +DEBUG:snowflake.connector.result_set:result batch 73 has id: data_0_7_7 +DEBUG:snowflake.connector.result_set:result batch 74 has id: data_0_7_8 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_0 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_0 with existing session +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_1 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/2 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_1 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_3 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_2 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/3 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_2 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 1 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_3 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_3 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_0_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=O5opNSp3mYoHIEk0%2FbFats%2BNG%2Fo%3D HTTP/1.1" 200 27025 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_0_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=bHvX8P%2FXibFSCs7r2FmtRVHg2BI%3D HTTP/1.1" 200 260001 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 87 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_0_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=BmDlU%2FgoAFS10LJo%2FjenkGkHT7A%3D HTTP/1.1" 200 491328 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 1 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 2 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_5 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_0_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=nWHCvDSbLAQy%2FDFfMoefpESon7s%3D HTTP/1.1" 200 138684 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_5 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_set:user began consuming result batch 2 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 89 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 88 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 87 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_0_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=TrXsvQ5ZJbAAGxDrPRc%2FLXput%2F4%3D HTTP/1.1" 200 845859 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 90 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 90 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 90 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 2 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 3 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 90 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 178 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 176 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 178 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 178 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 180 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 3 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_0_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=rD7XG6pkb1forP5vcuMwRzAU5PY%3D HTTP/1.1" 200 1660034 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 4 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_7 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_0_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=NMvqWG2kewQmMQSyYMvHTo80Vqo%3D HTTP/1.1" 200 3443978 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_5 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_0_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=NmC%2BL%2BIEKnde0im0vw7lFD%2FfwQs%3D HTTP/1.1" 200 6733128 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 16 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 179 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 356 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 358 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 359 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 356 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 359 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 4 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 5 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_8 +DEBUG:snowflake.connector.result_set:user began consuming result batch 5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_8 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 708 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 715 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 719 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 712 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 712 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_0_8?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=4z2actjU0Ih%2FFGKMjHOmkkJPaRQ%3D HTTP/1.1" 200 1997319 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 5 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 6 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_0 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 714 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 905 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_1_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=XAx3X7vqW8FsUV6OZWDTnrg6b%2BA%3D HTTP/1.1" 200 26808 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 906 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_0 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 7 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_0 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_1 +DEBUG:snowflake.connector.result_set:user began consuming result batch 7 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 16 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 16, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 915 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 910 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_1 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 913 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_1_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=XhMlxGG0c0B6rDNYWbwRcwpmwVE%3D HTTP/1.1" 200 136396 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 902 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 910 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 903 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 7 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 8 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_2 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_1_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=VCO77MAzNXu8HuEOUEW7tszkzfY%3D HTTP/1.1" 200 255690 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 32 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 32 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 32, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 939 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1027 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1023 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1030 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1025 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1030 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1030 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 976 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 938 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 940 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 940 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 943 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 933 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 943 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 941 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 941 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 948 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 941 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 944 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 941 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 932 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 933 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 935 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 943 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 943 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 936 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 943 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 938 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 8 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 9 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_3 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_1_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=DTkwUp5bmyOj4KaD1ffHI4%2BZJoQ%3D HTTP/1.1" 200 484051 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_8 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_8 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 10 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_8 +DEBUG:snowflake.connector.result_set:user began consuming result batch 9 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 10 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 10, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 937 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 939 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 939 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 943 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 934 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 922 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 936 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 583 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 9 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 10 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 10 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 87 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 10 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 11 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 11 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 88 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 88 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 90 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 91 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 89 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 89 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 11 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 12 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 12 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 87 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 176 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 177 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 180 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 179 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 176 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 12 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 13 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 13 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_7 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_7 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 177 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 355 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_1_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=zXdd6T9zki7JtXKRs3p5P8bfWiQ%3D HTTP/1.1" 200 1007203 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 354 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 350 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_1_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=bQz3G50A1rJuBsdz%2BPae9BChnjU%3D HTTP/1.1" 200 1719536 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 353 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 355 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 13 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 14 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_8 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_1_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=%2FK4q49c9pxxL%2BA3lOlzXU1VND5I%3D HTTP/1.1" 200 3441450 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_1_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=6W97tQzpOqMUOAAvybXcHupHczY%3D HTTP/1.1" 200 6652773 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_8 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_8 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_1_8?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=%2F698iSOlRcyp%2FOrj7xNWo8PX8Zs%3D HTTP/1.1" 200 11235062 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 16 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 14 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 706 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 710 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 705 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 713 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 714 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 714 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 14 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 15 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 15 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 913 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 904 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_2_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=n59YBwvzHBRwLy8ngCVFOyKB6Zs%3D HTTP/1.1" 200 27016 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 907 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 910 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 915 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 15 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 16 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_1 +DEBUG:snowflake.connector.result_set:user began consuming result batch 16 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 16 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 16, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_1 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 910 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_2_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=0Fy0laZT7VTe6QSKZ9Odcu4y8Gk%3D HTTP/1.1" 200 117774 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 907 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 913 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 904 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_7 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 16 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 31 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 17 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_7 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_2 +DEBUG:snowflake.connector.result_set:user began consuming result batch 17 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_2 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 31 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 31, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_2 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 909 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_2_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=wHMGg1KhItCavrnaAErDs4p%2BZnU%3D HTTP/1.1" 200 233035 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 910 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1021 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 17 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 18 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_3 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_2_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=%2FtNt%2BhFgkBnDpuuA7j2gEPlgM7I%3D HTTP/1.1" 200 474327 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_8 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_8 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 53 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_8 +DEBUG:snowflake.connector.result_set:user began consuming result batch 18 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 53 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 53, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1021 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1025 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1023 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1026 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1028 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1024 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1016 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1025 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1029 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1027 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1020 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1028 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1029 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1029 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1023 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1024 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1025 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1026 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1025 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1026 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1030 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1027 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1020 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1030 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1028 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1025 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1022 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1028 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1028 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1028 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1022 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1025 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1025 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1025 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1022 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 1026 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 1027 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 1024 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 1020 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 1028 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 1029 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 1025 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 1018 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 1026 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 1028 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 1031 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 1021 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 1023 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 1029 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 1026 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 1019 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 1025 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 367 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 18 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 19 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 19 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 88 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 19 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 20 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 20 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 87 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 89 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 90 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 91 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 91 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 20 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 21 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 21 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 91 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 90 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 179 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 180 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 181 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 180 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 21 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 22 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 22 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_7 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_7 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 180 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 360 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_2_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=eOhLfwbv0WJ2oQR4ZWpWb87SytI%3D HTTP/1.1" 200 1714224 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 360 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 360 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 361 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 360 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 22 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 23 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_8 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_2_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=3lN%2BquKbfx908DKkFbluXH2ZKdw%3D HTTP/1.1" 200 3456197 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_2_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=JgmQYjIfF8oFEJqDwEtYUIKDWGs%3D HTTP/1.1" 200 892721 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_8 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_8 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 23 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 359 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 719 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 720 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 721 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 711 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_2_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=jmt642CDKRCII9rFtN4BvRVR9sQ%3D HTTP/1.1" 200 6630337 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 718 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 23 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 24 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_9 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_2_8?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=IkaW66xArSUjZ8iUsDukyYb6TPk%3D HTTP/1.1" 200 13293367 +DEBUG:snowflake.connector.result_set:user began consuming result batch 24 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_9 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_9 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 921 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 921 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_2_9?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=kgZj2nmilU06BIMa2zbUTJ23eBA%3D HTTP/1.1" 200 8861617 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 909 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 24 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 25 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 16 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_6 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_0 with existing session +DEBUG:snowflake.connector.result_set:user began consuming result batch 25 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 16 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 16, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 899 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_3_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=CmpSeMnQ6AiFyYCYR8eGX7rBMdQ%3D HTTP/1.1" 200 26592 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 910 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 912 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 916 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 25 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 26 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_1 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_3_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=Eslqo8QeIFYFLl%2FK0yKJrnkzIPc%3D HTTP/1.1" 200 135529 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_9 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_9 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 44 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_9 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_8 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_8 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 63 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_8 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 31 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 26 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 31 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 31, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 925 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1018 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1032 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1020 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1031 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1029 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1030 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1020 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1033 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1035 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1033 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1018 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 26 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 27 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_2 +DEBUG:snowflake.connector.result_set:user began consuming result batch 27 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_2 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 63 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 63, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_2 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1031 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1030 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1029 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1017 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1032 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_3_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=chRPpG0WhAV5uXxPpDl58aadFnk%3D HTTP/1.1" 200 256127 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1032 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1028 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1023 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1031 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1029 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1030 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1016 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 1029 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 1030 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 1029 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 1020 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 1031 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 1029 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 1032 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 1023 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 1029 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 1028 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 1032 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 1023 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 1031 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 1032 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 1031 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 1030 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 1026 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 1033 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 1030 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 1029 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 1029 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 1032 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 1031 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 995 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 940 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 939 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 938 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 934 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 944 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 943 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 939 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 941 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 941 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 940 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 945 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 935 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 936 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 941 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 889 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 891 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 62, rows in current batch: 905 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 27 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 28 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 28 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 44 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 44, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 895 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 898 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_3_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=Ad5svmNm8X1Hbj0l8737wOPCQHI%3D HTTP/1.1" 200 483841 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 890 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 889 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 894 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 894 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 894 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 893 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 895 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 892 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 895 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 893 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 901 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 893 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 488 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 28 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 29 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 29 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 88 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 29 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 30 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 30 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 88 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 89 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 88 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 90 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 88 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 89 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 30 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 31 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 31 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_6 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 89 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 175 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 178 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 177 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 179 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 182 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 31 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 32 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 32 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_7 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_7 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 178 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 351 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 358 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_3_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=NtUwNMpCqJE%2F86vip2qpj%2FCXdI0%3D HTTP/1.1" 200 1005513 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 357 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 353 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 359 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 32 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 33 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_8 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_8 +DEBUG:snowflake.connector.result_set:user began consuming result batch 33 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_8 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 712 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 706 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 712 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 713 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_3_8?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=YB6ltC6mQ6wufWsXMMMgWUnYuGw%3D HTTP/1.1" 200 8014141 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 709 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 707 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 33 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 34 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_3_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=ydYUexFKO0pf0IsbkgCz7Dyf8CA%3D HTTP/1.1" 200 3386309 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_3_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=oTxrQwymgl6gCL5srzK9D3s3Fmo%3D HTTP/1.1" 200 1704083 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_3_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=c6LbOxHd5ccgYEMTmDYeDqrQIOg%3D HTTP/1.1" 200 6689390 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 34 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 919 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_4_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=13t%2Bll1EC4SWHiyejYSAa6aYcds%3D HTTP/1.1" 200 26588 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 917 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 885 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_0 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 34 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 35 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_1 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_4_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=5jcji4nMzAIP%2BtSKP5s6Lypk%2BYA%3D HTTP/1.1" 200 134317 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_1 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 17 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 35 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 17 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 17, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 879 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 874 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 886 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 874 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 884 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 879 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 925 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1024 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 1021 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 1026 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 949 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 963 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 949 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 35 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 36 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_8 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_8 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 38 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_4_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=9sKi89%2B28%2FBZgqUDXoBaPJ5%2BPFY%3D HTTP/1.1" 200 254295 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_8 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 32 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 36 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 32 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 32, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 890 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 875 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 882 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 876 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 876 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 921 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 923 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 922 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 923 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 924 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 923 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 913 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 36 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 37 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 37 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 38 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 38, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 904 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_4_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=QD0GVK32K6uxJeFEsdm8GHI42j0%3D HTTP/1.1" 200 484128 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 908 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 921 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 210 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 37 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 38 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 38 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 88 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 38 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 39 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 39 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 87 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 89 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 88 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 89 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 90 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 88 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 39 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 40 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 40 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 88 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 178 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 178 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 177 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 183 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 177 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 40 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 41 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 41 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_7 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_7 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 179 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 359 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 356 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_4_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=VzJ0dYNAJ28MS9Pf3GCllc3I%2FV0%3D HTTP/1.1" 200 1001684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 356 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_4_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=soKhOwN52dRvPxuKt3vRIcdFnZQ%3D HTTP/1.1" 200 1693136 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 358 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 347 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 41 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 42 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_8 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_4_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=80R7nXpwsTNLLAYkUERQPe0AzY8%3D HTTP/1.1" 200 3480993 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_8 +DEBUG:snowflake.connector.result_set:user began consuming result batch 42 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_8 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 706 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 711 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 712 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_4_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=0F3K67eMLUy5vmwgrizGe4wSP2A%3D HTTP/1.1" 200 6783557 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 719 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 714 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 708 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 42 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 43 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_0 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_4_8?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=9SQ6v9DqpSirx0LCtHJ6mg8THnM%3D HTTP/1.1" 200 5533836 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 43 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 909 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_5_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=Q9IQY9KPvHEG0AdVuX0I5e9vR20%3D HTTP/1.1" 200 25148 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 913 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 903 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 901 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_0 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 43 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 44 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_1 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_5_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=kUj5%2BNNffyjzeOF2XLzlkHpsD4Q%3D HTTP/1.1" 200 127264 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 16 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 44 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 16 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 16, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 906 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 44 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 45 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_8 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_8 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 27 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_5_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=foY13lCrHgJrU2iADwYKV%2F8LN5M%3D HTTP/1.1" 200 241738 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_8 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 32 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 45 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 32 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 32, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 923 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 921 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 921 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 923 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 924 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 926 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 922 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 922 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 913 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 45 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 46 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 46 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 27 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 27, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 918 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 924 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 924 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 922 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 925 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_5_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=AppzGT0xZxLjbHNGWzPgVLrPEBw%3D HTTP/1.1" 200 456659 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 923 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 921 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 928 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 923 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 922 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 922 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 929 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 925 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 923 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 920 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 277 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 46 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 47 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 47 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 83 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 47 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 48 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 48 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 85 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 85 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 88 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 86 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 87 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 88 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 48 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 49 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 49 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 88 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 173 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 174 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 173 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 175 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 176 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 49 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 50 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 50 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_7 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 174 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 344 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_5_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=wJrtxlm3JzibUJWnHkXJ2pZ3O%2B0%3D HTTP/1.1" 200 874423 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 348 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 348 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 351 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 346 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_5_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=lFjEstfEnHMUYki1OxyDlTd84vs%3D HTTP/1.1" 200 1710071 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 50 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 51 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_8 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_5_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=Mr4ENCtLrbhQtiSwACkmq36eC3Y%3D HTTP/1.1" 200 3432970 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_8 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 51 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_8 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 350 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 698 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 699 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_5_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=JsT1geLoGyMVcHje0C2JNgGVGRk%3D HTTP/1.1" 200 6743248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 694 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 691 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 701 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_5_8?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=k7P7oNgX1SYbfOlKn%2FmwmFe90T4%3D HTTP/1.1" 200 13164649 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 51 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 52 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_9 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_9 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_9 with existing session +DEBUG:snowflake.connector.result_set:user began consuming result batch 52 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 919 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 907 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_5_9?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=IaAU1ofszctq1d8CqJBqUYrnLmc%3D HTTP/1.1" 200 1494755 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 904 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 52 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 53 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_9 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_9 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_9 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_0 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 16 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 53 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 16 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 16, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 905 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_6_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=TYJzyGMBR2JVhqKDRmZ1U8NktlU%3D HTTP/1.1" 200 26316 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 927 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 888 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 897 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 903 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 901 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 53 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 54 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_1 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_6_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=5FiodVS8i81Q5u5YBidIvRlbZdY%3D HTTP/1.1" 200 136721 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 33 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 54 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 33 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 33, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 886 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 895 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 896 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 894 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 894 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 890 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 891 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 892 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 899 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 54 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 55 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_2 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_6_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=CnFt%2FgYv%2BtPMNI1huolEKtQTO7Y%3D HTTP/1.1" 200 258794 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_8 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_8 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 65 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_8 +DEBUG:snowflake.connector.result_set:user began consuming result batch 55 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 65 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 65, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 895 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 886 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 872 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 873 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 872 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 878 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 879 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 879 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 883 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 873 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 879 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 872 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 882 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 888 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 875 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 878 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 876 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 884 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 878 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 883 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 882 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 32, rows in current batch: 880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 33, rows in current batch: 876 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 34, rows in current batch: 882 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 35, rows in current batch: 878 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 36, rows in current batch: 881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 37, rows in current batch: 885 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 38, rows in current batch: 882 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 39, rows in current batch: 875 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 40, rows in current batch: 870 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 41, rows in current batch: 887 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 42, rows in current batch: 881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 43, rows in current batch: 873 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 44, rows in current batch: 871 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 45, rows in current batch: 884 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 46, rows in current batch: 876 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 47, rows in current batch: 881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 48, rows in current batch: 869 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 49, rows in current batch: 881 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 50, rows in current batch: 877 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 51, rows in current batch: 874 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 52, rows in current batch: 871 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 53, rows in current batch: 878 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 54, rows in current batch: 874 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 55, rows in current batch: 875 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 56, rows in current batch: 882 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 57, rows in current batch: 880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 58, rows in current batch: 874 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 59, rows in current batch: 880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 60, rows in current batch: 880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 61, rows in current batch: 869 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 62, rows in current batch: 872 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 63, rows in current batch: 889 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 64, rows in current batch: 872 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 55 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 56 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 56 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 880 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 876 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 879 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 883 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_6_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=h9TqoT8VDKVDmQQcSVXh6hm19R4%3D HTTP/1.1" 200 489293 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 883 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 873 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 878 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 294 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 56 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 57 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 57 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 85 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 57 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 58 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 58 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 87 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 87 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 89 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 89 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 89 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 89 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 58 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 59 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 59 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 89 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 179 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 176 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_3 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 180 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 176 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 177 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 59 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 60 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 60 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_7 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_7 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 180 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 351 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_6_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=%2Bo2UFAdJ05s6xMFUpe0AiAz9dl0%3D HTTP/1.1" 200 848463 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 354 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_6_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=z4yX2WdeOHav%2F6%2BI4J6a3Q4OS1Y%3D HTTP/1.1" 200 1679083 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 352 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 357 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 357 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 60 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 61 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_8 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_8 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 61 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_6_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=0Bbz9BP%2FcD6zqu0fLVPT6gu1VyY%3D HTTP/1.1" 200 6714513 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_8 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 707 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 710 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 706 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_6_8?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=5AYBDwzW4tmIFfsS2R3qdXXhwVI%3D HTTP/1.1" 200 6675411 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 709 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 719 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 61 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 62 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 62 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 708 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 910 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_7_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=Sy0mf6J6saGaUaSh7cXi3JYBdsk%3D HTTP/1.1" 200 26577 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 909 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_0 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_6_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=ORZAZs9STD7ZPEHClyjx%2Bh2CgzM%3D HTTP/1.1" 200 3424012 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 909 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 62 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 63 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_1 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_7_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=Z42a1cAk67qvVKaBo179Ws3Tl3s%3D HTTP/1.1" 200 137710 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 16 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 63 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 16 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 16, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 898 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 909 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 63 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 64 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_8 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_8 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_7_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=p7sU44RKRqII2MoAx%2Fsr69221g0%3D HTTP/1.1" 200 256787 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 32 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_8 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 32 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 64 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 32 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 32, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 891 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 885 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 900 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 902 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 64 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 65 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 65 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 32 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 32, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 905 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 897 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 908 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_7_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=7lZp1bZOBFs%2Bh3Ue0p%2Be%2F2Dshnw%3D HTTP/1.1" 200 489340 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 912 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 914 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 916 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 915 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 31, rows in current batch: 181 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 65 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 66 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 66 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 85 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 66 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 67 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 67 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 87 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 88 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 89 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 91 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 89 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 89 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 67 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 68 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 68 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 88 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 179 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 178 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 180 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 174 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 175 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 68 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 69 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 69 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_7 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_7 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 180 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 357 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 354 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_7_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=d5Msu8FzF46avIaImx5cpCskLJo%3D HTTP/1.1" 200 1013697 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 353 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_7_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=lY76ohWauvC9v4%2FBYdNIG%2FISmt0%3D HTTP/1.1" 200 1715487 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 357 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 357 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 69 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 70 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_7_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=j2F6il0B%2F9A%2B7YAleGj2JEWTkUE%3D HTTP/1.1" 200 3441865 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_8 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_8 +DEBUG:snowflake.connector.result_set:user began consuming result batch 70 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_8 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 714 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 716 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_7_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=iSGt9T%2BliK0dTlhKjTpp2dYhoz4%3D HTTP/1.1" 200 6679445 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 714 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 710 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 712 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 710 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 70 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 71 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a836e6-0502-ae87-1a4b-0303c54134f7_0/main/data_0_7_8?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668103814&Signature=xDLSa8D30UxRzfh4dJ%2BYh3knKNo%3D HTTP/1.1" 200 6273629 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 71 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 916 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 71 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 72 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 16 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 72 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 16 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 16, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 914 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 911 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 72 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 73 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 31 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 73 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 31 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 31, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 917 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 912 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_8 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_8 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 910 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 30 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_8 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 904 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 905 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 30, rows in current batch: 905 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 73 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 74 +DEBUG:snowflake.connector.result_set:user began consuming result batch 74 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 30 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 30, columnCount 85, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 901 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 918 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 11, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 12, rows in current batch: 912 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 13, rows in current batch: 906 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 14, rows in current batch: 903 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 15, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 16, rows in current batch: 908 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 17, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 18, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 19, rows in current batch: 884 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 20, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 21, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 22, rows in current batch: 907 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 23, rows in current batch: 909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 24, rows in current batch: 899 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 25, rows in current batch: 913 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 26, rows in current batch: 911 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 27, rows in current batch: 910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 28, rows in current batch: 902 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 29, rows in current batch: 338 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 74 +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:19:55] "GET /daterange HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:19:55] "GET /lib/easing/easing.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:19:55] "GET /static/css/21.b5c496e2.chunk.css HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:19:56] "GET /lib/waypoints/waypoints.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:19:56] "GET /static/css/style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:19:56] "GET /lib/counterup/counterup.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:19:56] "GET /static/lib/owlcarousel/assets/owl.carousel.min.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:19:56] "GET /lib/owlcarousel/owl.carousel.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:19:56] "GET /mail/jqBootstrapValidation.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:19:56] "GET /mail/contact.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:19:56] "GET /js/main.js HTTP/1.1" 404 - +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT targets.id AS targets_id, targets.targetname AS targets_targetname, targets.username AS targets_username, targets.password AS targets_password, targets.account AS targets_account, targets.warehouse AS targets_warehouse, targets."database" AS targets_database, targets.schemaname AS targets_schemaname +FROM targets +INFO:sqlalchemy.engine.Engine:[cached since 38.34s ago] () +INFO:sqlalchemy.engine.Engine:ROLLBACK +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:20:33] "POST /schemas HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:20:33] "GET /static/css/21.b5c496e2.chunk.css HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:20:33] "GET /lib/easing/easing.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:20:34] "GET /static/lib/owlcarousel/assets/owl.carousel.min.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:20:34] "GET /static/css/style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:20:34] "GET /lib/waypoints/waypoints.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:20:34] "GET /lib/counterup/counterup.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:20:34] "GET /lib/owlcarousel/owl.carousel.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:20:34] "GET /mail/jqBootstrapValidation.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:20:34] "GET /mail/contact.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:20:34] "GET /js/main.js HTTP/1.1" 404 - +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT targets.id AS targets_id, targets.targetname AS targets_targetname, targets.username AS targets_username, targets.password AS targets_password, targets.account AS targets_account, targets.warehouse AS targets_warehouse, targets."database" AS targets_database, targets.schemaname AS targets_schemaname +FROM targets +WHERE targets."database" = ? AND targets.schemaname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00365s] ('PL_DEV', 'PM_TRANS_CL_EPALARM_QLIK_CT_D', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT targets.id AS targets_id, targets.targetname AS targets_targetname, targets.username AS targets_username, targets.password AS targets_password, targets.account AS targets_account, targets.warehouse AS targets_warehouse, targets."database" AS targets_database, targets.schemaname AS targets_schemaname +FROM targets +WHERE targets."database" = ? AND targets.schemaname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.0408s ago] ('PL_QA', 'PM_TRANS_CL_EPALARM_QLIK_CT_D', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.05572s] ('get_tablelist', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=11b01880-774a-41fb-91c6-1a54a0ac9511 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 10bd013c-2053-4800-92b3-6b8397260b11 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 1820533091984 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1820533091984 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 1820533492320 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1820533492320 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 1820533492320 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 1820533492320 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 1820533091984 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1820533091984 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=11b01880-774a-41fb-91c6-1a54a0ac9511&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=10bd013c-2053-4800-92b3-6b8397260b11 HTTP/1.1" 200 1548 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select distinct(table_name) from information_schema.columns where table_schema =...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 90ea96b5-140c-4790-9077-2f256039844a +DEBUG:snowflake.connector.cursor:running query [select distinct(table_name) from information_schema.columns where table_schema =...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select distinct(table_name) from information_schema.columns where table_schema =...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: eba5d90f-2791-437d-8704-4d17301d19f3 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=90ea96b5-140c-4790-9077-2f256039844a&request_guid=eba5d90f-2791-437d-8704-4d17301d19f3 HTTP/1.1" 200 1968 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83724-0502-b1d6-1a4b-0303c551129f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83724-0502-b1d6-1a4b-0303c551129f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 15 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83724-0502-b1d6-1a4b-0303c551129f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 37e009cf-8b37-4582-81c5-6c5a1620998f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83724-0502-b1d6-1a4b-0303c551129f?request_guid=37e009cf-8b37-4582-81c5-6c5a1620998f HTTP/1.1" 200 1856 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83724-0502-b1d6-1a4b-0303c551129f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d93a1f28-d74c-47cd-8d70-c000df427ef2 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83724-0502-b1d6-1a4b-0303c551129f?request_guid=d93a1f28-d74c-47cd-8d70-c000df427ef2 HTTP/1.1" 200 1855 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83724-0502-b1d6-1a4b-0303c551129f'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: f2c08a55-65ed-4b75-bc97-ad12bdec5832 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83724-0502-b1d6-1a4b-0303c551129f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83724-0502-b1d6-1a4b-0303c551129f'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: effdcbda-50b9-4f04-9f4b-9ffcfba726ea +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=f2c08a55-65ed-4b75-bc97-ad12bdec5832&request_guid=effdcbda-50b9-4f04-9f4b-9ffcfba726ea HTTP/1.1" 200 1968 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83724-0502-b0de-1a4b-0303c55121cb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83724-0502-b0de-1a4b-0303c55121cb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 15 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 2 +INFO:sqlalchemy.engine.Engine:ROLLBACK +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:20:49] "POST /tables HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:20:50] "GET /static/css/21.b5c496e2.chunk.css HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:20:50] "GET /lib/easing/easing.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:20:50] "GET /static/lib/owlcarousel/assets/owl.carousel.min.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:20:50] "GET /static/css/style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:20:50] "GET /lib/counterup/counterup.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:20:50] "GET /lib/owlcarousel/owl.carousel.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:20:50] "GET /mail/contact.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:20:50] "GET /js/main.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:20:50] "GET /lib/waypoints/waypoints.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:20:50] "GET /mail/jqBootstrapValidation.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:20:59] "POST /submit HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:20:59] "GET /lib/owlcarousel/owl.carousel.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:21:00] "GET /static/lib/owlcarousel/assets/owl.carousel.min.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:21:00] "GET /static/css/style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:21:00] "GET /static/css/21.b5c496e2.chunk.css HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:21:00] "GET /mail/contact.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:21:00] "GET /lib/easing/easing.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:21:00] "GET /lib/waypoints/waypoints.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:21:00] "GET /lib/counterup/counterup.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:21:00] "GET /mail/jqBootstrapValidation.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:21:00] "GET /js/main.js HTTP/1.1" 404 - +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 69.16s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 69.17s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 69.17s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=b15886d2-c380-42ee-9f0c-8d9bf21a5e0c +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 59646246-81a8-4056-ae01-dac633162e42 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=b15886d2-c380-42ee-9f0c-8d9bf21a5e0c&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=59646246-81a8-4056-ae01-dac633162e42 HTTP/1.1" 200 1555 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_DEV, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=ad2e30fe-1fba-4f70-a087-a84ce37e98f9 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 053fe1f5-84f2-4a84-972f-0586b5286719 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=ad2e30fe-1fba-4f70-a087-a84ce37e98f9&databaseName=PL_DEV&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=053fe1f5-84f2-4a84-972f-0586b5286719 HTTP/1.1" 200 1550 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 21.65s ago] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 22efdf0a-6a39-4bd2-884b-c4c7c1ba68b5 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 09025d6d-ea99-461d-ae59-ccc8db0d5c4e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=22efdf0a-6a39-4bd2-884b-c4c7c1ba68b5&request_guid=09025d6d-ea99-461d-ae59-ccc8db0d5c4e HTTP/1.1" 200 2195 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83725-0502-b1d6-1a4b-0303c551173b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83725-0502-b1d6-1a4b-0303c551173b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83725-0502-b1d6-1a4b-0303c551173b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a0da78dd-8fa3-4bcd-8c32-9f04e3780594 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83725-0502-b1d6-1a4b-0303c551173b?request_guid=a0da78dd-8fa3-4bcd-8c32-9f04e3780594 HTTP/1.1" 200 1854 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83725-0502-b1d6-1a4b-0303c551173b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 5647a37d-afef-47f6-b521-b1bf1b6729f7 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83725-0502-b1d6-1a4b-0303c551173b?request_guid=5647a37d-afef-47f6-b521-b1bf1b6729f7 HTTP/1.1" 200 1855 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83725-0502-b1d6-1a4b-0303c551173b'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: cd3f98cf-a3ee-4a86-9522-10678cb390d5 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83725-0502-b1d6-1a4b-0303c551173b'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83725-0502-b1d6-1a4b-0303c551173b'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 73821fea-8839-4ea9-9901-ff35e4fce0f9 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=cd3f98cf-a3ee-4a86-9522-10678cb390d5&request_guid=73821fea-8839-4ea9-9901-ff35e4fce0f9 HTTP/1.1" 200 2196 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83725-0502-af26-1a4b-0303c551300f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83725-0502-af26-1a4b-0303c551300f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 6e51d37a-5607-4651-afe7-0e4ac60033d3 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: af417e11-71b2-41af-901e-d44a7dd855ad +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=6e51d37a-5607-4651-afe7-0e4ac60033d3&request_guid=af417e11-71b2-41af-901e-d44a7dd855ad HTTP/1.1" 200 1781 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83725-0502-b1d6-1a4b-0303c551176f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83725-0502-b1d6-1a4b-0303c551176f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 12 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83725-0502-b1d6-1a4b-0303c551176f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ba4026f4-f5ed-4fc5-b976-efa6b2fb678f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83725-0502-b1d6-1a4b-0303c551176f?request_guid=ba4026f4-f5ed-4fc5-b976-efa6b2fb678f HTTP/1.1" 200 2170 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83725-0502-b1d6-1a4b-0303c551176f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f70d19e9-63cf-41e0-806f-d240459296fb +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83725-0502-b1d6-1a4b-0303c551176f?request_guid=f70d19e9-63cf-41e0-806f-d240459296fb HTTP/1.1" 200 2170 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83725-0502-b1d6-1a4b-0303c551176f'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 62b106cd-f55c-4004-b6dc-295ec9445078 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83725-0502-b1d6-1a4b-0303c551176f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83725-0502-b1d6-1a4b-0303c551176f'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 66fb966c-87f3-45f2-a86c-437251f5bd75 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=62b106cd-f55c-4004-b6dc-295ec9445078&request_guid=66fb966c-87f3-45f2-a86c-437251f5bd75 HTTP/1.1" 200 1782 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83725-0502-b1d6-1a4b-0303c5511787 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83725-0502-b1d6-1a4b-0303c5511787 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 12 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','VPPERFORMANCE');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: cf6205aa-07de-4a82-8cdb-92ce29859882 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','VPPERFORMANCE');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','VPPERFORMANCE');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6d13f097-02da-42ac-bb92-abd794c02d32 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=cf6205aa-07de-4a82-8cdb-92ce29859882&request_guid=6d13f097-02da-42ac-bb92-abd794c02d32 HTTP/1.1" 200 2195 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83725-0502-afee-1a4b-0303c55107c3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83725-0502-afee-1a4b-0303c55107c3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83725-0502-afee-1a4b-0303c55107c3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c54869dd-56ce-4cf9-b4e7-e63aa3851449 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83725-0502-afee-1a4b-0303c55107c3?request_guid=c54869dd-56ce-4cf9-b4e7-e63aa3851449 HTTP/1.1" 200 1682 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83725-0502-afee-1a4b-0303c55107c3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d2d63126-7d1a-4a60-9ffd-901743c4520a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83725-0502-afee-1a4b-0303c55107c3?request_guid=d2d63126-7d1a-4a60-9ffd-901743c4520a HTTP/1.1" 200 1682 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83725-0502-afee-1a4b-0303c55107c3'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 76e1c1d8-4bf0-4ab3-854b-aefd405db085 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83725-0502-afee-1a4b-0303c55107c3'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83725-0502-afee-1a4b-0303c55107c3'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 908a993a-fbb9-4855-91d7-d19d96c9979b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=76e1c1d8-4bf0-4ab3-854b-aefd405db085&request_guid=908a993a-fbb9-4855-91d7-d19d96c9979b HTTP/1.1" 200 2196 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83725-0502-ae87-1a4b-0303c550fbc3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83725-0502-ae87-1a4b-0303c550fbc3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 23.93s ago] ('get_data', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=a139c1c4-af5d-4b04-9cc2-a859b938ce05 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 02f48094-2c41-4d0e-8616-9bd439c8762a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=a139c1c4-af5d-4b04-9cc2-a859b938ce05&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=02f48094-2c41-4d0e-8616-9bd439c8762a HTTP/1.1" 200 1555 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 6220b777-b0d5-41d7-9b18-4d7476881a4a +DEBUG:snowflake.connector.cursor:running query [SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 10b1cfb3-384e-4d7d-bdf0-af7ec2bbc994 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=6220b777-b0d5-41d7-9b18-4d7476881a4a&request_guid=10b1cfb3-384e-4d7d-bdf0-af7ec2bbc994 HTTP/1.1" 200 None +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83725-0502-af26-1a4b-0303c551309f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83725-0502-af26-1a4b-0303c551309f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=3 +INFO:snowflake.connector.cursor:Number of results in first chunk: 333 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83725-0502-af26-1a4b-0303c551309f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6cda31d7-ca1c-44aa-b955-9f1cb62f2373 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83725-0502-af26-1a4b-0303c551309f?request_guid=6cda31d7-ca1c-44aa-b955-9f1cb62f2373 HTTP/1.1" 200 2090 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83725-0502-af26-1a4b-0303c551309f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 964c65c8-b55d-475b-8a05-82849465f82f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83725-0502-af26-1a4b-0303c551309f?request_guid=964c65c8-b55d-475b-8a05-82849465f82f HTTP/1.1" 200 2090 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83725-0502-af26-1a4b-0303c551309f'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 90183a9a-5600-4de2-95c5-f9d8195a256f +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83725-0502-af26-1a4b-0303c551309f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83725-0502-af26-1a4b-0303c551309f'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f47f9c56-31e9-4755-a315-df4f09ecae23 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=90183a9a-5600-4de2-95c5-f9d8195a256f&request_guid=f47f9c56-31e9-4755-a315-df4f09ecae23 HTTP/1.1" 200 2261 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83725-0502-b0de-1a4b-0303c551277f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83725-0502-b0de-1a4b-0303c551277f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=4 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.result_set:result batch 1 has id: data_0_0_0 +DEBUG:snowflake.connector.result_set:result batch 2 has id: data_0_0_1 +DEBUG:snowflake.connector.result_set:result batch 3 has id: data_0_0_2 +DEBUG:snowflake.connector.result_set:result batch 4 has id: data_0_0_3 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_0 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_0 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_1 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/2 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_1 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_2 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/3 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_2 with existing session +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 1 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_3 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_3 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83725-0502-af26-1a4b-0303c551309f_0/main/data_0_0_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668104474&Signature=4ObMnYkyusMIunCW4le%2Bh7KmYbg%3D HTTP/1.1" 200 23598 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83725-0502-af26-1a4b-0303c551309f_0/main/data_0_0_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668104474&Signature=wgPAL87Me%2F5Fz41K4AxdmqBt7lk%3D HTTP/1.1" 200 131984 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83725-0502-af26-1a4b-0303c551309f_0/main/data_0_0_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668104474&Signature=DEkdWaxg%2FuISPlodjo3kALr7gkg%3D HTTP/1.1" 200 247815 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83725-0502-af26-1a4b-0303c551309f_0/main/data_0_0_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668104474&Signature=pwLSwkY87mKudbKw2luxxxH8PbM%3D HTTP/1.1" 200 260735 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 333 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 1 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_set:user began consuming result batch 2 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 334 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 334 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 342 +INFO:snowflake.connector.connection:closed +DEBUG:snowflake.connector.telemetry:Closing telemetry client. +INFO:snowflake.connector.connection:No async queries seem to be running, deleting session +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8d076974-7faf-47b6-89d4-9c1609c66414 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 10 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session?delete=true&request_guid=8d076974-7faf-47b6-89d4-9c1609c66414 HTTP/1.1" 200 76 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.connection:Session is closed +DEBUG:snowflake.connector.result_set:user finished consuming result batch 2 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 10 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 10, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 684 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 3 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1225 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 4 +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\pgfunctions.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:26:49] "GET /static/css/21.b5c496e2.chunk.css HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:26:49] "GET /lib/easing/easing.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:26:49] "GET /lib/counterup/counterup.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:26:49] "GET /js/main.js HTTP/1.1" 404 - +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 12.42s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 12.43s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 12.43s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=655eb9a6-8d4d-402d-a255-e4fe79fca3cc +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 4ceec195-1abe-4ab0-9ee0-162b0d78042c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 2505796803824 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2505796803824 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2505797171328 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2505797171328 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2505797171328 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2505797171328 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2505796803824 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2505796803824 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=655eb9a6-8d4d-402d-a255-e4fe79fca3cc&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=4ceec195-1abe-4ab0-9ee0-162b0d78042c HTTP/1.1" 200 1557 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_DEV, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=2008644a-9052-42ba-bdf9-2bf9696fb398 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: df9f52c8-9713-4973-9101-e0314f626ac2 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=2008644a-9052-42ba-bdf9-2bf9696fb398&databaseName=PL_DEV&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=df9f52c8-9713-4973-9101-e0314f626ac2 HTTP/1.1" 200 1553 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00155s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 5f1ca070-cd2b-4e53-bfc7-c3bb0e96af38 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8dc61f88-e1c6-4327-beb5-329806340a59 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=5f1ca070-cd2b-4e53-bfc7-c3bb0e96af38&request_guid=8dc61f88-e1c6-4327-beb5-329806340a59 HTTP/1.1" 200 2195 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8372b-0502-b0de-1a4b-0303c552e17b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8372b-0502-b0de-1a4b-0303c552e17b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8372b-0502-b0de-1a4b-0303c552e17b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 334d20f8-c354-415f-9cda-6c4264933b28 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8372b-0502-b0de-1a4b-0303c552e17b?request_guid=334d20f8-c354-415f-9cda-6c4264933b28 HTTP/1.1" 200 1857 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8372b-0502-b0de-1a4b-0303c552e17b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6dad9ecc-2ab3-466d-8306-2695c8ca76eb +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8372b-0502-b0de-1a4b-0303c552e17b?request_guid=6dad9ecc-2ab3-466d-8306-2695c8ca76eb HTTP/1.1" 200 1856 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8372b-0502-b0de-1a4b-0303c552e17b'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: a0eaafe9-c951-4d93-90b5-e44fc64e051b +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8372b-0502-b0de-1a4b-0303c552e17b'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8372b-0502-b0de-1a4b-0303c552e17b'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e96d3bd7-f248-43fe-b608-8352e0bcb959 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=a0eaafe9-c951-4d93-90b5-e44fc64e051b&request_guid=e96d3bd7-f248-43fe-b608-8352e0bcb959 HTTP/1.1" 200 2196 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8372b-0502-b1d6-1a4b-0303c552bd47 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8372b-0502-b1d6-1a4b-0303c552bd47 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 537f7a59-678f-4324-b5f8-48869f19db07 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 41d799ae-9832-42e8-aaad-988629e289f9 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=537f7a59-678f-4324-b5f8-48869f19db07&request_guid=41d799ae-9832-42e8-aaad-988629e289f9 HTTP/1.1" 200 1787 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8372b-0502-afee-1a4b-0303c552d2a3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8372b-0502-afee-1a4b-0303c552d2a3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 12 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8372b-0502-afee-1a4b-0303c552d2a3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f39bcbfd-bd9b-4cdf-a175-382bd135f058 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8372b-0502-afee-1a4b-0303c552d2a3?request_guid=f39bcbfd-bd9b-4cdf-a175-382bd135f058 HTTP/1.1" 200 2187 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8372b-0502-afee-1a4b-0303c552d2a3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 56f0f05b-fa21-4356-8aa6-77cf5a6bd961 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8372b-0502-afee-1a4b-0303c552d2a3?request_guid=56f0f05b-fa21-4356-8aa6-77cf5a6bd961 HTTP/1.1" 200 2186 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8372b-0502-afee-1a4b-0303c552d2a3'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 25f7dbd4-9a0f-4add-a943-d1ddab5e75ee +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8372b-0502-afee-1a4b-0303c552d2a3'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8372b-0502-afee-1a4b-0303c552d2a3'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8c8aae87-3cd0-49a8-8925-67a48f8e1a37 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=25f7dbd4-9a0f-4add-a943-d1ddab5e75ee&request_guid=8c8aae87-3cd0-49a8-8925-67a48f8e1a37 HTTP/1.1" 200 1788 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8372b-0502-ae87-1a4b-0303c552b003 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8372b-0502-ae87-1a4b-0303c552b003 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 12 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','VPPERFORMANCE');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: d97f1f22-a085-45b2-a3e1-8d77c4232af1 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','VPPERFORMANCE');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','VPPERFORMANCE');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: b692af4a-e43e-484d-ab9f-f400ff0d1887 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=d97f1f22-a085-45b2-a3e1-8d77c4232af1&request_guid=b692af4a-e43e-484d-ab9f-f400ff0d1887 HTTP/1.1" 200 2191 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8372b-0502-af26-1a4b-0303c552ca97 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8372b-0502-af26-1a4b-0303c552ca97 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8372b-0502-af26-1a4b-0303c552ca97' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 12193492-9dc2-40a9-b6ca-2673b0d399b8 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8372b-0502-af26-1a4b-0303c552ca97?request_guid=12193492-9dc2-40a9-b6ca-2673b0d399b8 HTTP/1.1" 200 1683 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8372b-0502-af26-1a4b-0303c552ca97' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 75f4500f-34df-41f5-96ef-6fe12b48b222 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8372b-0502-af26-1a4b-0303c552ca97?request_guid=75f4500f-34df-41f5-96ef-6fe12b48b222 HTTP/1.1" 200 1684 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8372b-0502-af26-1a4b-0303c552ca97'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 69ffee04-17a1-493b-ab15-9b15fd792081 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8372b-0502-af26-1a4b-0303c552ca97'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8372b-0502-af26-1a4b-0303c552ca97'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 108197dc-32b5-4299-8549-69fabd66fc66 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=69ffee04-17a1-493b-ab15-9b15fd792081&request_guid=108197dc-32b5-4299-8549-69fabd66fc66 HTTP/1.1" 200 2188 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8372b-0502-b1d6-1a4b-0303c552bddf +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8372b-0502-b1d6-1a4b-0303c552bddf +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 3.771s ago] ('get_data', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=98ce520e-bf4a-47ee-b488-a08eecb91fc7 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 5b93593d-8888-41dc-932c-7db998bd9a21 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=98ce520e-bf4a-47ee-b488-a08eecb91fc7&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=5b93593d-8888-41dc-932c-7db998bd9a21 HTTP/1.1" 200 1557 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 06d4f6c6-8f9d-4118-889f-b0c82569eca2 +DEBUG:snowflake.connector.cursor:running query [SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 10763f38-4a3b-4633-b404-f59d76a489be +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=06d4f6c6-8f9d-4118-889f-b0c82569eca2&request_guid=10763f38-4a3b-4633-b404-f59d76a489be HTTP/1.1" 200 None +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8372b-0502-af26-1a4b-0303c552caeb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8372b-0502-af26-1a4b-0303c552caeb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=3 +INFO:snowflake.connector.cursor:Number of results in first chunk: 333 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8372b-0502-af26-1a4b-0303c552caeb' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 848f44b4-ebd3-4433-be14-8323197e61a9 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8372b-0502-af26-1a4b-0303c552caeb?request_guid=848f44b4-ebd3-4433-be14-8323197e61a9 HTTP/1.1" 200 2090 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8372b-0502-af26-1a4b-0303c552caeb' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 470c1feb-b637-4f8c-82cd-c6302ee17dbd +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8372b-0502-af26-1a4b-0303c552caeb?request_guid=470c1feb-b637-4f8c-82cd-c6302ee17dbd HTTP/1.1" 200 2090 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8372b-0502-af26-1a4b-0303c552caeb'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: a28d852d-c377-40f5-8fd5-8fd90b663d14 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8372b-0502-af26-1a4b-0303c552caeb'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8372b-0502-af26-1a4b-0303c552caeb'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 74467b11-c7b3-48f2-a7e3-450e64187a13 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=a28d852d-c377-40f5-8fd5-8fd90b663d14&request_guid=74467b11-c7b3-48f2-a7e3-450e64187a13 HTTP/1.1" 200 2270 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8372b-0502-ae87-1a4b-0303c552f0cb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8372b-0502-ae87-1a4b-0303c552f0cb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=4 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.result_set:result batch 1 has id: data_0_0_0 +DEBUG:snowflake.connector.result_set:result batch 2 has id: data_0_0_1 +DEBUG:snowflake.connector.result_set:result batch 3 has id: data_0_0_2 +DEBUG:snowflake.connector.result_set:result batch 4 has id: data_0_0_3 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_0 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_0 with existing session +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_1 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/2 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_1 with existing session +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_2 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/3 active sessions +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 1 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_2 with existing session +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_3 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_3 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a8372b-0502-af26-1a4b-0303c552caeb_0/main/data_0_0_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668104828&Signature=MeSZBEspegjHEUOxjSGjS2msqCU%3D HTTP/1.1" 200 23598 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a8372b-0502-af26-1a4b-0303c552caeb_0/main/data_0_0_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668104828&Signature=W1JQS5TW8J%2F4CT3Vf2LmT2Iey9M%3D HTTP/1.1" 200 131984 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a8372b-0502-af26-1a4b-0303c552caeb_0/main/data_0_0_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668104828&Signature=GIlBlQ2wHVvy2yRilYBpC%2BV%2BRzA%3D HTTP/1.1" 200 260735 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 333 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 1 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 2 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a8372b-0502-af26-1a4b-0303c552caeb_0/main/data_0_0_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668104828&Signature=c%2BKfF%2BcPOEcLFPOSGCDTtm49DzI%3D HTTP/1.1" 200 255951 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_set:user began consuming result batch 2 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 334 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 334 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 342 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 2 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 10 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_set:user began consuming result batch 3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 10 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 10, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 342 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 684 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 3 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1357 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 4 +INFO:snowflake.connector.connection:closed +DEBUG:snowflake.connector.telemetry:Closing telemetry client. +INFO:snowflake.connector.connection:No async queries seem to be running, deleting session +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6c997091-1e51-4366-a47d-d779c0bcb853 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session?delete=true&request_guid=6c997091-1e51-4366-a47d-d779c0bcb853 HTTP/1.1" 200 76 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.connection:Session is closed +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\pgfunctions.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:31:42] "GET /static/css/21.b5c496e2.chunk.css HTTP/1.1" 404 - +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 21.12s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 21.13s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 21.13s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=26726221-a3ee-405b-b8ba-e9ece15def20 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 63aa2c97-2a87-43b2-b01a-034615a89cdb +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 2069681018032 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2069681018032 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2069681320000 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2069681320000 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2069681320000 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2069681320000 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2069681018032 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2069681018032 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=26726221-a3ee-405b-b8ba-e9ece15def20&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=63aa2c97-2a87-43b2-b01a-034615a89cdb HTTP/1.1" 200 1552 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_DEV, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=44b590a0-f798-4b05-beee-65defd446bcf +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 67b2378e-a1b9-42b2-845c-d97103631aa5 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=44b590a0-f798-4b05-beee-65defd446bcf&databaseName=PL_DEV&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=67b2378e-a1b9-42b2-845c-d97103631aa5 HTTP/1.1" 200 1552 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00236s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 67934d9b-6ce4-411d-85c5-0a0e00a66cce +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9b985b66-c590-4c03-83ed-e97386ed370f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=67934d9b-6ce4-411d-85c5-0a0e00a66cce&request_guid=9b985b66-c590-4c03-83ed-e97386ed370f HTTP/1.1" 200 2200 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8372f-0502-afee-1a4b-0303c5541297 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8372f-0502-afee-1a4b-0303c5541297 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8372f-0502-afee-1a4b-0303c5541297' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a50052a2-8374-4927-bd5e-3ac471a4571b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8372f-0502-afee-1a4b-0303c5541297?request_guid=a50052a2-8374-4927-bd5e-3ac471a4571b HTTP/1.1" 200 1861 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8372f-0502-afee-1a4b-0303c5541297' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 13151cb4-6c4c-4e7e-904a-e89bf6d12abb +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8372f-0502-afee-1a4b-0303c5541297?request_guid=13151cb4-6c4c-4e7e-904a-e89bf6d12abb HTTP/1.1" 200 1861 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8372f-0502-afee-1a4b-0303c5541297'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 47015ee5-27cb-45aa-8531-623c9af84cac +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8372f-0502-afee-1a4b-0303c5541297'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8372f-0502-afee-1a4b-0303c5541297'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a9c1b442-9aa1-4900-9a6e-d366cd72392f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=47015ee5-27cb-45aa-8531-623c9af84cac&request_guid=a9c1b442-9aa1-4900-9a6e-d366cd72392f HTTP/1.1" 200 2200 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8372f-0502-afee-1a4b-0303c55412c7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8372f-0502-afee-1a4b-0303c55412c7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 9e4011b1-f856-43eb-b58c-ca121ea6e293 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c780627d-d3e0-42e7-83a1-f1a17b062efd +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=9e4011b1-f856-43eb-b58c-ca121ea6e293&request_guid=c780627d-d3e0-42e7-83a1-f1a17b062efd HTTP/1.1" 200 1789 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8372f-0502-afee-1a4b-0303c55412cb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8372f-0502-afee-1a4b-0303c55412cb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 12 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8372f-0502-afee-1a4b-0303c55412cb' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 16cc9de6-c716-4160-89c5-5dd9c598b842 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8372f-0502-afee-1a4b-0303c55412cb?request_guid=16cc9de6-c716-4160-89c5-5dd9c598b842 HTTP/1.1" 200 2182 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8372f-0502-afee-1a4b-0303c55412cb' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 38d39484-05bc-4e6e-95d7-147ee168fd9b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8372f-0502-afee-1a4b-0303c55412cb?request_guid=38d39484-05bc-4e6e-95d7-147ee168fd9b HTTP/1.1" 200 2181 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8372f-0502-afee-1a4b-0303c55412cb'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: b66ede7a-75a3-45bc-80b3-c9a39bc26b5a +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8372f-0502-afee-1a4b-0303c55412cb'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8372f-0502-afee-1a4b-0303c55412cb'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: bcae2ff5-010e-471c-9d5f-932c3c9746fd +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=b66ede7a-75a3-45bc-80b3-c9a39bc26b5a&request_guid=bcae2ff5-010e-471c-9d5f-932c3c9746fd HTTP/1.1" 200 1789 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83730-0502-afee-1a4b-0303c554130b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83730-0502-afee-1a4b-0303c554130b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 12 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','VPPERFORMANCE');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 56043992-c065-4b90-856d-2b357945e2fa +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','VPPERFORMANCE');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','VPPERFORMANCE');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 08dd8c56-d6f4-4eb3-afab-d5b217992002 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=56043992-c065-4b90-856d-2b357945e2fa&request_guid=08dd8c56-d6f4-4eb3-afab-d5b217992002 HTTP/1.1" 200 2193 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83730-0502-ae87-1a4b-0303c55430db +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83730-0502-ae87-1a4b-0303c55430db +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83730-0502-ae87-1a4b-0303c55430db' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6471b88f-6d60-4a5a-9602-b16e96343136 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83730-0502-ae87-1a4b-0303c55430db?request_guid=6471b88f-6d60-4a5a-9602-b16e96343136 HTTP/1.1" 200 1682 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83730-0502-ae87-1a4b-0303c55430db' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: faf30e32-a6d5-43ad-8f99-805ed6b04681 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83730-0502-ae87-1a4b-0303c55430db?request_guid=faf30e32-a6d5-43ad-8f99-805ed6b04681 HTTP/1.1" 200 1681 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83730-0502-ae87-1a4b-0303c55430db'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 737ebf56-40f0-4fcb-9907-9833ff2e3413 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83730-0502-ae87-1a4b-0303c55430db'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83730-0502-ae87-1a4b-0303c55430db'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9064d0b1-a973-4599-a979-fbd12c1d20f7 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=737ebf56-40f0-4fcb-9907-9833ff2e3413&request_guid=9064d0b1-a973-4599-a979-fbd12c1d20f7 HTTP/1.1" 200 2190 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83730-0502-b0de-1a4b-0303c55421b7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83730-0502-b0de-1a4b-0303c55421b7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 3.413s ago] ('get_data', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=fbdf0f18-f6ec-4a48-9058-708cb1e61d47 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d9162ba9-de23-42e0-853d-55732789e775 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=fbdf0f18-f6ec-4a48-9058-708cb1e61d47&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=d9162ba9-de23-42e0-853d-55732789e775 HTTP/1.1" 200 1550 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 5f99feb8-b672-4333-bf4d-141f8b060cf1 +DEBUG:snowflake.connector.cursor:running query [SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7ab56911-d860-4cb4-a7e8-2dcbd3975e92 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=5f99feb8-b672-4333-bf4d-141f8b060cf1&request_guid=7ab56911-d860-4cb4-a7e8-2dcbd3975e92 HTTP/1.1" 200 None +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83730-0502-ae87-1a4b-0303c5543123 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83730-0502-ae87-1a4b-0303c5543123 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=3 +INFO:snowflake.connector.cursor:Number of results in first chunk: 333 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83730-0502-ae87-1a4b-0303c5543123' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 41c349aa-f46b-499b-81db-3684b96ee29e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83730-0502-ae87-1a4b-0303c5543123?request_guid=41c349aa-f46b-499b-81db-3684b96ee29e HTTP/1.1" 200 2094 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83730-0502-ae87-1a4b-0303c5543123' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e2b88ebb-dfee-4f48-b61d-0b0c75996a14 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83730-0502-ae87-1a4b-0303c5543123?request_guid=e2b88ebb-dfee-4f48-b61d-0b0c75996a14 HTTP/1.1" 200 2096 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83730-0502-ae87-1a4b-0303c5543123'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: ebc20717-06e7-499d-a691-5a55ce0276a2 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83730-0502-ae87-1a4b-0303c5543123'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83730-0502-ae87-1a4b-0303c5543123'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 08dc5c97-ace4-4606-91e3-58cb9c92a053 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=ebc20717-06e7-499d-a691-5a55ce0276a2&request_guid=08dc5c97-ace4-4606-91e3-58cb9c92a053 HTTP/1.1" 200 2271 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83730-0502-ae87-1a4b-0303c5543153 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83730-0502-ae87-1a4b-0303c5543153 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=4 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.result_set:result batch 1 has id: data_0_0_0 +DEBUG:snowflake.connector.result_set:result batch 2 has id: data_0_0_1 +DEBUG:snowflake.connector.result_set:result batch 3 has id: data_0_0_2 +DEBUG:snowflake.connector.result_set:result batch 4 has id: data_0_0_3 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_0 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_0 with existing session +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_2 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_1 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/2 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_1 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_2 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/3 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_2 with existing session +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_3 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_3 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83730-0502-ae87-1a4b-0303c5543123_0/main/data_0_0_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668105124&Signature=KGZ2kti7QJV%2BH4MU5eHn9BCP%2FAE%3D HTTP/1.1" 200 23598 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83730-0502-ae87-1a4b-0303c5543123_0/main/data_0_0_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668105124&Signature=L9GS0PARJtdwQpkJQB0yQBioEYE%3D HTTP/1.1" 200 264602 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83730-0502-ae87-1a4b-0303c5543123_0/main/data_0_0_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668105124&Signature=Hs0IAFDeiuh1UmgPdgZS4dCtntQ%3D HTTP/1.1" 200 260735 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83730-0502-ae87-1a4b-0303c5543123_0/main/data_0_0_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668105124&Signature=oAU7zyP6ii6y%2FRUTdt63yuXc46U%3D HTTP/1.1" 200 131984 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 333 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 1 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_set:user began consuming result batch 2 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 334 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 334 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 342 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 2 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 10 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 10 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 10, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 684 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 3 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1367 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 122 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 4 +INFO:snowflake.connector.connection:closed +DEBUG:snowflake.connector.telemetry:Closing telemetry client. +INFO:snowflake.connector.connection:No async queries seem to be running, deleting session +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 73d1373e-9fe5-4477-99ad-6893653f30d9 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session?delete=true&request_guid=73d1373e-9fe5-4477-99ad-6893653f30d9 HTTP/1.1" 200 76 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.connection:Session is closed +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\pgfunctions.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.6529s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.6578s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.6616s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=26344001-7931-491e-a53b-569044f46917 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d932d6e0-b9c5-4023-8f2e-d94d02791f8e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:33:44] "GET /static/css/21.b5c496e2.chunk.css HTTP/1.1" 404 - +DEBUG:filelock:Attempting to acquire lock 1959928403216 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1959928403216 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 1959928705184 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1959928705184 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 1959928705184 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 1959928705184 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 1959928403216 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1959928403216 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=26344001-7931-491e-a53b-569044f46917&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=d932d6e0-b9c5-4023-8f2e-d94d02791f8e HTTP/1.1" 200 1555 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_DEV, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=64e58aa6-c4dd-471f-8cff-d71e3b47fa57 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 89fd3da0-45f2-4934-a446-bf75ab1008aa +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 2.932s ago] ('fromdata', 1, 0) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 3.006s ago] ('todata', 1, 0) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 3.03s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=9c1bfca0-fd9a-451a-b315-20fd304b73dc +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 765364a1-bf7d-41bf-9d84-d1edcbbdf863 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=64e58aa6-c4dd-471f-8cff-d71e3b47fa57&databaseName=PL_DEV&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=89fd3da0-45f2-4934-a446-bf75ab1008aa HTTP/1.1" 200 1554 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00238s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 1d1ad9e7-a85e-4f19-8dac-1cdf6c4bf2a8 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 778cdd93-dead-4c0a-ac04-c165899c92d8 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=9c1bfca0-fd9a-451a-b315-20fd304b73dc&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=765364a1-bf7d-41bf-9d84-d1edcbbdf863 HTTP/1.1" 200 1554 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_DEV, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=3761172a-f134-4505-b8d9-a6ff657c5e25 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 581f9fad-d622-4c6c-8df2-1e3cae5e1e41 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=1d1ad9e7-a85e-4f19-8dac-1cdf6c4bf2a8&request_guid=778cdd93-dead-4c0a-ac04-c165899c92d8 HTTP/1.1" 200 2196 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83731-0502-b0de-1a4b-0303c5547e43 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83731-0502-b0de-1a4b-0303c5547e43 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83731-0502-b0de-1a4b-0303c5547e43' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 5ac2daa7-9979-4ed3-8a77-c199b1c2b573 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83731-0502-b0de-1a4b-0303c5547e43?request_guid=5ac2daa7-9979-4ed3-8a77-c199b1c2b573 HTTP/1.1" 200 1873 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83731-0502-b0de-1a4b-0303c5547e43' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Request guid: a9db0db5-7477-40ec-bab3-26169b84a153 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83731-0502-b0de-1a4b-0303c5547e43?request_guid=a9db0db5-7477-40ec-bab3-26169b84a153 HTTP/1.1" 200 1874 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83731-0502-b0de-1a4b-0303c5547e43'))] +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.cursor:Request id: 82317f2b-a3dd-4c0f-92c3-fa47d2a3e0a7 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83731-0502-b0de-1a4b-0303c5547e43'))] +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83731-0502-b0de-1a4b-0303c5547e43'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6ae2a8bb-8741-4b6d-a3e0-57dcbbcf79c0 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=82317f2b-a3dd-4c0f-92c3-fa47d2a3e0a7&request_guid=6ae2a8bb-8741-4b6d-a3e0-57dcbbcf79c0 HTTP/1.1" 200 2200 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83731-0502-ae87-1a4b-0303c5548c97 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.cursor:sfqid: 01a83731-0502-ae87-1a4b-0303c5548c97 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: cc486597-80de-4657-808e-831963d231aa +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.network:Request guid: 44c11eb1-8260-4216-859e-5f53e114ae7f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=3761172a-f134-4505-b8d9-a6ff657c5e25&databaseName=PL_DEV&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=581f9fad-d622-4c6c-8df2-1e3cae5e1e41 HTTP/1.1" 200 1554 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 2.037s ago] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: ce155cf3-9755-47b9-af05-2978f38ae322 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: b823ae9d-3ef3-4751-b276-dc54b7f5c44e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=cc486597-80de-4657-808e-831963d231aa&request_guid=44c11eb1-8260-4216-859e-5f53e114ae7f HTTP/1.1" 200 1782 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83731-0502-b1d6-1a4b-0303c5549b77 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83731-0502-b1d6-1a4b-0303c5549b77 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 12 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83731-0502-b1d6-1a4b-0303c5549b77' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9dc6a93d-34d1-4971-a2c1-0360c096e6f9 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83731-0502-b1d6-1a4b-0303c5549b77?request_guid=9dc6a93d-34d1-4971-a2c1-0360c096e6f9 HTTP/1.1" 200 2178 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83731-0502-b1d6-1a4b-0303c5549b77' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 4b2011af-62d1-4373-9d0c-278ddff660d2 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83731-0502-b1d6-1a4b-0303c5549b77?request_guid=4b2011af-62d1-4373-9d0c-278ddff660d2 HTTP/1.1" 200 2180 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83731-0502-b1d6-1a4b-0303c5549b77'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 568851f1-d4dd-48f3-ae6b-bbe20144ed59 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83731-0502-b1d6-1a4b-0303c5549b77'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83731-0502-b1d6-1a4b-0303c5549b77'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f101eaf4-8ce5-435f-b918-745b982a5948 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=568851f1-d4dd-48f3-ae6b-bbe20144ed59&request_guid=f101eaf4-8ce5-435f-b918-745b982a5948 HTTP/1.1" 200 1782 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83731-0502-b0de-1a4b-0303c5547edf +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83731-0502-b0de-1a4b-0303c5547edf +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 12 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','VPPERFORMANCE');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: aa89e6d3-f6ce-41c7-a2b6-97c2b3427df5 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','VPPERFORMANCE');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','VPPERFORMANCE');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: fd508ef5-fbd5-48bf-8d54-ccbafed86da7 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=ce155cf3-9755-47b9-af05-2978f38ae322&request_guid=b823ae9d-3ef3-4751-b276-dc54b7f5c44e HTTP/1.1" 200 2195 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83731-0502-b1d6-1a4b-0303c5549b9b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83731-0502-b1d6-1a4b-0303c5549b9b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83731-0502-b1d6-1a4b-0303c5549b9b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 2362f4a8-569e-4f71-a697-03dca422b430 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=aa89e6d3-f6ce-41c7-a2b6-97c2b3427df5&request_guid=fd508ef5-fbd5-48bf-8d54-ccbafed86da7 HTTP/1.1" 200 2193 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83731-0502-ae87-1a4b-0303c5548cdf +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83731-0502-ae87-1a4b-0303c5548cdf +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83731-0502-ae87-1a4b-0303c5548cdf' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 268e2584-c288-40a4-a4a4-646b2c47615e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83731-0502-b1d6-1a4b-0303c5549b9b?request_guid=2362f4a8-569e-4f71-a697-03dca422b430 HTTP/1.1" 200 1862 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83731-0502-b1d6-1a4b-0303c5549b9b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 806c4574-0f45-48a1-a2ba-d6426b3f607e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83731-0502-ae87-1a4b-0303c5548cdf?request_guid=268e2584-c288-40a4-a4a4-646b2c47615e HTTP/1.1" 200 1686 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83731-0502-ae87-1a4b-0303c5548cdf' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 003cd524-c8f7-40c8-af49-b74382bfb50d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83731-0502-b1d6-1a4b-0303c5549b9b?request_guid=806c4574-0f45-48a1-a2ba-d6426b3f607e HTTP/1.1" 200 1863 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83731-0502-b1d6-1a4b-0303c5549b9b'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 19f7f466-48cc-41ef-8181-6b2376ed41e6 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83731-0502-b1d6-1a4b-0303c5549b9b'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83731-0502-ae87-1a4b-0303c5548cdf?request_guid=003cd524-c8f7-40c8-af49-b74382bfb50d HTTP/1.1" 200 1686 +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83731-0502-b1d6-1a4b-0303c5549b9b'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83731-0502-ae87-1a4b-0303c5548cdf'))] +DEBUG:snowflake.connector.network:Request guid: 8803e27b-42ba-41d6-894f-c979a62cf2a8 +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.cursor:Request id: 9f91ede6-17d0-404f-8957-f3e3e4507441 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83731-0502-ae87-1a4b-0303c5548cdf'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83731-0502-ae87-1a4b-0303c5548cdf'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 4bac6773-57a3-49bb-bd6c-abf636ab2f46 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=9f91ede6-17d0-404f-8957-f3e3e4507441&request_guid=4bac6773-57a3-49bb-bd6c-abf636ab2f46 HTTP/1.1" 200 2192 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=19f7f466-48cc-41ef-8181-6b2376ed41e6&request_guid=8803e27b-42ba-41d6-894f-c979a62cf2a8 HTTP/1.1" 200 2195 +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:Query id: 01a83731-0502-af26-1a4b-0303c554a8f7 +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.network:Query id: 01a83731-0502-b1d6-1a4b-0303c5549bc7 +DEBUG:snowflake.connector.cursor:sfqid: 01a83731-0502-af26-1a4b-0303c554a8f7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:sfqid: 01a83731-0502-b1d6-1a4b-0303c5549bc7 +DEBUG:snowflake.connector.cursor:SUCCESS +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.cursor:PUT OR GET: None +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 80686272-3121-4786-95af-fc6ad450ad95 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0f6432a8-ef7b-400b-bd74-705729ab662c +DEBUG:snowflake.connector.network:socket timeout: 60 +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 3.238s ago] ('get_data', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=aea11ab4-094e-4cd1-9717-2a9837768096 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e6991804-de44-4172-87cf-368acdf16c16 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=80686272-3121-4786-95af-fc6ad450ad95&request_guid=0f6432a8-ef7b-400b-bd74-705729ab662c HTTP/1.1" 200 1784 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83731-0502-b0de-1a4b-0303c5547f0b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83731-0502-b0de-1a4b-0303c5547f0b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 12 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83731-0502-b0de-1a4b-0303c5547f0b' +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.network:Request guid: ffd2b501-ac2a-44ae-9930-aa0a02f7467d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83731-0502-b0de-1a4b-0303c5547f0b?request_guid=ffd2b501-ac2a-44ae-9930-aa0a02f7467d HTTP/1.1" 200 2172 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83731-0502-b0de-1a4b-0303c5547f0b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6210dfb3-16a3-4672-b652-d7fe50f7c1e8 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83731-0502-b0de-1a4b-0303c5547f0b?request_guid=6210dfb3-16a3-4672-b652-d7fe50f7c1e8 HTTP/1.1" 200 2172 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83731-0502-b0de-1a4b-0303c5547f0b'))] +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.cursor:Request id: 0bfcb88d-fd1b-45c7-ab17-2310c4040776 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83731-0502-b0de-1a4b-0303c5547f0b'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83731-0502-b0de-1a4b-0303c5547f0b'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.network:Request guid: 12367385-3f68-4ae8-a8cb-3b29cc03ebe0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=0bfcb88d-fd1b-45c7-ab17-2310c4040776&request_guid=12367385-3f68-4ae8-a8cb-3b29cc03ebe0 HTTP/1.1" 200 1785 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83731-0502-af26-1a4b-0303c554a96f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83731-0502-af26-1a4b-0303c554a96f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 12 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','VPPERFORMANCE');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 8ecc4afc-da6d-4853-ab24-a24a6623b57d +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','VPPERFORMANCE');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','VPPERFORMANCE');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7ccfe532-f98c-41a1-bbe7-fde6fb24015e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=8ecc4afc-da6d-4853-ab24-a24a6623b57d&request_guid=7ccfe532-f98c-41a1-bbe7-fde6fb24015e HTTP/1.1" 200 2195 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83731-0502-afee-1a4b-0303c554b277 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83731-0502-afee-1a4b-0303c554b277 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83731-0502-afee-1a4b-0303c554b277' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a3df84a5-cf12-482c-a49a-63f7a32795ae +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83731-0502-afee-1a4b-0303c554b277?request_guid=a3df84a5-cf12-482c-a49a-63f7a32795ae HTTP/1.1" 200 1678 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83731-0502-afee-1a4b-0303c554b277' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 3f3387ef-6254-4c21-9f07-a24319e88ec7 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83731-0502-afee-1a4b-0303c554b277?request_guid=3f3387ef-6254-4c21-9f07-a24319e88ec7 HTTP/1.1" 200 1678 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83731-0502-afee-1a4b-0303c554b277'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: d4044c56-c9ef-4207-b585-29c9321e6437 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83731-0502-afee-1a4b-0303c554b277'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83731-0502-afee-1a4b-0303c554b277'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 963513d0-9481-41f5-b4f8-3cbb44da14ee +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=d4044c56-c9ef-4207-b585-29c9321e6437&request_guid=963513d0-9481-41f5-b4f8-3cbb44da14ee HTTP/1.1" 200 2195 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83731-0502-ae87-1a4b-0303c5548d8b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83731-0502-ae87-1a4b-0303c5548d8b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=aea11ab4-094e-4cd1-9717-2a9837768096&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=e6991804-de44-4172-87cf-368acdf16c16 HTTP/1.1" 200 1549 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 4ae4bcdb-561d-426b-a9a9-2aa9daf564a6 +DEBUG:snowflake.connector.cursor:running query [SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 3c0fe045-5798-4839-83e5-738d7bf2b013 +DEBUG:snowflake.connector.network:socket timeout: 60 +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 5.141s ago] ('get_data', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=694aa4fc-fac1-4bfa-ab1b-187c89aae4aa +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8e7a848f-17ae-4aae-858a-eca43c5b217d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=4ae4bcdb-561d-426b-a9a9-2aa9daf564a6&request_guid=3c0fe045-5798-4839-83e5-738d7bf2b013 HTTP/1.1" 200 None +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83731-0502-af26-1a4b-0303c554a9b3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83731-0502-af26-1a4b-0303c554a9b3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=3 +INFO:snowflake.connector.cursor:Number of results in first chunk: 333 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83731-0502-af26-1a4b-0303c554a9b3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6ed5f85c-d401-4fdf-854e-511ffeab039e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83731-0502-af26-1a4b-0303c554a9b3?request_guid=6ed5f85c-d401-4fdf-854e-511ffeab039e HTTP/1.1" 200 2091 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83731-0502-af26-1a4b-0303c554a9b3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7c02442b-9be7-436d-a1fe-96e14615b767 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=694aa4fc-fac1-4bfa-ab1b-187c89aae4aa&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=8e7a848f-17ae-4aae-858a-eca43c5b217d HTTP/1.1" 200 1553 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: cc1a9d20-d616-4b90-8ddf-9a063a39b8c7 +DEBUG:snowflake.connector.cursor:running query [SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e1360b2e-ad83-4e9b-9bfc-431ba01b1af5 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83731-0502-af26-1a4b-0303c554a9b3?request_guid=7c02442b-9be7-436d-a1fe-96e14615b767 HTTP/1.1" 200 2090 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83731-0502-af26-1a4b-0303c554a9b3'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: f286ff5d-d11e-43b7-94ce-40a248eaaa41 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83731-0502-af26-1a4b-0303c554a9b3'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83731-0502-af26-1a4b-0303c554a9b3'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 091c88bd-fd72-478d-a34f-975bc2525537 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=cc1a9d20-d616-4b90-8ddf-9a063a39b8c7&request_guid=e1360b2e-ad83-4e9b-9bfc-431ba01b1af5 HTTP/1.1" 200 2262 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83731-0502-b1d6-1a4b-0303c5549ccb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83731-0502-b1d6-1a4b-0303c5549ccb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=4 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83731-0502-b1d6-1a4b-0303c5549ccb' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c0ab2f84-8330-4cff-93ab-2e343cf87d2a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=f286ff5d-d11e-43b7-94ce-40a248eaaa41&request_guid=091c88bd-fd72-478d-a34f-975bc2525537 HTTP/1.1" 200 2261 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83731-0502-b1d6-1a4b-0303c5549ccf +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83731-0502-b1d6-1a4b-0303c5549ccf +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=4 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.result_set:result batch 1 has id: data_0_0_0 +DEBUG:snowflake.connector.result_set:result batch 2 has id: data_0_0_1 +DEBUG:snowflake.connector.result_set:result batch 3 has id: data_0_0_2 +DEBUG:snowflake.connector.result_set:result batch 4 has id: data_0_0_3 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_0 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_0 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_1 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/2 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_1 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_2 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/3 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_2 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83731-0502-b1d6-1a4b-0303c5549ccb?request_guid=c0ab2f84-8330-4cff-93ab-2e343cf87d2a HTTP/1.1" 200 1949 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83731-0502-b1d6-1a4b-0303c5549ccb' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 1 +DEBUG:snowflake.connector.network:Request guid: 2b3abbd5-7d8f-4138-97ae-653fb6722303 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_3 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_3 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83731-0502-b1d6-1a4b-0303c5549ccb?request_guid=2b3abbd5-7d8f-4138-97ae-653fb6722303 HTTP/1.1" 200 1949 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83731-0502-b1d6-1a4b-0303c5549ccb'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: c0f9a942-f2a4-43be-9ec5-d6d55433c115 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83731-0502-b1d6-1a4b-0303c5549ccb'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83731-0502-b1d6-1a4b-0303c5549ccb'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: b54b8717-1d1c-4980-8445-8eb9d54a917c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=c0f9a942-f2a4-43be-9ec5-d6d55433c115&request_guid=b54b8717-1d1c-4980-8445-8eb9d54a917c HTTP/1.1" 200 2267 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.network:Query id: 01a83731-0502-b1d6-1a4b-0303c5549ce7 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.cursor:sfqid: 01a83731-0502-b1d6-1a4b-0303c5549ce7 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:result batch 1 has id: data_0_0_0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:result batch 2 has id: data_0_0_1 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.result_set:result batch 3 has id: data_0_0_2 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.result_set:result batch 4 has id: data_0_0_3 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_1 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_1 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_0 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_2 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/2 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 1 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_3 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_1 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/3 active sessions +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_2 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_3 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83731-0502-af26-1a4b-0303c554a9b3_0/main/data_0_0_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668105236&Signature=ksCCm1niblUQGTJ%2FyZYhFs46reo%3D HTTP/1.1" 200 23598 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_0 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.result_set:user began consuming result batch 1 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 333 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.result_set:user finished consuming result batch 1 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 2 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83731-0502-af26-1a4b-0303c554a9b3_0/main/data_0_0_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668105236&Signature=CGlRGyPTtu39dk1KAZfIS3kUTs0%3D HTTP/1.1" 200 131984 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83731-0502-af26-1a4b-0303c554a9b3_0/main/data_0_0_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668105236&Signature=t0CtWAN9xfDF62CpAQPfJDJer9o%3D HTTP/1.1" 200 260735 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_set:user began consuming result batch 2 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 334 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 334 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83731-0502-af26-1a4b-0303c554a9b3_0/main/data_0_0_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668105236&Signature=4a8QjPt3z0rjfsambZbv%2FIvOIL0%3D HTTP/1.1" 200 270642 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 342 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 342 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 342 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 342 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 2 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 3 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 10 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 3 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 10 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 10, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 342 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 342 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 342 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 342 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 342 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 342 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 342 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 342 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 684 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 684 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 3 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 684 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 684 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 684 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 684 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1367 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 218 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.result_set:user finished consuming result batch 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83731-0502-af26-1a4b-0303c554a9b3_0/main/data_0_0_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668105237&Signature=2A6Mvgye4adE5CnxrFklkK8zrhE%3D HTTP/1.1" 200 23598 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83731-0502-af26-1a4b-0303c554a9b3_0/main/data_0_0_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668105237&Signature=QWAXXviWcuZrbiVnwzXPEx1CK1Y%3D HTTP/1.1" 200 260735 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83731-0502-af26-1a4b-0303c554a9b3_0/main/data_0_0_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668105237&Signature=7H%2FbUM9g%2FfxJnvnGDQjuHe5QOWo%3D HTTP/1.1" 200 270642 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83731-0502-af26-1a4b-0303c554a9b3_0/main/data_0_0_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668105237&Signature=IHrf%2FpGHUQNkbTkMt3NOm43m%2FlE%3D HTTP/1.1" 200 131984 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 333 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 1 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 10 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_set:user began consuming result batch 2 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 334 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 334 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 342 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 2 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 10 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 10, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 684 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 3 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1367 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 218 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 4 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:34:05] "GET /sfexec?csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zsqw.w-0srIACU8oy-6BhivJFjSqn06M&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zsqw.w-0srIACU8oy-6BhivJFjSqn06M&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zsqw.w-0srIACU8oy-6BhivJFjSqn06M&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zsqw.w-0srIACU8oy-6BhivJFjSqn06M&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zsqw.w-0srIACU8oy-6BhivJFjSqn06M&submit=Submit HTTP/1.1" 500 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:34:05] "GET /sfexec?csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zsqw.w-0srIACU8oy-6BhivJFjSqn06M&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zsqw.w-0srIACU8oy-6BhivJFjSqn06M&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zsqw.w-0srIACU8oy-6BhivJFjSqn06M&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zsqw.w-0srIACU8oy-6BhivJFjSqn06M&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zsqw.w-0srIACU8oy-6BhivJFjSqn06M&submit=Submit HTTP/1.1" 500 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:34:06] "GET /sfexec?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:34:06] "GET /sfexec?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:34:06] "GET /sfexec?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 304 - +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\pgfunctions.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:36:27] "GET /static/css/21.b5c496e2.chunk.css HTTP/1.1" 404 - +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 6.593s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 6.597s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 6.604s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=cbe90d7f-15ad-41d2-8393-984641b6e4c2 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: b5ba39a6-a03d-4cae-987a-132f164967ed +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 1814192346480 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1814192346480 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 1814192664880 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1814192664880 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 1814192664880 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 1814192664880 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 1814192346480 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1814192346480 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=cbe90d7f-15ad-41d2-8393-984641b6e4c2&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=b5ba39a6-a03d-4cae-987a-132f164967ed HTTP/1.1" 200 1552 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_DEV, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=72992ab2-4a38-4d92-b521-8ad11b0433e4 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: dee907a3-68ea-4630-a07d-b3b21e8b0308 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=72992ab2-4a38-4d92-b521-8ad11b0433e4&databaseName=PL_DEV&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=dee907a3-68ea-4630-a07d-b3b21e8b0308 HTTP/1.1" 200 1550 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00294s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: a670b68c-5cd1-4632-ab35-9138cd365e42 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: edbcd03b-bc9f-477f-a1d7-4d19a737c56e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=a670b68c-5cd1-4632-ab35-9138cd365e42&request_guid=edbcd03b-bc9f-477f-a1d7-4d19a737c56e HTTP/1.1" 200 2199 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83734-0502-ae87-1a4b-0303c5552f7b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83734-0502-ae87-1a4b-0303c5552f7b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83734-0502-ae87-1a4b-0303c5552f7b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 37241c8c-919e-42ce-89e4-2867ad49cf16 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83734-0502-ae87-1a4b-0303c5552f7b?request_guid=37241c8c-919e-42ce-89e4-2867ad49cf16 HTTP/1.1" 200 1858 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83734-0502-ae87-1a4b-0303c5552f7b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a1b2e74d-801e-4871-91d4-845e5f5fd82a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83734-0502-ae87-1a4b-0303c5552f7b?request_guid=a1b2e74d-801e-4871-91d4-845e5f5fd82a HTTP/1.1" 200 1858 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83734-0502-ae87-1a4b-0303c5552f7b'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 01a545a1-0dd5-4d2e-97f7-6be7cbce36e8 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83734-0502-ae87-1a4b-0303c5552f7b'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83734-0502-ae87-1a4b-0303c5552f7b'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 285646fd-0db3-4f2f-99a1-2ff4587180be +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=01a545a1-0dd5-4d2e-97f7-6be7cbce36e8&request_guid=285646fd-0db3-4f2f-99a1-2ff4587180be HTTP/1.1" 200 2197 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83734-0502-afee-1a4b-0303c55556d3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83734-0502-afee-1a4b-0303c55556d3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: f92d755e-4ab7-4828-8952-8d0413e6f354 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c6cf6d07-e953-4e1f-89df-91e03006bc4d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=f92d755e-4ab7-4828-8952-8d0413e6f354&request_guid=c6cf6d07-e953-4e1f-89df-91e03006bc4d HTTP/1.1" 200 1783 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83734-0502-b0de-1a4b-0303c555615b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83734-0502-b0de-1a4b-0303c555615b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 12 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83734-0502-b0de-1a4b-0303c555615b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9d3873c3-9c67-468d-9f1a-a09c7b9206f0 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83734-0502-b0de-1a4b-0303c555615b?request_guid=9d3873c3-9c67-468d-9f1a-a09c7b9206f0 HTTP/1.1" 200 2182 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83734-0502-b0de-1a4b-0303c555615b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c2ed2da6-8745-4499-9f75-c96652f89180 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83734-0502-b0de-1a4b-0303c555615b?request_guid=c2ed2da6-8745-4499-9f75-c96652f89180 HTTP/1.1" 200 2181 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83734-0502-b0de-1a4b-0303c555615b'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 4541f135-209b-4fda-b198-e95433d894c0 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83734-0502-b0de-1a4b-0303c555615b'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83734-0502-b0de-1a4b-0303c555615b'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: adad8821-d581-4a78-905f-de2989794a3e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=4541f135-209b-4fda-b198-e95433d894c0&request_guid=adad8821-d581-4a78-905f-de2989794a3e HTTP/1.1" 200 1783 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83734-0502-b1d6-1a4b-0303c5553d9b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83734-0502-b1d6-1a4b-0303c5553d9b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 12 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','VPPERFORMANCE');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 203158e9-47ce-4023-b250-ec1ac0e2e1d9 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','VPPERFORMANCE');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','VPPERFORMANCE');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0ecd82a7-fed9-4207-b257-97d431842d4c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=203158e9-47ce-4023-b250-ec1ac0e2e1d9&request_guid=0ecd82a7-fed9-4207-b257-97d431842d4c HTTP/1.1" 200 2191 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83734-0502-af26-1a4b-0303c55549df +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83734-0502-af26-1a4b-0303c55549df +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83734-0502-af26-1a4b-0303c55549df' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: dfe341fa-9747-41b3-b88f-c189f3bf9064 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83734-0502-af26-1a4b-0303c55549df?request_guid=dfe341fa-9747-41b3-b88f-c189f3bf9064 HTTP/1.1" 200 None +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83734-0502-af26-1a4b-0303c55549df' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 910b122a-8af4-475e-984b-35c9a7e56718 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83734-0502-af26-1a4b-0303c55549df?request_guid=910b122a-8af4-475e-984b-35c9a7e56718 HTTP/1.1" 200 1678 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83734-0502-af26-1a4b-0303c55549df'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: e3ec60eb-5e2e-42fb-9aef-3835fbe6d7ca +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83734-0502-af26-1a4b-0303c55549df'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83734-0502-af26-1a4b-0303c55549df'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: da2a6ac2-1b98-4fe6-aab5-e332782bb2ff +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=e3ec60eb-5e2e-42fb-9aef-3835fbe6d7ca&request_guid=da2a6ac2-1b98-4fe6-aab5-e332782bb2ff HTTP/1.1" 200 2191 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83734-0502-afee-1a4b-0303c55556fb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83734-0502-afee-1a4b-0303c55556fb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 2.76s ago] ('get_data', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=6a0bc9e6-5277-4b9f-a202-c84800abdf72 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8e025237-23b2-400f-a6d0-bcc1ae09023f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=6a0bc9e6-5277-4b9f-a202-c84800abdf72&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=8e025237-23b2-400f-a6d0-bcc1ae09023f HTTP/1.1" 200 1555 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 3897f083-297e-4f24-974f-b142ba4731cc +DEBUG:snowflake.connector.cursor:running query [SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: bf7eaafb-e757-45d6-b742-0676681a253e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=3897f083-297e-4f24-974f-b142ba4731cc&request_guid=bf7eaafb-e757-45d6-b742-0676681a253e HTTP/1.1" 200 2271 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83734-0502-afee-1a4b-0303c555573b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83734-0502-afee-1a4b-0303c555573b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=4 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83734-0502-afee-1a4b-0303c555573b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 3c317f0b-ff5f-441e-9c7e-975a0821603e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83734-0502-afee-1a4b-0303c555573b?request_guid=3c317f0b-ff5f-441e-9c7e-975a0821603e HTTP/1.1" 200 1942 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83734-0502-afee-1a4b-0303c555573b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a76d289f-aa42-473b-b955-25aa74911aea +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83734-0502-afee-1a4b-0303c555573b?request_guid=a76d289f-aa42-473b-b955-25aa74911aea HTTP/1.1" 200 1942 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83734-0502-afee-1a4b-0303c555573b'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: fd65d7fa-b730-4931-b114-bb1f9cffcdae +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83734-0502-afee-1a4b-0303c555573b'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83734-0502-afee-1a4b-0303c555573b'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f247620b-756d-4584-932e-3bf044985631 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=fd65d7fa-b730-4931-b114-bb1f9cffcdae&request_guid=f247620b-756d-4584-932e-3bf044985631 HTTP/1.1" 200 2269 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83734-0502-b1d6-1a4b-0303c5553dfb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83734-0502-b1d6-1a4b-0303c5553dfb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=4 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.result_set:result batch 1 has id: data_0_0_0 +DEBUG:snowflake.connector.result_set:result batch 2 has id: data_0_0_1 +DEBUG:snowflake.connector.result_set:result batch 3 has id: data_0_0_2 +DEBUG:snowflake.connector.result_set:result batch 4 has id: data_0_0_3 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_0 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_0 with existing session +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_1 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/2 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_1 with existing session +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_2 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 1 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/3 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_2 with existing session +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_3 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_3 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83731-0502-af26-1a4b-0303c554a9b3_0/main/data_0_0_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668105399&Signature=O3vCo8g%2FZVRI8B62y%2FZeXOAt0GA%3D HTTP/1.1" 200 131984 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83731-0502-af26-1a4b-0303c554a9b3_0/main/data_0_0_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668105399&Signature=H8dtZNZ7E4i9THtqRDVN7bVs9pM%3D HTTP/1.1" 200 23598 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83731-0502-af26-1a4b-0303c554a9b3_0/main/data_0_0_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668105399&Signature=87PDzyLau%2FnRrjhLA390QR2P%2F%2Fk%3D HTTP/1.1" 200 260735 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83731-0502-af26-1a4b-0303c554a9b3_0/main/data_0_0_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668105399&Signature=3Kj4tqwJU8nLpt8TAHNzLQNJgMU%3D HTTP/1.1" 200 270642 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 333 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 1 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_set:user began consuming result batch 2 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 334 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 334 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 342 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 2 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 10 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_set:user began consuming result batch 3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 10 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 10, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 342 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 342 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 342 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 684 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 3 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1367 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 218 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 4 +INFO:snowflake.connector.connection:closed +DEBUG:snowflake.connector.telemetry:Closing telemetry client. +INFO:snowflake.connector.connection:No async queries seem to be running, deleting session +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 73967f8e-82d5-4aec-ae90-7b92357ab82a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session?delete=true&request_guid=73967f8e-82d5-4aec-ae90-7b92357ab82a HTTP/1.1" 200 76 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.connection:Session is closed +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 10.53s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 10.53s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 10.54s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=5dbabac4-49ef-4b7b-b87f-00cf38b2adbf +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 3913caf6-c180-4f99-ae62-33a2e2b7339a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 1910538424848 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1910538424848 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 1910538743200 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1910538743200 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 1910538743200 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 1910538743200 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 1910538424848 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1910538424848 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=5dbabac4-49ef-4b7b-b87f-00cf38b2adbf&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=3913caf6-c180-4f99-ae62-33a2e2b7339a HTTP/1.1" 200 1554 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_DEV, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=88662c00-735d-414a-bfef-4e1a7575f93c +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 3c671846-9130-4149-b068-74287ca97b3c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=88662c00-735d-414a-bfef-4e1a7575f93c&databaseName=PL_DEV&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=3c671846-9130-4149-b068-74287ca97b3c HTTP/1.1" 200 1554 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00145s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: b110c989-d85e-4fe6-89e9-34204c686a68 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a7949a97-1313-44cc-bc42-0df65bb2fa60 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=b110c989-d85e-4fe6-89e9-34204c686a68&request_guid=a7949a97-1313-44cc-bc42-0df65bb2fa60 HTTP/1.1" 200 2201 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83736-0502-afee-1a4b-0303c555ae07 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83736-0502-afee-1a4b-0303c555ae07 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83736-0502-afee-1a4b-0303c555ae07' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9f1646ad-cec7-4bc2-bac8-76344ad60e9e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83736-0502-afee-1a4b-0303c555ae07?request_guid=9f1646ad-cec7-4bc2-bac8-76344ad60e9e HTTP/1.1" 200 1864 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83736-0502-afee-1a4b-0303c555ae07' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e50b8b65-9b14-456d-aab8-7ff255eb7cbf +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83736-0502-afee-1a4b-0303c555ae07?request_guid=e50b8b65-9b14-456d-aab8-7ff255eb7cbf HTTP/1.1" 200 1863 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83736-0502-afee-1a4b-0303c555ae07'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 6a27e303-ca85-4693-9d03-cf364b246a8e +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83736-0502-afee-1a4b-0303c555ae07'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83736-0502-afee-1a4b-0303c555ae07'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8cc9b3d0-acd8-47e0-8d51-5dadc2bc3d49 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=6a27e303-ca85-4693-9d03-cf364b246a8e&request_guid=8cc9b3d0-acd8-47e0-8d51-5dadc2bc3d49 HTTP/1.1" 200 2200 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83736-0502-afee-1a4b-0303c555ae5f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83736-0502-afee-1a4b-0303c555ae5f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 231a54f3-92a5-4273-9ce6-0985940dee91 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d26daa9b-457f-43ab-a45a-af68aff87e70 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=231a54f3-92a5-4273-9ce6-0985940dee91&request_guid=d26daa9b-457f-43ab-a45a-af68aff87e70 HTTP/1.1" 200 1784 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83736-0502-b0de-1a4b-0303c555b967 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83736-0502-b0de-1a4b-0303c555b967 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 12 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83736-0502-b0de-1a4b-0303c555b967' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 18322889-e694-47cc-b1e7-f43913190e16 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83736-0502-b0de-1a4b-0303c555b967?request_guid=18322889-e694-47cc-b1e7-f43913190e16 HTTP/1.1" 200 2178 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83736-0502-b0de-1a4b-0303c555b967' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 41b98e6c-0c85-43e0-abb0-7059375873c4 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83736-0502-b0de-1a4b-0303c555b967?request_guid=41b98e6c-0c85-43e0-abb0-7059375873c4 HTTP/1.1" 200 2179 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83736-0502-b0de-1a4b-0303c555b967'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: cc180b99-7019-49c3-af34-e7a8a53c0a6c +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83736-0502-b0de-1a4b-0303c555b967'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83736-0502-b0de-1a4b-0303c555b967'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 351527db-e46b-48b1-b374-986077bccdd5 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=cc180b99-7019-49c3-af34-e7a8a53c0a6c&request_guid=351527db-e46b-48b1-b374-986077bccdd5 HTTP/1.1" 200 1787 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83736-0502-afee-1a4b-0303c555aeeb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83736-0502-afee-1a4b-0303c555aeeb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 12 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','VPPERFORMANCE');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 7d1eaf1a-eb1b-4962-be3d-b2a8c90c64d9 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','VPPERFORMANCE');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','VPPERFORMANCE');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e7ba976e-6f67-40e2-8cb9-422d94a2e31b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=7d1eaf1a-eb1b-4962-be3d-b2a8c90c64d9&request_guid=e7ba976e-6f67-40e2-8cb9-422d94a2e31b HTTP/1.1" 200 2195 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83736-0502-afee-1a4b-0303c555aefb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83736-0502-afee-1a4b-0303c555aefb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83736-0502-afee-1a4b-0303c555aefb' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e1cd40bb-cf84-4fac-a55d-780741588fd9 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83736-0502-afee-1a4b-0303c555aefb?request_guid=e1cd40bb-cf84-4fac-a55d-780741588fd9 HTTP/1.1" 200 1684 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83736-0502-afee-1a4b-0303c555aefb' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c1b50d70-0499-4117-975e-5de55f80ddd9 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83736-0502-afee-1a4b-0303c555aefb?request_guid=c1b50d70-0499-4117-975e-5de55f80ddd9 HTTP/1.1" 200 1684 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83736-0502-afee-1a4b-0303c555aefb'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 079a860c-84f6-4e63-97dd-9370292be249 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83736-0502-afee-1a4b-0303c555aefb'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83736-0502-afee-1a4b-0303c555aefb'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9f94d3a7-e030-4ccd-ab29-c999173234b9 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=079a860c-84f6-4e63-97dd-9370292be249&request_guid=9f94d3a7-e030-4ccd-ab29-c999173234b9 HTTP/1.1" 200 2193 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83736-0502-af26-1a4b-0303c555e0f3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83736-0502-af26-1a4b-0303c555e0f3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 3.015s ago] ('get_data', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=035fd525-6c37-4d55-8d67-17b54b58e8a0 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9a25f930-a766-4ff4-8ef3-abf368dfd7e9 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=035fd525-6c37-4d55-8d67-17b54b58e8a0&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=9a25f930-a766-4ff4-8ef3-abf368dfd7e9 HTTP/1.1" 200 1561 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 156af3a1-d1d6-444c-9cca-085085dbf7c0 +DEBUG:snowflake.connector.cursor:running query [SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0e944888-c389-4eca-ad51-bef394ab1cb4 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=156af3a1-d1d6-444c-9cca-085085dbf7c0&request_guid=0e944888-c389-4eca-ad51-bef394ab1cb4 HTTP/1.1" 200 None +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83736-0502-b0de-1a4b-0303c555ba8f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83736-0502-b0de-1a4b-0303c555ba8f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=3 +INFO:snowflake.connector.cursor:Number of results in first chunk: 333 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83736-0502-b0de-1a4b-0303c555ba8f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 317b7781-21a3-42e7-8602-2d99dd1f430c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83736-0502-b0de-1a4b-0303c555ba8f?request_guid=317b7781-21a3-42e7-8602-2d99dd1f430c HTTP/1.1" 200 2089 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83736-0502-b0de-1a4b-0303c555ba8f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: b568af83-3a4e-495f-b78f-6d6dd3d64631 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83736-0502-b0de-1a4b-0303c555ba8f?request_guid=b568af83-3a4e-495f-b78f-6d6dd3d64631 HTTP/1.1" 200 2089 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83736-0502-b0de-1a4b-0303c555ba8f'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 8b55a3a8-2ebc-4878-899a-dea4ee1fb063 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83736-0502-b0de-1a4b-0303c555ba8f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83736-0502-b0de-1a4b-0303c555ba8f'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: eeb0b36f-810e-4ff8-aac9-994b853a9063 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=8b55a3a8-2ebc-4878-899a-dea4ee1fb063&request_guid=eeb0b36f-810e-4ff8-aac9-994b853a9063 HTTP/1.1" 200 2273 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83736-0502-af26-1a4b-0303c555e1a3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83736-0502-af26-1a4b-0303c555e1a3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=4 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.result_set:result batch 1 has id: data_0_0_0 +DEBUG:snowflake.connector.result_set:result batch 2 has id: data_0_0_1 +DEBUG:snowflake.connector.result_set:result batch 3 has id: data_0_0_2 +DEBUG:snowflake.connector.result_set:result batch 4 has id: data_0_0_3 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_0 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_0 with existing session +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_2 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_1 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/2 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_1 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_2 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/3 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_2 with existing session +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_3 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_3 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83736-0502-b0de-1a4b-0303c555ba8f_0/main/data_0_0_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668105500&Signature=DgMdoSYL2P81iBBsCXADM1vIcCU%3D HTTP/1.1" 200 23598 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83736-0502-b0de-1a4b-0303c555ba8f_0/main/data_0_0_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668105500&Signature=%2FlAOngFHFsqIzwPpf%2F2SQ%2BNb8lM%3D HTTP/1.1" 200 260735 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83736-0502-b0de-1a4b-0303c555ba8f_0/main/data_0_0_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668105500&Signature=iU2hpJjkhfgXSBBnW3YoSl%2BR9ZQ%3D HTTP/1.1" 200 279197 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83736-0502-b0de-1a4b-0303c555ba8f_0/main/data_0_0_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668105500&Signature=O6q%2F6k3VJ2T6hXP1Zik2IiX7KSk%3D HTTP/1.1" 200 131984 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 333 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 1 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 10 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_set:user began consuming result batch 2 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 334 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 334 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 342 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_set:user finished consuming result batch 2 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 10 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 10, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 684 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 3 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1367 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 350 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 4 +INFO:snowflake.connector.connection:closed +DEBUG:snowflake.connector.telemetry:Closing telemetry client. +INFO:snowflake.connector.connection:No async queries seem to be running, deleting session +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a185c424-0109-4c84-84f0-7487a1b0c499 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session?delete=true&request_guid=a185c424-0109-4c84-84f0-7487a1b0c499 HTTP/1.1" 200 76 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.connection:Session is closed +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\pgfunctions.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 4.692s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 4.696s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 4.7s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=9128d360-180a-4232-9e09-f907ba958ad4 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c85a4e5d-c481-4322-b8e2-bbf529f11191 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 1709289920096 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1709289920096 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 1709290222064 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1709290222064 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 1709290222064 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 1709290222064 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 1709289920096 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1709289920096 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=9128d360-180a-4232-9e09-f907ba958ad4&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=c85a4e5d-c481-4322-b8e2-bbf529f11191 HTTP/1.1" 200 1551 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_DEV, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=06c1ab43-7f7b-4300-bda4-670fb1645c11 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 99891dc4-27aa-42e3-9307-0b69dc93004a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=06c1ab43-7f7b-4300-bda4-670fb1645c11&databaseName=PL_DEV&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=99891dc4-27aa-42e3-9307-0b69dc93004a HTTP/1.1" 200 1556 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00157s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 22da5d5a-12ea-4996-bb74-6ff39f4bebb9 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a1029034-a0ce-4684-a3e8-33707cd1d948 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=22da5d5a-12ea-4996-bb74-6ff39f4bebb9&request_guid=a1029034-a0ce-4684-a3e8-33707cd1d948 HTTP/1.1" 200 2197 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8373a-0502-af26-1a4b-0303c556d333 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8373a-0502-af26-1a4b-0303c556d333 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8373a-0502-af26-1a4b-0303c556d333' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8df3f572-9d83-4e4a-86f3-429fa5295423 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8373a-0502-af26-1a4b-0303c556d333?request_guid=8df3f572-9d83-4e4a-86f3-429fa5295423 HTTP/1.1" 200 1862 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8373a-0502-af26-1a4b-0303c556d333' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 632b434a-64bd-4de0-9dd4-1eedab2e1dff +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8373a-0502-af26-1a4b-0303c556d333?request_guid=632b434a-64bd-4de0-9dd4-1eedab2e1dff HTTP/1.1" 200 1862 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8373a-0502-af26-1a4b-0303c556d333'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 5501eb0e-58be-4def-850d-9bb65ab8bfd3 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8373a-0502-af26-1a4b-0303c556d333'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8373a-0502-af26-1a4b-0303c556d333'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 84bde431-5b45-4868-945d-983e0fb60fbb +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=5501eb0e-58be-4def-850d-9bb65ab8bfd3&request_guid=84bde431-5b45-4868-945d-983e0fb60fbb HTTP/1.1" 200 2195 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8373a-0502-b0de-1a4b-0303c556baa3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8373a-0502-b0de-1a4b-0303c556baa3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 154b071a-960c-42af-bd9b-3e9592d05859 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6715548d-4526-4bce-adda-b6f01df9a2ef +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=154b071a-960c-42af-bd9b-3e9592d05859&request_guid=6715548d-4526-4bce-adda-b6f01df9a2ef HTTP/1.1" 200 1786 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8373a-0502-af26-1a4b-0303c556d35f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8373a-0502-af26-1a4b-0303c556d35f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 12 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8373a-0502-af26-1a4b-0303c556d35f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: cc05d066-71dc-4328-8d3b-31dac5ffc31c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8373a-0502-af26-1a4b-0303c556d35f?request_guid=cc05d066-71dc-4328-8d3b-31dac5ffc31c HTTP/1.1" 200 2180 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8373a-0502-af26-1a4b-0303c556d35f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 67b228fd-cb93-48e3-a42e-c598436d9938 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8373a-0502-af26-1a4b-0303c556d35f?request_guid=67b228fd-cb93-48e3-a42e-c598436d9938 HTTP/1.1" 200 2179 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8373a-0502-af26-1a4b-0303c556d35f'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: e511e69a-8e11-4622-9df4-282aca6238fe +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8373a-0502-af26-1a4b-0303c556d35f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8373a-0502-af26-1a4b-0303c556d35f'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a785cb5a-1cd8-4253-859f-2d60bf3b8440 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=e511e69a-8e11-4622-9df4-282aca6238fe&request_guid=a785cb5a-1cd8-4253-859f-2d60bf3b8440 HTTP/1.1" 200 1786 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8373a-0502-afee-1a4b-0303c556e197 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8373a-0502-afee-1a4b-0303c556e197 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 12 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','VPPERFORMANCE');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: b464b12c-f129-4edc-836c-60d17965cf7c +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','VPPERFORMANCE');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','VPPERFORMANCE');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9ddfa1c1-e290-49a4-ac0b-d2aba8c2e081 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=b464b12c-f129-4edc-836c-60d17965cf7c&request_guid=9ddfa1c1-e290-49a4-ac0b-d2aba8c2e081 HTTP/1.1" 200 2188 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8373a-0502-b1d6-1a4b-0303c556c5df +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8373a-0502-b1d6-1a4b-0303c556c5df +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8373a-0502-b1d6-1a4b-0303c556c5df' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 45217108-b2cf-4e6e-969b-c5cc74488209 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8373a-0502-b1d6-1a4b-0303c556c5df?request_guid=45217108-b2cf-4e6e-969b-c5cc74488209 HTTP/1.1" 200 1684 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8373a-0502-b1d6-1a4b-0303c556c5df' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0954955d-acdf-4297-9cc7-b601cbebffd3 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8373a-0502-b1d6-1a4b-0303c556c5df?request_guid=0954955d-acdf-4297-9cc7-b601cbebffd3 HTTP/1.1" 200 1683 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8373a-0502-b1d6-1a4b-0303c556c5df'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 47ee0dee-698a-4474-8350-735d5b7e4aaf +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8373a-0502-b1d6-1a4b-0303c556c5df'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8373a-0502-b1d6-1a4b-0303c556c5df'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 821b00b0-1228-4575-9dd1-87f6ded77992 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=47ee0dee-698a-4474-8350-735d5b7e4aaf&request_guid=821b00b0-1228-4575-9dd1-87f6ded77992 HTTP/1.1" 200 2186 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8373a-0502-b0de-1a4b-0303c556babf +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8373a-0502-b0de-1a4b-0303c556babf +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 2.353s ago] ('get_data', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=7069f348-4b46-4113-a12d-999d05f7efc6 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8894c41d-ba9e-4f64-896b-d69aeb369ac9 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=7069f348-4b46-4113-a12d-999d05f7efc6&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=8894c41d-ba9e-4f64-896b-d69aeb369ac9 HTTP/1.1" 200 1553 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: e0de278e-d7d9-428d-b603-b6fac89ecd10 +DEBUG:snowflake.connector.cursor:running query [SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9a436004-6011-4807-be23-fb5fd5f4abdf +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=e0de278e-d7d9-428d-b603-b6fac89ecd10&request_guid=9a436004-6011-4807-be23-fb5fd5f4abdf HTTP/1.1" 200 2273 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8373a-0502-af26-1a4b-0303c556d3db +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8373a-0502-af26-1a4b-0303c556d3db +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=4 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8373a-0502-af26-1a4b-0303c556d3db' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 72820952-4d88-4a29-9f37-f33a6b24edb3 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8373a-0502-af26-1a4b-0303c556d3db?request_guid=72820952-4d88-4a29-9f37-f33a6b24edb3 HTTP/1.1" 200 1946 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8373a-0502-af26-1a4b-0303c556d3db' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6bb14caa-2859-41d1-ad53-0979307473ba +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8373a-0502-af26-1a4b-0303c556d3db?request_guid=6bb14caa-2859-41d1-ad53-0979307473ba HTTP/1.1" 200 1943 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8373a-0502-af26-1a4b-0303c556d3db'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: a9742478-fede-440e-aeed-e7a333251146 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8373a-0502-af26-1a4b-0303c556d3db'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8373a-0502-af26-1a4b-0303c556d3db'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6f1ffd16-9116-472c-99d5-9f1580001c9d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=a9742478-fede-440e-aeed-e7a333251146&request_guid=6f1ffd16-9116-472c-99d5-9f1580001c9d HTTP/1.1" 200 2275 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8373a-0502-afee-1a4b-0303c556e217 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8373a-0502-afee-1a4b-0303c556e217 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=4 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.result_set:result batch 1 has id: data_0_0_0 +DEBUG:snowflake.connector.result_set:result batch 2 has id: data_0_0_1 +DEBUG:snowflake.connector.result_set:result batch 3 has id: data_0_0_2 +DEBUG:snowflake.connector.result_set:result batch 4 has id: data_0_0_3 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_0 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_0 with existing session +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_2 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/2 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_1 with existing session +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_2 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/3 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_2 with existing session +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_3 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_3 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83736-0502-b0de-1a4b-0303c555ba8f_0/main/data_0_0_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668105743&Signature=cJJWxoQH8T8W7Ti4IBnM4Jp3Guo%3D HTTP/1.1" 200 23598 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83736-0502-b0de-1a4b-0303c555ba8f_0/main/data_0_0_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668105743&Signature=GperWf81fwi%2F8eOVp5y467468ak%3D HTTP/1.1" 200 131984 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 333 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 1 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83736-0502-b0de-1a4b-0303c555ba8f_0/main/data_0_0_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668105743&Signature=alTMpTfx8hXTNSGl%2F3ohPBPRtA4%3D HTTP/1.1" 200 260735 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 2 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83736-0502-b0de-1a4b-0303c555ba8f_0/main/data_0_0_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668105743&Signature=Vq%2BDbAhrigLflBbYS%2F1SsCvQiI8%3D HTTP/1.1" 200 279197 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_set:user began consuming result batch 2 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 334 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 334 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 342 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 2 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 10 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 10 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 10, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 684 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 3 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1367 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 350 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 4 +INFO:snowflake.connector.connection:closed +DEBUG:snowflake.connector.telemetry:Closing telemetry client. +INFO:snowflake.connector.connection:No async queries seem to be running, deleting session +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 77759141-abe8-4906-a6ff-8993ec0677a6 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session?delete=true&request_guid=77759141-abe8-4906-a6ff-8993ec0677a6 HTTP/1.1" 200 76 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.connection:Session is closed +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 9.241s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 9.246s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 9.25s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=7d522c59-aad7-420a-a571-4f593cb239b6 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c7f32528-45c2-492d-8963-c1047328d2c4 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 1745971909280 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1745971909280 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 1745972211248 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1745972211248 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 1745972211248 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 1745972211248 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 1745971909280 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1745971909280 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=7d522c59-aad7-420a-a571-4f593cb239b6&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=c7f32528-45c2-492d-8963-c1047328d2c4 HTTP/1.1" 200 1549 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_DEV, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=9ceec5af-7ee6-4d5b-96a4-fafb9672054e +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6fce04eb-7636-4d47-8fcc-f905931c6af6 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=9ceec5af-7ee6-4d5b-96a4-fafb9672054e&databaseName=PL_DEV&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=6fce04eb-7636-4d47-8fcc-f905931c6af6 HTTP/1.1" 200 1551 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00220s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 936fdede-bef7-45c0-bfe3-7f0685ce3347 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8653951b-1112-4236-896f-72d120d37b03 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=936fdede-bef7-45c0-bfe3-7f0685ce3347&request_guid=8653951b-1112-4236-896f-72d120d37b03 HTTP/1.1" 200 2199 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83742-0502-ae87-1a4b-0303c558da73 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83742-0502-ae87-1a4b-0303c558da73 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83742-0502-ae87-1a4b-0303c558da73' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 720a32e0-2846-4e96-b8b6-89e1ff9ce91e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83742-0502-ae87-1a4b-0303c558da73?request_guid=720a32e0-2846-4e96-b8b6-89e1ff9ce91e HTTP/1.1" 200 1864 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83742-0502-ae87-1a4b-0303c558da73' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 78d0d61a-d34f-4deb-974b-7b5531f1dd12 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83742-0502-ae87-1a4b-0303c558da73?request_guid=78d0d61a-d34f-4deb-974b-7b5531f1dd12 HTTP/1.1" 200 1863 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83742-0502-ae87-1a4b-0303c558da73'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 842e1c24-745b-432b-8890-326c2e213fa0 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83742-0502-ae87-1a4b-0303c558da73'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83742-0502-ae87-1a4b-0303c558da73'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 25556d1c-8732-4a4c-9e20-f0cd71ae8890 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=842e1c24-745b-432b-8890-326c2e213fa0&request_guid=25556d1c-8732-4a4c-9e20-f0cd71ae8890 HTTP/1.1" 200 2197 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83742-0502-af26-1a4b-0303c55900d3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83742-0502-af26-1a4b-0303c55900d3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 7.109s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 7.113s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 7.12s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=444cdc36-2675-4442-b719-8c95ec941698 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8f97fed9-6867-45eb-a2b2-e2d726f852f3 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 1462691353248 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1462691353248 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 1462691671600 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1462691671600 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 1462691671600 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 1462691671600 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 1462691353248 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1462691353248 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=444cdc36-2675-4442-b719-8c95ec941698&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=8f97fed9-6867-45eb-a2b2-e2d726f852f3 HTTP/1.1" 200 1552 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_DEV, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=b0e31ecf-700e-4729-bb47-999397ee9b95 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ef156911-7db1-4577-a54e-d9e2d9d0544e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=b0e31ecf-700e-4729-bb47-999397ee9b95&databaseName=PL_DEV&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=ef156911-7db1-4577-a54e-d9e2d9d0544e HTTP/1.1" 200 1553 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00246s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 4e8b81ff-ff13-4fed-92e6-f3c65c25a010 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c7085423-ae8a-4733-9a93-5611e1dba24b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=4e8b81ff-ff13-4fed-92e6-f3c65c25a010&request_guid=c7085423-ae8a-4733-9a93-5611e1dba24b HTTP/1.1" 200 2198 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83746-0502-af26-1a4b-0303c559cbb3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83746-0502-af26-1a4b-0303c559cbb3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83746-0502-af26-1a4b-0303c559cbb3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 5cd29882-1b58-4b3b-b374-cd6657f7da79 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83746-0502-af26-1a4b-0303c559cbb3?request_guid=5cd29882-1b58-4b3b-b374-cd6657f7da79 HTTP/1.1" 200 1861 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83746-0502-af26-1a4b-0303c559cbb3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 29bda076-2633-4fe1-9c13-83a97fdde4f2 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83746-0502-af26-1a4b-0303c559cbb3?request_guid=29bda076-2633-4fe1-9c13-83a97fdde4f2 HTTP/1.1" 200 1860 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83746-0502-af26-1a4b-0303c559cbb3'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 1c672faf-4e46-4688-9466-297c2eaaae52 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83746-0502-af26-1a4b-0303c559cbb3'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83746-0502-af26-1a4b-0303c559cbb3'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 2cc73698-5cf4-453c-a3b1-31ad2144792b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=1c672faf-4e46-4688-9466-297c2eaaae52&request_guid=2cc73698-5cf4-453c-a3b1-31ad2144792b HTTP/1.1" 200 2197 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83746-0502-af26-1a4b-0303c559cbe3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83746-0502-af26-1a4b-0303c559cbe3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 8c2a5af8-6640-4c49-b681-7b20c56b675d +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0abbcdec-3915-4d9d-b4d6-6c2e49373dd9 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=8c2a5af8-6640-4c49-b681-7b20c56b675d&request_guid=0abbcdec-3915-4d9d-b4d6-6c2e49373dd9 HTTP/1.1" 200 1785 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83746-0502-af26-1a4b-0303c559cbf3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83746-0502-af26-1a4b-0303c559cbf3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 12 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83746-0502-af26-1a4b-0303c559cbf3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 75a5eb5a-2f88-4c6a-a7f1-a954daf07446 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83746-0502-af26-1a4b-0303c559cbf3?request_guid=75a5eb5a-2f88-4c6a-a7f1-a954daf07446 HTTP/1.1" 200 2178 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83746-0502-af26-1a4b-0303c559cbf3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8ef6b418-e654-463f-9ef7-b26bfee7a13d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83746-0502-af26-1a4b-0303c559cbf3?request_guid=8ef6b418-e654-463f-9ef7-b26bfee7a13d HTTP/1.1" 200 2178 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83746-0502-af26-1a4b-0303c559cbf3'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: f0693968-2b1d-469d-93ec-f46efa1cfc0d +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83746-0502-af26-1a4b-0303c559cbf3'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83746-0502-af26-1a4b-0303c559cbf3'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 670c4661-b26b-4a29-955a-1d68171f1547 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=f0693968-2b1d-469d-93ec-f46efa1cfc0d&request_guid=670c4661-b26b-4a29-955a-1d68171f1547 HTTP/1.1" 200 1784 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83746-0502-b0de-1a4b-0303c559e4e7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83746-0502-b0de-1a4b-0303c559e4e7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 12 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','VPPERFORMANCE');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 2148fc33-d9a1-4152-a1ca-dc5063f36310 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','VPPERFORMANCE');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','VPPERFORMANCE');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 49c25fb5-4280-4506-9371-a8d9ebf58dda +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=2148fc33-d9a1-4152-a1ca-dc5063f36310&request_guid=49c25fb5-4280-4506-9371-a8d9ebf58dda HTTP/1.1" 200 2192 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83746-0502-af26-1a4b-0303c559cc43 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83746-0502-af26-1a4b-0303c559cc43 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83746-0502-af26-1a4b-0303c559cc43' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 46882363-ebc1-4a87-abf6-3508d904eb42 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83746-0502-af26-1a4b-0303c559cc43?request_guid=46882363-ebc1-4a87-abf6-3508d904eb42 HTTP/1.1" 200 1689 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83746-0502-af26-1a4b-0303c559cc43' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 3648bf73-c4af-486d-ac94-a18338dc7946 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83746-0502-af26-1a4b-0303c559cc43?request_guid=3648bf73-c4af-486d-ac94-a18338dc7946 HTTP/1.1" 200 1691 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83746-0502-af26-1a4b-0303c559cc43'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 01a324c8-c48b-4eab-bf41-7786f3e309d1 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83746-0502-af26-1a4b-0303c559cc43'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83746-0502-af26-1a4b-0303c559cc43'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 098b71a5-7227-4e84-84b7-ab088bd1f164 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=01a324c8-c48b-4eab-bf41-7786f3e309d1&request_guid=098b71a5-7227-4e84-84b7-ab088bd1f164 HTTP/1.1" 200 2192 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83746-0502-af26-1a4b-0303c559cc5b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83746-0502-af26-1a4b-0303c559cc5b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 17.23s ago] ('get_data', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=158b3825-50f6-4fa2-a444-b515a93390bc +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 04059d7f-40d3-42ce-8f6b-530b961f9e71 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=158b3825-50f6-4fa2-a444-b515a93390bc&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=04059d7f-40d3-42ce-8f6b-530b961f9e71 HTTP/1.1" 200 1553 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,HEADER_CHANGE_SEQ,HEADER_...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 8bacdd85-88ca-4032-86f6-c902efbf3724 +DEBUG:snowflake.connector.cursor:running query [SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,HEADER_CHANGE_SEQ,HEADER_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,HEADER_CHANGE_SEQ,HEADER_...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 26ba790e-59b7-4347-9d61-f062029e5a15 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=8bacdd85-88ca-4032-86f6-c902efbf3724&request_guid=26ba790e-59b7-4347-9d61-f062029e5a15 HTTP/1.1" 200 386 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = 000904, after post request +DEBUG:snowflake.connector.network:Query id: 01a83746-0502-af26-1a4b-0303c559ccff +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83746-0502-af26-1a4b-0303c559ccff +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:{'data': {'internalError': False, 'errorCode': '000904', 'age': 0, 'sqlState': '42000', 'queryId': '01a83746-0502-af26-1a4b-0303c559ccff', 'line': -1, 'pos': -1, 'type': 'COMPILATION'}, 'code': '000904', 'message': "SQL compilation error: error line 1 at position 55\ninvalid identifier 'HEADER_CHANGE_SEQ'", 'success': False, 'headers': None} +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:54:49] "GET /sfexec?csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zsqw.w-0srIACU8oy-6BhivJFjSqn06M&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zsqw.w-0srIACU8oy-6BhivJFjSqn06M&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zsqw.w-0srIACU8oy-6BhivJFjSqn06M&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zsqw.w-0srIACU8oy-6BhivJFjSqn06M&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zsqw.w-0srIACU8oy-6BhivJFjSqn06M&submit=Submit HTTP/1.1" 500 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:54:49] "GET /sfexec?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:54:49] "GET /sfexec?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:54:50] "GET /sfexec?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 07:54:50] "GET /sfexec?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 304 - +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.8314s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.8369s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.9053s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=7dc97380-be06-48ac-b5fb-f65c2e8890e9 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: cbac8025-d137-480e-b9ce-a74f82b637a4 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 1937775531760 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1937775531760 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 1937775850112 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1937775850112 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 1937775850112 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 1937775850112 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 1937775531760 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1937775531760 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=7dc97380-be06-48ac-b5fb-f65c2e8890e9&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=cbac8025-d137-480e-b9ce-a74f82b637a4 HTTP/1.1" 200 1555 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_DEV, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=261765a6-937f-4918-bd6e-01b275cedb40 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7703ec90-efe6-412e-89d7-b961fc26f7f3 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=261765a6-937f-4918-bd6e-01b275cedb40&databaseName=PL_DEV&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=7703ec90-efe6-412e-89d7-b961fc26f7f3 HTTP/1.1" 200 1556 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.02386s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 51dee999-b654-4345-9ad0-96a1d562dd3f +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 98fb44ea-ee66-4923-b2ae-4311d0986315 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=51dee999-b654-4345-9ad0-96a1d562dd3f&request_guid=98fb44ea-ee66-4923-b2ae-4311d0986315 HTTP/1.1" 200 2199 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83749-0502-ae87-1a4b-0303c55a596f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83749-0502-ae87-1a4b-0303c55a596f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83749-0502-ae87-1a4b-0303c55a596f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ccab7139-4037-4f67-968d-66ddef86cd50 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83749-0502-ae87-1a4b-0303c55a596f?request_guid=ccab7139-4037-4f67-968d-66ddef86cd50 HTTP/1.1" 200 1857 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83749-0502-ae87-1a4b-0303c55a596f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 4611ef8d-7516-431e-835e-b408182f70fc +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83749-0502-ae87-1a4b-0303c55a596f?request_guid=4611ef8d-7516-431e-835e-b408182f70fc HTTP/1.1" 200 1857 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83749-0502-ae87-1a4b-0303c55a596f'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 06a933e3-fab1-4460-9f07-c3b7ac8a44cb +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83749-0502-ae87-1a4b-0303c55a596f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83749-0502-ae87-1a4b-0303c55a596f'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ab662236-a16a-4d0a-b40e-dbe781f8fcb9 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=06a933e3-fab1-4460-9f07-c3b7ac8a44cb&request_guid=ab662236-a16a-4d0a-b40e-dbe781f8fcb9 HTTP/1.1" 200 2195 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83749-0502-b0de-1a4b-0303c55a689b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83749-0502-b0de-1a4b-0303c55a689b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 57121fee-de74-4420-924e-65d366c6401e +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ec4cc673-b31c-4ee3-a883-daa28c0e0996 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=57121fee-de74-4420-924e-65d366c6401e&request_guid=ec4cc673-b31c-4ee3-a883-daa28c0e0996 HTTP/1.1" 200 1783 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83749-0502-b0de-1a4b-0303c55a68a7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83749-0502-b0de-1a4b-0303c55a68a7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 12 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83749-0502-b0de-1a4b-0303c55a68a7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 05949c8d-d083-4293-9f3e-dc8dc05eaf6c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83749-0502-b0de-1a4b-0303c55a68a7?request_guid=05949c8d-d083-4293-9f3e-dc8dc05eaf6c HTTP/1.1" 200 2177 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83749-0502-b0de-1a4b-0303c55a68a7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f61553cc-4809-443f-9c81-45bb2d7d8a8d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83749-0502-b0de-1a4b-0303c55a68a7?request_guid=f61553cc-4809-443f-9c81-45bb2d7d8a8d HTTP/1.1" 200 2177 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83749-0502-b0de-1a4b-0303c55a68a7'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 1f0f26c1-9c37-4ac9-b0bf-05dc920d344c +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83749-0502-b0de-1a4b-0303c55a68a7'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83749-0502-b0de-1a4b-0303c55a68a7'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 37a8c053-d2ee-4e44-b755-3572f2720ca7 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=1f0f26c1-9c37-4ac9-b0bf-05dc920d344c&request_guid=37a8c053-d2ee-4e44-b755-3572f2720ca7 HTTP/1.1" 200 1783 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83749-0502-b0de-1a4b-0303c55a68f3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83749-0502-b0de-1a4b-0303c55a68f3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 12 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','VPPERFORMANCE');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 218fa00e-b49e-49bc-8699-271192711d95 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','VPPERFORMANCE');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','VPPERFORMANCE');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 13b41376-24a7-45e1-8abc-6b7350f078da +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=218fa00e-b49e-49bc-8699-271192711d95&request_guid=13b41376-24a7-45e1-8abc-6b7350f078da HTTP/1.1" 200 2191 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83749-0502-af26-1a4b-0303c55a8073 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83749-0502-af26-1a4b-0303c55a8073 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83749-0502-af26-1a4b-0303c55a8073' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 18005114-9abc-4414-8770-ab291d222e73 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83749-0502-af26-1a4b-0303c55a8073?request_guid=18005114-9abc-4414-8770-ab291d222e73 HTTP/1.1" 200 1689 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83749-0502-af26-1a4b-0303c55a8073' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e68194dd-0b73-4230-9d1b-f8605681f823 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83749-0502-af26-1a4b-0303c55a8073?request_guid=e68194dd-0b73-4230-9d1b-f8605681f823 HTTP/1.1" 200 1691 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83749-0502-af26-1a4b-0303c55a8073'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: a6c48c16-1a93-4988-8d99-6b69eea186b8 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83749-0502-af26-1a4b-0303c55a8073'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83749-0502-af26-1a4b-0303c55a8073'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 691df7ae-bfb1-4296-8338-6ab3bfa3c23d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=a6c48c16-1a93-4988-8d99-6b69eea186b8&request_guid=691df7ae-bfb1-4296-8338-6ab3bfa3c23d HTTP/1.1" 200 None +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83749-0502-af26-1a4b-0303c55a80af +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83749-0502-af26-1a4b-0303c55a80af +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 12.13s ago] ('get_data', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=42539df6-7846-479e-a1a2-b7b915004880 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: bd4bb86c-5043-4535-8f7f-140e35955532 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=42539df6-7846-479e-a1a2-b7b915004880&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=bd4bb86c-5043-4535-8f7f-140e35955532 HTTP/1.1" 200 1548 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: a05cc463-672c-4062-a447-9bb91c33812b +DEBUG:snowflake.connector.cursor:running query [SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e0b916d9-52d5-4d2e-821e-4c15828e8afd +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=a05cc463-672c-4062-a447-9bb91c33812b&request_guid=e0b916d9-52d5-4d2e-821e-4c15828e8afd HTTP/1.1" 200 None +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83749-0502-ae87-1a4b-0303c55a5ac7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83749-0502-ae87-1a4b-0303c55a5ac7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=3 +INFO:snowflake.connector.cursor:Number of results in first chunk: 333 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83749-0502-ae87-1a4b-0303c55a5ac7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 196d7ddc-0761-4ec1-bf78-128539d5d34d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83749-0502-ae87-1a4b-0303c55a5ac7?request_guid=196d7ddc-0761-4ec1-bf78-128539d5d34d HTTP/1.1" 200 2097 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83749-0502-ae87-1a4b-0303c55a5ac7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 67ea1918-834a-4deb-bf32-54b0821142b1 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83749-0502-ae87-1a4b-0303c55a5ac7?request_guid=67ea1918-834a-4deb-bf32-54b0821142b1 HTTP/1.1" 200 2097 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83749-0502-ae87-1a4b-0303c55a5ac7'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 068546a2-0741-48a3-baa2-afe215ed64ff +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83749-0502-ae87-1a4b-0303c55a5ac7'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83749-0502-ae87-1a4b-0303c55a5ac7'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7908fa44-7217-4bc3-85a9-fbe7a49253de +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=068546a2-0741-48a3-baa2-afe215ed64ff&request_guid=7908fa44-7217-4bc3-85a9-fbe7a49253de HTTP/1.1" 200 2278 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83749-0502-af26-1a4b-0303c55a824b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83749-0502-af26-1a4b-0303c55a824b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=4 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.result_set:result batch 1 has id: data_0_0_0 +DEBUG:snowflake.connector.result_set:result batch 2 has id: data_0_0_1 +DEBUG:snowflake.connector.result_set:result batch 3 has id: data_0_0_2 +DEBUG:snowflake.connector.result_set:result batch 4 has id: data_0_0_3 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_0 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_0 with existing session +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_1 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/2 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_1 with existing session +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_2 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/3 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_2 with existing session +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_3 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_3 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83749-0502-ae87-1a4b-0303c55a5ac7_0/main/data_0_0_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668106630&Signature=H%2BHTVQrC8AhXnm9N10kd9L0EU84%3D HTTP/1.1" 200 131984 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83749-0502-ae87-1a4b-0303c55a5ac7_0/main/data_0_0_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668106630&Signature=CMPRoRg99AfKhpIGJjCjujS3U9o%3D HTTP/1.1" 200 303346 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83749-0502-ae87-1a4b-0303c55a5ac7_0/main/data_0_0_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668106630&Signature=yqC4P7Cpzq3h5xM3ALq4uZiI6zc%3D HTTP/1.1" 200 260735 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83749-0502-ae87-1a4b-0303c55a5ac7_0/main/data_0_0_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668106630&Signature=tpyV1tTBo%2FoU92lwozt%2FOtFqRJc%3D HTTP/1.1" 200 23598 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 333 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 1 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_set:user began consuming result batch 2 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 334 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 334 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 342 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 2 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 10 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_set:user began consuming result batch 3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 10 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 10, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 684 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 3 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1367 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 746 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 4 +INFO:snowflake.connector.connection:closed +DEBUG:snowflake.connector.telemetry:Closing telemetry client. +INFO:snowflake.connector.connection:No async queries seem to be running, deleting session +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a718ec4c-9975-49d7-8658-75c8fa58e34b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session?delete=true&request_guid=a718ec4c-9975-49d7-8658-75c8fa58e34b HTTP/1.1" 200 76 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.connection:Session is closed +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 9.033s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 9.038s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 9.042s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=dbcff168-6950-40e7-99a9-65efecfc0f91 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 93546c22-46f5-4f77-9cdd-d02cab93f5e9 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 1444173289200 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1444173289200 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 1444173623936 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1444173623936 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 1444173623936 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 1444173623936 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 1444173289200 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1444173289200 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=dbcff168-6950-40e7-99a9-65efecfc0f91&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=93546c22-46f5-4f77-9cdd-d02cab93f5e9 HTTP/1.1" 200 1551 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_DEV, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=bc3632da-12ff-4ee0-bd36-ba6f17e10069 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 224db10f-15ba-4a2b-89b8-b0cc6546a65a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=bc3632da-12ff-4ee0-bd36-ba6f17e10069&databaseName=PL_DEV&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=224db10f-15ba-4a2b-89b8-b0cc6546a65a HTTP/1.1" 200 1555 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00206s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 32897a0a-814a-45d7-b97c-6657959afeed +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 53604318-bcff-430d-87dc-db301b360a94 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=32897a0a-814a-45d7-b97c-6657959afeed&request_guid=53604318-bcff-430d-87dc-db301b360a94 HTTP/1.1" 200 2199 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8374c-0502-ae87-1a4b-0303c55b19ab +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8374c-0502-ae87-1a4b-0303c55b19ab +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8374c-0502-ae87-1a4b-0303c55b19ab' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 11cadf79-d4a8-4f72-a6eb-8f1f2a63389f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8374c-0502-ae87-1a4b-0303c55b19ab?request_guid=11cadf79-d4a8-4f72-a6eb-8f1f2a63389f HTTP/1.1" 200 1872 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8374c-0502-ae87-1a4b-0303c55b19ab' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0a398a28-4666-45a5-bca4-91b26a101ed6 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8374c-0502-ae87-1a4b-0303c55b19ab?request_guid=0a398a28-4666-45a5-bca4-91b26a101ed6 HTTP/1.1" 200 1873 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8374c-0502-ae87-1a4b-0303c55b19ab'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: f86d2ed3-cf64-4aac-83fd-2e37cb87d3bd +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8374c-0502-ae87-1a4b-0303c55b19ab'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8374c-0502-ae87-1a4b-0303c55b19ab'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: b127630a-f595-4bf6-b8d0-6c8e3edf7194 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=f86d2ed3-cf64-4aac-83fd-2e37cb87d3bd&request_guid=b127630a-f595-4bf6-b8d0-6c8e3edf7194 HTTP/1.1" 200 2196 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8374c-0502-b1d6-1a4b-0303c55b358f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8374c-0502-b1d6-1a4b-0303c55b358f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 8df2cb92-55a8-4676-8743-d3c48b577a6f +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c9a8d8ff-1bcf-4c65-80fc-cdc66cfa8400 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=8df2cb92-55a8-4676-8743-d3c48b577a6f&request_guid=c9a8d8ff-1bcf-4c65-80fc-cdc66cfa8400 HTTP/1.1" 200 1784 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8374c-0502-b1d6-1a4b-0303c55b359b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8374c-0502-b1d6-1a4b-0303c55b359b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 12 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8374c-0502-b1d6-1a4b-0303c55b359b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 4df3946a-635b-496d-90ec-650da199ed3b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8374c-0502-b1d6-1a4b-0303c55b359b?request_guid=4df3946a-635b-496d-90ec-650da199ed3b HTTP/1.1" 200 2177 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8374c-0502-b1d6-1a4b-0303c55b359b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: bf7af3cb-a1f9-4c9e-9706-aba58be03c40 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8374c-0502-b1d6-1a4b-0303c55b359b?request_guid=bf7af3cb-a1f9-4c9e-9706-aba58be03c40 HTTP/1.1" 200 2178 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8374c-0502-b1d6-1a4b-0303c55b359b'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: c6cd1a80-8897-45d7-9407-9711a9806fc1 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8374c-0502-b1d6-1a4b-0303c55b359b'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8374c-0502-b1d6-1a4b-0303c55b359b'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9a1c7709-1b7d-450f-9093-d4695197a98f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=c6cd1a80-8897-45d7-9407-9711a9806fc1&request_guid=9a1c7709-1b7d-450f-9093-d4695197a98f HTTP/1.1" 200 1782 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8374c-0502-b1d6-1a4b-0303c55b35eb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8374c-0502-b1d6-1a4b-0303c55b35eb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 12 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','VPPERFORMANCE');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 98664e0e-426e-4e32-8a09-720d27e44211 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','VPPERFORMANCE');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','VPPERFORMANCE');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7ca5a79d-5280-4ec3-b525-188bb6ac6d7b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=98664e0e-426e-4e32-8a09-720d27e44211&request_guid=7ca5a79d-5280-4ec3-b525-188bb6ac6d7b HTTP/1.1" 200 2193 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8374c-0502-ae87-1a4b-0303c55b1b1f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8374c-0502-ae87-1a4b-0303c55b1b1f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8374c-0502-ae87-1a4b-0303c55b1b1f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 69efe4bc-6d23-4bf4-a3e6-ad7e74004d53 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8374c-0502-ae87-1a4b-0303c55b1b1f?request_guid=69efe4bc-6d23-4bf4-a3e6-ad7e74004d53 HTTP/1.1" 200 1686 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8374c-0502-ae87-1a4b-0303c55b1b1f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 87be70f3-f438-4b4a-92fa-0633b6c5ccee +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8374c-0502-ae87-1a4b-0303c55b1b1f?request_guid=87be70f3-f438-4b4a-92fa-0633b6c5ccee HTTP/1.1" 200 1687 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8374c-0502-ae87-1a4b-0303c55b1b1f'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 20dc48c3-5259-4470-81f4-5a709d8699f1 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8374c-0502-ae87-1a4b-0303c55b1b1f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8374c-0502-ae87-1a4b-0303c55b1b1f'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: bc5f21e4-4e26-4880-b973-6651f88c4d13 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=20dc48c3-5259-4470-81f4-5a709d8699f1&request_guid=bc5f21e4-4e26-4880-b973-6651f88c4d13 HTTP/1.1" 200 2190 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8374c-0502-b0de-1a4b-0303c55b288f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8374c-0502-b0de-1a4b-0303c55b288f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.5538s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.5643s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.5707s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=9edf7e5c-136f-431a-91e0-1d09c0c6fe18 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: de80895a-e0af-4ee9-8962-924874167379 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 1376267671280 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1376267671280 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 1376268006016 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1376268006016 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 1376268006016 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 1376268006016 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 1376267671280 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1376267671280 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=9edf7e5c-136f-431a-91e0-1d09c0c6fe18&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=de80895a-e0af-4ee9-8962-924874167379 HTTP/1.1" 200 1557 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_DEV, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=1c72c17a-3013-484d-a165-03112e1059d4 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 13c13be1-a535-4ab4-8267-2284c35ff89c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=1c72c17a-3013-484d-a165-03112e1059d4&databaseName=PL_DEV&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=13c13be1-a535-4ab4-8267-2284c35ff89c HTTP/1.1" 200 1551 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00152s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 805565b4-4cc7-4eab-a49b-4bfe1b0e2600 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6a4d5838-656b-4679-94e4-f0e8a471ab57 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=805565b4-4cc7-4eab-a49b-4bfe1b0e2600&request_guid=6a4d5838-656b-4679-94e4-f0e8a471ab57 HTTP/1.1" 200 2197 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8374e-0502-af26-1a4b-0303c55bac4b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8374e-0502-af26-1a4b-0303c55bac4b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8374e-0502-af26-1a4b-0303c55bac4b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 306e5123-11c7-4df3-bad6-b2d9e6f9a57f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8374e-0502-af26-1a4b-0303c55bac4b?request_guid=306e5123-11c7-4df3-bad6-b2d9e6f9a57f HTTP/1.1" 200 1864 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8374e-0502-af26-1a4b-0303c55bac4b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0a5e6ab7-99bc-446b-a661-f74fa2dd1e2c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8374e-0502-af26-1a4b-0303c55bac4b?request_guid=0a5e6ab7-99bc-446b-a661-f74fa2dd1e2c HTTP/1.1" 200 1864 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8374e-0502-af26-1a4b-0303c55bac4b'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 16bb907e-b4c1-455f-807f-13cbb3bd157d +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8374e-0502-af26-1a4b-0303c55bac4b'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8374e-0502-af26-1a4b-0303c55bac4b'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c6c7a6be-0ac0-4bab-bcf3-a99cb026e7e2 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=16bb907e-b4c1-455f-807f-13cbb3bd157d&request_guid=c6c7a6be-0ac0-4bab-bcf3-a99cb026e7e2 HTTP/1.1" 200 2196 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8374e-0502-b0de-1a4b-0303c55bc5e7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8374e-0502-b0de-1a4b-0303c55bc5e7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 191d14d9-2906-47d9-9ef2-8b5f6ff1e26f +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d0d21ead-022f-488b-8780-8fb2f32f3a43 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=191d14d9-2906-47d9-9ef2-8b5f6ff1e26f&request_guid=d0d21ead-022f-488b-8780-8fb2f32f3a43 HTTP/1.1" 200 1784 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8374e-0502-af26-1a4b-0303c55bacbb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8374e-0502-af26-1a4b-0303c55bacbb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 12 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8374e-0502-af26-1a4b-0303c55bacbb' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e6d088a9-081c-4783-9910-1f9f2b4a51c7 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8374e-0502-af26-1a4b-0303c55bacbb?request_guid=e6d088a9-081c-4783-9910-1f9f2b4a51c7 HTTP/1.1" 200 2177 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8374e-0502-af26-1a4b-0303c55bacbb' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 06d918bb-c0b4-484c-b2e2-ddd0d888ffec +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8374e-0502-af26-1a4b-0303c55bacbb?request_guid=06d918bb-c0b4-484c-b2e2-ddd0d888ffec HTTP/1.1" 200 2176 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8374e-0502-af26-1a4b-0303c55bacbb'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: fe1f4b19-074c-47ba-9ced-87bd16c19fe9 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8374e-0502-af26-1a4b-0303c55bacbb'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8374e-0502-af26-1a4b-0303c55bacbb'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 121c325e-dba3-4a86-bd98-ad6e251312a1 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=fe1f4b19-074c-47ba-9ced-87bd16c19fe9&request_guid=121c325e-dba3-4a86-bd98-ad6e251312a1 HTTP/1.1" 200 1784 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8374e-0502-b0de-1a4b-0303c55bc687 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8374e-0502-b0de-1a4b-0303c55bc687 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 12 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','VPPERFORMANCE');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: d578d3f0-4adf-40c8-88a7-d70d22dc817e +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','VPPERFORMANCE');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','VPPERFORMANCE');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 08dd3238-013f-488e-bb4f-f467f1c6108e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=d578d3f0-4adf-40c8-88a7-d70d22dc817e&request_guid=08dd3238-013f-488e-bb4f-f467f1c6108e HTTP/1.1" 200 2192 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8374e-0502-af26-1a4b-0303c55bad9f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8374e-0502-af26-1a4b-0303c55bad9f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8374e-0502-af26-1a4b-0303c55bad9f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e622e3eb-c84f-4a61-9d8b-f057976e2f3b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8374e-0502-af26-1a4b-0303c55bad9f?request_guid=e622e3eb-c84f-4a61-9d8b-f057976e2f3b HTTP/1.1" 200 1686 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8374e-0502-af26-1a4b-0303c55bad9f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 2762be8b-c40e-472d-9894-016ac4e46e15 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8374e-0502-af26-1a4b-0303c55bad9f?request_guid=2762be8b-c40e-472d-9894-016ac4e46e15 HTTP/1.1" 200 1687 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8374e-0502-af26-1a4b-0303c55bad9f'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 8d2f6dab-9284-4711-bdf3-c9f5056081a5 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8374e-0502-af26-1a4b-0303c55bad9f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8374e-0502-af26-1a4b-0303c55bad9f'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: b2b85af2-062f-4e98-bb05-f2e9cd4e3544 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=8d2f6dab-9284-4711-bdf3-c9f5056081a5&request_guid=b2b85af2-062f-4e98-bb05-f2e9cd4e3544 HTTP/1.1" 200 2190 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8374e-0502-af26-1a4b-0303c55badbf +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8374e-0502-af26-1a4b-0303c55badbf +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 22.64s ago] ('get_data', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=bb6fc100-d651-4da9-b1d0-03daab9ff487 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8f6431ac-c658-4f73-8ab4-7f9fc8482131 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=bb6fc100-d651-4da9-b1d0-03daab9ff487&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=8f6431ac-c658-4f73-8ab4-7f9fc8482131 HTTP/1.1" 200 1558 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: fb78de6b-bc1a-4c5b-9c83-d88f398a962b +DEBUG:snowflake.connector.cursor:running query [SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ed87edca-4e7e-4f5f-a92c-9225b6f0bcbd +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=fb78de6b-bc1a-4c5b-9c83-d88f398a962b&request_guid=ed87edca-4e7e-4f5f-a92c-9225b6f0bcbd HTTP/1.1" 200 None +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8374e-0502-ae87-1a4b-0303c55be39b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8374e-0502-ae87-1a4b-0303c55be39b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=3 +INFO:snowflake.connector.cursor:Number of results in first chunk: 333 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8374e-0502-ae87-1a4b-0303c55be39b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c949a8ec-a772-4c79-82ab-0c728f10e698 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8374e-0502-ae87-1a4b-0303c55be39b?request_guid=c949a8ec-a772-4c79-82ab-0c728f10e698 HTTP/1.1" 200 2089 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8374e-0502-ae87-1a4b-0303c55be39b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 724d6e6e-cfe1-44f1-b896-5a0f8e56e2cc +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8374e-0502-ae87-1a4b-0303c55be39b?request_guid=724d6e6e-cfe1-44f1-b896-5a0f8e56e2cc HTTP/1.1" 200 None +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8374e-0502-ae87-1a4b-0303c55be39b'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: a9ae8638-ac85-479c-bf6c-ab73e4e258bc +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8374e-0502-ae87-1a4b-0303c55be39b'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8374e-0502-ae87-1a4b-0303c55be39b'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e041cbcd-e234-44cd-8f09-98091bf6848f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=a9ae8638-ac85-479c-bf6c-ab73e4e258bc&request_guid=e041cbcd-e234-44cd-8f09-98091bf6848f HTTP/1.1" 200 2273 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8374e-0502-ae87-1a4b-0303c55be423 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8374e-0502-ae87-1a4b-0303c55be423 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=4 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.result_set:result batch 1 has id: data_0_0_0 +DEBUG:snowflake.connector.result_set:result batch 2 has id: data_0_0_1 +DEBUG:snowflake.connector.result_set:result batch 3 has id: data_0_0_2 +DEBUG:snowflake.connector.result_set:result batch 4 has id: data_0_0_3 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_0 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_0 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_1 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/2 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_1 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_2 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/3 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_2 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_3 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_3 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a8374e-0502-ae87-1a4b-0303c55be39b_0/main/data_0_0_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668106952&Signature=lQ5IdNiDqzQakyK14YpVXqJRkCI%3D HTTP/1.1" 200 23598 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a8374e-0502-ae87-1a4b-0303c55be39b_0/main/data_0_0_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668106952&Signature=Wgdw1CQ1rVRQMeRbYiL9yYNJVSQ%3D HTTP/1.1" 200 131984 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a8374e-0502-ae87-1a4b-0303c55be39b_0/main/data_0_0_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668106952&Signature=Va7JqOKgWF%2BS1F0xkXR0Z0ERw2g%3D HTTP/1.1" 200 311220 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 333 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 1 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a8374e-0502-ae87-1a4b-0303c55be39b_0/main/data_0_0_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668106952&Signature=wgX6R0623GPDRsld%2BCVT0bpSVYM%3D HTTP/1.1" 200 260735 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_set:user began consuming result batch 2 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 334 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 334 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 342 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 3 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 10 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_set:user began consuming result batch 3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 10 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 10, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 684 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 3 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1367 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 878 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 4 +INFO:snowflake.connector.connection:closed +DEBUG:snowflake.connector.telemetry:Closing telemetry client. +INFO:snowflake.connector.connection:No async queries seem to be running, deleting session +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 084ceebe-ba2b-4e5c-b2c4-81e384c66536 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session?delete=true&request_guid=084ceebe-ba2b-4e5c-b2c4-81e384c66536 HTTP/1.1" 200 76 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.connection:Session is closed +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 9.941s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 9.947s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 9.951s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=bac05639-d874-412e-9ca5-3da8359fecd3 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 069f54db-3d2d-4ade-9157-97605652b3f1 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 2263270741888 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2263270741888 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2263271076672 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2263271076672 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2263271076672 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2263271076672 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2263270741888 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2263270741888 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=bac05639-d874-412e-9ca5-3da8359fecd3&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=069f54db-3d2d-4ade-9157-97605652b3f1 HTTP/1.1" 200 1558 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_DEV, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=34dd3a7b-82c8-432f-82bb-699ba2988d49 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 3857a046-d773-4829-a47b-55faee0e79c9 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=34dd3a7b-82c8-432f-82bb-699ba2988d49&databaseName=PL_DEV&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=3857a046-d773-4829-a47b-55faee0e79c9 HTTP/1.1" 200 1550 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00177s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 472488e4-2031-40a0-b1ac-3cc237c19206 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9c309af0-2763-4ff0-ba33-27c3c643f3d1 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=472488e4-2031-40a0-b1ac-3cc237c19206&request_guid=9c309af0-2763-4ff0-ba33-27c3c643f3d1 HTTP/1.1" 200 2199 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83751-0502-ae87-1a4b-0303c55cc0a3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83751-0502-ae87-1a4b-0303c55cc0a3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83751-0502-ae87-1a4b-0303c55cc0a3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e3405bb4-ec3b-4714-8ed4-3d4fee03ef89 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83751-0502-ae87-1a4b-0303c55cc0a3?request_guid=e3405bb4-ec3b-4714-8ed4-3d4fee03ef89 HTTP/1.1" 200 1857 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83751-0502-ae87-1a4b-0303c55cc0a3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: fb919862-8597-4df8-a267-5c78aa43a5a2 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83751-0502-ae87-1a4b-0303c55cc0a3?request_guid=fb919862-8597-4df8-a267-5c78aa43a5a2 HTTP/1.1" 200 1855 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83751-0502-ae87-1a4b-0303c55cc0a3'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 3d980103-8ec7-44d1-84e7-4cf30b718e5a +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83751-0502-ae87-1a4b-0303c55cc0a3'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83751-0502-ae87-1a4b-0303c55cc0a3'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 477238b3-f433-45bd-a92e-ae4d3ae52046 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=3d980103-8ec7-44d1-84e7-4cf30b718e5a&request_guid=477238b3-f433-45bd-a92e-ae4d3ae52046 HTTP/1.1" 200 None +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83751-0502-b0de-1a4b-0303c55c9c6b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83751-0502-b0de-1a4b-0303c55c9c6b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: a2c93365-b118-4753-96c0-06171f6e3d95 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c3ecce62-9149-4564-8929-7c666aa9bb10 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=a2c93365-b118-4753-96c0-06171f6e3d95&request_guid=c3ecce62-9149-4564-8929-7c666aa9bb10 HTTP/1.1" 200 1784 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83751-0502-b0de-1a4b-0303c55c9c7b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83751-0502-b0de-1a4b-0303c55c9c7b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 12 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83751-0502-b0de-1a4b-0303c55c9c7b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 4b06309b-9943-4a85-997e-78776bdef28d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83751-0502-b0de-1a4b-0303c55c9c7b?request_guid=4b06309b-9943-4a85-997e-78776bdef28d HTTP/1.1" 200 2184 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83751-0502-b0de-1a4b-0303c55c9c7b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 688e3bfd-c555-409f-b21e-70fefaf46d69 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83751-0502-b0de-1a4b-0303c55c9c7b?request_guid=688e3bfd-c555-409f-b21e-70fefaf46d69 HTTP/1.1" 200 2181 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83751-0502-b0de-1a4b-0303c55c9c7b'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 35366e6f-e3ff-4f61-b1ef-6f03b86e52be +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83751-0502-b0de-1a4b-0303c55c9c7b'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83751-0502-b0de-1a4b-0303c55c9c7b'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 13deacee-afa1-4639-9a5d-7287292618fc +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=35366e6f-e3ff-4f61-b1ef-6f03b86e52be&request_guid=13deacee-afa1-4639-9a5d-7287292618fc HTTP/1.1" 200 1788 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83751-0502-ae87-1a4b-0303c55cc1c7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83751-0502-ae87-1a4b-0303c55cc1c7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 12 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','VPPERFORMANCE');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 7a6ce521-acf1-4d51-b2cf-622b7e292c97 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','VPPERFORMANCE');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','VPPERFORMANCE');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a484b64e-af72-41bc-9e5e-9d9bd02dc91d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=7a6ce521-acf1-4d51-b2cf-622b7e292c97&request_guid=a484b64e-af72-41bc-9e5e-9d9bd02dc91d HTTP/1.1" 200 2194 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83751-0502-afee-1a4b-0303c55ca6cf +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83751-0502-afee-1a4b-0303c55ca6cf +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83751-0502-afee-1a4b-0303c55ca6cf' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f23848b5-e437-4288-b7ea-fb256ae9bb1b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83751-0502-afee-1a4b-0303c55ca6cf?request_guid=f23848b5-e437-4288-b7ea-fb256ae9bb1b HTTP/1.1" 200 1686 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83751-0502-afee-1a4b-0303c55ca6cf' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1f5b01c9-9bc6-4cfe-a878-e523a0b7d302 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83751-0502-afee-1a4b-0303c55ca6cf?request_guid=1f5b01c9-9bc6-4cfe-a878-e523a0b7d302 HTTP/1.1" 200 1687 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83751-0502-afee-1a4b-0303c55ca6cf'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: d25f5f07-c429-462f-9b36-0198638b1f03 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83751-0502-afee-1a4b-0303c55ca6cf'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83751-0502-afee-1a4b-0303c55ca6cf'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 802816b5-6d08-4e1d-b535-6da5aca03d88 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=d25f5f07-c429-462f-9b36-0198638b1f03&request_guid=802816b5-6d08-4e1d-b535-6da5aca03d88 HTTP/1.1" 200 2191 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83751-0502-af26-1a4b-0303c55cb553 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83751-0502-af26-1a4b-0303c55cb553 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.3784s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.3857s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.3918s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=a1c43c8d-6913-4b67-a8e4-e4d00a957739 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 60153246-976f-4020-b506-4692dea32c34 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 1706083768048 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1706083768048 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 1706084086400 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1706084086400 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 1706084086400 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 1706084086400 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 1706083768048 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1706083768048 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=a1c43c8d-6913-4b67-a8e4-e4d00a957739&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=60153246-976f-4020-b506-4692dea32c34 HTTP/1.1" 200 1550 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_DEV, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=2161a992-672d-405f-9e2b-014704eeffba +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a9a6856c-73f1-4d78-9646-130d16be8c6c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=2161a992-672d-405f-9e2b-014704eeffba&databaseName=PL_DEV&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=a9a6856c-73f1-4d78-9646-130d16be8c6c HTTP/1.1" 200 1557 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00200s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 8035bad4-2f91-4e8a-93bb-53785d8d0527 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8c5ce172-7be2-4c69-86d6-2be161a811c4 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=8035bad4-2f91-4e8a-93bb-53785d8d0527&request_guid=8c5ce172-7be2-4c69-86d6-2be161a811c4 HTTP/1.1" 200 2196 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83752-0502-b0de-1a4b-0303c55cda17 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83752-0502-b0de-1a4b-0303c55cda17 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83752-0502-b0de-1a4b-0303c55cda17' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 4dd8db16-fe89-41e4-a192-5bf07e3df074 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83752-0502-b0de-1a4b-0303c55cda17?request_guid=4dd8db16-fe89-41e4-a192-5bf07e3df074 HTTP/1.1" 200 1860 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83752-0502-b0de-1a4b-0303c55cda17' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8a83cc0a-7472-4976-8944-7b8b79a57df5 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83752-0502-b0de-1a4b-0303c55cda17?request_guid=8a83cc0a-7472-4976-8944-7b8b79a57df5 HTTP/1.1" 200 1860 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83752-0502-b0de-1a4b-0303c55cda17'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: d0095ed0-6ddb-4965-91d9-60c553efbecd +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83752-0502-b0de-1a4b-0303c55cda17'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83752-0502-b0de-1a4b-0303c55cda17'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 5ea61006-4f7a-48d4-920d-18bfed4d3cd8 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=d0095ed0-6ddb-4965-91d9-60c553efbecd&request_guid=5ea61006-4f7a-48d4-920d-18bfed4d3cd8 HTTP/1.1" 200 2200 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83752-0502-ae87-1a4b-0303c55ccfcf +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83752-0502-ae87-1a4b-0303c55ccfcf +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 8368db6c-ee10-4413-9af7-d58ceecfc829 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 60af031c-d278-488e-8653-9f14fe67d419 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=8368db6c-ee10-4413-9af7-d58ceecfc829&request_guid=60af031c-d278-488e-8653-9f14fe67d419 HTTP/1.1" 200 1787 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83752-0502-afee-1a4b-0303c55ce5e3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83752-0502-afee-1a4b-0303c55ce5e3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 12 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83752-0502-afee-1a4b-0303c55ce5e3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 55b19aeb-a2dc-4e9c-aee4-e822c38d4c7c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83752-0502-afee-1a4b-0303c55ce5e3?request_guid=55b19aeb-a2dc-4e9c-aee4-e822c38d4c7c HTTP/1.1" 200 2184 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83752-0502-afee-1a4b-0303c55ce5e3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6d47f927-31d0-461a-a82f-78a618d18172 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83752-0502-afee-1a4b-0303c55ce5e3?request_guid=6d47f927-31d0-461a-a82f-78a618d18172 HTTP/1.1" 200 2184 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83752-0502-afee-1a4b-0303c55ce5e3'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 5e6c7aa0-f33b-406e-b24c-943a6adc0801 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83752-0502-afee-1a4b-0303c55ce5e3'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83752-0502-afee-1a4b-0303c55ce5e3'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: be79dd73-1072-48c6-9978-04bf7af43a06 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=5e6c7aa0-f33b-406e-b24c-943a6adc0801&request_guid=be79dd73-1072-48c6-9978-04bf7af43a06 HTTP/1.1" 200 1783 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83752-0502-b0de-1a4b-0303c55cdaa3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83752-0502-b0de-1a4b-0303c55cdaa3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 12 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','VPPERFORMANCE');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 3d945e18-b5e5-4b20-9bb7-559881be7e1d +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','VPPERFORMANCE');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','VPPERFORMANCE');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 668bbcd5-3981-44be-b061-162550a9e805 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=3d945e18-b5e5-4b20-9bb7-559881be7e1d&request_guid=668bbcd5-3981-44be-b061-162550a9e805 HTTP/1.1" 200 2194 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83752-0502-ae87-1a4b-0303c55d100b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83752-0502-ae87-1a4b-0303c55d100b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83752-0502-ae87-1a4b-0303c55d100b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7c45340a-46e0-4fc1-80e9-543365598fb2 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83752-0502-ae87-1a4b-0303c55d100b?request_guid=7c45340a-46e0-4fc1-80e9-543365598fb2 HTTP/1.1" 200 1683 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83752-0502-ae87-1a4b-0303c55d100b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f284549b-234e-4714-b9f1-4ce60a92f2e9 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83752-0502-ae87-1a4b-0303c55d100b?request_guid=f284549b-234e-4714-b9f1-4ce60a92f2e9 HTTP/1.1" 200 1684 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83752-0502-ae87-1a4b-0303c55d100b'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: cad74118-3f78-4a50-a522-51885def92b7 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83752-0502-ae87-1a4b-0303c55d100b'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83752-0502-ae87-1a4b-0303c55d100b'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d791b1ae-b33a-413e-8570-5f31be84f451 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=cad74118-3f78-4a50-a522-51885def92b7&request_guid=d791b1ae-b33a-413e-8570-5f31be84f451 HTTP/1.1" 200 2190 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83752-0502-b1d6-1a4b-0303c55d02af +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83752-0502-b1d6-1a4b-0303c55d02af +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 12.09s ago] ('get_data', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=7dd88cb7-6f17-4dd4-bca2-248b315b5a8b +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d467cb3b-2059-4bd1-bb5f-8b37f137f052 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=7dd88cb7-6f17-4dd4-bca2-248b315b5a8b&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=d467cb3b-2059-4bd1-bb5f-8b37f137f052 HTTP/1.1" 200 1554 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,HEADER_CHANGE_SEQ,HEADER_...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: f8ad78bc-70f0-4228-ad51-dfcae0875e39 +DEBUG:snowflake.connector.cursor:running query [SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,HEADER_CHANGE_SEQ,HEADER_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,HEADER_CHANGE_SEQ,HEADER_...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: fa4765bb-641f-435f-9b0d-8cf0dbdb3e44 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=f8ad78bc-70f0-4228-ad51-dfcae0875e39&request_guid=fa4765bb-641f-435f-9b0d-8cf0dbdb3e44 HTTP/1.1" 200 386 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = 000904, after post request +DEBUG:snowflake.connector.network:Query id: 01a83752-0502-af26-1a4b-0303c55cf557 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83752-0502-af26-1a4b-0303c55cf557 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:{'data': {'internalError': False, 'errorCode': '000904', 'age': 0, 'sqlState': '42000', 'queryId': '01a83752-0502-af26-1a4b-0303c55cf557', 'line': -1, 'pos': -1, 'type': 'COMPILATION'}, 'code': '000904', 'message': "SQL compilation error: error line 1 at position 55\ninvalid identifier 'HEADER_CHANGE_SEQ'", 'success': False, 'headers': None} +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 08:06:48] "GET /sfexec?csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zsqw.w-0srIACU8oy-6BhivJFjSqn06M&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zsqw.w-0srIACU8oy-6BhivJFjSqn06M&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zsqw.w-0srIACU8oy-6BhivJFjSqn06M&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zsqw.w-0srIACU8oy-6BhivJFjSqn06M&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zsqw.w-0srIACU8oy-6BhivJFjSqn06M&submit=Submit HTTP/1.1" 500 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 08:06:49] "GET /sfexec?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 08:06:49] "GET /sfexec?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 08:06:49] "GET /sfexec?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 08:06:50] "GET /sfexec?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 304 - +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 6.162s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 6.211s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 6.267s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=0bf82896-8002-4414-8f4c-13c14f442e67 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a4f79799-cdb0-47ee-9345-ff9c0def0a94 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 1966930924192 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1966930924192 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 1966931242544 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1966931242544 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 1966931242544 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 1966931242544 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 1966930924192 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1966930924192 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=0bf82896-8002-4414-8f4c-13c14f442e67&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=a4f79799-cdb0-47ee-9345-ff9c0def0a94 HTTP/1.1" 200 1554 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_DEV, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=c65e3e99-ef30-4c20-bfa4-c2f58f90758e +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c707213f-46f7-4393-8eb6-83b32b7428eb +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=c65e3e99-ef30-4c20-bfa4-c2f58f90758e&databaseName=PL_DEV&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=c707213f-46f7-4393-8eb6-83b32b7428eb HTTP/1.1" 200 1557 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00369s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 37067a92-adae-4e7c-af54-079df0a4d971 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 49755992-48b7-488b-8405-d5bbacdee635 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=37067a92-adae-4e7c-af54-079df0a4d971&request_guid=49755992-48b7-488b-8405-d5bbacdee635 HTTP/1.1" 200 2195 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83754-0502-b0de-1a4b-0303c55d757f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83754-0502-b0de-1a4b-0303c55d757f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83754-0502-b0de-1a4b-0303c55d757f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1a706628-907c-43dd-9785-b7d839c42b2c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83754-0502-b0de-1a4b-0303c55d757f?request_guid=1a706628-907c-43dd-9785-b7d839c42b2c HTTP/1.1" 200 1855 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83754-0502-b0de-1a4b-0303c55d757f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 623d31a5-e86a-4f34-824f-8f2361a001eb +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83754-0502-b0de-1a4b-0303c55d757f?request_guid=623d31a5-e86a-4f34-824f-8f2361a001eb HTTP/1.1" 200 1855 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83754-0502-b0de-1a4b-0303c55d757f'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 66a79734-4cae-4cdc-9938-005f4d31b2df +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83754-0502-b0de-1a4b-0303c55d757f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83754-0502-b0de-1a4b-0303c55d757f'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 842fb7e4-aeb9-4ea8-8c2a-ee72571de9dd +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=66a79734-4cae-4cdc-9938-005f4d31b2df&request_guid=842fb7e4-aeb9-4ea8-8c2a-ee72571de9dd HTTP/1.1" 200 2199 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83754-0502-afee-1a4b-0303c55d81d3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83754-0502-afee-1a4b-0303c55d81d3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 0ad176b4-3642-4c3f-914a-481e5dc80e7f +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 94c3d8d4-6d35-4f93-a991-e109bfbf859f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=0ad176b4-3642-4c3f-914a-481e5dc80e7f&request_guid=94c3d8d4-6d35-4f93-a991-e109bfbf859f HTTP/1.1" 200 1783 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83754-0502-b1d6-1a4b-0303c55d6b17 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83754-0502-b1d6-1a4b-0303c55d6b17 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 12 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83754-0502-b1d6-1a4b-0303c55d6b17' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 5d84ed0f-6fdf-464e-ac36-bcd122917446 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83754-0502-b1d6-1a4b-0303c55d6b17?request_guid=5d84ed0f-6fdf-464e-ac36-bcd122917446 HTTP/1.1" 200 2166 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83754-0502-b1d6-1a4b-0303c55d6b17' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: da805463-3a01-41a6-a809-8c5c67f99869 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83754-0502-b1d6-1a4b-0303c55d6b17?request_guid=da805463-3a01-41a6-a809-8c5c67f99869 HTTP/1.1" 200 2166 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83754-0502-b1d6-1a4b-0303c55d6b17'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 53afd5b5-4d61-4033-9f91-231703c95ffe +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83754-0502-b1d6-1a4b-0303c55d6b17'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83754-0502-b1d6-1a4b-0303c55d6b17'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: dce4692f-0064-4254-85d2-445d55b97b9b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=53afd5b5-4d61-4033-9f91-231703c95ffe&request_guid=dce4692f-0064-4254-85d2-445d55b97b9b HTTP/1.1" 200 1785 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83754-0502-ae87-1a4b-0303c55d5eeb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83754-0502-ae87-1a4b-0303c55d5eeb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 12 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','VPPERFORMANCE');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: ee66c161-99bc-49ff-86ec-a2797e6346d3 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','VPPERFORMANCE');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','VPPERFORMANCE');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 57a1818f-1fc9-41cc-80e8-313f589b8c6b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=ee66c161-99bc-49ff-86ec-a2797e6346d3&request_guid=57a1818f-1fc9-41cc-80e8-313f589b8c6b HTTP/1.1" 200 2195 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83754-0502-afee-1a4b-0303c55d8223 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83754-0502-afee-1a4b-0303c55d8223 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83754-0502-afee-1a4b-0303c55d8223' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e9176d0b-4831-4fcf-9cee-a13f8d6b51ee +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83754-0502-afee-1a4b-0303c55d8223?request_guid=e9176d0b-4831-4fcf-9cee-a13f8d6b51ee HTTP/1.1" 200 1683 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83754-0502-afee-1a4b-0303c55d8223' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 5428d5ad-ad1f-4bca-9be3-4969234bf07b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83754-0502-afee-1a4b-0303c55d8223?request_guid=5428d5ad-ad1f-4bca-9be3-4969234bf07b HTTP/1.1" 200 1683 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83754-0502-afee-1a4b-0303c55d8223'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 265f66ac-831f-4788-8ef5-65d1ef45a7c1 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83754-0502-afee-1a4b-0303c55d8223'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83754-0502-afee-1a4b-0303c55d8223'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 4964b8e7-5fcc-4f00-902b-62f168ccfb02 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=265f66ac-831f-4788-8ef5-65d1ef45a7c1&request_guid=4964b8e7-5fcc-4f00-902b-62f168ccfb02 HTTP/1.1" 200 2192 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83754-0502-af26-1a4b-0303c55d4f0b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83754-0502-af26-1a4b-0303c55d4f0b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.5939s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.5986s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.6048s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=3e606516-9a18-44e1-bafe-a76378d88d4e +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1f118d72-9257-4f81-85b9-24660932a4fb +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 1985250727664 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1985250727664 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 1985251046016 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1985251046016 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 1985251046016 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 1985251046016 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 1985250727664 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1985250727664 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=3e606516-9a18-44e1-bafe-a76378d88d4e&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=1f118d72-9257-4f81-85b9-24660932a4fb HTTP/1.1" 200 1555 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_DEV, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=ff98c6ad-07f7-4f77-a4df-010f73fd20ee +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 4582cab7-c9e8-43c5-b782-8ae48c6cb7fa +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=ff98c6ad-07f7-4f77-a4df-010f73fd20ee&databaseName=PL_DEV&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=4582cab7-c9e8-43c5-b782-8ae48c6cb7fa HTTP/1.1" 200 1549 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00161s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 2120f6ab-44db-4fc5-ba85-c677dc61d6ef +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 32840ac7-cafc-43d3-b73c-6c08936c0340 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=2120f6ab-44db-4fc5-ba85-c677dc61d6ef&request_guid=32840ac7-cafc-43d3-b73c-6c08936c0340 HTTP/1.1" 200 2196 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8375c-0502-b21e-1a4b-0303c55fcb0b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8375c-0502-b21e-1a4b-0303c55fcb0b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8375c-0502-b21e-1a4b-0303c55fcb0b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 495031b1-85f0-4182-a930-5d032e1fcbcb +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8375c-0502-b21e-1a4b-0303c55fcb0b?request_guid=495031b1-85f0-4182-a930-5d032e1fcbcb HTTP/1.1" 200 1875 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8375c-0502-b21e-1a4b-0303c55fcb0b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d5f221b9-a81a-4bbb-ac0c-d2b696c50619 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8375c-0502-b21e-1a4b-0303c55fcb0b?request_guid=d5f221b9-a81a-4bbb-ac0c-d2b696c50619 HTTP/1.1" 200 1875 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8375c-0502-b21e-1a4b-0303c55fcb0b'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 63d0fe58-de31-4620-8146-4c01281c9b39 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8375c-0502-b21e-1a4b-0303c55fcb0b'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8375c-0502-b21e-1a4b-0303c55fcb0b'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: aa9cfe4c-b6b4-419e-af0e-f3967f17091d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=63d0fe58-de31-4620-8146-4c01281c9b39&request_guid=aa9cfe4c-b6b4-419e-af0e-f3967f17091d HTTP/1.1" 200 2197 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8375c-0502-af26-1a4b-0303c55fdcd7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8375c-0502-af26-1a4b-0303c55fdcd7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 225c4745-68a3-48c6-9fee-138d5b9fe83a +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ec7d894c-e275-441f-9859-cd535b62de7d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=225c4745-68a3-48c6-9fee-138d5b9fe83a&request_guid=ec7d894c-e275-441f-9859-cd535b62de7d HTTP/1.1" 200 1788 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8375c-0502-ae87-1a4b-0303c55ff67b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8375c-0502-ae87-1a4b-0303c55ff67b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 12 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8375c-0502-ae87-1a4b-0303c55ff67b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 230fc58e-25a7-4342-8e7f-447d5d2751b9 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8375c-0502-ae87-1a4b-0303c55ff67b?request_guid=230fc58e-25a7-4342-8e7f-447d5d2751b9 HTTP/1.1" 200 2175 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8375c-0502-ae87-1a4b-0303c55ff67b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 2cf38c0f-26b6-4122-8a94-0ac984301763 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8375c-0502-ae87-1a4b-0303c55ff67b?request_guid=2cf38c0f-26b6-4122-8a94-0ac984301763 HTTP/1.1" 200 2175 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8375c-0502-ae87-1a4b-0303c55ff67b'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 64ad3412-c32f-498e-903b-9e3d9609a250 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8375c-0502-ae87-1a4b-0303c55ff67b'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8375c-0502-ae87-1a4b-0303c55ff67b'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e5867c81-6500-44b0-b3b6-2f339cd8c296 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=64ad3412-c32f-498e-903b-9e3d9609a250&request_guid=e5867c81-6500-44b0-b3b6-2f339cd8c296 HTTP/1.1" 503 15104 +DEBUG:snowflake.connector.network:000503: 503: HTTP 503: Service Unavailable. Retrying... +DEBUG:snowflake.connector.network:retrying: errorclass=, error=000503: 503: HTTP 503: Service Unavailable, counter=1, sleeping=1(s) +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 2 +DEBUG:snowflake.connector.network:Request guid: 49f42d70-e35a-46e7-bc5f-32e2d5261037 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=64ad3412-c32f-498e-903b-9e3d9609a250&clientStartTime=1668086195299&retryCount=1&request_guid=49f42d70-e35a-46e7-bc5f-32e2d5261037 HTTP/1.1" 200 1785 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8375c-0502-b21e-1a4b-0303c55fcc03 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8375c-0502-b21e-1a4b-0303c55fcc03 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 12 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','VPPERFORMANCE');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 021dc578-a20c-447e-be25-a71f3c440790 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','VPPERFORMANCE');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','VPPERFORMANCE');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: b169a058-5032-4793-a1cf-1fae0b2eb1bc +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=021dc578-a20c-447e-be25-a71f3c440790&request_guid=b169a058-5032-4793-a1cf-1fae0b2eb1bc HTTP/1.1" 200 2195 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8375c-0502-afee-1a4b-0303c55feb9f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8375c-0502-afee-1a4b-0303c55feb9f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8375c-0502-afee-1a4b-0303c55feb9f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d85203d5-73b3-4290-9dcf-8dedfb187549 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8375c-0502-afee-1a4b-0303c55feb9f?request_guid=d85203d5-73b3-4290-9dcf-8dedfb187549 HTTP/1.1" 200 1682 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8375c-0502-afee-1a4b-0303c55feb9f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 654a2047-35ea-4343-a45c-8209ec2c02bf +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8375c-0502-afee-1a4b-0303c55feb9f?request_guid=654a2047-35ea-4343-a45c-8209ec2c02bf HTTP/1.1" 200 1683 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8375c-0502-afee-1a4b-0303c55feb9f'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 69411ad1-ac5e-4bed-9ad7-30983b8e3bfe +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8375c-0502-afee-1a4b-0303c55feb9f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8375c-0502-afee-1a4b-0303c55feb9f'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 27d68c03-77ea-4999-9fce-425fdea5e9a3 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=69411ad1-ac5e-4bed-9ad7-30983b8e3bfe&request_guid=27d68c03-77ea-4999-9fce-425fdea5e9a3 HTTP/1.1" 200 2190 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8375c-0502-b1d6-1a4b-0303c56003a7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8375c-0502-b1d6-1a4b-0303c56003a7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 12.84s ago] ('get_data', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=b3c9a2bd-ef06-41d7-9dda-ff2cdc05ff80 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0083b8af-a231-40cd-b204-549b58c620b8 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 17.94s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 17.94s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 17.95s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=0624e2ec-c19c-46e5-9814-214785fe41bb +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0e4c7cab-fdc2-4e1d-a0ee-7667e275c979 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=b3c9a2bd-ef06-41d7-9dda-ff2cdc05ff80&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=0083b8af-a231-40cd-b204-549b58c620b8 HTTP/1.1" 200 1551 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: f0bce727-8a7e-45e9-8ca1-bb25588b59eb +DEBUG:snowflake.connector.cursor:running query [SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a0b8aac4-9de9-48c1-a2ed-4852f5d7878b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=0624e2ec-c19c-46e5-9814-214785fe41bb&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=0e4c7cab-fdc2-4e1d-a0ee-7667e275c979 HTTP/1.1" 200 1551 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_DEV, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=71718eb9-ec54-4704-9f6f-e994f9090e7d +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 99341a76-301e-485d-a141-5055b40406bb +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=f0bce727-8a7e-45e9-8ca1-bb25588b59eb&request_guid=a0b8aac4-9de9-48c1-a2ed-4852f5d7878b HTTP/1.1" 200 None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Query id: 01a8375c-0502-ae87-1a4b-0303c55ffa6b +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.cursor:sfqid: 01a8375c-0502-ae87-1a4b-0303c55ffa6b +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=3 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +INFO:snowflake.connector.cursor:Number of results in first chunk: 333 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8375c-0502-ae87-1a4b-0303c55ffa6b' +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.network:Request guid: 71afa51b-0b10-4699-9888-7d06f1e8a4c4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8375c-0502-ae87-1a4b-0303c55ffa6b?request_guid=71afa51b-0b10-4699-9888-7d06f1e8a4c4 HTTP/1.1" 200 2091 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8375c-0502-ae87-1a4b-0303c55ffa6b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: b147b3af-8e54-4b32-bc3e-68e8060d75c9 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8375c-0502-ae87-1a4b-0303c55ffa6b?request_guid=b147b3af-8e54-4b32-bc3e-68e8060d75c9 HTTP/1.1" 200 2091 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8375c-0502-ae87-1a4b-0303c55ffa6b'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: bc246be5-20bd-4a77-885a-5cb402943b11 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8375c-0502-ae87-1a4b-0303c55ffa6b'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8375c-0502-ae87-1a4b-0303c55ffa6b'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9ab3038e-031a-4b73-a4a5-bbdecd195611 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=bc246be5-20bd-4a77-885a-5cb402943b11&request_guid=9ab3038e-031a-4b73-a4a5-bbdecd195611 HTTP/1.1" 200 2277 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8375c-0502-b21e-1a4b-0303c55fcf8f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8375c-0502-b21e-1a4b-0303c55fcf8f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=4 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.result_set:result batch 1 has id: data_0_0_0 +DEBUG:snowflake.connector.result_set:result batch 2 has id: data_0_0_1 +DEBUG:snowflake.connector.result_set:result batch 3 has id: data_0_0_2 +DEBUG:snowflake.connector.result_set:result batch 4 has id: data_0_0_3 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_0 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_0 with existing session +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_1 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/2 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_1 with existing session +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_3 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_2 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/3 active sessions +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_2 with existing session +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 1 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_3 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_3 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=71718eb9-ec54-4704-9f6f-e994f9090e7d&databaseName=PL_DEV&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=99341a76-301e-485d-a141-5055b40406bb HTTP/1.1" 200 1556 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 17.34s ago] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: a4b54868-4775-4f9d-b951-c7d017c7663f +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c53e51d0-2424-4491-87bc-0baf2d2540eb +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=a4b54868-4775-4f9d-b951-c7d017c7663f&request_guid=c53e51d0-2424-4491-87bc-0baf2d2540eb HTTP/1.1" 503 15104 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:000503: 503: HTTP 503: Service Unavailable. Retrying... +DEBUG:snowflake.connector.network:retrying: errorclass=, error=000503: 503: HTTP 503: Service Unavailable, counter=1, sleeping=3(s) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 2 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.network:Request guid: 2ca38114-b53b-475f-af4f-4786fdfa560f +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a8375c-0502-ae87-1a4b-0303c55ffa6b_0/main/data_0_0_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668107810&Signature=1dP%2FdWzqBeKGdVRVCFmdLjblung%3D HTTP/1.1" 200 23598 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a8375c-0502-ae87-1a4b-0303c55ffa6b_0/main/data_0_0_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668107810&Signature=j5bqzMVyo70kfwD%2BzMMJWS7iQDM%3D HTTP/1.1" 200 339618 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a8375c-0502-ae87-1a4b-0303c55ffa6b_0/main/data_0_0_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668107810&Signature=%2Foib3Wx1Bu%2BeDnBpoxUhc6XL1P4%3D HTTP/1.1" 200 131984 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a8375c-0502-ae87-1a4b-0303c55ffa6b_0/main/data_0_0_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668107810&Signature=8D2A8QDLBHsT28BJQ5xC9SEf1XY%3D HTTP/1.1" 200 260735 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 333 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 1 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_set:user began consuming result batch 2 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 334 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 334 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 342 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 2 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 10 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_set:user began consuming result batch 3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 10 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 10, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 684 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 3 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=a4b54868-4775-4f9d-b951-c7d017c7663f&clientStartTime=1668086210324&retryCount=1&request_guid=2ca38114-b53b-475f-af4f-4786fdfa560f HTTP/1.1" 200 2193 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 4 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.result_set:user began consuming result batch 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8375c-0502-b1d6-1a4b-0303c5600803 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.cursor:sfqid: 01a8375c-0502-b1d6-1a4b-0303c5600803 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8375c-0502-b1d6-1a4b-0303c5600803' +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 684 +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 26f529f9-f63c-4781-9e32-551bac8c7ada +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 684 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1367 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1274 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 4 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8375c-0502-b1d6-1a4b-0303c5600803?request_guid=26f529f9-f63c-4781-9e32-551bac8c7ada HTTP/1.1" 200 1860 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8375c-0502-b1d6-1a4b-0303c5600803' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9c3cc166-a508-419c-9171-7e4b8325dcc2 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8375c-0502-b1d6-1a4b-0303c5600803?request_guid=9c3cc166-a508-419c-9171-7e4b8325dcc2 HTTP/1.1" 200 1860 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8375c-0502-b1d6-1a4b-0303c5600803'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 8e0e57fb-6966-4046-9782-5c9e136839f1 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8375c-0502-b1d6-1a4b-0303c5600803'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8375c-0502-b1d6-1a4b-0303c5600803'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 57816118-0616-475b-8d81-fc7987335f6f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=8e0e57fb-6966-4046-9782-5c9e136839f1&request_guid=57816118-0616-475b-8d81-fc7987335f6f HTTP/1.1" 200 2197 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8375c-0502-afee-1a4b-0303c560318f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8375c-0502-afee-1a4b-0303c560318f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 3b5a7796-18dd-4ffc-9d45-ee2371aabe13 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f133b598-ac6d-498f-8b28-bac88cc11702 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=3b5a7796-18dd-4ffc-9d45-ee2371aabe13&request_guid=f133b598-ac6d-498f-8b28-bac88cc11702 HTTP/1.1" 200 1784 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8375c-0502-b0de-1a4b-0303c56012d7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8375c-0502-b0de-1a4b-0303c56012d7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 12 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8375c-0502-b0de-1a4b-0303c56012d7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e6a42def-3209-4685-985f-e177e2efc218 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8375c-0502-b0de-1a4b-0303c56012d7?request_guid=e6a42def-3209-4685-985f-e177e2efc218 HTTP/1.1" 200 2183 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_DEV, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=6c6b2b66-6841-46f5-84ad-dc9bd73c8e4a +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c5b73f78-eead-4e96-a826-05e43fd1312d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8375c-0502-b0de-1a4b-0303c56012d7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 3f4ef27d-4d1a-41f1-924a-635c0e556c2c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8375c-0502-b0de-1a4b-0303c56012d7?request_guid=3f4ef27d-4d1a-41f1-924a-635c0e556c2c HTTP/1.1" 200 2184 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8375c-0502-b0de-1a4b-0303c56012d7'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 42cf02da-1848-44a0-be73-e6a90fc15a43 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8375c-0502-b0de-1a4b-0303c56012d7'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8375c-0502-b0de-1a4b-0303c56012d7'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d14a42a5-373a-406c-a5e3-8767de3977f2 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=42cf02da-1848-44a0-be73-e6a90fc15a43&request_guid=d14a42a5-373a-406c-a5e3-8767de3977f2 HTTP/1.1" 200 1784 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83761-0502-b1d6-1a4b-0303c5612de3 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.cursor:sfqid: 01a83761-0502-b1d6-1a4b-0303c5612de3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +INFO:snowflake.connector.cursor:Number of results in first chunk: 12 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','VPPERFORMANCE');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 99248215-1f53-47ad-8fa0-9e0a31010733 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','VPPERFORMANCE');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','VPPERFORMANCE');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8468cea5-0614-479c-977b-e214654d86c0 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=99248215-1f53-47ad-8fa0-9e0a31010733&request_guid=8468cea5-0614-479c-977b-e214654d86c0 HTTP/1.1" 200 2191 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Query id: 01a83761-0502-af26-1a4b-0303c5616427 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.cursor:sfqid: 01a83761-0502-af26-1a4b-0303c5616427 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83761-0502-af26-1a4b-0303c5616427' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 3724307e-b612-43db-912a-f8d41d7e2009 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83761-0502-af26-1a4b-0303c5616427?request_guid=3724307e-b612-43db-912a-f8d41d7e2009 HTTP/1.1" 200 1683 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83761-0502-af26-1a4b-0303c5616427' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: bca68cf2-ab2a-41ab-b2c2-5c365e4939e9 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83761-0502-af26-1a4b-0303c5616427?request_guid=bca68cf2-ab2a-41ab-b2c2-5c365e4939e9 HTTP/1.1" 200 1683 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83761-0502-af26-1a4b-0303c5616427'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: af5a4fec-d772-44cd-ab63-fba8b5fea60d +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83761-0502-af26-1a4b-0303c5616427'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83761-0502-af26-1a4b-0303c5616427'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 99f31abe-21dd-4d1f-bb9e-a207ceaa587d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=af5a4fec-d772-44cd-ab63-fba8b5fea60d&request_guid=99f31abe-21dd-4d1f-bb9e-a207ceaa587d HTTP/1.1" 200 2189 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83761-0502-b1d6-1a4b-0303c5612e0b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83761-0502-b1d6-1a4b-0303c5612e0b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=6c6b2b66-6841-46f5-84ad-dc9bd73c8e4a&databaseName=PL_DEV&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=c5b73f78-eead-4e96-a826-05e43fd1312d HTTP/1.1" 200 1553 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 99f3fd64-0b81-4fa4-a4ac-3b810e083508 +DEBUG:snowflake.connector.cursor:running query [SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: b0db96cd-418d-46d8-a192-8ce10bcfefc3 +DEBUG:snowflake.connector.network:socket timeout: 60 +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 298.9s ago] ('get_data', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=8247a8e7-5835-4e7d-aa9a-1b8c40d8b093 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 378ed434-e493-4f7f-9754-ab2eddf40a7f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=99f3fd64-0b81-4fa4-a4ac-3b810e083508&request_guid=b0db96cd-418d-46d8-a192-8ce10bcfefc3 HTTP/1.1" 200 None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83761-0502-ae87-1a4b-0303c56173fb +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.cursor:sfqid: 01a83761-0502-ae87-1a4b-0303c56173fb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=2 +INFO:snowflake.connector.cursor:Number of results in first chunk: 346 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83761-0502-ae87-1a4b-0303c56173fb' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9192cf01-2ff3-4647-a0d4-f0388bea2d7b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83761-0502-ae87-1a4b-0303c56173fb?request_guid=9192cf01-2ff3-4647-a0d4-f0388bea2d7b HTTP/1.1" 200 2085 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83761-0502-ae87-1a4b-0303c56173fb' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.network:Request guid: 55d81b01-f7ee-4321-8340-247d1d672d16 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83761-0502-ae87-1a4b-0303c56173fb?request_guid=55d81b01-f7ee-4321-8340-247d1d672d16 HTTP/1.1" 200 2086 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83761-0502-ae87-1a4b-0303c56173fb'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 06410e8f-326c-43e7-8e38-091e2dbb0232 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83761-0502-ae87-1a4b-0303c56173fb'))] +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83761-0502-ae87-1a4b-0303c56173fb'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 86aa6d42-d2ee-4e38-a964-f4f31c880f14 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=06410e8f-326c-43e7-8e38-091e2dbb0232&request_guid=86aa6d42-d2ee-4e38-a964-f4f31c880f14 HTTP/1.1" 200 2213 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83761-0502-b21e-1a4b-0303c5615a53 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83761-0502-b21e-1a4b-0303c5615a53 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=3 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.result_set:result batch 1 has id: data_0_0_0 +DEBUG:snowflake.connector.result_set:result batch 2 has id: data_0_0_1 +DEBUG:snowflake.connector.result_set:result batch 3 has id: data_0_0_2 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_0 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_0 with existing session +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_2 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_1 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/2 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_1 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_2 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/3 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_2 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=8247a8e7-5835-4e7d-aa9a-1b8c40d8b093&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=378ed434-e493-4f7f-9754-ab2eddf40a7f HTTP/1.1" 200 1555 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.cursor:executing SQL/command +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +INFO:snowflake.connector.cursor:query: [SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...] +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.cursor:Request id: a5664968-7c76-4da0-a2e2-87a829db2d8d +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.cursor:running query [SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...] +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Request guid: bb192b66-87fc-4144-92b6-46f3017c3858 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=a5664968-7c76-4da0-a2e2-87a829db2d8d&request_guid=bb192b66-87fc-4144-92b6-46f3017c3858 HTTP/1.1" 200 None +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83761-0502-af26-1a4b-0303c561689f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83761-0502-af26-1a4b-0303c561689f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=3 +INFO:snowflake.connector.cursor:Number of results in first chunk: 333 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83761-0502-af26-1a4b-0303c561689f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 3801e8e9-f643-46ab-ad5f-addf680b4e52 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83761-0502-af26-1a4b-0303c561689f?request_guid=3801e8e9-f643-46ab-ad5f-addf680b4e52 HTTP/1.1" 200 2089 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83761-0502-af26-1a4b-0303c561689f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9fe20474-902f-4c23-bd41-b4dcbf5af006 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83761-0502-ae87-1a4b-0303c56173fb_0/main/data_0_0_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668108093&Signature=cD6oCdpDvsGpCuSMtgGZUjOSAPk%3D HTTP/1.1" 200 23658 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83761-0502-af26-1a4b-0303c561689f?request_guid=9fe20474-902f-4c23-bd41-b4dcbf5af006 HTTP/1.1" 200 2087 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/3 active sessions +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_0 +DEBUG:snowflake.connector.cursor:executing SQL/command +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_0 +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83761-0502-af26-1a4b-0303c561689f'))] +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.cursor:Request id: 4af00cde-73a0-4531-a85f-98a6740af77e +DEBUG:snowflake.connector.result_set:user began consuming result batch 1 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83761-0502-af26-1a4b-0303c561689f'))] +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 346 +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83761-0502-af26-1a4b-0303c561689f'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.result_set:user finished consuming result batch 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 2 +DEBUG:snowflake.connector.network:Request guid: 0c255598-c4e1-44e3-8e38-7ba4f7a0468c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83761-0502-ae87-1a4b-0303c56173fb_0/main/data_0_0_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668108093&Signature=RdMzK5bbLXoOlEe%2Fh5LoQheKGkA%3D HTTP/1.1" 200 110468 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=4af00cde-73a0-4531-a85f-98a6740af77e&request_guid=0c255598-c4e1-44e3-8e38-7ba4f7a0468c HTTP/1.1" 200 2269 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83761-0502-afee-1a4b-0303c5614ab3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83761-0502-afee-1a4b-0303c5614ab3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=4 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.result_set:result batch 1 has id: data_0_0_0 +DEBUG:snowflake.connector.result_set:result batch 2 has id: data_0_0_1 +DEBUG:snowflake.connector.result_set:result batch 3 has id: data_0_0_2 +DEBUG:snowflake.connector.result_set:result batch 4 has id: data_0_0_3 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_0 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/3 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_set:user began consuming result batch 2 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 350 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 350 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 349 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 350 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 350 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 2 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 3 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_0 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_0 with existing session +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_1 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/2 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_1 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_2 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/3 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_2 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83761-0502-ae87-1a4b-0303c56173fb_0/main/data_0_0_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668108093&Signature=ZnmlSC0uCthoumil6kjPInwANZM%3D HTTP/1.1" 200 241905 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_3 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_3 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/3 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_2 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 9 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 3 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 9 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 9, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 350 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 350 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 350 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 350 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 350 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 350 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 713 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 716 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 346 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 3 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +INFO:snowflake.connector.connection:closed +DEBUG:snowflake.connector.telemetry:Closing telemetry client. +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.telemetry:Sending 1 logs to telemetry. Data is {'logs': [{'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_imported_packages', 'value': "{'posixpath', 'ntpath', 'nturl2path', 'dataclasses', 'enum', 'stat', 'numbers', 'lzma', 'fnmatch', 'flask', 'cython_runtime', 'unicodedata', 'urllib3', 'cryptography', 'pydevconsole', 'itertools', 'glob', 'plistlib', 'configparser', 'threading', 'hmac', 'ctypes', 'calendar', 'math', 'html', 'tempfile', 'fconfig', 'uuid', 'urllib', 'weakref', 'base64', 'greenlet', 'concurrent', 'types', 'bisect', 'OpenSSL', 'imp', 'gettext', 'argparse', 'ssl', 'keyword', 'platform', 'code', 'requests', 'sysconfig', 'genericpath', 'http', 'sqlalchemy', 'getpass', 'snowflake', 'mmap', 'sre_compile', 'pydoc', 'filelock', 'abc', 'errno', 'logging', 'sys', 'functools', 'msvcrt', 'pprint', 'cffi', 'importlib', 'typing', 'mimetypes', 'datetime', 'codecs', 'copyreg', 'quopri', 'markupsafe', 'pydevd_file_utils', 'signal', 'click', 'sre_parse', 'pydevd_tracing', 'os', 'mako', 'hashlib', 'time', 'traceback', 'warnings', 'gc', 'dateutil', 'cachelib', 'pathlib', 'jinja2', 'certifi', 'flask_session', 'jwt', 'pydevd', 'colorama', 'pytz', 'opcode', 'xmlrpc', 'zipfile', 'wtforms', 'sqlite3', 'timeit', 'sql', 'contextvars', 'shlex', 'stringprep', 'textwrap', 'tokenize', 'flask_sqlalchemy', 'ipaddress', 'charset_normalizer', 'oscrypto', 'debugpy', 'shutil', 'socketserver', 'asyncio', 'alembic', 'contextlib', 'sre_constants', 'cmath', 'codeop', 'pydevd_plugins', 'overrides', 'pickle', 're', 'operator', 'string', 'bz2', 'nt', 'function', 'pkg_resources', 'idna', 'flask_migrate', 'email', 'asn1crypto', 'zlib', 'Cryptodome', 'selectors', 'ast', 'random', 'secrets', 'gzip', 'pandas', 'atexit', 'encodings', 'winreg', 'config', 'marshal', 'subprocess', 'typing_extensions', 'reprlib', 'struct', 'copy', 'itsdangerous', 'binascii', 'linecache', 'queue', 'pkgutil', 'builtins', 'socket', 'heapq', 'site', 'fractions', 'psycopg2', 'json', 'werkzeug', 'common', 'collections', 'webbrowser', 'difflib', 'uu', 'csv', 'xml', 'io', 'select', 'locale', 'six', 'flask_wtf', 'numpy', 'pycparser', 'token', 'pyexpat', 'dis', 'decimal', 'inspect', 'zipimport', 'pydev_ipython'}"}, 'timestamp': '1668086190973'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_first_result', 'query_id': '01a8375c-0502-b21e-1a4b-0303c55fcb0b', 'value': -551}, 'timestamp': '1668086193834'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_first_result', 'query_id': '01a8375c-0502-af26-1a4b-0303c55fdcd7', 'value': -550}, 'timestamp': '1668086194164'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_last_result', 'query_id': '01a8375c-0502-af26-1a4b-0303c55fdcd7', 'value': 4}, 'timestamp': '1668086194168'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_first_result', 'query_id': '01a8375c-0502-ae87-1a4b-0303c55ff67b', 'value': -551}, 'timestamp': '1668086195024'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_first_result', 'query_id': '01a8375c-0502-b21e-1a4b-0303c55fcc03', 'value': -551}, 'timestamp': '1668086196529'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_last_result', 'query_id': '01a8375c-0502-b21e-1a4b-0303c55fcc03', 'value': 3}, 'timestamp': '1668086196532'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_first_result', 'query_id': '01a8375c-0502-afee-1a4b-0303c55feb9f', 'value': -550}, 'timestamp': '1668086196648'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_first_result', 'query_id': '01a8375c-0502-b1d6-1a4b-0303c56003a7', 'value': -551}, 'timestamp': '1668086196970'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_last_result', 'query_id': '01a8375c-0502-b1d6-1a4b-0303c56003a7', 'value': 2}, 'timestamp': '1668086196972'}]}. +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:Request guid: f56066fa-b11d-42f1-8207-0d793bb1acb1 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_snowflake:The lock directory exists. Other process may be updating the cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json.lck +DEBUG:snowflake.connector.ocsp_snowflake:Failed to locate OCSP response cache file. No worry. It will validate with OCSP server: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83761-0502-af26-1a4b-0303c561689f_0/main/data_0_0_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668108096&Signature=%2FAzK1aKP1GjjFrsPh24g447mDIg%3D HTTP/1.1" 200 23598 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83761-0502-af26-1a4b-0303c561689f_0/main/data_0_0_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668108096&Signature=guzRz03z3Q1XxnFyU%2FdxkDTXd%2Bc%3D HTTP/1.1" 200 260735 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83761-0502-af26-1a4b-0303c561689f_0/main/data_0_0_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668108096&Signature=bRWwlptfzINfL0pJtBLtMnemPjU%3D HTTP/1.1" 200 131984 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 333 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 1 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 2 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83761-0502-af26-1a4b-0303c561689f_0/main/data_0_0_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668108096&Signature=SVRguAVtvchKhUdd6bIwLowQcUY%3D HTTP/1.1" 200 348598 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /telemetry/send?request_guid=f56066fa-b11d-42f1-8207-0d793bb1acb1 HTTP/1.1" 200 86 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.telemetry:Successfully uploading metrics to telemetry. +INFO:snowflake.connector.connection:No async queries seem to be running, deleting session +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 4b048152-0c84-4cd8-a8b8-53721531fe3a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 7 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session?delete=true&request_guid=4b048152-0c84-4cd8-a8b8-53721531fe3a HTTP/1.1" 200 76 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.connection:Session is closed +INFO:snowflake.connector.connection:closed +DEBUG:snowflake.connector.telemetry:Closing telemetry client. +DEBUG:snowflake.connector.telemetry:Sending 1 logs to telemetry. Data is {'logs': [{'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_imported_packages', 'value': "{'posixpath', 'ntpath', 'nturl2path', 'dataclasses', 'enum', 'stat', 'numbers', 'lzma', 'fnmatch', 'flask', 'cython_runtime', 'unicodedata', 'urllib3', 'cryptography', 'pydevconsole', 'itertools', 'glob', 'plistlib', 'configparser', 'threading', 'hmac', 'ctypes', 'calendar', 'math', 'html', 'tempfile', 'fconfig', 'uuid', 'urllib', 'weakref', 'base64', 'greenlet', 'concurrent', 'types', 'bisect', 'OpenSSL', 'imp', 'gettext', 'argparse', 'ssl', 'keyword', 'platform', 'code', 'requests', 'sysconfig', 'genericpath', 'http', 'sqlalchemy', 'getpass', 'snowflake', 'mmap', 'sre_compile', 'pydoc', 'filelock', 'abc', 'errno', 'logging', 'sys', 'functools', 'msvcrt', 'pprint', 'cffi', 'importlib', 'typing', 'mimetypes', 'datetime', 'codecs', 'copyreg', 'quopri', 'markupsafe', 'pydevd_file_utils', 'signal', 'click', 'sre_parse', 'pydevd_tracing', 'os', 'mako', 'hashlib', 'time', 'traceback', 'warnings', 'gc', 'dateutil', 'cachelib', 'pathlib', 'jinja2', 'certifi', 'flask_session', 'jwt', 'pydevd', 'colorama', 'pytz', 'opcode', 'xmlrpc', 'zipfile', 'wtforms', 'sqlite3', 'timeit', 'sql', 'contextvars', 'shlex', 'stringprep', 'textwrap', 'tokenize', 'flask_sqlalchemy', 'ipaddress', 'charset_normalizer', 'oscrypto', 'debugpy', 'shutil', 'socketserver', 'asyncio', 'alembic', 'contextlib', 'sre_constants', 'cmath', 'codeop', 'pydevd_plugins', 'overrides', 'pickle', 're', 'operator', 'string', 'bz2', 'nt', 'function', 'pkg_resources', 'idna', 'flask_migrate', 'email', 'asn1crypto', 'zlib', 'Cryptodome', 'selectors', 'ast', 'random', 'secrets', 'gzip', 'pandas', 'atexit', 'encodings', 'winreg', 'config', 'marshal', 'subprocess', 'typing_extensions', 'reprlib', 'struct', 'copy', 'itsdangerous', 'binascii', 'linecache', 'queue', 'pkgutil', 'builtins', 'socket', 'heapq', 'site', 'fractions', 'psycopg2', 'json', 'werkzeug', 'common', 'collections', 'webbrowser', 'difflib', 'uu', 'csv', 'xml', 'io', 'select', 'locale', 'six', 'flask_wtf', 'numpy', 'pycparser', 'token', 'pyexpat', 'dis', 'decimal', 'inspect', 'zipimport', 'pydev_ipython'}"}, 'timestamp': '1668086192976'}]}. +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 95fd9f74-68a0-41a7-91e9-16b6130c023f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 10 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_set:user began consuming result batch 2 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 334 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 334 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 342 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 342 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 342 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 342 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 2 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 10 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 10, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 342 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 342 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 342 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 342 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 342 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 684 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 684 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 3 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 7 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 7, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 684 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 684 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 684 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 684 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1367 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1368 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 38 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /telemetry/send?request_guid=95fd9f74-68a0-41a7-91e9-16b6130c023f HTTP/1.1" 200 86 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.telemetry:Successfully uploading metrics to telemetry. +INFO:snowflake.connector.connection:No async queries seem to be running, deleting session +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9fb4fe8d-73a1-46e6-b00c-b4f669f2f5d3 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session?delete=true&request_guid=9fb4fe8d-73a1-46e6-b00c-b4f669f2f5d3 HTTP/1.1" 200 76 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.connection:Session is closed +INFO:sqlalchemy.engine.Engine:ROLLBACK +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 08:21:43] "GET /sfexec?csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zsqw.w-0srIACU8oy-6BhivJFjSqn06M&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zsqw.w-0srIACU8oy-6BhivJFjSqn06M&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zsqw.w-0srIACU8oy-6BhivJFjSqn06M&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zsqw.w-0srIACU8oy-6BhivJFjSqn06M&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zsqw.w-0srIACU8oy-6BhivJFjSqn06M&submit=Submit HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\pgfunctions.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.5439s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.5482s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.5548s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=01daad4c-9ad5-4ad2-ba4a-a3e0e3bc57a0 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: bca9b64f-e4ec-4a39-babf-fc38147bb0d2 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 2804391630576 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2804391630576 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2804391948928 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2804391948928 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2804391948928 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2804391948928 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2804391630576 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2804391630576 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=01daad4c-9ad5-4ad2-ba4a-a3e0e3bc57a0&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=bca9b64f-e4ec-4a39-babf-fc38147bb0d2 HTTP/1.1" 200 1554 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_DEV, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=dc4b35a5-ca39-47b6-bce5-0b33ffeeb445 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ac801f25-2ba3-49c6-93d3-98dff3f37b15 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=dc4b35a5-ca39-47b6-bce5-0b33ffeeb445&databaseName=PL_DEV&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=ac801f25-2ba3-49c6-93d3-98dff3f37b15 HTTP/1.1" 200 1548 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00384s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: a80b3779-11b4-481f-934b-244877dd4f95 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0fa86926-310a-4e6b-b7cb-3823aecbc4d1 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=a80b3779-11b4-481f-934b-244877dd4f95&request_guid=0fa86926-310a-4e6b-b7cb-3823aecbc4d1 HTTP/1.1" 200 2200 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8376d-0502-afee-1a4b-0303c564a283 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8376d-0502-afee-1a4b-0303c564a283 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8376d-0502-afee-1a4b-0303c564a283' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ef8fb76a-16bf-458c-9159-e3ce51db7261 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8376d-0502-afee-1a4b-0303c564a283?request_guid=ef8fb76a-16bf-458c-9159-e3ce51db7261 HTTP/1.1" 200 1864 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8376d-0502-afee-1a4b-0303c564a283' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1fccd117-e0c9-4d45-9b67-93c3fbcc6aa6 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8376d-0502-afee-1a4b-0303c564a283?request_guid=1fccd117-e0c9-4d45-9b67-93c3fbcc6aa6 HTTP/1.1" 200 1863 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8376d-0502-afee-1a4b-0303c564a283'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 26aaab07-85f5-41b0-961b-375c1dd4aed7 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8376d-0502-afee-1a4b-0303c564a283'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8376d-0502-afee-1a4b-0303c564a283'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a7cf47df-52c7-4f09-9d2f-41ed9ace3f24 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=26aaab07-85f5-41b0-961b-375c1dd4aed7&request_guid=a7cf47df-52c7-4f09-9d2f-41ed9ace3f24 HTTP/1.1" 200 2200 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8376d-0502-ae87-1a4b-0303c5648617 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8376d-0502-ae87-1a4b-0303c5648617 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 0a378a48-fb50-4398-9aa6-f49e6a6f469a +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: b247c9e3-3ce6-469c-b1a8-29f09f9ace76 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=0a378a48-fb50-4398-9aa6-f49e6a6f469a&request_guid=b247c9e3-3ce6-469c-b1a8-29f09f9ace76 HTTP/1.1" 200 1783 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8376d-0502-b1d6-1a4b-0303c5647813 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8376d-0502-b1d6-1a4b-0303c5647813 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 12 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8376d-0502-b1d6-1a4b-0303c5647813' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: df0a88d4-971a-4593-8a40-015accef727e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8376d-0502-b1d6-1a4b-0303c5647813?request_guid=df0a88d4-971a-4593-8a40-015accef727e HTTP/1.1" 200 2183 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8376d-0502-b1d6-1a4b-0303c5647813' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d78ade93-f079-4383-8c81-c452668959db +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8376d-0502-b1d6-1a4b-0303c5647813?request_guid=d78ade93-f079-4383-8c81-c452668959db HTTP/1.1" 200 2183 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8376d-0502-b1d6-1a4b-0303c5647813'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 2033a06b-85e7-484c-89f7-2e707dc35147 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8376d-0502-b1d6-1a4b-0303c5647813'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8376d-0502-b1d6-1a4b-0303c5647813'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 3fdf3968-1ec4-4c74-8cf2-3efaa70495d7 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=2033a06b-85e7-484c-89f7-2e707dc35147&request_guid=3fdf3968-1ec4-4c74-8cf2-3efaa70495d7 HTTP/1.1" 200 1783 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8376d-0502-b0de-1a4b-0303c5645fcf +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8376d-0502-b0de-1a4b-0303c5645fcf +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 12 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','VPPERFORMANCE');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: fb901f51-e460-4b87-8596-0045175738bd +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','VPPERFORMANCE');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','VPPERFORMANCE');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: aa10a31d-89af-46cb-8af0-d3b8255b2e27 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=fb901f51-e460-4b87-8596-0045175738bd&request_guid=aa10a31d-89af-46cb-8af0-d3b8255b2e27 HTTP/1.1" 200 2188 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8376d-0502-b1d6-1a4b-0303c5647873 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8376d-0502-b1d6-1a4b-0303c5647873 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8376d-0502-b1d6-1a4b-0303c5647873' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 77857cb2-4969-49a7-a000-5d16981741bf +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8376d-0502-b1d6-1a4b-0303c5647873?request_guid=77857cb2-4969-49a7-a000-5d16981741bf HTTP/1.1" 200 1688 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8376d-0502-b1d6-1a4b-0303c5647873' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c429cadf-178f-4612-a738-d028cbeb4967 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8376d-0502-b1d6-1a4b-0303c5647873?request_guid=c429cadf-178f-4612-a738-d028cbeb4967 HTTP/1.1" 200 1687 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8376d-0502-b1d6-1a4b-0303c5647873'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 82b1010c-ce1d-4ccc-9430-8b204a7745a9 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8376d-0502-b1d6-1a4b-0303c5647873'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8376d-0502-b1d6-1a4b-0303c5647873'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 4cfeca7c-8ea9-431f-b9ef-65d3452128be +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=82b1010c-ce1d-4ccc-9430-8b204a7745a9&request_guid=4cfeca7c-8ea9-431f-b9ef-65d3452128be HTTP/1.1" 200 2193 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8376d-0502-ae87-1a4b-0303c5648667 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8376d-0502-ae87-1a4b-0303c5648667 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 13.91s ago] ('get_data', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=5b92ced5-54e8-4aba-9b50-36f61b5325a1 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 60321054-2ff0-400f-a189-3025f574802b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +INFO:sqlalchemy.engine.Engine:[cached since 19.31s ago] ('fromdata', 1, 0) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 19.35s ago] ('todata', 1, 0) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 19.41s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=8bd3fc45-87bc-4c64-be47-faf6ae26be49 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.network:Request guid: c44ca8c9-4f34-4d6c-91a4-df7c30ee2950 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=5b92ced5-54e8-4aba-9b50-36f61b5325a1&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=60321054-2ff0-400f-a189-3025f574802b HTTP/1.1" 200 1553 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 9c0f46f0-6673-4aa3-9a3e-378cce5ba0b0 +DEBUG:snowflake.connector.cursor:running query [SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7187fa30-4269-4d83-98a4-1319f69e002d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=8bd3fc45-87bc-4c64-be47-faf6ae26be49&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=c44ca8c9-4f34-4d6c-91a4-df7c30ee2950 HTTP/1.1" 200 1553 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_DEV, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=476c9807-3ac6-4494-ab0a-a23921e454ce +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e5abb2c5-a851-46c2-96cb-224a238ea2f8 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=9c0f46f0-6673-4aa3-9a3e-378cce5ba0b0&request_guid=7187fa30-4269-4d83-98a4-1319f69e002d HTTP/1.1" 200 None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.network:Query id: 01a8376d-0502-ae87-1a4b-0303c564884f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8376d-0502-ae87-1a4b-0303c564884f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.result_batch:chunk size=3 +INFO:snowflake.connector.cursor:Number of results in first chunk: 333 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8376d-0502-ae87-1a4b-0303c564884f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6f53ebdc-0292-4440-9204-2c8c7f2ca542 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8376d-0502-ae87-1a4b-0303c564884f?request_guid=6f53ebdc-0292-4440-9204-2c8c7f2ca542 HTTP/1.1" 200 2091 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8376d-0502-ae87-1a4b-0303c564884f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 2f26ec68-7e69-42b1-9e5a-3dab46e30aeb +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8376d-0502-ae87-1a4b-0303c564884f?request_guid=2f26ec68-7e69-42b1-9e5a-3dab46e30aeb HTTP/1.1" 200 2090 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8376d-0502-ae87-1a4b-0303c564884f'))] +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.cursor:Request id: 1574d9ed-512a-48e5-818d-e079520a289d +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8376d-0502-ae87-1a4b-0303c564884f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8376d-0502-ae87-1a4b-0303c564884f'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 2384c0fa-658b-46d7-a322-fefdb11cb073 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=1574d9ed-512a-48e5-818d-e079520a289d&request_guid=2384c0fa-658b-46d7-a322-fefdb11cb073 HTTP/1.1" 200 2281 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8376d-0502-afee-1a4b-0303c564a633 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.cursor:sfqid: 01a8376d-0502-afee-1a4b-0303c564a633 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=4 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:result batch 1 has id: data_0_0_0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:result batch 2 has id: data_0_0_1 +DEBUG:snowflake.connector.result_set:result batch 3 has id: data_0_0_2 +DEBUG:snowflake.connector.result_set:result batch 4 has id: data_0_0_3 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_1 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_0 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_0 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_1 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/2 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_1 with existing session +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=476c9807-3ac6-4494-ab0a-a23921e454ce&databaseName=PL_DEV&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=e5abb2c5-a851-46c2-96cb-224a238ea2f8 HTTP/1.1" 200 1554 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_3 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +INFO:sqlalchemy.engine.Engine:[cached since 19.29s ago] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_2 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/3 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_2 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: cb46eb3d-b855-4106-8d4c-a860c201206c +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 1 +DEBUG:snowflake.connector.network:Request guid: acf7f7ed-ecfd-48a0-a1e9-b869d60c6f19 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_3 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_3 with existing session +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=cb46eb3d-b855-4106-8d4c-a860c201206c&request_guid=acf7f7ed-ecfd-48a0-a1e9-b869d60c6f19 HTTP/1.1" 200 2197 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8376d-0502-b0de-1a4b-0303c564c28f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8376d-0502-b0de-1a4b-0303c564c28f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8376d-0502-b0de-1a4b-0303c564c28f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.network:Request guid: 03aa71f4-af48-4953-bdb4-aa1ff4d5a948 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8376d-0502-b0de-1a4b-0303c564c28f?request_guid=03aa71f4-af48-4953-bdb4-aa1ff4d5a948 HTTP/1.1" 200 1857 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8376d-0502-b0de-1a4b-0303c564c28f' +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:Request guid: b1c8cfa7-ae69-41bd-9713-4434b1e37f54 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8376d-0502-b0de-1a4b-0303c564c28f?request_guid=b1c8cfa7-ae69-41bd-9713-4434b1e37f54 HTTP/1.1" 200 1855 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8376d-0502-b0de-1a4b-0303c564c28f'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.cursor:Request id: 3fd0e8f0-0bd1-484a-a2f3-b855b632ef51 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8376d-0502-b0de-1a4b-0303c564c28f'))] +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8376d-0502-b0de-1a4b-0303c564c28f'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:Request guid: 1b5ca482-66da-409b-b25e-22d0a28d7e34 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=3fd0e8f0-0bd1-484a-a2f3-b855b632ef51&request_guid=1b5ca482-66da-409b-b25e-22d0a28d7e34 HTTP/1.1" 200 2199 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:Query id: 01a8376d-0502-afee-1a4b-0303c564a71b +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.cursor:sfqid: 01a8376d-0502-afee-1a4b-0303c564a71b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 5 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 5 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.cursor:executing SQL/command +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 4ff3f8fb-feee-433a-8cf2-028599db959e +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a8376d-0502-ae87-1a4b-0303c564884f_0/main/data_0_0_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668108807&Signature=QMggMyqq1jj2AbnjibBN8ho%2F94c%3D HTTP/1.1" 200 23598 +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.network:Request guid: 62c5946d-a381-4bc4-9f88-acb7b4aa79b5 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 333 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 1 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 2 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a8376d-0502-ae87-1a4b-0303c564884f_0/main/data_0_0_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668108807&Signature=iL299%2FMoO1psrK23bd6BwuQ4cjE%3D HTTP/1.1" 200 131984 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_1 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 2 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 334 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 334 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=4ff3f8fb-feee-433a-8cf2-028599db959e&request_guid=62c5946d-a381-4bc4-9f88-acb7b4aa79b5 HTTP/1.1" 200 1784 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 342 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 342 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 342 +DEBUG:snowflake.connector.network:Query id: 01a8376d-0502-af26-1a4b-0303c564b463 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 342 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.cursor:sfqid: 01a8376d-0502-af26-1a4b-0303c564b463 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 2 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 3 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +INFO:snowflake.connector.cursor:Number of results in first chunk: 12 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8376d-0502-af26-1a4b-0303c564b463' +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 79b58299-c6cb-410c-9b0d-2ec0a6cc8f9b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8376d-0502-af26-1a4b-0303c564b463?request_guid=79b58299-c6cb-410c-9b0d-2ec0a6cc8f9b HTTP/1.1" 200 2182 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a8376d-0502-ae87-1a4b-0303c564884f_0/main/data_0_0_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668108807&Signature=xhs3qvE9Zu%2B8eZ%2Fkl03REMedWt8%3D HTTP/1.1" 200 260735 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8376d-0502-af26-1a4b-0303c564b463' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: cf432cc7-761b-4857-8fe2-bfab970d810d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 10 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_set:user began consuming result batch 3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 10 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 10, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 342 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8376d-0502-af26-1a4b-0303c564b463?request_guid=cf432cc7-761b-4857-8fe2-bfab970d810d HTTP/1.1" 200 2182 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8376d-0502-af26-1a4b-0303c564b463'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 6de27468-5570-47c2-bf68-5cd4a73b85d9 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8376d-0502-af26-1a4b-0303c564b463'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8376d-0502-af26-1a4b-0303c564b463'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 434c1eba-83bf-4efa-b36c-4206daaa138e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 342 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=6de27468-5570-47c2-bf68-5cd4a73b85d9&request_guid=434c1eba-83bf-4efa-b36c-4206daaa138e HTTP/1.1" 200 1785 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8376d-0502-af26-1a4b-0303c564b4ab +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8376d-0502-af26-1a4b-0303c564b4ab +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 12 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','VPPERFORMANCE');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 911d877c-cd54-471c-bbaf-ec2eedc73f7c +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','VPPERFORMANCE');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','VPPERFORMANCE');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 234cff55-b27e-487c-bd82-54c9d8fc9b4b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 342 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=911d877c-cd54-471c-bbaf-ec2eedc73f7c&request_guid=234cff55-b27e-487c-bd82-54c9d8fc9b4b HTTP/1.1" 200 2188 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 342 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a8376d-0502-ae87-1a4b-0303c564884f_0/main/data_0_0_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668108807&Signature=JVY%2FYt2jDWR7M7hq6lFGkL3Z2Q0%3D HTTP/1.1" 200 365477 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 684 +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8376d-0502-b0de-1a4b-0303c564c38f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 684 +DEBUG:snowflake.connector.cursor:sfqid: 01a8376d-0502-b0de-1a4b-0303c564c38f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.result_set:user finished consuming result batch 3 +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 4 +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8376d-0502-b0de-1a4b-0303c564c38f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1dbbc6e4-5e73-4a41-bf7b-bf0298f5e07a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 7 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 7 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 7, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 684 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8376d-0502-b0de-1a4b-0303c564c38f?request_guid=1dbbc6e4-5e73-4a41-bf7b-bf0298f5e07a HTTP/1.1" 200 1681 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 684 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8376d-0502-b0de-1a4b-0303c564c38f' +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 684 +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1367 +DEBUG:snowflake.connector.network:Request guid: f6d7f397-52fd-4a54-9d93-05dcd62033c4 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1368 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8376d-0502-b0de-1a4b-0303c564c38f?request_guid=f6d7f397-52fd-4a54-9d93-05dcd62033c4 HTTP/1.1" 200 1681 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 302 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8376d-0502-b0de-1a4b-0303c564c38f'))] +DEBUG:snowflake.connector.result_set:user finished consuming result batch 4 +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 1cb1d5c1-783e-4f50-851d-5c0a9860e392 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8376d-0502-b0de-1a4b-0303c564c38f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8376d-0502-b0de-1a4b-0303c564c38f'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: b9119387-1320-47d8-9704-063a87450a7c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=1cb1d5c1-783e-4f50-851d-5c0a9860e392&request_guid=b9119387-1320-47d8-9704-063a87450a7c HTTP/1.1" 200 2190 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8376d-0502-af26-1a4b-0303c564b4c3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8376d-0502-af26-1a4b-0303c564b4c3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 33.34s ago] ('get_data', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=d8b0973d-0250-489d-81de-930e1af27540 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 653f8cc1-bd75-40a0-afde-928863bedcde +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 08:33:43] "GET /sfexec?csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zsqw.w-0srIACU8oy-6BhivJFjSqn06M&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zsqw.w-0srIACU8oy-6BhivJFjSqn06M&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zsqw.w-0srIACU8oy-6BhivJFjSqn06M&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zsqw.w-0srIACU8oy-6BhivJFjSqn06M&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zsqw.w-0srIACU8oy-6BhivJFjSqn06M&submit=Submit HTTP/1.1" 500 - +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=d8b0973d-0250-489d-81de-930e1af27540&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=653f8cc1-bd75-40a0-afde-928863bedcde HTTP/1.1" 200 1556 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 0a1d19e2-3260-4e13-8925-f260bced9293 +DEBUG:snowflake.connector.cursor:running query [SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d7fa7442-6fc6-4d2b-981b-27a032ef86ac +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=0a1d19e2-3260-4e13-8925-f260bced9293&request_guid=d7fa7442-6fc6-4d2b-981b-27a032ef86ac HTTP/1.1" 200 2271 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8376d-0502-ae87-1a4b-0303c5648b63 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8376d-0502-ae87-1a4b-0303c5648b63 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=4 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8376d-0502-ae87-1a4b-0303c5648b63' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 14e9d7d5-f038-4d60-ad71-6d8dbe852039 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8376d-0502-ae87-1a4b-0303c5648b63?request_guid=14e9d7d5-f038-4d60-ad71-6d8dbe852039 HTTP/1.1" 200 1943 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8376d-0502-ae87-1a4b-0303c5648b63' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6a48eb0f-f819-48cd-9b16-26b5901725e1 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8376d-0502-ae87-1a4b-0303c5648b63?request_guid=6a48eb0f-f819-48cd-9b16-26b5901725e1 HTTP/1.1" 200 1944 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8376d-0502-ae87-1a4b-0303c5648b63'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: b034ec55-e64f-4af0-941f-92a95bc8f266 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8376d-0502-ae87-1a4b-0303c5648b63'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8376d-0502-ae87-1a4b-0303c5648b63'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: b70966f2-71b5-4d30-a33b-936aefadec95 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=b034ec55-e64f-4af0-941f-92a95bc8f266&request_guid=b70966f2-71b5-4d30-a33b-936aefadec95 HTTP/1.1" 200 2276 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8376d-0502-b1d6-1a4b-0303c5647d7f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8376d-0502-b1d6-1a4b-0303c5647d7f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=4 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.result_set:result batch 1 has id: data_0_0_0 +DEBUG:snowflake.connector.result_set:result batch 2 has id: data_0_0_1 +DEBUG:snowflake.connector.result_set:result batch 3 has id: data_0_0_2 +DEBUG:snowflake.connector.result_set:result batch 4 has id: data_0_0_3 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_0 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_0 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_1 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/2 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_1 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_2 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/3 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_2 with existing session +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 1 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_3 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_3 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a8376d-0502-ae87-1a4b-0303c564884f_0/main/data_0_0_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668108825&Signature=Ivj0bZKamxfJ68E2VpKOTlMs04s%3D HTTP/1.1" 200 23598 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 333 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a8376d-0502-ae87-1a4b-0303c564884f_0/main/data_0_0_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668108825&Signature=TKzc60DfT0Xrb07b17yTBOnmh%2B8%3D HTTP/1.1" 200 365477 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a8376d-0502-ae87-1a4b-0303c564884f_0/main/data_0_0_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668108825&Signature=8gRjneAkJHULnN%2FMzoBEZrx4KI4%3D HTTP/1.1" 200 260735 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a8376d-0502-ae87-1a4b-0303c564884f_0/main/data_0_0_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668108825&Signature=AiCKKjL3ORkvd2GE2R7LE6Dq89Y%3D HTTP/1.1" 200 131984 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 10 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 7 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 1 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 2 +DEBUG:snowflake.connector.result_set:user began consuming result batch 2 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 334 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 334 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 342 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 2 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 10 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 10, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 684 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 3 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 7 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 7, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1367 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1368 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 302 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 4 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 08:33:52] "GET /sfexec?csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zsqw.w-0srIACU8oy-6BhivJFjSqn06M&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zsqw.w-0srIACU8oy-6BhivJFjSqn06M&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zsqw.w-0srIACU8oy-6BhivJFjSqn06M&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zsqw.w-0srIACU8oy-6BhivJFjSqn06M&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zsqw.w-0srIACU8oy-6BhivJFjSqn06M&submit=Submit HTTP/1.1" 500 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 08:33:53] "GET /sfexec?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 08:33:53] "GET /sfexec?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 08:34:00] "GET /sfexec?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 08:34:00] "GET /sfexec?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 304 - +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\pgfunctions.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 13.03s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 13.04s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 13.04s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=1e74fde8-640e-46d4-90ce-633c70ff8c1a +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0d929905-d391-4d8c-98ba-7b1d65410a29 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 2184870893296 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2184870893296 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2184871211648 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2184871211648 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2184871211648 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2184871211648 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2184870893296 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2184870893296 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=1e74fde8-640e-46d4-90ce-633c70ff8c1a&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=0d929905-d391-4d8c-98ba-7b1d65410a29 HTTP/1.1" 200 1550 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_DEV, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=a3f0429b-e598-49c4-8ec0-bc560f86da1c +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8948fc5f-e09a-42d8-8e65-68864d0ddad6 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=a3f0429b-e598-49c4-8ec0-bc560f86da1c&databaseName=PL_DEV&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=8948fc5f-e09a-42d8-8e65-68864d0ddad6 HTTP/1.1" 200 1559 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00432s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 2b971fbc-7e56-47d0-9286-9734f03d81a7 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8457c987-becc-4c16-aad5-112c6df63c7a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=2b971fbc-7e56-47d0-9286-9734f03d81a7&request_guid=8457c987-becc-4c16-aad5-112c6df63c7a HTTP/1.1" 200 2200 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8376f-0502-afee-1a4b-0303c5650757 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8376f-0502-afee-1a4b-0303c5650757 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8376f-0502-afee-1a4b-0303c5650757' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: fbcc6b06-4131-4ae6-af4a-70c37218fcbf +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8376f-0502-afee-1a4b-0303c5650757?request_guid=fbcc6b06-4131-4ae6-af4a-70c37218fcbf HTTP/1.1" 200 1858 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8376f-0502-afee-1a4b-0303c5650757' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1a106d6a-2a69-49d6-ab06-10b5c0922b47 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8376f-0502-afee-1a4b-0303c5650757?request_guid=1a106d6a-2a69-49d6-ab06-10b5c0922b47 HTTP/1.1" 200 1858 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8376f-0502-afee-1a4b-0303c5650757'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: d2eb25cc-12cf-4f5f-a825-f91b62267754 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8376f-0502-afee-1a4b-0303c5650757'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8376f-0502-afee-1a4b-0303c5650757'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9edad9af-e9e7-4a85-8cfa-752091ccfc40 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=d2eb25cc-12cf-4f5f-a825-f91b62267754&request_guid=9edad9af-e9e7-4a85-8cfa-752091ccfc40 HTTP/1.1" 200 2201 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8376f-0502-ae87-1a4b-0303c564fd6f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8376f-0502-ae87-1a4b-0303c564fd6f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: cf4433fe-18bb-4a81-b540-24f3a277135d +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 5f09df89-ba96-4e37-99e1-3ac7ff8871d1 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=cf4433fe-18bb-4a81-b540-24f3a277135d&request_guid=5f09df89-ba96-4e37-99e1-3ac7ff8871d1 HTTP/1.1" 200 1783 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8376f-0502-b21e-1a4b-0303c564e9b7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8376f-0502-b21e-1a4b-0303c564e9b7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 12 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8376f-0502-b21e-1a4b-0303c564e9b7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 365e96f6-5cae-4500-bac6-ba051bd00877 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8376f-0502-b21e-1a4b-0303c564e9b7?request_guid=365e96f6-5cae-4500-bac6-ba051bd00877 HTTP/1.1" 200 2177 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8376f-0502-b21e-1a4b-0303c564e9b7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ea657962-6a0c-4a73-93fd-95f17d125321 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8376f-0502-b21e-1a4b-0303c564e9b7?request_guid=ea657962-6a0c-4a73-93fd-95f17d125321 HTTP/1.1" 200 2177 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8376f-0502-b21e-1a4b-0303c564e9b7'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 4ee04ea3-6717-490f-b5aa-9e6a1d0373a1 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8376f-0502-b21e-1a4b-0303c564e9b7'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8376f-0502-b21e-1a4b-0303c564e9b7'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 3ee5a725-5f65-40b1-b92b-69f12a7fb0dd +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=4ee04ea3-6717-490f-b5aa-9e6a1d0373a1&request_guid=3ee5a725-5f65-40b1-b92b-69f12a7fb0dd HTTP/1.1" 200 1783 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8376f-0502-af26-1a4b-0303c5651777 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8376f-0502-af26-1a4b-0303c5651777 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 12 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','VPPERFORMANCE');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 0142e654-0c69-48e3-9679-6495d828ed10 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','VPPERFORMANCE');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','VPPERFORMANCE');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d611a7bf-aafe-42c1-801f-6512304678bc +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=0142e654-0c69-48e3-9679-6495d828ed10&request_guid=d611a7bf-aafe-42c1-801f-6512304678bc HTTP/1.1" 200 2188 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8376f-0502-b1d6-1a4b-0303c564dc4f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8376f-0502-b1d6-1a4b-0303c564dc4f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8376f-0502-b1d6-1a4b-0303c564dc4f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 03750215-5da4-465c-ad81-76f7acb47325 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8376f-0502-b1d6-1a4b-0303c564dc4f?request_guid=03750215-5da4-465c-ad81-76f7acb47325 HTTP/1.1" 200 1681 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8376f-0502-b1d6-1a4b-0303c564dc4f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f809eb54-bd2e-45ef-a6d4-8b7b8679bb56 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8376f-0502-b1d6-1a4b-0303c564dc4f?request_guid=f809eb54-bd2e-45ef-a6d4-8b7b8679bb56 HTTP/1.1" 200 1682 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8376f-0502-b1d6-1a4b-0303c564dc4f'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 0d7ca233-0822-45fc-b373-219dbc481d94 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8376f-0502-b1d6-1a4b-0303c564dc4f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8376f-0502-b1d6-1a4b-0303c564dc4f'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0885c298-2f5c-4c25-95e1-6770523d71f6 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=0d7ca233-0822-45fc-b373-219dbc481d94&request_guid=0885c298-2f5c-4c25-95e1-6770523d71f6 HTTP/1.1" 200 2188 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8376f-0502-b0de-1a4b-0303c56525c7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8376f-0502-b0de-1a4b-0303c56525c7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 5.511s ago] ('get_data', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=e1dbcf2e-990b-48a5-8385-f33af2b5942b +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 16dbf620-35c9-4dd7-8113-2cbc24ea2329 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=e1dbcf2e-990b-48a5-8385-f33af2b5942b&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=16dbf620-35c9-4dd7-8113-2cbc24ea2329 HTTP/1.1" 200 1551 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 618fbf58-80fa-491b-b212-1a6293091ba7 +DEBUG:snowflake.connector.cursor:running query [SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 15637502-4c22-4006-9795-98aae4b4fe41 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=618fbf58-80fa-491b-b212-1a6293091ba7&request_guid=15637502-4c22-4006-9795-98aae4b4fe41 HTTP/1.1" 200 2280 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8376f-0502-af26-1a4b-0303c56518cb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8376f-0502-af26-1a4b-0303c56518cb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=4 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8376f-0502-af26-1a4b-0303c56518cb' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 572014ce-b624-44bf-9017-f9e4ae59aa97 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8376f-0502-af26-1a4b-0303c56518cb?request_guid=572014ce-b624-44bf-9017-f9e4ae59aa97 HTTP/1.1" 200 1947 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8376f-0502-af26-1a4b-0303c56518cb' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 04d6c9a5-2605-45a9-96e7-6dda21215802 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8376f-0502-af26-1a4b-0303c56518cb?request_guid=04d6c9a5-2605-45a9-96e7-6dda21215802 HTTP/1.1" 200 1946 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8376f-0502-af26-1a4b-0303c56518cb'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 9d370384-4ab3-49b7-88df-9650d8ae870f +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8376f-0502-af26-1a4b-0303c56518cb'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8376f-0502-af26-1a4b-0303c56518cb'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 2ae2e4da-f385-4d25-9e53-277357974777 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=9d370384-4ab3-49b7-88df-9650d8ae870f&request_guid=2ae2e4da-f385-4d25-9e53-277357974777 HTTP/1.1" 200 2281 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8376f-0502-b0de-1a4b-0303c56526f3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8376f-0502-b0de-1a4b-0303c56526f3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=4 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.result_set:result batch 1 has id: data_0_0_0 +DEBUG:snowflake.connector.result_set:result batch 2 has id: data_0_0_1 +DEBUG:snowflake.connector.result_set:result batch 3 has id: data_0_0_2 +DEBUG:snowflake.connector.result_set:result batch 4 has id: data_0_0_3 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_0 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_0 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_1 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/2 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_1 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_2 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/3 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_2 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_3 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_3 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a8376d-0502-ae87-1a4b-0303c564884f_0/main/data_0_0_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668108926&Signature=%2FqGH9FKGEZYVp%2FAfy48w5WRYwnE%3D HTTP/1.1" 200 23598 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_0 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 1 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 333 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 1 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 2 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a8376d-0502-ae87-1a4b-0303c564884f_0/main/data_0_0_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668108926&Signature=FITQwL8XoxmLAwsbZnpARudbFUY%3D HTTP/1.1" 200 365477 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a8376d-0502-ae87-1a4b-0303c564884f_0/main/data_0_0_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668108926&Signature=PbJAUziiVTLgJGUdCV88OUgL%2FlE%3D HTTP/1.1" 200 131984 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a8376d-0502-ae87-1a4b-0303c564884f_0/main/data_0_0_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668108926&Signature=LM1WzwUkxA97QKBVZHW5dC7NTGs%3D HTTP/1.1" 200 260735 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_set:user began consuming result batch 2 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 334 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 334 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 342 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.arrow_iterator:Batches read: 7 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 2 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 10 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_set:user began consuming result batch 3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 10 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 10, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 684 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 3 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 7 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 7, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1367 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1368 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 302 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 4 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 08:35:31] "GET /sfexec?csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zsqw.w-0srIACU8oy-6BhivJFjSqn06M&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zsqw.w-0srIACU8oy-6BhivJFjSqn06M&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zsqw.w-0srIACU8oy-6BhivJFjSqn06M&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zsqw.w-0srIACU8oy-6BhivJFjSqn06M&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zsqw.w-0srIACU8oy-6BhivJFjSqn06M&submit=Submit HTTP/1.1" 500 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 08:35:33] "GET /sfexec?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 08:35:33] "GET /sfexec?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 08:35:34] "GET /sfexec?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 304 - +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\pgfunctions.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 65.04s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 65.05s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 65.05s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=ad615cf6-1ca8-43e5-9137-cb303b53a9b5 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a4df8b67-7525-4cba-88c1-dedbba05d687 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 2141878817440 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2141878817440 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2141879119408 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2141879119408 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2141879119408 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2141879119408 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2141878817440 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2141878817440 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=ad615cf6-1ca8-43e5-9137-cb303b53a9b5&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=a4df8b67-7525-4cba-88c1-dedbba05d687 HTTP/1.1" 200 1556 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_DEV, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=6da5e7fe-5c70-4b3c-9897-1013a11c9a0d +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7ff6e02c-e822-4337-b048-631d95e4380d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=6da5e7fe-5c70-4b3c-9897-1013a11c9a0d&databaseName=PL_DEV&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=7ff6e02c-e822-4337-b048-631d95e4380d HTTP/1.1" 200 1558 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00189s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 06e55b24-470b-4be6-9396-3707e1ee9cde +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 61d4ea64-623e-4376-be8c-e61db78c1269 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=06e55b24-470b-4be6-9396-3707e1ee9cde&request_guid=61d4ea64-623e-4376-be8c-e61db78c1269 HTTP/1.1" 200 2195 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83772-0502-b1d6-1a4b-0303c5663483 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83772-0502-b1d6-1a4b-0303c5663483 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83772-0502-b1d6-1a4b-0303c5663483' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 5e4b9fae-d692-4832-b083-fee72d9e5bdc +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83772-0502-b1d6-1a4b-0303c5663483?request_guid=5e4b9fae-d692-4832-b083-fee72d9e5bdc HTTP/1.1" 200 1860 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83772-0502-b1d6-1a4b-0303c5663483' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6ea1c2bc-421b-4958-baa8-8dde17083ffe +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83772-0502-b1d6-1a4b-0303c5663483?request_guid=6ea1c2bc-421b-4958-baa8-8dde17083ffe HTTP/1.1" 200 1860 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83772-0502-b1d6-1a4b-0303c5663483'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: df41e937-bcbd-41e4-9674-9ff4f7f8e272 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83772-0502-b1d6-1a4b-0303c5663483'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83772-0502-b1d6-1a4b-0303c5663483'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 22a5d4c3-0020-40f5-ae33-8d3c12273b2f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=df41e937-bcbd-41e4-9674-9ff4f7f8e272&request_guid=22a5d4c3-0020-40f5-ae33-8d3c12273b2f HTTP/1.1" 200 2198 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83772-0502-afee-1a4b-0303c566513f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83772-0502-afee-1a4b-0303c566513f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 59f3111f-53d4-4fad-9064-39f58cc28e33 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 25b977ce-d388-4d95-964b-c7f8378aff35 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=59f3111f-53d4-4fad-9064-39f58cc28e33&request_guid=25b977ce-d388-4d95-964b-c7f8378aff35 HTTP/1.1" 200 1784 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83772-0502-af26-1a4b-0303c566437b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83772-0502-af26-1a4b-0303c566437b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 12 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83772-0502-af26-1a4b-0303c566437b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a2daba32-ef3a-48dd-ae9f-1dcb29ce71d2 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83772-0502-af26-1a4b-0303c566437b?request_guid=a2daba32-ef3a-48dd-ae9f-1dcb29ce71d2 HTTP/1.1" 200 2178 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83772-0502-af26-1a4b-0303c566437b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 542407f0-db42-4421-8af7-ef3ed2296e1c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83772-0502-af26-1a4b-0303c566437b?request_guid=542407f0-db42-4421-8af7-ef3ed2296e1c HTTP/1.1" 200 2177 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83772-0502-af26-1a4b-0303c566437b'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 95f5a859-d713-43ea-bc90-958dcecfec86 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83772-0502-af26-1a4b-0303c566437b'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83772-0502-af26-1a4b-0303c566437b'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 37b753a7-1ff0-4431-a8ab-1a2814ceeb3a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=95f5a859-d713-43ea-bc90-958dcecfec86&request_guid=37b753a7-1ff0-4431-a8ab-1a2814ceeb3a HTTP/1.1" 200 1787 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83772-0502-afee-1a4b-0303c5665157 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83772-0502-afee-1a4b-0303c5665157 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 12 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','VPPERFORMANCE');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: c25bfa8e-98a3-4cb6-8119-d43b2e8233ba +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','VPPERFORMANCE');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','VPPERFORMANCE');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0ca21205-e109-4cfe-8784-396005caf7dd +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=c25bfa8e-98a3-4cb6-8119-d43b2e8233ba&request_guid=0ca21205-e109-4cfe-8784-396005caf7dd HTTP/1.1" 200 2194 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83772-0502-afee-1a4b-0303c566515f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83772-0502-afee-1a4b-0303c566515f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83772-0502-afee-1a4b-0303c566515f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0d89cd5a-3bca-4fbb-ac9c-6c8a6016a165 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83772-0502-afee-1a4b-0303c566515f?request_guid=0d89cd5a-3bca-4fbb-ac9c-6c8a6016a165 HTTP/1.1" 200 1679 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83772-0502-afee-1a4b-0303c566515f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 88a9619d-96b9-4756-9d14-60b9cb8968be +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83772-0502-afee-1a4b-0303c566515f?request_guid=88a9619d-96b9-4756-9d14-60b9cb8968be HTTP/1.1" 200 1679 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83772-0502-afee-1a4b-0303c566515f'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: d80d54b1-b0d3-4343-a4b6-75ea05650147 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83772-0502-afee-1a4b-0303c566515f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83772-0502-afee-1a4b-0303c566515f'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 621f543f-fc6b-4870-b6d3-7cc7862ce5d8 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=d80d54b1-b0d3-4343-a4b6-75ea05650147&request_guid=621f543f-fc6b-4870-b6d3-7cc7862ce5d8 HTTP/1.1" 200 2191 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83772-0502-b1d6-1a4b-0303c56634e3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83772-0502-b1d6-1a4b-0303c56634e3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 9.917s ago] ('get_data', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=340ab8b9-5dcc-4f05-9ca0-d9e774d0833b +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 74da9dce-ef72-4d4f-b0c5-125968ada6d8 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=340ab8b9-5dcc-4f05-9ca0-d9e774d0833b&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=74da9dce-ef72-4d4f-b0c5-125968ada6d8 HTTP/1.1" 200 1556 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: cc9e8a86-c70b-4d9a-94b6-c8cc851cb871 +DEBUG:snowflake.connector.cursor:running query [SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 3ee8180a-6b1f-4ae3-a4e1-a11f6ff4bb15 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=cc9e8a86-c70b-4d9a-94b6-c8cc851cb871&request_guid=3ee8180a-6b1f-4ae3-a4e1-a11f6ff4bb15 HTTP/1.1" 200 None +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83773-0502-af26-1a4b-0303c56644cf +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83773-0502-af26-1a4b-0303c56644cf +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=3 +INFO:snowflake.connector.cursor:Number of results in first chunk: 333 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83773-0502-af26-1a4b-0303c56644cf' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e6dd7a2b-77f7-4a03-8077-37eb47ba37dd +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83773-0502-af26-1a4b-0303c56644cf?request_guid=e6dd7a2b-77f7-4a03-8077-37eb47ba37dd HTTP/1.1" 200 2089 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83773-0502-af26-1a4b-0303c56644cf' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 5d3f7c6a-5c4b-4ea9-a342-63e3f0fbd97f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83773-0502-af26-1a4b-0303c56644cf?request_guid=5d3f7c6a-5c4b-4ea9-a342-63e3f0fbd97f HTTP/1.1" 200 2089 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83773-0502-af26-1a4b-0303c56644cf'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 74bfd20d-eeea-40e6-b1f1-d3db93e68d04 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83773-0502-af26-1a4b-0303c56644cf'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83773-0502-af26-1a4b-0303c56644cf'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: daf1487c-044c-4d70-bdbf-8459b5af7ed3 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=74bfd20d-eeea-40e6-b1f1-d3db93e68d04&request_guid=daf1487c-044c-4d70-bdbf-8459b5af7ed3 HTTP/1.1" 200 2274 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83773-0502-ae87-1a4b-0303c5661823 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83773-0502-ae87-1a4b-0303c5661823 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=4 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.result_set:result batch 1 has id: data_0_0_0 +DEBUG:snowflake.connector.result_set:result batch 2 has id: data_0_0_1 +DEBUG:snowflake.connector.result_set:result batch 3 has id: data_0_0_2 +DEBUG:snowflake.connector.result_set:result batch 4 has id: data_0_0_3 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_0 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_0 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_1 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/2 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_1 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_2 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/3 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_2 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_3 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_3 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83773-0502-af26-1a4b-0303c56644cf_0/main/data_0_0_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668109150&Signature=8vVzrY8M8qZFlYr%2BkXvDPzMmjBo%3D HTTP/1.1" 200 23598 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 333 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 1 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 2 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83773-0502-af26-1a4b-0303c56644cf_0/main/data_0_0_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668109150&Signature=TCpxKEDWOAkW1jWsIb8SenkqoN0%3D HTTP/1.1" 200 131984 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_1 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.result_set:user began consuming result batch 2 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 334 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 334 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 342 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 2 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 3 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83773-0502-af26-1a4b-0303c56644cf_0/main/data_0_0_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668109150&Signature=WqZxsIQTKRdA%2BDVvi5o%2FyDoNj%2BM%3D HTTP/1.1" 200 373803 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83773-0502-af26-1a4b-0303c56644cf_0/main/data_0_0_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668109150&Signature=OTJ4dJ6xlqte2kV0qTLuZHxNJ%2F0%3D HTTP/1.1" 200 260735 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 10 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_set:user began consuming result batch 3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 10 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 10, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 684 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 3 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 7 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 7 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 7, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1367 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1368 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 434 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 4 +INFO:snowflake.connector.connection:closed +DEBUG:snowflake.connector.telemetry:Closing telemetry client. +INFO:snowflake.connector.connection:No async queries seem to be running, deleting session +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e93cdd1e-b1fe-4e71-a1a7-6a2145aa0576 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session?delete=true&request_guid=e93cdd1e-b1fe-4e71-a1a7-6a2145aa0576 HTTP/1.1" 200 76 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.connection:Session is closed +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 17.05s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 17.06s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 17.07s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=17b2360d-383c-4882-a1b8-26bdd12f641b +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f213a819-8a25-4775-8ef3-c76efc0248d4 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 2269033616992 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2269033616992 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2269033918960 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2269033918960 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2269033918960 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2269033918960 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2269033616992 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2269033616992 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=17b2360d-383c-4882-a1b8-26bdd12f641b&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=f213a819-8a25-4775-8ef3-c76efc0248d4 HTTP/1.1" 200 1555 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_DEV, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=d43f4b9b-2ef3-475b-931c-0e1e0e392391 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7b86d2f5-c751-4c98-9561-2426586d49aa +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=d43f4b9b-2ef3-475b-931c-0e1e0e392391&databaseName=PL_DEV&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=7b86d2f5-c751-4c98-9561-2426586d49aa HTTP/1.1" 200 1551 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00181s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 1a68e605-3dda-453b-b55f-5594c9f2e028 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7c2200fa-3c38-400f-804f-fead87e7dd07 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=1a68e605-3dda-453b-b55f-5594c9f2e028&request_guid=7c2200fa-3c38-400f-804f-fead87e7dd07 HTTP/1.1" 200 2200 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83775-0502-ae87-1a4b-0303c567102b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83775-0502-ae87-1a4b-0303c567102b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83775-0502-ae87-1a4b-0303c567102b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6dac801b-e171-4f1b-9b51-08589e65bb10 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83775-0502-ae87-1a4b-0303c567102b?request_guid=6dac801b-e171-4f1b-9b51-08589e65bb10 HTTP/1.1" 200 1873 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83775-0502-ae87-1a4b-0303c567102b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0d3f0a02-2ede-4fdd-9276-270b0a36ac02 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83775-0502-ae87-1a4b-0303c567102b?request_guid=0d3f0a02-2ede-4fdd-9276-270b0a36ac02 HTTP/1.1" 200 1874 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83775-0502-ae87-1a4b-0303c567102b'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 0558ef0b-10b8-4153-87c5-e4b2b91211e9 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83775-0502-ae87-1a4b-0303c567102b'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83775-0502-ae87-1a4b-0303c567102b'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f34a3612-a57f-411a-8f9e-f8300e718394 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=0558ef0b-10b8-4153-87c5-e4b2b91211e9&request_guid=f34a3612-a57f-411a-8f9e-f8300e718394 HTTP/1.1" 200 2196 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83775-0502-b0de-1a4b-0303c566e813 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83775-0502-b0de-1a4b-0303c566e813 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 58e43b10-e6bd-48cb-89fe-db77daae54ed +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c75fc9b8-313c-4669-bed6-a1bec524f7fa +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=58e43b10-e6bd-48cb-89fe-db77daae54ed&request_guid=c75fc9b8-313c-4669-bed6-a1bec524f7fa HTTP/1.1" 200 1789 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83775-0502-afee-1a4b-0303c566ddff +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83775-0502-afee-1a4b-0303c566ddff +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 12 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83775-0502-afee-1a4b-0303c566ddff' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 959e2dd3-5568-424b-92a8-458edc8d1cd2 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83775-0502-afee-1a4b-0303c566ddff?request_guid=959e2dd3-5568-424b-92a8-458edc8d1cd2 HTTP/1.1" 200 2178 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83775-0502-afee-1a4b-0303c566ddff' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0be977bc-2f6b-43ae-a46d-5e21b0177325 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83775-0502-afee-1a4b-0303c566ddff?request_guid=0be977bc-2f6b-43ae-a46d-5e21b0177325 HTTP/1.1" 200 2178 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83775-0502-afee-1a4b-0303c566ddff'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 2e564bf9-fc67-4a40-8020-58eff94a86fb +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83775-0502-afee-1a4b-0303c566ddff'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83775-0502-afee-1a4b-0303c566ddff'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 5aa8390c-5ab1-40fc-b21c-fe1b7f38ea43 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=2e564bf9-fc67-4a40-8020-58eff94a86fb&request_guid=5aa8390c-5ab1-40fc-b21c-fe1b7f38ea43 HTTP/1.1" 200 1790 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83775-0502-ae87-1a4b-0303c56710bf +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83775-0502-ae87-1a4b-0303c56710bf +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 12 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','VPPERFORMANCE');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 1493874d-9dea-442a-ad7a-d03da260dd3d +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','VPPERFORMANCE');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','VPPERFORMANCE');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a0672d46-5e70-4a02-9bbb-3f3313d756a5 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=1493874d-9dea-442a-ad7a-d03da260dd3d&request_guid=a0672d46-5e70-4a02-9bbb-3f3313d756a5 HTTP/1.1" 200 2192 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83775-0502-af26-1a4b-0303c566f213 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83775-0502-af26-1a4b-0303c566f213 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83775-0502-af26-1a4b-0303c566f213' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f5b50ac2-1e80-44c5-b903-757deec99528 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83775-0502-af26-1a4b-0303c566f213?request_guid=f5b50ac2-1e80-44c5-b903-757deec99528 HTTP/1.1" 200 1682 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83775-0502-af26-1a4b-0303c566f213' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: eda34da2-1f1a-4954-b0ea-17c8a1c85263 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83775-0502-af26-1a4b-0303c566f213?request_guid=eda34da2-1f1a-4954-b0ea-17c8a1c85263 HTTP/1.1" 200 1681 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83775-0502-af26-1a4b-0303c566f213'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 21505ba1-cb89-41a4-9964-3a4f845f21fc +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83775-0502-af26-1a4b-0303c566f213'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83775-0502-af26-1a4b-0303c566f213'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 621540c2-b836-40b1-836a-faf5c3d5e0d1 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=21505ba1-cb89-41a4-9964-3a4f845f21fc&request_guid=621540c2-b836-40b1-836a-faf5c3d5e0d1 HTTP/1.1" 200 2196 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83775-0502-b21e-1a4b-0303c5670177 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83775-0502-b21e-1a4b-0303c5670177 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 3.013s ago] ('get_data', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=d2c9eb40-cc42-4024-8014-7375875834cf +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 4e28cbcb-735c-45d7-986b-58d8971c0951 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=d2c9eb40-cc42-4024-8014-7375875834cf&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=4e28cbcb-735c-45d7-986b-58d8971c0951 HTTP/1.1" 200 1549 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 64b075f1-20f2-4494-b616-78404ac3b6d1 +DEBUG:snowflake.connector.cursor:running query [SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 95fccb70-7afe-4ed5-9bf7-c20953249d50 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=64b075f1-20f2-4494-b616-78404ac3b6d1&request_guid=95fccb70-7afe-4ed5-9bf7-c20953249d50 HTTP/1.1" 200 None +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83775-0502-ae87-1a4b-0303c567111b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83775-0502-ae87-1a4b-0303c567111b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=3 +INFO:snowflake.connector.cursor:Number of results in first chunk: 333 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83775-0502-ae87-1a4b-0303c567111b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 13eb6a6d-74dc-47c0-af99-a83365f59059 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83775-0502-ae87-1a4b-0303c567111b?request_guid=13eb6a6d-74dc-47c0-af99-a83365f59059 HTTP/1.1" 200 2089 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83775-0502-ae87-1a4b-0303c567111b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 4c17e63c-0108-4c2c-8061-2a526a14737f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83775-0502-ae87-1a4b-0303c567111b?request_guid=4c17e63c-0108-4c2c-8061-2a526a14737f HTTP/1.1" 200 2088 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83775-0502-ae87-1a4b-0303c567111b'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 6fd70941-ecb6-490d-bb55-1d024fd11c19 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83775-0502-ae87-1a4b-0303c567111b'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83775-0502-ae87-1a4b-0303c567111b'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 79aa38d7-78e5-41d2-b42c-ef7a7134b06c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=6fd70941-ecb6-490d-bb55-1d024fd11c19&request_guid=79aa38d7-78e5-41d2-b42c-ef7a7134b06c HTTP/1.1" 200 2273 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83775-0502-ae87-1a4b-0303c567114b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83775-0502-ae87-1a4b-0303c567114b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=4 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.result_set:result batch 1 has id: data_0_0_0 +DEBUG:snowflake.connector.result_set:result batch 2 has id: data_0_0_1 +DEBUG:snowflake.connector.result_set:result batch 3 has id: data_0_0_2 +DEBUG:snowflake.connector.result_set:result batch 4 has id: data_0_0_3 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_0 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_0 with existing session +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_1 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/2 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_1 with existing session +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_2 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/3 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_2 with existing session +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_3 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_3 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83775-0502-ae87-1a4b-0303c567111b_0/main/data_0_0_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668109301&Signature=onRBoUSLkUMR0D9Zk0zW16lBWok%3D HTTP/1.1" 200 23598 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83775-0502-ae87-1a4b-0303c567111b_0/main/data_0_0_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668109301&Signature=HaRzSkNioOWK%2B15QIV2hN9QIGkY%3D HTTP/1.1" 200 131984 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83775-0502-ae87-1a4b-0303c567111b_0/main/data_0_0_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668109301&Signature=uYf3wx65OYTkGUqmMiW6%2B8B%2Fra0%3D HTTP/1.1" 200 260735 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83775-0502-ae87-1a4b-0303c567111b_0/main/data_0_0_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668109301&Signature=4gU0BleubTbC33HwwVqDqraH08k%3D HTTP/1.1" 200 381676 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 333 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 1 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_set:user began consuming result batch 2 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 334 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 334 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 342 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 2 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 10 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_set:user began consuming result batch 3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 10 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 10, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 684 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 3 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 7 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 7 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 7, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1367 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1368 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 566 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 4 +INFO:snowflake.connector.connection:closed +DEBUG:snowflake.connector.telemetry:Closing telemetry client. +INFO:snowflake.connector.connection:No async queries seem to be running, deleting session +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: aedf4df1-073b-432b-af69-fede77cab5bf +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session?delete=true&request_guid=aedf4df1-073b-432b-af69-fede77cab5bf HTTP/1.1" 200 76 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.connection:Session is closed +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\pgfunctions.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 9.722s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 9.726s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 9.732s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=c92bb370-e0a6-4e1f-8b8f-3c0bbcfcee71 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 70b1125d-3273-4d8c-9266-8e080c5ebec6 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 1500498924048 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1500498924048 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 1500499226016 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1500499226016 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 1500499226016 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 1500499226016 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 1500498924048 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1500498924048 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=c92bb370-e0a6-4e1f-8b8f-3c0bbcfcee71&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=70b1125d-3273-4d8c-9266-8e080c5ebec6 HTTP/1.1" 200 1558 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_DEV, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=5b117d12-3649-4649-82c3-415faf39304e +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0a7ed5f2-0411-469b-9842-3a287dc417cf +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=5b117d12-3649-4649-82c3-415faf39304e&databaseName=PL_DEV&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=0a7ed5f2-0411-469b-9842-3a287dc417cf HTTP/1.1" 200 1552 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00151s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 0e962cb1-9c58-4feb-9591-c2f106e470c1 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 26250ce7-7c7b-4b18-9aa1-24ea4390aa08 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=0e962cb1-9c58-4feb-9591-c2f106e470c1&request_guid=26250ce7-7c7b-4b18-9aa1-24ea4390aa08 HTTP/1.1" 200 2196 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83839-0502-b0de-1a4b-0303c59d8127 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83839-0502-b0de-1a4b-0303c59d8127 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83839-0502-b0de-1a4b-0303c59d8127' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 4f6a1141-7ba2-4b11-ab2d-93c1afa11f60 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83839-0502-b0de-1a4b-0303c59d8127?request_guid=4f6a1141-7ba2-4b11-ab2d-93c1afa11f60 HTTP/1.1" 200 1865 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83839-0502-b0de-1a4b-0303c59d8127' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 453c2415-42a0-4c4c-9202-9f1fb0f39c7a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83839-0502-b0de-1a4b-0303c59d8127?request_guid=453c2415-42a0-4c4c-9202-9f1fb0f39c7a HTTP/1.1" 200 1865 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83839-0502-b0de-1a4b-0303c59d8127'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 5a20d8ec-5421-4fe9-adc9-57601b529373 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83839-0502-b0de-1a4b-0303c59d8127'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83839-0502-b0de-1a4b-0303c59d8127'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0243c684-a1d1-4601-aad7-e9f22af13ec4 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=5a20d8ec-5421-4fe9-adc9-57601b529373&request_guid=0243c684-a1d1-4601-aad7-e9f22af13ec4 HTTP/1.1" 200 2196 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83839-0502-b0de-1a4b-0303c59d81f3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83839-0502-b0de-1a4b-0303c59d81f3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 5278efee-7e13-48f7-9ac1-978ae932f16e +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d0e6a7f5-d6a9-4046-b8b4-1a396ac2297c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=5278efee-7e13-48f7-9ac1-978ae932f16e&request_guid=d0e6a7f5-d6a9-4046-b8b4-1a396ac2297c HTTP/1.1" 200 1789 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83839-0502-afee-1a4b-0303c59d6bd3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83839-0502-afee-1a4b-0303c59d6bd3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 12 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83839-0502-afee-1a4b-0303c59d6bd3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1b077bda-c6c0-47f6-b1a3-b394344d2911 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83839-0502-afee-1a4b-0303c59d6bd3?request_guid=1b077bda-c6c0-47f6-b1a3-b394344d2911 HTTP/1.1" 200 2179 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83839-0502-afee-1a4b-0303c59d6bd3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 24c10d7d-f639-4856-91d5-9c8afed72151 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83839-0502-afee-1a4b-0303c59d6bd3?request_guid=24c10d7d-f639-4856-91d5-9c8afed72151 HTTP/1.1" 200 2178 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83839-0502-afee-1a4b-0303c59d6bd3'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 5aa3aa55-00db-4562-9734-46bc48601210 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83839-0502-afee-1a4b-0303c59d6bd3'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83839-0502-afee-1a4b-0303c59d6bd3'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 5f551e11-95ee-46be-9f07-d3b9effed297 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=5aa3aa55-00db-4562-9734-46bc48601210&request_guid=5f551e11-95ee-46be-9f07-d3b9effed297 HTTP/1.1" 200 1785 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83839-0502-b1d6-1a4b-0303c59d7d33 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83839-0502-b1d6-1a4b-0303c59d7d33 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 12 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','VPPERFORMANCE');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 45e1368d-5a6b-46e4-8a86-9de7339f67f4 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','VPPERFORMANCE');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','VPPERFORMANCE');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f28e9d86-d03a-4a71-9294-a6d760566668 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=45e1368d-5a6b-46e4-8a86-9de7339f67f4&request_guid=f28e9d86-d03a-4a71-9294-a6d760566668 HTTP/1.1" 200 2188 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83839-0502-b1d6-1a4b-0303c59d7d47 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83839-0502-b1d6-1a4b-0303c59d7d47 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83839-0502-b1d6-1a4b-0303c59d7d47' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 36142ad4-1e2c-4d7e-b263-cc477a29ccce +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83839-0502-b1d6-1a4b-0303c59d7d47?request_guid=36142ad4-1e2c-4d7e-b263-cc477a29ccce HTTP/1.1" 200 1678 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83839-0502-b1d6-1a4b-0303c59d7d47' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 50ac20ff-ce99-4d60-aa5b-f60c61b1370f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83839-0502-b1d6-1a4b-0303c59d7d47?request_guid=50ac20ff-ce99-4d60-aa5b-f60c61b1370f HTTP/1.1" 200 1678 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83839-0502-b1d6-1a4b-0303c59d7d47'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: fc221806-93dc-40a3-8541-0071b9f0ca58 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83839-0502-b1d6-1a4b-0303c59d7d47'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83839-0502-b1d6-1a4b-0303c59d7d47'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 2c7b5f61-f1e1-4bc9-bb6e-49f5c95eac67 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=fc221806-93dc-40a3-8541-0071b9f0ca58&request_guid=2c7b5f61-f1e1-4bc9-bb6e-49f5c95eac67 HTTP/1.1" 200 2190 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83839-0502-af26-1a4b-0303c59d4ff3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83839-0502-af26-1a4b-0303c59d4ff3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 4.86s ago] ('get_data', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=deae7431-c3fb-449b-b0a8-f5b128360690 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0996c37d-7897-4262-aa31-50a58ee3aff0 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=deae7431-c3fb-449b-b0a8-f5b128360690&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=0996c37d-7897-4262-aa31-50a58ee3aff0 HTTP/1.1" 200 1553 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 56e1629b-d560-4aa0-a7bc-842def3d1607 +DEBUG:snowflake.connector.cursor:running query [SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 708bb583-b580-4bc5-b3a8-12897d6e3745 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=56e1629b-d560-4aa0-a7bc-842def3d1607&request_guid=708bb583-b580-4bc5-b3a8-12897d6e3745 HTTP/1.1" 200 None +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83839-0502-ae87-1a4b-0303c59da043 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83839-0502-ae87-1a4b-0303c59da043 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=4 +INFO:snowflake.connector.cursor:Number of results in first chunk: 333 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83839-0502-ae87-1a4b-0303c59da043' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 703b073c-5768-4f3b-800b-ca8689591dfc +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83839-0502-ae87-1a4b-0303c59da043?request_guid=703b073c-5768-4f3b-800b-ca8689591dfc HTTP/1.1" 200 2092 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83839-0502-ae87-1a4b-0303c59da043' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 40d7a23e-affa-4306-8a1e-7f93b51a696c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83839-0502-ae87-1a4b-0303c59da043?request_guid=40d7a23e-affa-4306-8a1e-7f93b51a696c HTTP/1.1" 200 2092 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83839-0502-ae87-1a4b-0303c59da043'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: aed62dc6-1695-49d6-b80f-caa2f41463d9 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83839-0502-ae87-1a4b-0303c59da043'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83839-0502-ae87-1a4b-0303c59da043'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f9923a5a-763b-45b2-8e9e-2fbd538a339b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=aed62dc6-1695-49d6-b80f-caa2f41463d9&request_guid=f9923a5a-763b-45b2-8e9e-2fbd538a339b HTTP/1.1" 200 2323 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83839-0502-ae87-1a4b-0303c59da0ab +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83839-0502-ae87-1a4b-0303c59da0ab +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=5 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.result_set:result batch 1 has id: data_0_0_0 +DEBUG:snowflake.connector.result_set:result batch 2 has id: data_0_0_1 +DEBUG:snowflake.connector.result_set:result batch 3 has id: data_0_0_2 +DEBUG:snowflake.connector.result_set:result batch 4 has id: data_0_0_3 +DEBUG:snowflake.connector.result_set:result batch 5 has id: data_0_0_4 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_0 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_0 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_1 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/2 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_1 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_3 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_2 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/3 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_2 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 1 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_3 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_3 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83839-0502-ae87-1a4b-0303c59da043_0/main/data_0_0_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668121070&Signature=87vw8r9wOUpR69da1cyfR186RU0%3D HTTP/1.1" 200 23598 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83839-0502-ae87-1a4b-0303c59da043_0/main/data_0_0_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668121070&Signature=iUy4zXUP9zLXZKPCOAvE2x%2BYsx8%3D HTTP/1.1" 200 131984 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 1 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 333 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.result_set:user finished consuming result batch 1 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 2 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83839-0502-ae87-1a4b-0303c59da043_0/main/data_0_0_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668121070&Signature=eewYQ34Fvo6lThX8YHd%2FLICpPTU%3D HTTP/1.1" 200 247782 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_1 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_set:user began consuming result batch 2 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 334 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 334 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 342 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 2 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 3 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 2 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_4 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83839-0502-ae87-1a4b-0303c59da043_0/main/data_0_0_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668121070&Signature=Rba7oOX2Fz1YaiKN0c83jWI4V9I%3D HTTP/1.1" 200 260735 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83839-0502-ae87-1a4b-0303c59da043_0/main/data_0_0_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668121070&Signature=fuQD5y73vuwnz%2BQQwJoPFMOCc4w%3D HTTP/1.1" 200 436252 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 10 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_set:user began consuming result batch 3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 10 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 10, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 684 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 3 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 7 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 7 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 7, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1367 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1368 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1368 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 4 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 2 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 2, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2734 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1054 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 5 +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.3269s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.3315s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.3377s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=a6659247-23d2-45a8-a878-41ba84c2a0f8 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 199076d9-1baa-45aa-8411-c98687b1d69a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 2295860958816 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2295860958816 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2295861260784 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2295861260784 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2295861260784 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2295861260784 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2295860958816 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2295860958816 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=a6659247-23d2-45a8-a878-41ba84c2a0f8&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=199076d9-1baa-45aa-8411-c98687b1d69a HTTP/1.1" 200 1547 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_DEV, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=ee039640-6888-4fd2-bd29-edc50c29cb6d +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c7060d1e-2fb9-47fb-a731-9c5ecb4a83a2 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=ee039640-6888-4fd2-bd29-edc50c29cb6d&databaseName=PL_DEV&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=c7060d1e-2fb9-47fb-a731-9c5ecb4a83a2 HTTP/1.1" 200 1553 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00155s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: c03c6fb8-b28a-4e2a-ad25-c9534880b313 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a92b0981-cb5d-4a46-a421-58b7c26be74f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=c03c6fb8-b28a-4e2a-ad25-c9534880b313&request_guid=a92b0981-cb5d-4a46-a421-58b7c26be74f HTTP/1.1" 200 2199 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8383b-0502-afee-1a4b-0303c59e1a2f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8383b-0502-afee-1a4b-0303c59e1a2f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8383b-0502-afee-1a4b-0303c59e1a2f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 778b257b-f9f3-4f4e-84e2-cceef700533c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8383b-0502-afee-1a4b-0303c59e1a2f?request_guid=778b257b-f9f3-4f4e-84e2-cceef700533c HTTP/1.1" 200 1851 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8383b-0502-afee-1a4b-0303c59e1a2f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6ec3dba3-6f06-4b25-b8d7-021fd92f0e65 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8383b-0502-afee-1a4b-0303c59e1a2f?request_guid=6ec3dba3-6f06-4b25-b8d7-021fd92f0e65 HTTP/1.1" 200 1851 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8383b-0502-afee-1a4b-0303c59e1a2f'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: d7113ef1-29a6-449e-8311-b100a493a447 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8383b-0502-afee-1a4b-0303c59e1a2f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8383b-0502-afee-1a4b-0303c59e1a2f'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0ef9b02c-8483-44bf-9a27-7c2212e6d15e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=d7113ef1-29a6-449e-8311-b100a493a447&request_guid=0ef9b02c-8483-44bf-9a27-7c2212e6d15e HTTP/1.1" 200 2197 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8383b-0502-b0de-1a4b-0303c59e24b3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8383b-0502-b0de-1a4b-0303c59e24b3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 6e19fa27-4238-471b-bc0f-12caed355bf4 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: b51c8427-764a-44a5-80bb-58dffd241781 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=6e19fa27-4238-471b-bc0f-12caed355bf4&request_guid=b51c8427-764a-44a5-80bb-58dffd241781 HTTP/1.1" 200 1782 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8383b-0502-b0de-1a4b-0303c59e24bb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8383b-0502-b0de-1a4b-0303c59e24bb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 12 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8383b-0502-b0de-1a4b-0303c59e24bb' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f0e8347c-9dc1-4ce2-939d-25fa019e414e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8383b-0502-b0de-1a4b-0303c59e24bb?request_guid=f0e8347c-9dc1-4ce2-939d-25fa019e414e HTTP/1.1" 200 2169 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8383b-0502-b0de-1a4b-0303c59e24bb' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 3ddd54eb-e589-46ab-a2c2-e0f68873fada +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8383b-0502-b0de-1a4b-0303c59e24bb?request_guid=3ddd54eb-e589-46ab-a2c2-e0f68873fada HTTP/1.1" 200 2169 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8383b-0502-b0de-1a4b-0303c59e24bb'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: f9ced0c0-1cc7-4def-844b-582d37eaf522 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8383b-0502-b0de-1a4b-0303c59e24bb'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8383b-0502-b0de-1a4b-0303c59e24bb'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8f3cedb7-4737-49a1-8ccf-afb650a875b4 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=f9ced0c0-1cc7-4def-844b-582d37eaf522&request_guid=8f3cedb7-4737-49a1-8ccf-afb650a875b4 HTTP/1.1" 200 1786 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8383b-0502-afee-1a4b-0303c59e1a5f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8383b-0502-afee-1a4b-0303c59e1a5f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 12 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','VPPERFORMANCE');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 183f16b1-c8ec-41c8-ac6f-de098be34cc9 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','VPPERFORMANCE');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','VPPERFORMANCE');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 258f7254-e733-4fec-9e58-aaeb9f7f472b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=183f16b1-c8ec-41c8-ac6f-de098be34cc9&request_guid=258f7254-e733-4fec-9e58-aaeb9f7f472b HTTP/1.1" 200 2187 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8383b-0502-b1d6-1a4b-0303c59e0bbf +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8383b-0502-b1d6-1a4b-0303c59e0bbf +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8383b-0502-b1d6-1a4b-0303c59e0bbf' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 4d2cd0c8-8876-4332-b6d9-1bb1a0eb3885 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8383b-0502-b1d6-1a4b-0303c59e0bbf?request_guid=4d2cd0c8-8876-4332-b6d9-1bb1a0eb3885 HTTP/1.1" 200 1678 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8383b-0502-b1d6-1a4b-0303c59e0bbf' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 226a19b7-2743-45ea-8a21-922ac27a97a7 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8383b-0502-b1d6-1a4b-0303c59e0bbf?request_guid=226a19b7-2743-45ea-8a21-922ac27a97a7 HTTP/1.1" 200 1678 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8383b-0502-b1d6-1a4b-0303c59e0bbf'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: f549056d-86bc-479e-8c21-8a290fc1c48f +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8383b-0502-b1d6-1a4b-0303c59e0bbf'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8383b-0502-b1d6-1a4b-0303c59e0bbf'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 84ff4011-2696-43c2-b5fc-a4248c70d91f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=f549056d-86bc-479e-8c21-8a290fc1c48f&request_guid=84ff4011-2696-43c2-b5fc-a4248c70d91f HTTP/1.1" 200 2186 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8383b-0502-b0de-1a4b-0303c59e2517 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8383b-0502-b0de-1a4b-0303c59e2517 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 2.811s ago] ('get_data', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=21f76012-1470-408c-9672-bde293be01f4 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 429222b0-35dd-4ae6-84a5-e934e7c85582 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=21f76012-1470-408c-9672-bde293be01f4&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=429222b0-35dd-4ae6-84a5-e934e7c85582 HTTP/1.1" 200 1552 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: c12d7827-36aa-488f-a741-c39da369aff5 +DEBUG:snowflake.connector.cursor:running query [SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: bfa433ff-f2f0-4d7c-88d6-85254ffa073a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=c12d7827-36aa-488f-a741-c39da369aff5&request_guid=bfa433ff-f2f0-4d7c-88d6-85254ffa073a HTTP/1.1" 200 2329 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8383b-0502-b1d6-1a4b-0303c59e0c43 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8383b-0502-b1d6-1a4b-0303c59e0c43 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=5 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8383b-0502-b1d6-1a4b-0303c59e0c43' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ce6c92d1-79dc-4761-a973-24934c5ac9ca +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8383b-0502-b1d6-1a4b-0303c59e0c43?request_guid=ce6c92d1-79dc-4761-a973-24934c5ac9ca HTTP/1.1" 200 1946 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8383b-0502-b1d6-1a4b-0303c59e0c43' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 4f004fab-f8ee-469f-bd97-351243fc209d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8383b-0502-b1d6-1a4b-0303c59e0c43?request_guid=4f004fab-f8ee-469f-bd97-351243fc209d HTTP/1.1" 200 1944 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8383b-0502-b1d6-1a4b-0303c59e0c43'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 80af7ad4-6f92-4882-b916-838226a5de1a +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8383b-0502-b1d6-1a4b-0303c59e0c43'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8383b-0502-b1d6-1a4b-0303c59e0c43'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e521c206-7bc8-4893-8b95-d6d68e9f7ff1 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=80af7ad4-6f92-4882-b916-838226a5de1a&request_guid=e521c206-7bc8-4893-8b95-d6d68e9f7ff1 HTTP/1.1" 200 2339 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8383b-0502-afee-1a4b-0303c59e1aeb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8383b-0502-afee-1a4b-0303c59e1aeb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=5 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.result_set:result batch 1 has id: data_0_0_0 +DEBUG:snowflake.connector.result_set:result batch 2 has id: data_0_0_1 +DEBUG:snowflake.connector.result_set:result batch 3 has id: data_0_0_2 +DEBUG:snowflake.connector.result_set:result batch 4 has id: data_0_0_3 +DEBUG:snowflake.connector.result_set:result batch 5 has id: data_0_0_4 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_0 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_0 with existing session +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_1 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/2 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_1 with existing session +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_2 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/3 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_2 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_3 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_4 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_3 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83839-0502-ae87-1a4b-0303c59da043_0/main/data_0_0_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668121199&Signature=frlcqTHZmZKlR2IJWT3FGu%2FQ9ic%3D HTTP/1.1" 200 131984 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83839-0502-ae87-1a4b-0303c59da043_0/main/data_0_0_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668121199&Signature=bo13%2BPkQcLdBLE0ScK%2BER7amrbg%3D HTTP/1.1" 200 260735 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_4 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83839-0502-ae87-1a4b-0303c59da043_0/main/data_0_0_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668121199&Signature=%2FwdMXnvzl1D963Wnai2%2Fevg4FWk%3D HTTP/1.1" 200 436252 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 10 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 7 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83839-0502-ae87-1a4b-0303c59da043_0/main/data_0_0_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668121199&Signature=L9SI4cNjH4GvUB2jSYUhQ9BB9Mo%3D HTTP/1.1" 200 23598 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 333 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 1 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 2 +DEBUG:snowflake.connector.result_set:user began consuming result batch 2 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 334 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 334 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 342 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83839-0502-ae87-1a4b-0303c59da043_0/main/data_0_0_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668121199&Signature=gktYGbQFUJM47Wj%2B%2BsbjaAXVMfs%3D HTTP/1.1" 200 247782 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 342 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 2 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 10 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 10, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 684 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 3 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 7 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 7, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1367 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1368 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1368 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 4 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 2 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 2 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 2, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2734 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1054 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 5 +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\pgfunctions.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.3171s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.3216s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.3251s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=beea790f-46bb-4f19-81a4-724194b7a1af +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a1bf4ddd-f6ed-486f-b874-67901ef2c1c7 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 2725907076704 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2725907076704 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2725907378672 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2725907378672 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2725907378672 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2725907378672 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2725907076704 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2725907076704 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=beea790f-46bb-4f19-81a4-724194b7a1af&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=a1bf4ddd-f6ed-486f-b874-67901ef2c1c7 HTTP/1.1" 200 1554 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_DEV, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=920634ee-dc3e-41e7-8318-76b6acf20936 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 47fba3fd-adfb-4923-9eb6-3aa6069850c2 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=920634ee-dc3e-41e7-8318-76b6acf20936&databaseName=PL_DEV&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=47fba3fd-adfb-4923-9eb6-3aa6069850c2 HTTP/1.1" 200 1555 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00149s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: a2b359fb-5ebb-4593-afca-39cd5132c36e +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f655d69a-77e0-4e71-a50d-5ea0f5b2f8e9 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=a2b359fb-5ebb-4593-afca-39cd5132c36e&request_guid=f655d69a-77e0-4e71-a50d-5ea0f5b2f8e9 HTTP/1.1" 200 2196 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8383f-0502-b0de-1a4b-0303c59f400b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8383f-0502-b0de-1a4b-0303c59f400b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8383f-0502-b0de-1a4b-0303c59f400b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 4824738a-6064-4528-993d-6ae5dea0bb34 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8383f-0502-b0de-1a4b-0303c59f400b?request_guid=4824738a-6064-4528-993d-6ae5dea0bb34 HTTP/1.1" 200 1864 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8383f-0502-b0de-1a4b-0303c59f400b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 2adb1ce6-8d5a-478f-8efc-48239b59394e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8383f-0502-b0de-1a4b-0303c59f400b?request_guid=2adb1ce6-8d5a-478f-8efc-48239b59394e HTTP/1.1" 200 1865 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8383f-0502-b0de-1a4b-0303c59f400b'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 5d13a8f5-7df3-4eee-8c69-f7c92f92cce4 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8383f-0502-b0de-1a4b-0303c59f400b'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8383f-0502-b0de-1a4b-0303c59f400b'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 2e6caa6b-0e2b-42f7-af17-378a44b51eee +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=5d13a8f5-7df3-4eee-8c69-f7c92f92cce4&request_guid=2e6caa6b-0e2b-42f7-af17-378a44b51eee HTTP/1.1" 200 2200 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8383f-0502-ae87-1a4b-0303c59f2ba3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8383f-0502-ae87-1a4b-0303c59f2ba3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: cb6389f8-6114-4653-81d9-c1051a5d8724 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a0a7389c-e9c5-4a9c-9188-f39452b67ba2 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=cb6389f8-6114-4653-81d9-c1051a5d8724&request_guid=a0a7389c-e9c5-4a9c-9188-f39452b67ba2 HTTP/1.1" 200 1786 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8383f-0502-b0de-1a4b-0303c59f4063 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8383f-0502-b0de-1a4b-0303c59f4063 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 12 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8383f-0502-b0de-1a4b-0303c59f4063' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ca4fb76e-cd58-4b7f-bb58-dcd7399c607c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8383f-0502-b0de-1a4b-0303c59f4063?request_guid=ca4fb76e-cd58-4b7f-bb58-dcd7399c607c HTTP/1.1" 200 2184 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8383f-0502-b0de-1a4b-0303c59f4063' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 5530118a-4e4c-4611-a9fc-39659fa2fda6 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8383f-0502-b0de-1a4b-0303c59f4063?request_guid=5530118a-4e4c-4611-a9fc-39659fa2fda6 HTTP/1.1" 200 2183 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8383f-0502-b0de-1a4b-0303c59f4063'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 4ee9f317-6834-493b-be1f-c18836266c11 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8383f-0502-b0de-1a4b-0303c59f4063'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8383f-0502-b0de-1a4b-0303c59f4063'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a77ddb0b-47a0-4970-adbf-009fc32619d8 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=4ee9f317-6834-493b-be1f-c18836266c11&request_guid=a77ddb0b-47a0-4970-adbf-009fc32619d8 HTTP/1.1" 200 1785 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8383f-0502-b1d6-1a4b-0303c59f3893 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8383f-0502-b1d6-1a4b-0303c59f3893 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 12 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','VPPERFORMANCE');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 5e1f28e1-79ee-4429-8355-74526ecc032b +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','VPPERFORMANCE');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','VPPERFORMANCE');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9cbf12ca-280e-4d90-a270-2551a9c8e3b7 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=5e1f28e1-79ee-4429-8355-74526ecc032b&request_guid=9cbf12ca-280e-4d90-a270-2551a9c8e3b7 HTTP/1.1" 200 2194 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8383f-0502-ae87-1a4b-0303c59f2bef +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8383f-0502-ae87-1a4b-0303c59f2bef +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8383f-0502-ae87-1a4b-0303c59f2bef' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7b6dfc02-b801-4893-8548-da2a057cfaa2 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8383f-0502-ae87-1a4b-0303c59f2bef?request_guid=7b6dfc02-b801-4893-8548-da2a057cfaa2 HTTP/1.1" 200 1685 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8383f-0502-ae87-1a4b-0303c59f2bef' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 2d4ed3c8-7b39-46cb-9f7f-d92081c78b3b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8383f-0502-ae87-1a4b-0303c59f2bef?request_guid=2d4ed3c8-7b39-46cb-9f7f-d92081c78b3b HTTP/1.1" 200 1686 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8383f-0502-ae87-1a4b-0303c59f2bef'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 59efc6a8-0cc6-41e3-b057-4f9b4fe82491 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8383f-0502-ae87-1a4b-0303c59f2bef'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8383f-0502-ae87-1a4b-0303c59f2bef'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: cd6a926d-18a2-4f10-ae1f-b22a9824998d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=59efc6a8-0cc6-41e3-b057-4f9b4fe82491&request_guid=cd6a926d-18a2-4f10-ae1f-b22a9824998d HTTP/1.1" 200 2191 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8383f-0502-af26-1a4b-0303c59f1cbf +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8383f-0502-af26-1a4b-0303c59f1cbf +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 2.606s ago] ('get_data', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=f5c5e952-9d8b-4e6f-89ad-7277f82d1d23 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 5c03fe36-6fa1-4725-bcf6-a8ae962c6100 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=f5c5e952-9d8b-4e6f-89ad-7277f82d1d23&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=5c03fe36-6fa1-4725-bcf6-a8ae962c6100 HTTP/1.1" 200 1551 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: aa1466b6-7939-4108-8dbf-24061405b6ee +DEBUG:snowflake.connector.cursor:running query [SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e56d31db-1420-4a36-9451-2ddd033233e3 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=aa1466b6-7939-4108-8dbf-24061405b6ee&request_guid=e56d31db-1420-4a36-9451-2ddd033233e3 HTTP/1.1" 200 None +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8383f-0502-af26-1a4b-0303c59f1d57 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8383f-0502-af26-1a4b-0303c59f1d57 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=5 +INFO:snowflake.connector.cursor:Number of results in first chunk: 333 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8383f-0502-af26-1a4b-0303c59f1d57' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9b2b4457-0ccb-478f-8ca7-1c1df4acb3db +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8383f-0502-af26-1a4b-0303c59f1d57?request_guid=9b2b4457-0ccb-478f-8ca7-1c1df4acb3db HTTP/1.1" 200 2087 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8383f-0502-af26-1a4b-0303c59f1d57' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 979c9b41-ffe2-4368-b4ed-d33a9ebb62aa +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8383f-0502-af26-1a4b-0303c59f1d57?request_guid=979c9b41-ffe2-4368-b4ed-d33a9ebb62aa HTTP/1.1" 200 2088 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8383f-0502-af26-1a4b-0303c59f1d57'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: cbf0d2cf-afff-4efa-bc6b-f06c1b138d9c +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8383f-0502-af26-1a4b-0303c59f1d57'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8383f-0502-af26-1a4b-0303c59f1d57'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 5beaa32d-b54c-45da-b9f6-83abbce247d8 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=cbf0d2cf-afff-4efa-bc6b-f06c1b138d9c&request_guid=5beaa32d-b54c-45da-b9f6-83abbce247d8 HTTP/1.1" 200 2369 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8383f-0502-af26-1a4b-0303c59f1de7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8383f-0502-af26-1a4b-0303c59f1de7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=6 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.result_set:result batch 1 has id: data_0_0_0 +DEBUG:snowflake.connector.result_set:result batch 2 has id: data_0_0_1 +DEBUG:snowflake.connector.result_set:result batch 3 has id: data_0_0_2 +DEBUG:snowflake.connector.result_set:result batch 4 has id: data_0_0_3 +DEBUG:snowflake.connector.result_set:result batch 5 has id: data_0_0_4 +DEBUG:snowflake.connector.result_set:result batch 6 has id: data_0_1_0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_0 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_0 with existing session +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_1 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/2 active sessions +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_1 with existing session +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_2 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/3 active sessions +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_4 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_2 with existing session +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_3 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a8383f-0502-af26-1a4b-0303c59f1d57_0/main/data_0_0_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668121402&Signature=uCb7IbWe1LUSPJsABK7sa4FF97Y%3D HTTP/1.1" 200 23598 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a8383f-0502-af26-1a4b-0303c59f1d57_0/main/data_0_0_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668121402&Signature=sPNEB6n0Tm%2FSb2fuzYAJUczWzPA%3D HTTP/1.1" 200 131984 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 333 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 1 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a8383f-0502-af26-1a4b-0303c59f1d57_0/main/data_0_0_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668121402&Signature=hx%2Fif2ZBgjH67wfXH%2BrRmw7bfXA%3D HTTP/1.1" 200 436252 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 2 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_0 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a8383f-0502-af26-1a4b-0303c59f1d57_0/main/data_0_0_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668121402&Signature=Q3wIycikcoDzD2B%2BIiq79g3Q7LM%3D HTTP/1.1" 200 260735 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 334 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 334 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 342 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a8383f-0502-af26-1a4b-0303c59f1d57_0/main/data_0_0_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668121402&Signature=VfhdVKsaqgiFA3ki%2B24U%2B%2B3rTjM%3D HTTP/1.1" 200 247782 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 342 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 2 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 3 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a8383f-0502-af26-1a4b-0303c59f1d57_0/main/data_0_1_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668121402&Signature=S39CVrYe6P80yBC%2B7BZ6PgK9dsk%3D HTTP/1.1" 200 10490 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 10 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_set:user began consuming result batch 3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 10 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 10, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 684 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 4 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 2 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 7 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 7 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 7, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1367 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1368 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1368 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 4 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 2 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 2, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2734 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1054 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 5 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 132 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 6 +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.331s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.3353s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.3389s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=25a6fef3-caf4-47cf-be65-68cbe9ef07d5 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 961bb617-2adb-4367-8e83-932bbbf24ab0 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 2417394915056 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2417394915056 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2417395217024 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2417395217024 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2417395217024 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2417395217024 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2417394915056 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2417394915056 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=25a6fef3-caf4-47cf-be65-68cbe9ef07d5&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=961bb617-2adb-4367-8e83-932bbbf24ab0 HTTP/1.1" 200 1554 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_DEV, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=3a4a517c-323d-4040-a93f-ba7eb152c875 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 2fc30c0a-71b7-460e-8336-111992c0f8b1 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=3a4a517c-323d-4040-a93f-ba7eb152c875&databaseName=PL_DEV&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=2fc30c0a-71b7-460e-8336-111992c0f8b1 HTTP/1.1" 200 1556 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00243s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: b4398ee3-cb54-4e8b-82ae-88fd91554d78 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 2f70b6e8-5ba6-419e-b67d-8336d46bc5c7 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=b4398ee3-cb54-4e8b-82ae-88fd91554d78&request_guid=2f70b6e8-5ba6-419e-b67d-8336d46bc5c7 HTTP/1.1" 200 2195 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83841-0502-af26-1a4b-0303c59f9f93 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83841-0502-af26-1a4b-0303c59f9f93 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83841-0502-af26-1a4b-0303c59f9f93' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: cfb8d357-22e5-4f47-adc6-e4a01c7422a2 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83841-0502-af26-1a4b-0303c59f9f93?request_guid=cfb8d357-22e5-4f47-adc6-e4a01c7422a2 HTTP/1.1" 200 1857 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83841-0502-af26-1a4b-0303c59f9f93' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 869f9706-f6e2-4361-a271-6f54a18875d8 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83841-0502-af26-1a4b-0303c59f9f93?request_guid=869f9706-f6e2-4361-a271-6f54a18875d8 HTTP/1.1" 200 1857 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83841-0502-af26-1a4b-0303c59f9f93'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: c3c6e08d-a82b-4812-92bd-a403b3b23582 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83841-0502-af26-1a4b-0303c59f9f93'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83841-0502-af26-1a4b-0303c59f9f93'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 57bcd028-80c1-43ba-8209-cb8033575557 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=c3c6e08d-a82b-4812-92bd-a403b3b23582&request_guid=57bcd028-80c1-43ba-8209-cb8033575557 HTTP/1.1" 200 2199 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83841-0502-ae87-1a4b-0303c59fae7f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83841-0502-ae87-1a4b-0303c59fae7f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 87d2a317-7adc-4b19-8c68-07a92b45fa0a +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7a2b3211-d544-4f83-8584-7fa31a883b14 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=87d2a317-7adc-4b19-8c68-07a92b45fa0a&request_guid=7a2b3211-d544-4f83-8584-7fa31a883b14 HTTP/1.1" 200 1784 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83841-0502-b0de-1a4b-0303c59fd40b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83841-0502-b0de-1a4b-0303c59fd40b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 12 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83841-0502-b0de-1a4b-0303c59fd40b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 5c5321c1-0039-40e5-9a86-063a373b36e3 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83841-0502-b0de-1a4b-0303c59fd40b?request_guid=5c5321c1-0039-40e5-9a86-063a373b36e3 HTTP/1.1" 200 2178 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83841-0502-b0de-1a4b-0303c59fd40b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1c713219-ea22-4475-8351-c3e02cc4b22d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83841-0502-b0de-1a4b-0303c59fd40b?request_guid=1c713219-ea22-4475-8351-c3e02cc4b22d HTTP/1.1" 200 2178 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83841-0502-b0de-1a4b-0303c59fd40b'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: cd31075d-b1c3-42f8-a1c1-a64788031451 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83841-0502-b0de-1a4b-0303c59fd40b'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83841-0502-b0de-1a4b-0303c59fd40b'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9baf45df-b08e-45e5-92f6-6b9bf2d8a24a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=cd31075d-b1c3-42f8-a1c1-a64788031451&request_guid=9baf45df-b08e-45e5-92f6-6b9bf2d8a24a HTTP/1.1" 200 1786 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83841-0502-b1d6-1a4b-0303c59fbdf7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83841-0502-b1d6-1a4b-0303c59fbdf7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 12 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','VPPERFORMANCE');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: edc2dc33-e918-41d2-bf09-2995dd2fd0fd +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','VPPERFORMANCE');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','VPPERFORMANCE');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 95ce88d4-e1d3-4d88-9920-e0d7c79be6de +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=edc2dc33-e918-41d2-bf09-2995dd2fd0fd&request_guid=95ce88d4-e1d3-4d88-9920-e0d7c79be6de HTTP/1.1" 200 2194 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83841-0502-afee-1a4b-0303c59fc813 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83841-0502-afee-1a4b-0303c59fc813 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83841-0502-afee-1a4b-0303c59fc813' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 5c152797-c416-4ff2-83c7-400b29a227f9 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83841-0502-afee-1a4b-0303c59fc813?request_guid=5c152797-c416-4ff2-83c7-400b29a227f9 HTTP/1.1" 200 1682 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83841-0502-afee-1a4b-0303c59fc813' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: acabd555-7a42-4027-832f-4fa9fa5fd547 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83841-0502-afee-1a4b-0303c59fc813?request_guid=acabd555-7a42-4027-832f-4fa9fa5fd547 HTTP/1.1" 200 1684 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83841-0502-afee-1a4b-0303c59fc813'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 682c0de6-8e3c-4c9b-accd-3ac591b68303 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83841-0502-afee-1a4b-0303c59fc813'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83841-0502-afee-1a4b-0303c59fc813'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0d6f9f91-fc97-4473-8c4f-748b666f8643 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=682c0de6-8e3c-4c9b-accd-3ac591b68303&request_guid=0d6f9f91-fc97-4473-8c4f-748b666f8643 HTTP/1.1" 200 2190 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83841-0502-b0de-1a4b-0303c59fd443 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83841-0502-b0de-1a4b-0303c59fd443 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.6037s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.6108s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.6154s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=d31a4691-d497-4e85-962b-2a5a0785b9f2 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 57804840-d031-4769-bb67-f1746775e3ec +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 2377969768272 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2377969768272 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2377970070240 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2377970070240 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2377970070240 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2377970070240 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2377969768272 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2377969768272 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=d31a4691-d497-4e85-962b-2a5a0785b9f2&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=57804840-d031-4769-bb67-f1746775e3ec HTTP/1.1" 200 1556 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_DEV, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=1d1c4b8b-b828-45c7-b315-d93a585ac3e9 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f7cb9318-5e8d-4fee-8419-71fb47a6a1d0 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=1d1c4b8b-b828-45c7-b315-d93a585ac3e9&databaseName=PL_DEV&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=f7cb9318-5e8d-4fee-8419-71fb47a6a1d0 HTTP/1.1" 200 1553 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00370s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 0b3ffc5d-5f68-4411-ac12-a6c1e18f9d61 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a7f1614f-f5a0-4df1-bf97-92441a91c4a5 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=0b3ffc5d-5f68-4411-ac12-a6c1e18f9d61&request_guid=a7f1614f-f5a0-4df1-bf97-92441a91c4a5 HTTP/1.1" 200 2198 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83842-0502-afee-1a4b-0303c5a016a3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83842-0502-afee-1a4b-0303c5a016a3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83842-0502-afee-1a4b-0303c5a016a3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8eeb8783-e6d9-4215-90c3-f86292c1fa3f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83842-0502-afee-1a4b-0303c5a016a3?request_guid=8eeb8783-e6d9-4215-90c3-f86292c1fa3f HTTP/1.1" 200 1867 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83842-0502-afee-1a4b-0303c5a016a3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0201607e-701b-48dc-9da6-79bb830fcaa5 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83842-0502-afee-1a4b-0303c5a016a3?request_guid=0201607e-701b-48dc-9da6-79bb830fcaa5 HTTP/1.1" 200 1867 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83842-0502-afee-1a4b-0303c5a016a3'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: ab0ca32b-5c9c-4c87-9e30-deeaa4f9c42d +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83842-0502-afee-1a4b-0303c5a016a3'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83842-0502-afee-1a4b-0303c5a016a3'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c4fba23c-62a5-49c1-a3b9-1a27bacd10f5 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=ab0ca32b-5c9c-4c87-9e30-deeaa4f9c42d&request_guid=c4fba23c-62a5-49c1-a3b9-1a27bacd10f5 HTTP/1.1" 200 2197 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83842-0502-af26-1a4b-0303c5a0302f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83842-0502-af26-1a4b-0303c5a0302f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 431e1b3e-0c35-48d8-9673-95b959fdcef8 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ee6d0588-f414-4752-8382-be0a9a10be81 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=431e1b3e-0c35-48d8-9673-95b959fdcef8&request_guid=ee6d0588-f414-4752-8382-be0a9a10be81 HTTP/1.1" 200 1785 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83842-0502-b0de-1a4b-0303c5a0219f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83842-0502-b0de-1a4b-0303c5a0219f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 12 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83842-0502-b0de-1a4b-0303c5a0219f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c56f1b53-7e0d-45ce-9c85-e0d7282e95fc +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83842-0502-b0de-1a4b-0303c5a0219f?request_guid=c56f1b53-7e0d-45ce-9c85-e0d7282e95fc HTTP/1.1" 200 2180 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83842-0502-b0de-1a4b-0303c5a0219f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d2361ede-a5cc-4f86-bc4e-bbe6dafe220b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83842-0502-b0de-1a4b-0303c5a0219f?request_guid=d2361ede-a5cc-4f86-bc4e-bbe6dafe220b HTTP/1.1" 200 2180 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83842-0502-b0de-1a4b-0303c5a0219f'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 7bde2875-604b-4682-822f-c8bee6d11855 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83842-0502-b0de-1a4b-0303c5a0219f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83842-0502-b0de-1a4b-0303c5a0219f'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a679e9f4-0394-4e65-ab68-2b11f847c761 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=7bde2875-604b-4682-822f-c8bee6d11855&request_guid=a679e9f4-0394-4e65-ab68-2b11f847c761 HTTP/1.1" 200 1786 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83842-0502-afee-1a4b-0303c5a01723 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83842-0502-afee-1a4b-0303c5a01723 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 12 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','VPPERFORMANCE');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: aa8f7f9e-a4f9-45d7-979d-6c979b540f9d +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','VPPERFORMANCE');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','VPPERFORMANCE');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 3511e733-15a4-40c9-b9dd-02ccd02137d5 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=aa8f7f9e-a4f9-45d7-979d-6c979b540f9d&request_guid=3511e733-15a4-40c9-b9dd-02ccd02137d5 HTTP/1.1" 200 2187 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83842-0502-b1d6-1a4b-0303c5a00e07 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83842-0502-b1d6-1a4b-0303c5a00e07 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83842-0502-b1d6-1a4b-0303c5a00e07' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 2f342033-ec3d-4576-bbcd-6ac5825802df +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83842-0502-b1d6-1a4b-0303c5a00e07?request_guid=2f342033-ec3d-4576-bbcd-6ac5825802df HTTP/1.1" 200 1674 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83842-0502-b1d6-1a4b-0303c5a00e07' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: b3cb178b-571f-4867-96cc-e5e54f36262a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83842-0502-b1d6-1a4b-0303c5a00e07?request_guid=b3cb178b-571f-4867-96cc-e5e54f36262a HTTP/1.1" 200 1674 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83842-0502-b1d6-1a4b-0303c5a00e07'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 20116e3a-c505-46f7-8b69-ec67c13f033a +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83842-0502-b1d6-1a4b-0303c5a00e07'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83842-0502-b1d6-1a4b-0303c5a00e07'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8faff492-c0c0-447d-b7b2-0e5a40f03465 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=20116e3a-c505-46f7-8b69-ec67c13f033a&request_guid=8faff492-c0c0-447d-b7b2-0e5a40f03465 HTTP/1.1" 200 2191 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83842-0502-ae87-1a4b-0303c59ffe63 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83842-0502-ae87-1a4b-0303c59ffe63 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 9.47s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 9.476s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 9.48s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=cb30027a-5dc1-4dcf-b2d2-a039f3414297 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 22c69769-7ec6-49ec-8d40-88b3479c4e92 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 2417331754736 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2417331754736 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2417332073088 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2417332073088 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2417332073088 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2417332073088 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2417331754736 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2417331754736 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=cb30027a-5dc1-4dcf-b2d2-a039f3414297&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=22c69769-7ec6-49ec-8d40-88b3479c4e92 HTTP/1.1" 200 1554 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_DEV, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=50220ba6-d8b2-45c1-9571-be29c3612b7e +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: cb6feda0-a855-47e6-85a7-a0e979d9c810 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=50220ba6-d8b2-45c1-9571-be29c3612b7e&databaseName=PL_DEV&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=cb6feda0-a855-47e6-85a7-a0e979d9c810 HTTP/1.1" 200 1548 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00422s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: cdebe181-a4e3-4d5d-99df-1b2688f0b32a +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 31417bff-6e1f-41d1-ba6a-4e826cf36646 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=cdebe181-a4e3-4d5d-99df-1b2688f0b32a&request_guid=31417bff-6e1f-41d1-ba6a-4e826cf36646 HTTP/1.1" 200 2200 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83847-0502-afee-1a4b-0303c5a19223 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83847-0502-afee-1a4b-0303c5a19223 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83847-0502-afee-1a4b-0303c5a19223' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: cc700b80-9f64-4e6a-960c-6635576770cf +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83847-0502-afee-1a4b-0303c5a19223?request_guid=cc700b80-9f64-4e6a-960c-6635576770cf HTTP/1.1" 200 1862 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83847-0502-afee-1a4b-0303c5a19223' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 492124ac-5b8e-4379-b9ee-f4bfe8ea340c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83847-0502-afee-1a4b-0303c5a19223?request_guid=492124ac-5b8e-4379-b9ee-f4bfe8ea340c HTTP/1.1" 200 1864 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83847-0502-afee-1a4b-0303c5a19223'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 6e0974f7-8ee4-4e3a-b33c-d8d218f39ba7 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83847-0502-afee-1a4b-0303c5a19223'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83847-0502-afee-1a4b-0303c5a19223'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 5232e00e-9640-475d-9a36-ccf384faf7f8 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=6e0974f7-8ee4-4e3a-b33c-d8d218f39ba7&request_guid=5232e00e-9640-475d-9a36-ccf384faf7f8 HTTP/1.1" 200 2196 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83847-0502-b1d6-1a4b-0303c5a186df +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83847-0502-b1d6-1a4b-0303c5a186df +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 401741ae-b490-4199-9637-2d67034a5552 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0f4c531a-624d-46d8-bf94-2fa8113f4042 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=401741ae-b490-4199-9637-2d67034a5552&request_guid=0f4c531a-624d-46d8-bf94-2fa8113f4042 HTTP/1.1" 200 1784 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83847-0502-af26-1a4b-0303c5a17733 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83847-0502-af26-1a4b-0303c5a17733 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 12 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83847-0502-af26-1a4b-0303c5a17733' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9395379f-dc9f-4e70-b047-70e767596903 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83847-0502-af26-1a4b-0303c5a17733?request_guid=9395379f-dc9f-4e70-b047-70e767596903 HTTP/1.1" 200 2178 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83847-0502-af26-1a4b-0303c5a17733' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a04e5c79-e7ea-48c1-ae30-98a1e4059b15 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83847-0502-af26-1a4b-0303c5a17733?request_guid=a04e5c79-e7ea-48c1-ae30-98a1e4059b15 HTTP/1.1" 200 2178 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83847-0502-af26-1a4b-0303c5a17733'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: a3a8173c-e384-44cc-8afc-d95460262458 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83847-0502-af26-1a4b-0303c5a17733'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83847-0502-af26-1a4b-0303c5a17733'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 81676c52-3414-4ce0-a484-6a495c2848db +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=a3a8173c-e384-44cc-8afc-d95460262458&request_guid=81676c52-3414-4ce0-a484-6a495c2848db HTTP/1.1" 200 1786 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83847-0502-ae87-1a4b-0303c5a1a21f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83847-0502-ae87-1a4b-0303c5a1a21f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 12 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','VPPERFORMANCE');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 191560cb-b41b-46c0-8f26-949514371f8f +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','VPPERFORMANCE');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','VPPERFORMANCE');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: dfe01e02-5c2a-4571-bcd8-721cf68139a9 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=191560cb-b41b-46c0-8f26-949514371f8f&request_guid=dfe01e02-5c2a-4571-bcd8-721cf68139a9 HTTP/1.1" 200 2188 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83847-0502-b1d6-1a4b-0303c5a1871f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83847-0502-b1d6-1a4b-0303c5a1871f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83847-0502-b1d6-1a4b-0303c5a1871f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 01a9c1ba-75d1-4ca5-86ae-3ac9d636f886 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83847-0502-b1d6-1a4b-0303c5a1871f?request_guid=01a9c1ba-75d1-4ca5-86ae-3ac9d636f886 HTTP/1.1" 200 1682 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83847-0502-b1d6-1a4b-0303c5a1871f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 87027d82-8030-4215-8a43-65cb0eb36f44 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83847-0502-b1d6-1a4b-0303c5a1871f?request_guid=87027d82-8030-4215-8a43-65cb0eb36f44 HTTP/1.1" 200 1683 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83847-0502-b1d6-1a4b-0303c5a1871f'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: ed10ec43-29ab-43b9-b35d-edc415ee43a7 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83847-0502-b1d6-1a4b-0303c5a1871f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83847-0502-b1d6-1a4b-0303c5a1871f'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1c064686-ba7d-4ee1-83af-06c03b0ed202 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=ed10ec43-29ab-43b9-b35d-edc415ee43a7&request_guid=1c064686-ba7d-4ee1-83af-06c03b0ed202 HTTP/1.1" 200 2193 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83847-0502-ae87-1a4b-0303c5a1a237 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83847-0502-ae87-1a4b-0303c5a1a237 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 17.47s ago] ('get_data', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=ce543853-82e7-4a61-bba8-b92a79c60675 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 402dbf15-f576-4dbd-bef9-c1401de75b82 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=ce543853-82e7-4a61-bba8-b92a79c60675&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=402dbf15-f576-4dbd-bef9-c1401de75b82 HTTP/1.1" 200 1554 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 3bef3d6e-b543-46f6-8cd5-352ccdbe6628 +DEBUG:snowflake.connector.cursor:running query [SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0c7647b1-630e-426e-9f12-f3877a0b40df +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=3bef3d6e-b543-46f6-8cd5-352ccdbe6628&request_guid=0c7647b1-630e-426e-9f12-f3877a0b40df HTTP/1.1" 200 None +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83847-0502-b0de-1a4b-0303c5a16d87 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83847-0502-b0de-1a4b-0303c5a16d87 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=4 +INFO:snowflake.connector.cursor:Number of results in first chunk: 332 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83847-0502-b0de-1a4b-0303c5a16d87' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 4f01ee38-cbbb-4214-91ce-57ea0d974d45 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83847-0502-b0de-1a4b-0303c5a16d87?request_guid=4f01ee38-cbbb-4214-91ce-57ea0d974d45 HTTP/1.1" 200 2090 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83847-0502-b0de-1a4b-0303c5a16d87' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7cf49bea-da0c-4589-9488-c15a03ccb364 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83847-0502-b0de-1a4b-0303c5a16d87?request_guid=7cf49bea-da0c-4589-9488-c15a03ccb364 HTTP/1.1" 200 2089 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83847-0502-b0de-1a4b-0303c5a16d87'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: d0f14814-1995-48f5-a4c5-09f22021f388 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83847-0502-b0de-1a4b-0303c5a16d87'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83847-0502-b0de-1a4b-0303c5a16d87'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f329bfc7-8e47-43f1-a4c0-6709cdadc781 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=d0f14814-1995-48f5-a4c5-09f22021f388&request_guid=f329bfc7-8e47-43f1-a4c0-6709cdadc781 HTTP/1.1" 200 2307 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83847-0502-af26-1a4b-0303c5a17c3f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83847-0502-af26-1a4b-0303c5a17c3f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=5 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.result_set:result batch 1 has id: data_0_1_0 +DEBUG:snowflake.connector.result_set:result batch 2 has id: data_0_1_1 +DEBUG:snowflake.connector.result_set:result batch 3 has id: data_0_1_2 +DEBUG:snowflake.connector.result_set:result batch 4 has id: data_0_1_3 +DEBUG:snowflake.connector.result_set:result batch 5 has id: data_0_1_4 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_0 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_0 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_0 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_1 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/2 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_1 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_2 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/3 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_2 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 1 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_3 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_3 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83847-0502-b0de-1a4b-0303c5a16d87_0/main/data_0_1_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668121912&Signature=GrPm%2Fo8HqgqE7rRHZDsUXMDRoKg%3D HTTP/1.1" 200 23925 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_0 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_0 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83847-0502-b0de-1a4b-0303c5a16d87_0/main/data_0_1_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668121912&Signature=tUsUqNVyuihOhkUNtw31WSIazPc%3D HTTP/1.1" 200 240144 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83847-0502-b0de-1a4b-0303c5a16d87_0/main/data_0_1_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668121912&Signature=pdGTKHoS3zoO6Xi5T43tzsIxkzM%3D HTTP/1.1" 200 133524 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_4 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.result_set:user began consuming result batch 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 332 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 10 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_2 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 1 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 2 +DEBUG:snowflake.connector.result_set:user began consuming result batch 2 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 340 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 342 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83847-0502-b0de-1a4b-0303c5a16d87_0/main/data_0_1_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668121912&Signature=kfGSSGTQk2bPXqKyBSseYXLmwb8%3D HTTP/1.1" 200 250117 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 341 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 342 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 2 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 10 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 10, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 683 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 3 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 2 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_4 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83847-0502-b0de-1a4b-0303c5a16d87_0/main/data_0_1_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668121912&Signature=Q9h4czpZZTrKvtoBZ4d3M9A%2BoTQ%3D HTTP/1.1" 200 479262 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1366 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1368 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1367 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 4 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 2 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 2, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2734 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1099 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 5 +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 21.95s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 21.96s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 21.96s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=2db3e946-1c9e-4e9c-956b-9489d180d3a2 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c1d20305-e10d-495b-a8f3-5904ae9a3782 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 2346068809408 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2346068809408 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2346069127760 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2346069127760 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2346069127760 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2346069127760 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2346068809408 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2346068809408 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=2db3e946-1c9e-4e9c-956b-9489d180d3a2&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=c1d20305-e10d-495b-a8f3-5904ae9a3782 HTTP/1.1" 200 1556 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_DEV, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=42273319-c752-4d42-99f3-90b4c31bdf46 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 2648737e-f7c4-46b2-aec4-18b7e383da93 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=42273319-c752-4d42-99f3-90b4c31bdf46&databaseName=PL_DEV&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=2648737e-f7c4-46b2-aec4-18b7e383da93 HTTP/1.1" 200 1551 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00178s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 19e8b375-f522-496c-80d1-5291b2fe668c +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a49784e3-f7af-4576-9e74-75f4e21861df +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=19e8b375-f522-496c-80d1-5291b2fe668c&request_guid=a49784e3-f7af-4576-9e74-75f4e21861df HTTP/1.1" 200 2196 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8384c-0502-b0de-1a4b-0303c5a2ae37 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8384c-0502-b0de-1a4b-0303c5a2ae37 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8384c-0502-b0de-1a4b-0303c5a2ae37' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0278eea8-7343-401a-91b4-dc8aa9eca975 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8384c-0502-b0de-1a4b-0303c5a2ae37?request_guid=0278eea8-7343-401a-91b4-dc8aa9eca975 HTTP/1.1" 200 1860 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8384c-0502-b0de-1a4b-0303c5a2ae37' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 4d469476-4291-4c31-adb0-0e6060695362 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8384c-0502-b0de-1a4b-0303c5a2ae37?request_guid=4d469476-4291-4c31-adb0-0e6060695362 HTTP/1.1" 200 1859 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8384c-0502-b0de-1a4b-0303c5a2ae37'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 06094d86-847e-4d57-b616-b6e82ea1ab3e +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8384c-0502-b0de-1a4b-0303c5a2ae37'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8384c-0502-b0de-1a4b-0303c5a2ae37'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d3478363-f0f0-4b64-a9d3-f06ba77b854f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=06094d86-847e-4d57-b616-b6e82ea1ab3e&request_guid=d3478363-f0f0-4b64-a9d3-f06ba77b854f HTTP/1.1" 200 2198 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8384c-0502-af26-1a4b-0303c5a2be53 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8384c-0502-af26-1a4b-0303c5a2be53 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 32 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 8 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: acde0a7a-b947-4935-8b67-02a2e5c40ba3 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_TRAN...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_TRAN...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c141a7da-e950-4d2d-b316-c7ed368451a2 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=acde0a7a-b947-4935-8b67-02a2e5c40ba3&request_guid=c141a7da-e950-4d2d-b316-c7ed368451a2 HTTP/1.1" 200 1785 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8384c-0502-af26-1a4b-0303c5a2be63 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8384c-0502-af26-1a4b-0303c5a2be63 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 12 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8384c-0502-af26-1a4b-0303c5a2be63' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c351b420-2677-4a2f-97d1-b5da04a22d78 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8384c-0502-af26-1a4b-0303c5a2be63?request_guid=c351b420-2677-4a2f-97d1-b5da04a22d78 HTTP/1.1" 200 2181 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8384c-0502-af26-1a4b-0303c5a2be63' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a731e24c-4bb3-44c8-9d00-b0251d043043 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8384c-0502-af26-1a4b-0303c5a2be63?request_guid=a731e24c-4bb3-44c8-9d00-b0251d043043 HTTP/1.1" 200 2181 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8384c-0502-af26-1a4b-0303c5a2be63'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 73cda248-80b2-494d-aacf-977884a35489 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8384c-0502-af26-1a4b-0303c5a2be63'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8384c-0502-af26-1a4b-0303c5a2be63'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 551f1245-a3ac-47b9-8bb9-b3b97e7a9d08 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=73cda248-80b2-494d-aacf-977884a35489&request_guid=551f1245-a3ac-47b9-8bb9-b3b97e7a9d08 HTTP/1.1" 200 1786 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8384c-0502-af26-1a4b-0303c5a2be9f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8384c-0502-af26-1a4b-0303c5a2be9f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 12 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','VPPERFORMANCE');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 247ca387-667d-44c1-b20e-a05313a1203b +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','VPPERFORMANCE');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','VPPERFORMANCE');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: fe6e4d57-d651-4a13-ae37-8a6139d4ceca +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=247ca387-667d-44c1-b20e-a05313a1203b&request_guid=fe6e4d57-d651-4a13-ae37-8a6139d4ceca HTTP/1.1" 200 2193 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8384c-0502-ae87-1a4b-0303c5a2d897 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8384c-0502-ae87-1a4b-0303c5a2d897 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8384c-0502-ae87-1a4b-0303c5a2d897' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 894ff819-b497-4de8-8a51-fc0d3342e6ed +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8384c-0502-ae87-1a4b-0303c5a2d897?request_guid=894ff819-b497-4de8-8a51-fc0d3342e6ed HTTP/1.1" 200 1678 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8384c-0502-ae87-1a4b-0303c5a2d897' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 05c5e66d-6ecc-4a9e-b657-b99e2bb838e4 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8384c-0502-ae87-1a4b-0303c5a2d897?request_guid=05c5e66d-6ecc-4a9e-b657-b99e2bb838e4 HTTP/1.1" 200 1679 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8384c-0502-ae87-1a4b-0303c5a2d897'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 098415f9-a663-457a-b774-45348819fa8c +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8384c-0502-ae87-1a4b-0303c5a2d897'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8384c-0502-ae87-1a4b-0303c5a2d897'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: adae9fc2-b35f-4107-b24e-19d739b1c87e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=098415f9-a663-457a-b774-45348819fa8c&request_guid=adae9fc2-b35f-4107-b24e-19d739b1c87e HTTP/1.1" 200 2189 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8384c-0502-b1d6-1a4b-0303c5a2cc93 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8384c-0502-b1d6-1a4b-0303c5a2cc93 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 3.53s ago] ('get_data', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_QA, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=8419cee1-8ba4-442a-b378-38f66a7d2f04 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: aa14588f-f3fb-4afa-9e3e-637d98ebfd79 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=8419cee1-8ba4-442a-b378-38f66a7d2f04&databaseName=PL_QA&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=aa14588f-f3fb-4afa-9e3e-637d98ebfd79 HTTP/1.1" 200 1552 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: edd1634f-3a6f-466c-8e0c-0a6330a70ac0 +DEBUG:snowflake.connector.cursor:running query [SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6915f7e2-ab73-40b9-b896-33444883e4c3 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=edd1634f-3a6f-466c-8e0c-0a6330a70ac0&request_guid=6915f7e2-ab73-40b9-b896-33444883e4c3 HTTP/1.1" 200 2309 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8384c-0502-af26-1a4b-0303c5a2bf0b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8384c-0502-af26-1a4b-0303c5a2bf0b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=5 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8384c-0502-af26-1a4b-0303c5a2bf0b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: efc5b88a-ba12-453b-bac4-e68ffd5ae62f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8384c-0502-af26-1a4b-0303c5a2bf0b?request_guid=efc5b88a-ba12-453b-bac4-e68ffd5ae62f HTTP/1.1" 200 1945 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8384c-0502-af26-1a4b-0303c5a2bf0b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6b1ed2f5-c8de-4e3b-8209-48e26d198456 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8384c-0502-af26-1a4b-0303c5a2bf0b?request_guid=6b1ed2f5-c8de-4e3b-8209-48e26d198456 HTTP/1.1" 200 1945 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8384c-0502-af26-1a4b-0303c5a2bf0b'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: df1a573a-d299-4176-b88d-7e0b356ce5e9 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8384c-0502-af26-1a4b-0303c5a2bf0b'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8384c-0502-af26-1a4b-0303c5a2bf0b'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7741ef9a-4e7f-4f08-8d79-07c691a08de5 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=df1a573a-d299-4176-b88d-7e0b356ce5e9&request_guid=7741ef9a-4e7f-4f08-8d79-07c691a08de5 HTTP/1.1" 200 2309 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8384c-0502-af26-1a4b-0303c5a2bf23 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8384c-0502-af26-1a4b-0303c5a2bf23 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=5 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.result_set:result batch 1 has id: data_0_1_0 +DEBUG:snowflake.connector.result_set:result batch 2 has id: data_0_1_1 +DEBUG:snowflake.connector.result_set:result batch 3 has id: data_0_1_2 +DEBUG:snowflake.connector.result_set:result batch 4 has id: data_0_1_3 +DEBUG:snowflake.connector.result_set:result batch 5 has id: data_0_1_4 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_0 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_0 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_0 with existing session +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_1 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/2 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_1 with existing session +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_2 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_3 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/3 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_2 with existing session +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_3 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_4 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_3 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83847-0502-b0de-1a4b-0303c5a16d87_0/main/data_0_1_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668122187&Signature=VEZQUyr3RVSTDaeixY3xInEtqM0%3D HTTP/1.1" 200 23925 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83847-0502-b0de-1a4b-0303c5a16d87_0/main/data_0_1_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668122187&Signature=mIqjp290FVnjdOauRwPxupAANRo%3D HTTP/1.1" 200 133524 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83847-0502-b0de-1a4b-0303c5a16d87_0/main/data_0_1_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668122187&Signature=bnjmpIfeXFEwqfEwenand9SaC%2FY%3D HTTP/1.1" 200 479262 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 332 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 1 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 2 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83847-0502-b0de-1a4b-0303c5a16d87_0/main/data_0_1_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668122187&Signature=2DkmcpWAxBmOPhDHiUoCB0OkgNo%3D HTTP/1.1" 200 240144 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_1 +DEBUG:snowflake.connector.result_set:user began consuming result batch 2 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 340 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 341 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 342 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 2 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 3 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83847-0502-b0de-1a4b-0303c5a16d87_0/main/data_0_1_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668122187&Signature=t6fv5nYPK4VDqmO9dSCMzpaFkas%3D HTTP/1.1" 200 250117 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 10 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_2 +DEBUG:snowflake.connector.result_set:user began consuming result batch 3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 10 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 10, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 342 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 683 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 3 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 684 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1366 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1368 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1367 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 4 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 2 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 2 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 2, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2734 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1099 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 5 +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D, database=PL_DEV, schema=PM_TRANS_CL_EPALARM_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=8804d7a0-1bfa-42fa-8ab9-d2b183e4ba14 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d2de138c-40db-498c-a254-109f1c52c901 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=8804d7a0-1bfa-42fa-8ab9-d2b183e4ba14&databaseName=PL_DEV&schemaName=PM_TRANS_CL_EPALARM_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=d2de138c-40db-498c-a254-109f1c52c901 HTTP/1.1" 200 1558 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 0c8d19fe-4adf-49e1-8329-d61468daedf3 +DEBUG:snowflake.connector.cursor:running query [SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT COMPONENTID,ODS_EFF_ROW_DTM,ODS_ROW_PROCESS_DTM,"header_change_seq","head...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: abe88b38-719e-4410-a318-6fb1d87d38fe +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=0c8d19fe-4adf-49e1-8329-d61468daedf3&request_guid=abe88b38-719e-4410-a318-6fb1d87d38fe HTTP/1.1" 200 None +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8385d-0502-b0de-1a4b-0303c5a7ea4f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8385d-0502-b0de-1a4b-0303c5a7ea4f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=3 +INFO:snowflake.connector.cursor:Number of results in first chunk: 346 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8385d-0502-b0de-1a4b-0303c5a7ea4f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 77e1e36d-26a8-4b53-9421-5b66afeb708f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8385d-0502-b0de-1a4b-0303c5a7ea4f?request_guid=77e1e36d-26a8-4b53-9421-5b66afeb708f HTTP/1.1" 200 2092 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8385d-0502-b0de-1a4b-0303c5a7ea4f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a762cd20-21a5-4484-a62a-9526e881ca66 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8385d-0502-b0de-1a4b-0303c5a7ea4f?request_guid=a762cd20-21a5-4484-a62a-9526e881ca66 HTTP/1.1" 200 2092 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8385d-0502-b0de-1a4b-0303c5a7ea4f'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 3d6ae4d9-f55d-44aa-85ab-93304bd24488 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8385d-0502-b0de-1a4b-0303c5a7ea4f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8385d-0502-b0de-1a4b-0303c5a7ea4f'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c319ea0e-aebb-42ee-816f-6fe463f0132d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=3d6ae4d9-f55d-44aa-85ab-93304bd24488&request_guid=c319ea0e-aebb-42ee-816f-6fe463f0132d HTTP/1.1" 200 2265 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8385d-0502-ae87-1a4b-0303c5a7f9eb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8385d-0502-ae87-1a4b-0303c5a7f9eb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=4 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.result_set:result batch 1 has id: data_0_0_0 +DEBUG:snowflake.connector.result_set:result batch 2 has id: data_0_0_1 +DEBUG:snowflake.connector.result_set:result batch 3 has id: data_0_0_2 +DEBUG:snowflake.connector.result_set:result batch 4 has id: data_0_0_3 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_0 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_0 with existing session +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_1 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/2 active sessions +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_1 with existing session +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_2 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 1 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/3 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_2 with existing session +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_3 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_3 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a8385d-0502-b0de-1a4b-0303c5a7ea4f_0/main/data_0_0_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123212&Signature=%2BfPhfDNmOxFWxXqi4ZWouShV1ak%3D HTTP/1.1" 200 110468 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a8385d-0502-b0de-1a4b-0303c5a7ea4f_0/main/data_0_0_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123212&Signature=CEi1gZgjdAkZ8s4snI914jsRwAs%3D HTTP/1.1" 200 23658 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a8385d-0502-b0de-1a4b-0303c5a7ea4f_0/main/data_0_0_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123212&Signature=5v4ChoKwdKbFE3dNL4Jn0f0d2mI%3D HTTP/1.1" 200 264890 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a8385d-0502-b0de-1a4b-0303c5a7ea4f_0/main/data_0_0_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123212&Signature=Fkolf3PlnIf6DBbp2IrFyvHFQyw%3D HTTP/1.1" 200 164577 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 346 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 1 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_set:user began consuming result batch 2 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 350 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 350 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 349 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 350 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 350 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 2 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 9 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_set:user began consuming result batch 3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 9 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 9, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 350 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 350 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 350 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 350 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 350 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 350 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 713 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 716 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 716 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 3 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 32, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 716 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 716 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 716 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 500 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 4 +INFO:snowflake.connector.connection:closed +DEBUG:snowflake.connector.telemetry:Closing telemetry client. +DEBUG:snowflake.connector.telemetry:Sending 1 logs to telemetry. Data is {'logs': [{'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_imported_packages', 'value': "{'linecache', 'function', 'code', 'atexit', 'sql', 'pyexpat', 'gc', 'ntpath', 'typing', 'json', 'pydevd_tracing', 'token', 'uu', 'pydoc', 'common', 'builtins', 'marshal', 'tokenize', 'configparser', 'itertools', 'opcode', 'pydevd_plugins', 'asyncio', 'webbrowser', 'textwrap', 'hmac', 'calendar', 'datetime', 'platform', 'pkgutil', 'importlib', 'inspect', 'bz2', 'pkg_resources', 'nturl2path', 'sre_constants', 'timeit', 'gzip', 'debugpy', 'pathlib', 'math', 'sre_parse', 'quopri', 'fnmatch', 'codecs', 'contextvars', 'msvcrt', 'imp', 'greenlet', 'snowflake', 'errno', 'socketserver', 'secrets', 'sys', 'flask', 'dateutil', 'xml', 'collections', 'oscrypto', 'reprlib', 'nt', 'binascii', 'sre_compile', 'sysconfig', 'socket', 'subprocess', 'jwt', 'site', 'winreg', 'flask_sqlalchemy', 'operator', 'warnings', 'itsdangerous', 'dis', 'charset_normalizer', 'pydevd', 'pycparser', 'ctypes', 'six', 'psycopg2', 'os', 'zipimport', 'numpy', 'ssl', 'xmlrpc', 'pickle', 'concurrent', 'asn1crypto', 'decimal', 're', 'cython_runtime', 'select', 'csv', 'cryptography', 'traceback', 'threading', 'time', 'colorama', 'shlex', 'heapq', 'types', 'gettext', 'wtforms', 'overrides', 'struct', 'posixpath', 'getpass', 'http', 'mimetypes', 'dataclasses', 'requests', 'email', 'pydevconsole', 'idna', 'lzma', 'selectors', 'shutil', 'pytz', 'codeop', 'encodings', 'stat', 'tempfile', 'config', 'flask_wtf', 'enum', 'keyword', 'copyreg', 'zipfile', 'locale', 'functools', 'urllib', 'abc', 'pydevd_file_utils', 'plistlib', 'click', 'html', 'genericpath', 'logging', 'urllib3', 'numbers', 'copy', 'ast', 'difflib', 'mako', 'werkzeug', 'zlib', 'argparse', 'pydev_ipython', 'alembic', 'sqlalchemy', 'glob', 'ipaddress', 'hashlib', 'pprint', 'stringprep', 'signal', 'flask_migrate', 'random', 'weakref', 'flask_session', 'mmap', 'uuid', 'queue', 'pandas', 'cachelib', 'unicodedata', 'contextlib', 'OpenSSL', 'filelock', 'Cryptodome', 'jinja2', 'cmath', 'certifi', 'sqlite3', 'fconfig', 'fractions', 'markupsafe', 'typing_extensions', 'string', 'bisect', 'cffi', 'io', 'base64'}"}, 'timestamp': '1668100580193'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_first_result', 'query_id': '01a8384c-0502-b0de-1a4b-0303c5a2ae37', 'value': -589}, 'timestamp': '1668100583066'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_first_result', 'query_id': '01a8384c-0502-af26-1a4b-0303c5a2be53', 'value': -590}, 'timestamp': '1668100583449'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_last_result', 'query_id': '01a8384c-0502-af26-1a4b-0303c5a2be53', 'value': 5}, 'timestamp': '1668100583454'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_first_result', 'query_id': '01a8384c-0502-af26-1a4b-0303c5a2be63', 'value': -590}, 'timestamp': '1668100584367'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_first_result', 'query_id': '01a8384c-0502-af26-1a4b-0303c5a2be9f', 'value': -589}, 'timestamp': '1668100584667'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_last_result', 'query_id': '01a8384c-0502-af26-1a4b-0303c5a2be9f', 'value': 4}, 'timestamp': '1668100584671'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_first_result', 'query_id': '01a8384c-0502-ae87-1a4b-0303c5a2d897', 'value': -590}, 'timestamp': '1668100584762'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_first_result', 'query_id': '01a8384c-0502-b1d6-1a4b-0303c5a2cc93', 'value': -589}, 'timestamp': '1668100585155'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_last_result', 'query_id': '01a8384c-0502-b1d6-1a4b-0303c5a2cc93', 'value': 2}, 'timestamp': '1668100585157'}]}. +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 4af7db06-2b64-4cc2-87b4-878b2d2174e1 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /telemetry/send?request_guid=4af7db06-2b64-4cc2-87b4-878b2d2174e1 HTTP/1.1" 200 86 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.telemetry:Successfully uploading metrics to telemetry. +INFO:snowflake.connector.connection:No async queries seem to be running, deleting session +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f2336aeb-640c-481c-9476-49b4fd786913 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session?delete=true&request_guid=f2336aeb-640c-481c-9476-49b4fd786913 HTTP/1.1" 200 76 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.connection:Session is closed +INFO:snowflake.connector.connection:closed +DEBUG:snowflake.connector.telemetry:Closing telemetry client. +DEBUG:snowflake.connector.telemetry:Sending 1 logs to telemetry. Data is {'logs': [{'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_imported_packages', 'value': "{'linecache', 'function', 'code', 'atexit', 'sql', 'pyexpat', 'gc', 'ntpath', 'typing', 'json', 'pydevd_tracing', 'token', 'uu', 'pydoc', 'common', 'builtins', 'marshal', 'tokenize', 'configparser', 'itertools', 'opcode', 'pydevd_plugins', 'asyncio', 'webbrowser', 'textwrap', 'hmac', 'calendar', 'datetime', 'platform', 'pkgutil', 'importlib', 'inspect', 'bz2', 'pkg_resources', 'nturl2path', 'sre_constants', 'timeit', 'gzip', 'debugpy', 'pathlib', 'math', 'sre_parse', 'quopri', 'fnmatch', 'codecs', 'contextvars', 'msvcrt', 'imp', 'greenlet', 'snowflake', 'errno', 'socketserver', 'secrets', 'sys', 'flask', 'dateutil', 'xml', 'collections', 'oscrypto', 'reprlib', 'nt', 'binascii', 'sre_compile', 'sysconfig', 'socket', 'subprocess', 'jwt', 'site', 'winreg', 'flask_sqlalchemy', 'operator', 'warnings', 'itsdangerous', 'dis', 'charset_normalizer', 'pydevd', 'pycparser', 'ctypes', 'six', 'psycopg2', 'os', 'zipimport', 'numpy', 'ssl', 'xmlrpc', 'pickle', 'concurrent', 'asn1crypto', 'decimal', 're', 'cython_runtime', 'select', 'csv', 'cryptography', 'traceback', 'threading', 'time', 'colorama', 'shlex', 'heapq', 'types', 'gettext', 'wtforms', 'overrides', 'struct', 'posixpath', 'getpass', 'http', 'mimetypes', 'dataclasses', 'requests', 'email', 'pydevconsole', 'idna', 'lzma', 'selectors', 'shutil', 'pytz', 'codeop', 'encodings', 'stat', 'tempfile', 'config', 'flask_wtf', 'enum', 'keyword', 'copyreg', 'zipfile', 'locale', 'functools', 'urllib', 'abc', 'pydevd_file_utils', 'plistlib', 'click', 'html', 'genericpath', 'logging', 'urllib3', 'numbers', 'copy', 'ast', 'difflib', 'mako', 'werkzeug', 'zlib', 'argparse', 'pydev_ipython', 'alembic', 'sqlalchemy', 'glob', 'ipaddress', 'hashlib', 'pprint', 'stringprep', 'signal', 'flask_migrate', 'random', 'weakref', 'flask_session', 'mmap', 'uuid', 'queue', 'pandas', 'cachelib', 'unicodedata', 'contextlib', 'OpenSSL', 'filelock', 'Cryptodome', 'jinja2', 'cmath', 'certifi', 'sqlite3', 'fconfig', 'fractions', 'markupsafe', 'typing_extensions', 'string', 'bisect', 'cffi', 'io', 'base64'}"}, 'timestamp': '1668100581703'}]}. +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e24599d0-41bd-4cc6-9869-84a56801e82c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /telemetry/send?request_guid=e24599d0-41bd-4cc6-9869-84a56801e82c HTTP/1.1" 200 86 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.telemetry:Successfully uploading metrics to telemetry. +INFO:snowflake.connector.connection:No async queries seem to be running, deleting session +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9755a8d4-81e8-466c-b840-e41aa6a3d1ca +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session?delete=true&request_guid=9755a8d4-81e8-466c-b840-e41aa6a3d1ca HTTP/1.1" 200 76 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.connection:Session is closed +INFO:sqlalchemy.engine.Engine:ROLLBACK +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:33:39] "GET /sfexec?csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zsqw.w-0srIACU8oy-6BhivJFjSqn06M&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zsqw.w-0srIACU8oy-6BhivJFjSqn06M&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zsqw.w-0srIACU8oy-6BhivJFjSqn06M&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zsqw.w-0srIACU8oy-6BhivJFjSqn06M&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y2zsqw.w-0srIACU8oy-6BhivJFjSqn06M&submit=Submit HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:33:40] "GET /static/css/21.b5c496e2.chunk.css HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:33:40] "GET /static/lib/owlcarousel/assets/owl.carousel.min.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:33:40] "GET /static/css/style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:33:40] "GET /lib/easing/easing.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:33:40] "GET /lib/waypoints/waypoints.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:33:40] "GET /lib/counterup/counterup.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:33:40] "GET /lib/owlcarousel/owl.carousel.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:33:41] "GET /mail/jqBootstrapValidation.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:33:41] "GET /js/main.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:33:41] "GET /mail/contact.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:34:56] "GET /daterange HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:34:56] "GET /static/lib/owlcarousel/assets/owl.carousel.min.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:34:56] "GET /static/css/style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:34:56] "GET /static/css/21.b5c496e2.chunk.css HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:34:56] "GET /lib/easing/easing.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:34:56] "GET /lib/waypoints/waypoints.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:34:56] "GET /lib/counterup/counterup.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:34:56] "GET /lib/owlcarousel/owl.carousel.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:34:57] "GET /mail/jqBootstrapValidation.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:34:57] "GET /mail/contact.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:34:57] "GET /js/main.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:34:57] "GET /favicon.ico HTTP/1.1" 404 - +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT targets.id AS targets_id, targets.targetname AS targets_targetname, targets.username AS targets_username, targets.password AS targets_password, targets.account AS targets_account, targets.warehouse AS targets_warehouse, targets."database" AS targets_database, targets.schemaname AS targets_schemaname +FROM targets +INFO:sqlalchemy.engine.Engine:[cached since 1152s ago] () +INFO:sqlalchemy.engine.Engine:ROLLBACK +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:35:08] "POST /schemas HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:35:08] "GET /static/lib/owlcarousel/assets/owl.carousel.min.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:35:09] "GET /static/css/21.b5c496e2.chunk.css HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:35:09] "GET /static/css/style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:35:09] "GET /lib/easing/easing.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:35:09] "GET /lib/waypoints/waypoints.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:35:09] "GET /lib/counterup/counterup.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:35:09] "GET /lib/owlcarousel/owl.carousel.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:35:09] "GET /mail/jqBootstrapValidation.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:35:09] "GET /mail/contact.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:35:09] "GET /js/main.js HTTP/1.1" 404 - +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT targets.id AS targets_id, targets.targetname AS targets_targetname, targets.username AS targets_username, targets.password AS targets_password, targets.account AS targets_account, targets.warehouse AS targets_warehouse, targets."database" AS targets_database, targets.schemaname AS targets_schemaname +FROM targets +WHERE targets."database" = ? AND targets.schemaname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00207s] ('PL_DEV', 'PM_EDW_TRANS_QLIK_CT_D', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT targets.id AS targets_id, targets.targetname AS targets_targetname, targets.username AS targets_username, targets.password AS targets_password, targets.account AS targets_account, targets.warehouse AS targets_warehouse, targets."database" AS targets_database, targets.schemaname AS targets_schemaname +FROM targets +WHERE targets."database" = ? AND targets.schemaname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.01426s ago] ('PL_QA', 'PM_EDW_TRANS_QLIK_CT_D', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 1217s ago] ('get_tablelist', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=20e4cfbf-04bb-43d8-aac3-bee4374a6556 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f8e46a6d-e782-4e1a-9761-d9f846028eb9 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=20e4cfbf-04bb-43d8-aac3-bee4374a6556&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=f8e46a6d-e782-4e1a-9761-d9f846028eb9 HTTP/1.1" 200 1546 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select distinct(table_name) from information_schema.columns where table_schema =...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 61f9e60b-6ba7-446b-819a-0c8278ed518c +DEBUG:snowflake.connector.cursor:running query [select distinct(table_name) from information_schema.columns where table_schema =...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select distinct(table_name) from information_schema.columns where table_schema =...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 46880a9e-0f9b-4fcc-be27-ee1f54706627 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=61f9e60b-6ba7-446b-819a-0c8278ed518c&request_guid=46880a9e-0f9b-4fcc-be27-ee1f54706627 HTTP/1.1" 200 6202 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83860-0502-b0de-1a4b-0303c5a8d44b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83860-0502-b0de-1a4b-0303c5a8d44b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 654 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83860-0502-b0de-1a4b-0303c5a8d44b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 14d1de34-d1e3-457e-9a07-56f4156c2293 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83860-0502-b0de-1a4b-0303c5a8d44b?request_guid=14d1de34-d1e3-457e-9a07-56f4156c2293 HTTP/1.1" 200 1874 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83860-0502-b0de-1a4b-0303c5a8d44b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d0eefd83-6725-4268-8493-88bc9d995855 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83860-0502-b0de-1a4b-0303c5a8d44b?request_guid=d0eefd83-6725-4268-8493-88bc9d995855 HTTP/1.1" 200 1875 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83860-0502-b0de-1a4b-0303c5a8d44b'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 473e743c-d755-4f80-8a28-8d9f269f9145 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83860-0502-b0de-1a4b-0303c5a8d44b'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83860-0502-b0de-1a4b-0303c5a8d44b'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8a6516fe-67a5-4fd7-b556-d9228626b28e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=473e743c-d755-4f80-8a28-8d9f269f9145&request_guid=8a6516fe-67a5-4fd7-b556-d9228626b28e HTTP/1.1" 200 6201 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83860-0502-b1d6-1a4b-0303c5a8e1e3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83860-0502-b1d6-1a4b-0303c5a8e1e3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 654 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 81 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 82 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 82 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 82 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 81 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 82 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 82 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 82 +INFO:sqlalchemy.engine.Engine:ROLLBACK +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:36:44] "POST /tables HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:36:44] "GET /static/css/21.b5c496e2.chunk.css HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:36:44] "GET /static/lib/owlcarousel/assets/owl.carousel.min.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:36:44] "GET /static/css/style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:36:44] "GET /lib/waypoints/waypoints.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:36:44] "GET /lib/owlcarousel/owl.carousel.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:36:44] "GET /mail/jqBootstrapValidation.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:36:44] "GET /mail/contact.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:36:44] "GET /lib/easing/easing.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:36:44] "GET /lib/counterup/counterup.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:36:44] "GET /js/main.js HTTP/1.1" 404 - +INFO:snowflake.connector.connection:closed +DEBUG:snowflake.connector.telemetry:Closing telemetry client. +INFO:snowflake.connector.connection:No async queries seem to be running, deleting session +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c7751123-f66b-4149-a209-1ba0466d9928 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session?delete=true&request_guid=c7751123-f66b-4149-a209-1ba0466d9928 HTTP/1.1" 200 76 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.connection:Session is closed +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:36:56] "POST /submit HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:36:56] "GET /static/lib/owlcarousel/assets/owl.carousel.min.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:36:56] "GET /static/css/style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:36:56] "GET /static/css/21.b5c496e2.chunk.css HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:36:56] "GET /lib/easing/easing.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:36:56] "GET /mail/contact.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:36:56] "GET /lib/waypoints/waypoints.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:36:56] "GET /lib/counterup/counterup.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:36:56] "GET /lib/owlcarousel/owl.carousel.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:36:57] "GET /mail/jqBootstrapValidation.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:36:57] "GET /js/main.js HTTP/1.1" 404 - +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 1263s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 1263s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 1263s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=d85bee1f-603d-4b86-af98-0367c7e5b9dc +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 4fb788ad-346a-4763-bee6-772589cc1b71 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=d85bee1f-603d-4b86-af98-0367c7e5b9dc&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=4fb788ad-346a-4763-bee6-772589cc1b71 HTTP/1.1" 200 1552 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_EDW_TRANS_D, database=PL_DEV, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=81203769-208e-4f29-992d-7b04507a3293 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8562a2b9-9d73-44ce-bd6b-7309937c049c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=81203769-208e-4f29-992d-7b04507a3293&databaseName=PL_DEV&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=8562a2b9-9d73-44ce-bd6b-7309937c049c HTTP/1.1" 200 1554 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 1242s ago] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 3cd722ee-765b-4773-8048-f393c63f9d08 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 2981937c-3a15-428b-8a45-9a13346a4770 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=3cd722ee-765b-4773-8048-f393c63f9d08&request_guid=2981937c-3a15-428b-8a45-9a13346a4770 HTTP/1.1" 200 4229 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83861-0502-b0de-1a4b-0303c5a8d913 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83861-0502-b0de-1a4b-0303c5a8d913 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 187 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83861-0502-b0de-1a4b-0303c5a8d913' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 4a26d291-ab90-4524-94f3-6e0029f8a43b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83861-0502-b0de-1a4b-0303c5a8d913?request_guid=4a26d291-ab90-4524-94f3-6e0029f8a43b HTTP/1.1" 200 1852 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83861-0502-b0de-1a4b-0303c5a8d913' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 626edc86-1705-4e9d-8df4-d5370259c538 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83861-0502-b0de-1a4b-0303c5a8d913?request_guid=626edc86-1705-4e9d-8df4-d5370259c538 HTTP/1.1" 200 1852 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83861-0502-b0de-1a4b-0303c5a8d913'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: f5a41f61-5852-442d-9bb1-9160c6da4ad7 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83861-0502-b0de-1a4b-0303c5a8d913'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83861-0502-b0de-1a4b-0303c5a8d913'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 4344fb3a-a3a3-4033-847c-fa6e2754c2a9 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=f5a41f61-5852-442d-9bb1-9160c6da4ad7&request_guid=4344fb3a-a3a3-4033-847c-fa6e2754c2a9 HTTP/1.1" 200 4230 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83861-0502-b0de-1a4b-0303c5a8d997 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83861-0502-b0de-1a4b-0303c5a8d997 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 187 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 29 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 22 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 17 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 33 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 27 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 22 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 17 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 20 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 5af903e2-0113-4b10-afb6-63aa02bbdea0 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e18a8f05-a359-4f58-853d-511734126035 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=5af903e2-0113-4b10-afb6-63aa02bbdea0&request_guid=e18a8f05-a359-4f58-853d-511734126035 HTTP/1.1" 200 3928 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83861-0502-b0de-1a4b-0303c5a8d9a7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83861-0502-b0de-1a4b-0303c5a8d9a7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 158 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83861-0502-b0de-1a4b-0303c5a8d9a7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e5319b77-bd0f-4d3a-91d5-bf8abb977c31 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83861-0502-b0de-1a4b-0303c5a8d9a7?request_guid=e5319b77-bd0f-4d3a-91d5-bf8abb977c31 HTTP/1.1" 200 2170 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83861-0502-b0de-1a4b-0303c5a8d9a7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 67ac974d-f650-4103-a5b2-6237c3ee62cd +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83861-0502-b0de-1a4b-0303c5a8d9a7?request_guid=67ac974d-f650-4103-a5b2-6237c3ee62cd HTTP/1.1" 200 2170 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83861-0502-b0de-1a4b-0303c5a8d9a7'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 82c167e3-97f2-4000-878e-70c7480cf67d +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83861-0502-b0de-1a4b-0303c5a8d9a7'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83861-0502-b0de-1a4b-0303c5a8d9a7'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ec14c9b6-d9c2-4184-a34f-a4b67a9192ac +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=82c167e3-97f2-4000-878e-70c7480cf67d&request_guid=ec14c9b6-d9c2-4184-a34f-a4b67a9192ac HTTP/1.1" 200 3929 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83861-0502-b1d6-1a4b-0303c5a8e533 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83861-0502-b1d6-1a4b-0303c5a8e533 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 158 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 25 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 20 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 14 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 28 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 21 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 19 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 13 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 18 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','STG_VKX0500T');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 4b0ced5f-6267-4b8f-8371-241706c87529 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','STG_VKX0500T');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','STG_VKX0500T');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e89d4250-55c8-49a6-a756-630c0ae97704 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=4b0ced5f-6267-4b8f-8371-241706c87529&request_guid=e89d4250-55c8-49a6-a756-630c0ae97704 HTTP/1.1" 200 4486 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83861-0502-ae87-1a4b-0303c5a9061b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83861-0502-ae87-1a4b-0303c5a9061b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83861-0502-ae87-1a4b-0303c5a9061b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 2d287089-0d61-4ef3-95c0-0349dd96cc48 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83861-0502-ae87-1a4b-0303c5a9061b?request_guid=2d287089-0d61-4ef3-95c0-0349dd96cc48 HTTP/1.1" 200 1681 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83861-0502-ae87-1a4b-0303c5a9061b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 3556e6af-e415-48dd-896a-43f89b097567 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83861-0502-ae87-1a4b-0303c5a9061b?request_guid=3556e6af-e415-48dd-896a-43f89b097567 HTTP/1.1" 200 1682 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83861-0502-ae87-1a4b-0303c5a9061b'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: d6dc8303-a947-40b9-9224-b4702e760f5e +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83861-0502-ae87-1a4b-0303c5a9061b'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83861-0502-ae87-1a4b-0303c5a9061b'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 5c6ddd94-db53-4fb1-85a1-cb428492bc47 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=d6dc8303-a947-40b9-9224-b4702e760f5e&request_guid=5c6ddd94-db53-4fb1-85a1-cb428492bc47 HTTP/1.1" 200 4482 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83861-0502-b0de-1a4b-0303c5a8d9f3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83861-0502-b0de-1a4b-0303c5a8d9f3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 1245s ago] ('get_data', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=9c2f2c53-ccf8-49fb-96a1-fc0040b3c99c +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 5fde6acb-8f92-49ac-8a7f-9d60dc01d3d9 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=9c2f2c53-ccf8-49fb-96a1-fc0040b3c99c&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=5fde6acb-8f92-49ac-8a7f-9d60dc01d3d9 HTTP/1.1" 200 1548 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT AFFINITY_INDICATOR,AGR_AUN,ANT_DSL_I,BKR_IFO_ID,CON_EDR_NB,LAST_MODIFIED_...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 2fe25112-c9d6-4556-bd23-b14ed6c722d1 +DEBUG:snowflake.connector.cursor:running query [SELECT AFFINITY_INDICATOR,AGR_AUN,ANT_DSL_I,BKR_IFO_ID,CON_EDR_NB,LAST_MODIFIED_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT AFFINITY_INDICATOR,AGR_AUN,ANT_DSL_I,BKR_IFO_ID,CON_EDR_NB,LAST_MODIFIED_...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: cf81de8c-40a8-42ea-8e3d-927523295db2 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=2fe25112-c9d6-4556-bd23-b14ed6c722d1&request_guid=cf81de8c-40a8-42ea-8e3d-927523295db2 HTTP/1.1" 200 None +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83861-0502-af26-1a4b-0303c5a8f6ff +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83861-0502-af26-1a4b-0303c5a8f6ff +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=62 +INFO:snowflake.connector.cursor:Number of results in first chunk: 143 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83861-0502-af26-1a4b-0303c5a8f6ff' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0efc3f9d-f806-4b1e-b86e-a1c3a062e56a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83861-0502-af26-1a4b-0303c5a8f6ff?request_guid=0efc3f9d-f806-4b1e-b86e-a1c3a062e56a HTTP/1.1" 200 3368 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83861-0502-af26-1a4b-0303c5a8f6ff' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 3be313de-df5a-4f0c-b76a-ce7337fef29a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83861-0502-af26-1a4b-0303c5a8f6ff?request_guid=3be313de-df5a-4f0c-b76a-ce7337fef29a HTTP/1.1" 200 3368 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83861-0502-af26-1a4b-0303c5a8f6ff'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: c07667e3-c640-4d0b-aec6-46fecb0e1627 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83861-0502-af26-1a4b-0303c5a8f6ff'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83861-0502-af26-1a4b-0303c5a8f6ff'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: efe27c6d-bfce-447e-889c-38c5243d1243 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=c07667e3-c640-4d0b-aec6-46fecb0e1627&request_guid=efe27c6d-bfce-447e-889c-38c5243d1243 HTTP/1.1" 200 7475 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83861-0502-ae87-1a4b-0303c5a90817 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83861-0502-ae87-1a4b-0303c5a90817 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=63 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.result_set:result batch 1 has id: data_0_0_0 +DEBUG:snowflake.connector.result_set:result batch 2 has id: data_0_0_1 +DEBUG:snowflake.connector.result_set:result batch 3 has id: data_0_0_2 +DEBUG:snowflake.connector.result_set:result batch 4 has id: data_0_0_3 +DEBUG:snowflake.connector.result_set:result batch 5 has id: data_0_0_4 +DEBUG:snowflake.connector.result_set:result batch 6 has id: data_0_0_5 +DEBUG:snowflake.connector.result_set:result batch 7 has id: data_0_0_6 +DEBUG:snowflake.connector.result_set:result batch 8 has id: data_0_0_7 +DEBUG:snowflake.connector.result_set:result batch 9 has id: data_0_1_0 +DEBUG:snowflake.connector.result_set:result batch 10 has id: data_0_1_1 +DEBUG:snowflake.connector.result_set:result batch 11 has id: data_0_1_2 +DEBUG:snowflake.connector.result_set:result batch 12 has id: data_0_1_3 +DEBUG:snowflake.connector.result_set:result batch 13 has id: data_0_1_4 +DEBUG:snowflake.connector.result_set:result batch 14 has id: data_0_1_5 +DEBUG:snowflake.connector.result_set:result batch 15 has id: data_0_1_6 +DEBUG:snowflake.connector.result_set:result batch 16 has id: data_0_2_0 +DEBUG:snowflake.connector.result_set:result batch 17 has id: data_0_2_1 +DEBUG:snowflake.connector.result_set:result batch 18 has id: data_0_2_2 +DEBUG:snowflake.connector.result_set:result batch 19 has id: data_0_2_3 +DEBUG:snowflake.connector.result_set:result batch 20 has id: data_0_2_4 +DEBUG:snowflake.connector.result_set:result batch 21 has id: data_0_2_5 +DEBUG:snowflake.connector.result_set:result batch 22 has id: data_0_2_6 +DEBUG:snowflake.connector.result_set:result batch 23 has id: data_0_2_7 +DEBUG:snowflake.connector.result_set:result batch 24 has id: data_0_3_0 +DEBUG:snowflake.connector.result_set:result batch 25 has id: data_0_3_1 +DEBUG:snowflake.connector.result_set:result batch 26 has id: data_0_3_2 +DEBUG:snowflake.connector.result_set:result batch 27 has id: data_0_3_3 +DEBUG:snowflake.connector.result_set:result batch 28 has id: data_0_3_4 +DEBUG:snowflake.connector.result_set:result batch 29 has id: data_0_3_5 +DEBUG:snowflake.connector.result_set:result batch 30 has id: data_0_3_6 +DEBUG:snowflake.connector.result_set:result batch 31 has id: data_0_3_7 +DEBUG:snowflake.connector.result_set:result batch 32 has id: data_0_4_0 +DEBUG:snowflake.connector.result_set:result batch 33 has id: data_0_4_1 +DEBUG:snowflake.connector.result_set:result batch 34 has id: data_0_4_2 +DEBUG:snowflake.connector.result_set:result batch 35 has id: data_0_4_3 +DEBUG:snowflake.connector.result_set:result batch 36 has id: data_0_4_4 +DEBUG:snowflake.connector.result_set:result batch 37 has id: data_0_4_5 +DEBUG:snowflake.connector.result_set:result batch 38 has id: data_0_4_6 +DEBUG:snowflake.connector.result_set:result batch 39 has id: data_0_4_7 +DEBUG:snowflake.connector.result_set:result batch 40 has id: data_0_5_0 +DEBUG:snowflake.connector.result_set:result batch 41 has id: data_0_5_1 +DEBUG:snowflake.connector.result_set:result batch 42 has id: data_0_5_2 +DEBUG:snowflake.connector.result_set:result batch 43 has id: data_0_5_3 +DEBUG:snowflake.connector.result_set:result batch 44 has id: data_0_5_4 +DEBUG:snowflake.connector.result_set:result batch 45 has id: data_0_5_5 +DEBUG:snowflake.connector.result_set:result batch 46 has id: data_0_5_6 +DEBUG:snowflake.connector.result_set:result batch 47 has id: data_0_5_7 +DEBUG:snowflake.connector.result_set:result batch 48 has id: data_0_6_0 +DEBUG:snowflake.connector.result_set:result batch 49 has id: data_0_6_1 +DEBUG:snowflake.connector.result_set:result batch 50 has id: data_0_6_2 +DEBUG:snowflake.connector.result_set:result batch 51 has id: data_0_6_3 +DEBUG:snowflake.connector.result_set:result batch 52 has id: data_0_6_4 +DEBUG:snowflake.connector.result_set:result batch 53 has id: data_0_6_5 +DEBUG:snowflake.connector.result_set:result batch 54 has id: data_0_6_6 +DEBUG:snowflake.connector.result_set:result batch 55 has id: data_0_6_7 +DEBUG:snowflake.connector.result_set:result batch 56 has id: data_0_7_0 +DEBUG:snowflake.connector.result_set:result batch 57 has id: data_0_7_1 +DEBUG:snowflake.connector.result_set:result batch 58 has id: data_0_7_2 +DEBUG:snowflake.connector.result_set:result batch 59 has id: data_0_7_3 +DEBUG:snowflake.connector.result_set:result batch 60 has id: data_0_7_4 +DEBUG:snowflake.connector.result_set:result batch 61 has id: data_0_7_5 +DEBUG:snowflake.connector.result_set:result batch 62 has id: data_0_7_6 +DEBUG:snowflake.connector.result_set:result batch 63 has id: data_0_7_7 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_0 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_0 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_1 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/2 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_1 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_2 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/3 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_2 with existing session +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 1 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_4 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_3 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_3 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_0_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=hzytra7L7xTOgvmkBQA3wRF7klU%3D HTTP/1.1" 200 48610 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 143 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 1 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 2 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_5 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_0_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=rSNwlVtfyoxv3QwKaZPu%2F6D8HYI%3D HTTP/1.1" 200 1008225 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_0_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=PLjIV0m9w4fLvMEps9ZzRzSZHNg%3D HTTP/1.1" 200 252999 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_0_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=Keicl7NJM07gQeguGiRZl7baBwg%3D HTTP/1.1" 200 164808 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 2 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 147 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 147 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 147 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 147 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 2 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 3 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_6 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_0_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=U4f55oBWDjB5jYr1NOadJk4JRi0%3D HTTP/1.1" 200 1831348 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_0_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=jOBXsXA4NVryOauU%2F7Vhc7qQq0k%3D HTTP/1.1" 200 502650 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 3 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_6 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 3 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_set:user began consuming result batch 3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 3 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 3, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 293 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 292 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 294 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_0_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=XCdlqCzRTdNUYdoLyuO7Jg80%2BXs%3D HTTP/1.1" 200 3729256 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 3 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 4 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_7 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_7 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 3 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 3 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 3, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 583 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 587 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_0_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=JBu0LwOUzTV7BdiDQx3ZyXX4ufI%3D HTTP/1.1" 200 2346426 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 586 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 4 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 5 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_0 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 3, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1179 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1177 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_1_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=BuVk3kDvY6z%2FFd1d9KDttvWK%2Fz8%3D HTTP/1.1" 200 48162 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1180 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 5 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 6 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_1 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1471 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_1_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=QFZGmKcc%2BMoQMt6KBI9Zd%2FQOyUo%3D HTTP/1.1" 200 163910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1428 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1417 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1427 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_1 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 6 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 7 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_2 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_1_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=ZDff3zroUrHNzH6twnnkuQH0a3Q%3D HTTP/1.1" 200 252143 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 7 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1422 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1420 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1423 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 3 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1420 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1421 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1428 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1428 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1426 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 8 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_7 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_7 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_7 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_3 with existing session +DEBUG:snowflake.connector.result_set:user began consuming result batch 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1428 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1427 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_1_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=LS8M3ewHfgu8jCbXUHIUV7Dv7oY%3D HTTP/1.1" 200 499787 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1425 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1418 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1412 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 62 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 8 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 9 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 9 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 144 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 9 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 10 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 10 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 148 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 148 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 148 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 148 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 10 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 11 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 11 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_1_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=TMznA%2FvbOCwrOdfzXzPKJ7Tebvg%3D HTTP/1.1" 200 1000970 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 3, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 296 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 292 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 294 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_1_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=WjAcxA32y8jIpnobqRBm%2BZfD3Uw%3D HTTP/1.1" 200 1745838 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 11 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 12 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 3 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 12 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 3 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 3, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 587 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_1_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=YiGkItiSvNiB0jabEE%2BhN%2BWVhL4%3D HTTP/1.1" 200 2087650 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 589 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 591 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 12 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 13 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_1 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_2_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=yyNt%2FYPITIjejk6etopFUMEhYU4%3D HTTP/1.1" 200 50989 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_1 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 3 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 13 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 3 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 3, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1179 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_2_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=MAzOjegzY%2F%2FVIp8KFvYWOubMn%2Bc%3D HTTP/1.1" 200 131782 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1177 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1177 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 13 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 14 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 3 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_5 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_2_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=FoJT%2FnYu9PJoFa5ERB21sxULrrE%3D HTTP/1.1" 200 222591 +DEBUG:snowflake.connector.result_set:user began consuming result batch 14 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1511 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1500 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1501 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1508 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 14 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 15 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_3 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 3 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 15 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1509 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_2_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=DUuL%2Bza0JaDcOPvmFODsOA1itSw%3D HTTP/1.1" 200 460419 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1502 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1489 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1487 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1193 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 15 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 16 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 16 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 137 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_4 with existing session +DEBUG:snowflake.connector.result_set:user finished consuming result batch 16 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 17 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 17 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 3 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 3, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 140 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 139 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 140 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 17 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 18 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 18 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 3, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 141 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 281 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_2_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=xQApU4xULoFkEpNg6uXtqNdvTDs%3D HTTP/1.1" 200 1094104 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 281 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 18 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 19 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_7 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_2_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=Pg17MNb4WkhMgfU%2BHMQBXYzCuHM%3D HTTP/1.1" 200 1770791 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 3 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 19 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_7 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 3 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 3, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 280 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 556 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_2_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=RbVHzIERGtf1MZu5EFdDPJn%2BXg4%3D HTTP/1.1" 200 3592428 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 555 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_2_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=HieWPk6yYLpdRA49zAwbWPahTr4%3D HTTP/1.1" 200 2084824 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 19 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 20 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 20 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 555 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 555 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1109 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_3_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=dsaxMkfjpupKfYQcz8V0v3APXrM%3D HTTP/1.1" 200 49854 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1104 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 20 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 21 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_1 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 21 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1105 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_3_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=CWiOTdjyFki3sK1HUfSa5jVVcVI%3D HTTP/1.1" 200 169374 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1431 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1429 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1429 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 21 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 22 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_7 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_3_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=jmEBYpivvjgOS5SeH0NSKGOB9zs%3D HTTP/1.1" 200 262448 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 3 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 22 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1426 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1416 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1433 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1514 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1513 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1500 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1500 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1496 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 22 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 23 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 23 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1512 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_3_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=J7nIT1zwPRBSD5dNBLd3ut9w2Q4%3D HTTP/1.1" 200 537303 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1506 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1514 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1513 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 3 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1331 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 23 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 24 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 24 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 136 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_4 with existing session +DEBUG:snowflake.connector.result_set:user finished consuming result batch 24 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 25 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 25 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 140 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 140 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 140 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 139 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 25 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 26 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 26 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 3, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 279 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_3_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=cWgh9H6TcbU%2FL0gaEOvziyTJA%2B0%3D HTTP/1.1" 200 898829 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 280 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 278 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_3_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=MJ7GtPqAYBk%2B02AWH8eaiV8OvKY%3D HTTP/1.1" 200 1825723 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 26 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 27 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 27 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_7 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 3, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 557 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_7 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_3_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=zOAvW8nhQqNcYX%2BHmzD7BGwMa7w%3D HTTP/1.1" 200 3730796 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 553 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 554 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 27 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 28 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_0 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_3_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=kTEMR6Plo213DXOldjWxWRnjo%2B0%3D HTTP/1.1" 200 4658010 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 3 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 28 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 3 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 3, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 553 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1104 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1113 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_4_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=F2y8VFHiL%2B%2FCTNja0fcQ6RaEj%2FY%3D HTTP/1.1" 200 51787 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 28 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 29 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_1 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 29 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1429 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_4_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=j20nttcW7lfUDobgEc%2BsOuARui8%3D HTTP/1.1" 200 135989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1429 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1423 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1418 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 29 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 30 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 3 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_1 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_4_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=XT%2BjY2OCj7Ri6v5dIa7uO0yrNSw%3D HTTP/1.1" 200 227524 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 3 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 30 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1404 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1404 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1415 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1423 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1423 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1421 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1422 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1422 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 30 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 31 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_3 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 11 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 31 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 11 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 11, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1419 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_4_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=0n4YReacM8y8IIbgQsNg8xnWbtI%3D HTTP/1.1" 200 451697 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1417 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1417 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1409 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1410 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1419 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1419 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1429 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1429 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1430 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 160 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 31 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 32 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 32 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 137 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 32 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 33 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 33 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 3, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 140 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 140 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 140 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 33 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 34 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 34 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 3 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 3, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 140 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 279 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 279 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_6 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_4_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=EIu0%2FmPhP6UxR96v6RdLj9FUGlw%3D HTTP/1.1" 200 1092415 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 34 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 35 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 3 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_4_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=wVMUv4k8FQuxZ13S6TWEdl9OzUM%3D HTTP/1.1" 200 1760893 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 35 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 3 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_7 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 3, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 279 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 561 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_4_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=K8vUCfqXKjtt51HlO1UPVo7F%2BW4%3D HTTP/1.1" 200 3660465 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 570 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 35 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 36 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_0 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_4_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=CaWkZxy574M%2FfLU0I6r6v%2BJoTUQ%3D HTTP/1.1" 200 2555192 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 36 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 572 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 571 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1123 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_5_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=v7Iy5l%2FuE9R1ICEV7p3Uz90plTM%3D HTTP/1.1" 200 46713 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1115 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 36 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 37 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_1 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 37 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1450 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_5_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=2v13JCvJNAPFPyrUyaHljfFwvWU%3D HTTP/1.1" 200 159282 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1503 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1509 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1507 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 37 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 38 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_7 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_5_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=7JhW8l0vBOCZ8zKoNZ2zNkaiTbg%3D HTTP/1.1" 200 246468 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 3 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 38 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1506 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1500 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1441 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1441 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1423 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1423 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1421 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1412 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 38 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 39 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 39 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1412 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1416 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_5_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=wl4RmTW6bIkEBgsslrT4fxaXl5Y%3D HTTP/1.1" 200 490730 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1424 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1419 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1418 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 616 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 39 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 40 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 40 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 145 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 40 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 41 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 41 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 147 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 149 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 150 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 149 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 41 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 42 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 42 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 3, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 297 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_5_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=AjTAEpLx%2Fx4wnhLBTzcaXg0AuXM%3D HTTP/1.1" 200 1005530 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 297 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 295 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_5_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=UQLMZqC6YSe0lVplF%2Bdcykvit00%3D HTTP/1.1" 200 1864193 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 42 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 43 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 3 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 43 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_7 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 3 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 3, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 588 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_5_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=0v33yRjjP2M6Jya29lNXTWI8%2BOY%3D HTTP/1.1" 200 3543141 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 593 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_5_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=bx9eKv4AhosAgF1hZYEssqUqPLY%3D HTTP/1.1" 200 3471696 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 597 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 43 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 44 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 3 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 44 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 3 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 3, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1185 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1175 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_6_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=NbquDCKGqDepTsX1dkYWAm6qEmw%3D HTTP/1.1" 200 49556 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1176 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_set:user finished consuming result batch 44 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_0 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 45 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_1 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 45 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1455 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_6_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=M5%2FxMO3vrzDOwEXyXz9CjrU4EAc%3D HTTP/1.1" 200 167018 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1417 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1419 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1459 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 45 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 46 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_1 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_6_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=GQGfiQh5ZjwkV1FgxvzpOxnUOIw%3D HTTP/1.1" 200 254707 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 3 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_6 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 46 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_7 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1505 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1419 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1416 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1415 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1414 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1414 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1488 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1499 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 46 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 47 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 47 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1501 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1505 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_6_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=jYmxdtaD6k4mAOlpsQKhznlLMyI%3D HTTP/1.1" 200 503466 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1502 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1432 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1421 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1418 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1423 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 3 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 904 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 47 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 48 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 48 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 142 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 48 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 49 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 49 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 147 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 148 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 146 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 149 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 49 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 50 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 50 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 3, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 295 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_6_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=MCiwGMfGtASH%2FQ8DIOBX9bTqlUo%3D HTTP/1.1" 200 1017298 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 294 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 293 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_6_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=3t%2B1H4cFWqfMQhvoNy3q%2F7UkI2w%3D HTTP/1.1" 200 1807748 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 50 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 51 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 51 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_7 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 3, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 589 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_7 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_6_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=Plcp4lzzsbuFct4qdJ9j7VRiYt8%3D HTTP/1.1" 200 3745413 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 587 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 584 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_6_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=G8zc48rInZz8Q5oxf47thqxCxeU%3D HTTP/1.1" 200 2803729 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 51 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 52 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 3 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 52 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 3 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 3, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1170 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1173 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_7_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=flMlqjLXKxNxpNZ0CiaFtv9G9SQ%3D HTTP/1.1" 200 45287 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1178 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_0 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 52 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 53 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_0 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_1 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 53 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1450 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_7_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=5x92zeGToPmcXaYu%2B3zyN4o2jjo%3D HTTP/1.1" 200 149474 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1408 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1411 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1413 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 53 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_1 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 54 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_2 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_7_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=oBNnHnAnfocYQ5SShRvIKs4029I%3D HTTP/1.1" 200 210173 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 3 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 54 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1419 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1418 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1418 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1424 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1419 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1419 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1421 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1425 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 54 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 55 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 55 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1426 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1421 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_7_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=GxjyRLa8h7IhQA59BtnIQRhwv4g%3D HTTP/1.1" 200 509194 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1422 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1424 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1419 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1351 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 55 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 56 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 56 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 147 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 56 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 57 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 57 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 146 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 147 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 147 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 146 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 57 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 58 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 58 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 3, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 147 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 299 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 299 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_7_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=0MheOntDlvnEl85fy2Ztu5pKmLU%3D HTTP/1.1" 200 1050098 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 58 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 59 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_7 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_7_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=2e5hTEJIDJRk1QWVjKA3yHiUfn0%3D HTTP/1.1" 200 1731941 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 59 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_7 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 299 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 300 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_7_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=APtCAQvJKI72FaZXMVB8yaZoICU%3D HTTP/1.1" 200 3696767 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 300 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 299 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 300 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 300 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 59 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_7_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668123434&Signature=Pvy5YNEpnQMcuL5V1SLh4CkBUe4%3D HTTP/1.1" 200 1096339 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 60 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 299 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 299 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 299 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 299 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1124 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1108 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 60 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 61 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 3 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 61 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1108 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1418 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1422 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1427 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 61 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 62 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 62 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1422 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1417 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1413 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1413 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1419 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1422 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1423 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1424 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 62 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 63 +DEBUG:snowflake.connector.result_set:user began consuming result batch 63 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 3 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 3, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1430 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1443 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 457 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 63 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:38:25] "GET /sfexec?csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y202uA.4vxqOGzjhoqh2Z5wTkIXWOw5q6Q&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y202uA.4vxqOGzjhoqh2Z5wTkIXWOw5q6Q&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y202uA.4vxqOGzjhoqh2Z5wTkIXWOw5q6Q&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y202uA.4vxqOGzjhoqh2Z5wTkIXWOw5q6Q&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y202uA.4vxqOGzjhoqh2Z5wTkIXWOw5q6Q&submit=Submit HTTP/1.1" 500 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:38:25] "GET /sfexec?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:38:25] "GET /sfexec?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:38:25] "GET /sfexec?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:38:25] "GET /sfexec?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 304 - +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\pgfunctions.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:49:10] "GET /mail/jqBootstrapValidation.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:49:10] "GET /lib/counterup/counterup.min.js HTTP/1.1" 404 - +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 6.522s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 6.526s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 6.533s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=b3cedb2b-fc0c-4eb3-81c5-6493340b80b3 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f9aaffb7-6b6c-4020-9fa3-7271f2a5ca37 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 2299117229952 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2299117229952 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2299117581072 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2299117581072 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2299117581072 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2299117581072 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2299117229952 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2299117229952 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=b3cedb2b-fc0c-4eb3-81c5-6493340b80b3&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=f9aaffb7-6b6c-4020-9fa3-7271f2a5ca37 HTTP/1.1" 200 1546 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_EDW_TRANS_D, database=PL_DEV, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=41e92635-3ab2-4c88-9822-8b216f52fed5 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 66d2d774-1ee9-4ea3-a361-e9c060397f90 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=41e92635-3ab2-4c88-9822-8b216f52fed5&databaseName=PL_DEV&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=66d2d774-1ee9-4ea3-a361-e9c060397f90 HTTP/1.1" 200 1550 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00319s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 91fe43fe-8bdf-4951-b582-aa6f50a09a39 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: af7b354f-c6dd-449f-a25a-40b3f9b08933 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=91fe43fe-8bdf-4951-b582-aa6f50a09a39&request_guid=af7b354f-c6dd-449f-a25a-40b3f9b08933 HTTP/1.1" 200 4233 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8386d-0502-afee-1a4b-0303c5ac2807 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8386d-0502-afee-1a4b-0303c5ac2807 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 187 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8386d-0502-afee-1a4b-0303c5ac2807' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8a92be1c-90ad-4e20-86dc-932fb4d676e0 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8386d-0502-afee-1a4b-0303c5ac2807?request_guid=8a92be1c-90ad-4e20-86dc-932fb4d676e0 HTTP/1.1" 200 1862 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8386d-0502-afee-1a4b-0303c5ac2807' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: b968faa5-c809-4da2-b58a-53c09e9426df +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8386d-0502-afee-1a4b-0303c5ac2807?request_guid=b968faa5-c809-4da2-b58a-53c09e9426df HTTP/1.1" 200 1861 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8386d-0502-afee-1a4b-0303c5ac2807'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: e3364554-d931-4def-ac34-46e71a5f0448 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8386d-0502-afee-1a4b-0303c5ac2807'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8386d-0502-afee-1a4b-0303c5ac2807'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: cf200504-e36b-4285-a068-112e99470f7f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=e3364554-d931-4def-ac34-46e71a5f0448&request_guid=cf200504-e36b-4285-a068-112e99470f7f HTTP/1.1" 200 4229 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8386d-0502-b1d6-1a4b-0303c5ac19df +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8386d-0502-b1d6-1a4b-0303c5ac19df +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 187 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 29 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 22 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 17 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 33 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 27 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 22 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 17 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 20 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 695420ce-1e8e-495f-b053-17008b6baedf +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 246debca-bde6-4b4b-a2c9-2894be80c289 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=695420ce-1e8e-495f-b053-17008b6baedf&request_guid=246debca-bde6-4b4b-a2c9-2894be80c289 HTTP/1.1" 200 3927 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8386d-0502-b1d6-1a4b-0303c5ac19f7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8386d-0502-b1d6-1a4b-0303c5ac19f7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 158 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8386d-0502-b1d6-1a4b-0303c5ac19f7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0d0f368c-2d44-42ea-b82e-0c5c7ae5ea49 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8386d-0502-b1d6-1a4b-0303c5ac19f7?request_guid=0d0f368c-2d44-42ea-b82e-0c5c7ae5ea49 HTTP/1.1" 200 2169 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8386d-0502-b1d6-1a4b-0303c5ac19f7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9e5df51f-f4d6-4e3b-ba03-c54eca76a5aa +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8386d-0502-b1d6-1a4b-0303c5ac19f7?request_guid=9e5df51f-f4d6-4e3b-ba03-c54eca76a5aa HTTP/1.1" 200 2169 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8386d-0502-b1d6-1a4b-0303c5ac19f7'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 79ed4fcf-0ad4-488e-90fb-2508125ebc55 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8386d-0502-b1d6-1a4b-0303c5ac19f7'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8386d-0502-b1d6-1a4b-0303c5ac19f7'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 318f885f-79e6-441a-9ce0-50e9ebc5c392 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=79ed4fcf-0ad4-488e-90fb-2508125ebc55&request_guid=318f885f-79e6-441a-9ce0-50e9ebc5c392 HTTP/1.1" 200 3931 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8386d-0502-afee-1a4b-0303c5ac2897 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8386d-0502-afee-1a4b-0303c5ac2897 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 158 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 25 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 20 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 14 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 28 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 21 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 19 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 13 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 18 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','STG_VKX0500T');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 7d6ae64a-e764-4114-98f2-911339857947 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','STG_VKX0500T');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','STG_VKX0500T');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: b0a2298c-cf5c-4237-9867-acd29863de4f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=7d6ae64a-e764-4114-98f2-911339857947&request_guid=b0a2298c-cf5c-4237-9867-acd29863de4f HTTP/1.1" 200 4485 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8386d-0502-af26-1a4b-0303c5ac40c7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8386d-0502-af26-1a4b-0303c5ac40c7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8386d-0502-af26-1a4b-0303c5ac40c7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0268506c-9afd-4f8b-b778-72732067f572 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8386d-0502-af26-1a4b-0303c5ac40c7?request_guid=0268506c-9afd-4f8b-b778-72732067f572 HTTP/1.1" 200 1674 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8386d-0502-af26-1a4b-0303c5ac40c7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: df8245b0-1859-4886-ad3a-94f16ebbd9a6 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8386d-0502-af26-1a4b-0303c5ac40c7?request_guid=df8245b0-1859-4886-ad3a-94f16ebbd9a6 HTTP/1.1" 200 1673 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8386d-0502-af26-1a4b-0303c5ac40c7'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: adf4bcee-b8c3-4de0-b083-fb653e3045b3 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8386d-0502-af26-1a4b-0303c5ac40c7'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8386d-0502-af26-1a4b-0303c5ac40c7'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 48b9fe04-796b-4388-a4f8-5cf662191b66 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=adf4bcee-b8c3-4de0-b083-fb653e3045b3&request_guid=48b9fe04-796b-4388-a4f8-5cf662191b66 HTTP/1.1" 200 4482 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8386d-0502-b0de-1a4b-0303c5ac0ae3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8386d-0502-b0de-1a4b-0303c5ac0ae3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 3.915s ago] ('get_data', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=6daa29c8-225b-45e5-b74a-ad23f6bc6e86 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c11e1886-3872-4750-9417-240e7fbd3d42 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=6daa29c8-225b-45e5-b74a-ad23f6bc6e86&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=c11e1886-3872-4750-9417-240e7fbd3d42 HTTP/1.1" 200 1551 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT AFFINITY_INDICATOR,AGR_AUN,ANT_DSL_I,BKR_IFO_ID,CON_EDR_NB,LAST_MODIFIED_...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 5d6c57c3-2a7d-473e-aaf7-af988e22c1fb +DEBUG:snowflake.connector.cursor:running query [SELECT AFFINITY_INDICATOR,AGR_AUN,ANT_DSL_I,BKR_IFO_ID,CON_EDR_NB,LAST_MODIFIED_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT AFFINITY_INDICATOR,AGR_AUN,ANT_DSL_I,BKR_IFO_ID,CON_EDR_NB,LAST_MODIFIED_...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 25b2dea7-97e4-44df-af29-a5bc380c6977 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=5d6c57c3-2a7d-473e-aaf7-af988e22c1fb&request_guid=25b2dea7-97e4-44df-af29-a5bc380c6977 HTTP/1.1" 200 7515 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8386d-0502-b0de-1a4b-0303c5ac0b73 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8386d-0502-b0de-1a4b-0303c5ac0b73 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=63 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8386d-0502-b0de-1a4b-0303c5ac0b73' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8bc66f8c-09ca-42f1-a9e5-dad1ac9de1fc +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8386d-0502-b0de-1a4b-0303c5ac0b73?request_guid=8bc66f8c-09ca-42f1-a9e5-dad1ac9de1fc HTTP/1.1" 200 3198 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8386d-0502-b0de-1a4b-0303c5ac0b73' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 2fef37d8-a9f5-4a7d-9d2a-35d6788fdc1f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8386d-0502-b0de-1a4b-0303c5ac0b73?request_guid=2fef37d8-a9f5-4a7d-9d2a-35d6788fdc1f HTTP/1.1" 200 3196 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8386d-0502-b0de-1a4b-0303c5ac0b73'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: ed04457b-1c4d-447f-ad8c-c5f4872f88e1 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8386d-0502-b0de-1a4b-0303c5ac0b73'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8386d-0502-b0de-1a4b-0303c5ac0b73'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: dd9befd8-edda-45ba-88c0-6e1f0ef28623 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=ed04457b-1c4d-447f-ad8c-c5f4872f88e1&request_guid=dd9befd8-edda-45ba-88c0-6e1f0ef28623 HTTP/1.1" 200 7494 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8386d-0502-afee-1a4b-0303c5ac2993 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8386d-0502-afee-1a4b-0303c5ac2993 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=63 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.result_set:result batch 1 has id: data_0_0_0 +DEBUG:snowflake.connector.result_set:result batch 2 has id: data_0_0_1 +DEBUG:snowflake.connector.result_set:result batch 3 has id: data_0_0_2 +DEBUG:snowflake.connector.result_set:result batch 4 has id: data_0_0_3 +DEBUG:snowflake.connector.result_set:result batch 5 has id: data_0_0_4 +DEBUG:snowflake.connector.result_set:result batch 6 has id: data_0_0_5 +DEBUG:snowflake.connector.result_set:result batch 7 has id: data_0_0_6 +DEBUG:snowflake.connector.result_set:result batch 8 has id: data_0_0_7 +DEBUG:snowflake.connector.result_set:result batch 9 has id: data_0_1_0 +DEBUG:snowflake.connector.result_set:result batch 10 has id: data_0_1_1 +DEBUG:snowflake.connector.result_set:result batch 11 has id: data_0_1_2 +DEBUG:snowflake.connector.result_set:result batch 12 has id: data_0_1_3 +DEBUG:snowflake.connector.result_set:result batch 13 has id: data_0_1_4 +DEBUG:snowflake.connector.result_set:result batch 14 has id: data_0_1_5 +DEBUG:snowflake.connector.result_set:result batch 15 has id: data_0_1_6 +DEBUG:snowflake.connector.result_set:result batch 16 has id: data_0_2_0 +DEBUG:snowflake.connector.result_set:result batch 17 has id: data_0_2_1 +DEBUG:snowflake.connector.result_set:result batch 18 has id: data_0_2_2 +DEBUG:snowflake.connector.result_set:result batch 19 has id: data_0_2_3 +DEBUG:snowflake.connector.result_set:result batch 20 has id: data_0_2_4 +DEBUG:snowflake.connector.result_set:result batch 21 has id: data_0_2_5 +DEBUG:snowflake.connector.result_set:result batch 22 has id: data_0_2_6 +DEBUG:snowflake.connector.result_set:result batch 23 has id: data_0_2_7 +DEBUG:snowflake.connector.result_set:result batch 24 has id: data_0_3_0 +DEBUG:snowflake.connector.result_set:result batch 25 has id: data_0_3_1 +DEBUG:snowflake.connector.result_set:result batch 26 has id: data_0_3_2 +DEBUG:snowflake.connector.result_set:result batch 27 has id: data_0_3_3 +DEBUG:snowflake.connector.result_set:result batch 28 has id: data_0_3_4 +DEBUG:snowflake.connector.result_set:result batch 29 has id: data_0_3_5 +DEBUG:snowflake.connector.result_set:result batch 30 has id: data_0_3_6 +DEBUG:snowflake.connector.result_set:result batch 31 has id: data_0_3_7 +DEBUG:snowflake.connector.result_set:result batch 32 has id: data_0_4_0 +DEBUG:snowflake.connector.result_set:result batch 33 has id: data_0_4_1 +DEBUG:snowflake.connector.result_set:result batch 34 has id: data_0_4_2 +DEBUG:snowflake.connector.result_set:result batch 35 has id: data_0_4_3 +DEBUG:snowflake.connector.result_set:result batch 36 has id: data_0_4_4 +DEBUG:snowflake.connector.result_set:result batch 37 has id: data_0_4_5 +DEBUG:snowflake.connector.result_set:result batch 38 has id: data_0_4_6 +DEBUG:snowflake.connector.result_set:result batch 39 has id: data_0_4_7 +DEBUG:snowflake.connector.result_set:result batch 40 has id: data_0_5_0 +DEBUG:snowflake.connector.result_set:result batch 41 has id: data_0_5_1 +DEBUG:snowflake.connector.result_set:result batch 42 has id: data_0_5_2 +DEBUG:snowflake.connector.result_set:result batch 43 has id: data_0_5_3 +DEBUG:snowflake.connector.result_set:result batch 44 has id: data_0_5_4 +DEBUG:snowflake.connector.result_set:result batch 45 has id: data_0_5_5 +DEBUG:snowflake.connector.result_set:result batch 46 has id: data_0_5_6 +DEBUG:snowflake.connector.result_set:result batch 47 has id: data_0_5_7 +DEBUG:snowflake.connector.result_set:result batch 48 has id: data_0_6_0 +DEBUG:snowflake.connector.result_set:result batch 49 has id: data_0_6_1 +DEBUG:snowflake.connector.result_set:result batch 50 has id: data_0_6_2 +DEBUG:snowflake.connector.result_set:result batch 51 has id: data_0_6_3 +DEBUG:snowflake.connector.result_set:result batch 52 has id: data_0_6_4 +DEBUG:snowflake.connector.result_set:result batch 53 has id: data_0_6_5 +DEBUG:snowflake.connector.result_set:result batch 54 has id: data_0_6_6 +DEBUG:snowflake.connector.result_set:result batch 55 has id: data_0_6_7 +DEBUG:snowflake.connector.result_set:result batch 56 has id: data_0_7_0 +DEBUG:snowflake.connector.result_set:result batch 57 has id: data_0_7_1 +DEBUG:snowflake.connector.result_set:result batch 58 has id: data_0_7_2 +DEBUG:snowflake.connector.result_set:result batch 59 has id: data_0_7_3 +DEBUG:snowflake.connector.result_set:result batch 60 has id: data_0_7_4 +DEBUG:snowflake.connector.result_set:result batch 61 has id: data_0_7_5 +DEBUG:snowflake.connector.result_set:result batch 62 has id: data_0_7_6 +DEBUG:snowflake.connector.result_set:result batch 63 has id: data_0_7_7 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_0 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_0 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_2 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_1 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/2 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_1 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_3 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_2 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/3 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_2 with existing session +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 1 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_3 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_3 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_0_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=Lwmn28rUJltYpR4glNAl8Ur3n0Q%3D HTTP/1.1" 200 48610 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 1 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_4 with existing session +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 143 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 1 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_0_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=HP7RFb3C9Vrw6zPN8TUQxgTdBQQ%3D HTTP/1.1" 200 1008225 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 2 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_5 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_0_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=i12GDZwC4cuc9dcDuMiAHIiwBag%3D HTTP/1.1" 200 164808 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 147 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 147 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 147 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 3 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_4 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_0_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=7%2F5nXOXmWdYzCp%2FDd2R4ixl2l9s%3D HTTP/1.1" 200 502650 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_0_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=R%2Fyu4iJXXlCGEwyiBYvum11A8XE%3D HTTP/1.1" 200 252999 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 147 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_0_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=YaMWNq2aEMY2GsDKaweYnT%2FxFxg%3D HTTP/1.1" 200 1831348 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 2 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 3 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_6 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_6 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 3 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_set:user began consuming result batch 3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 3 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 3, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 293 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 292 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_0_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=jvBtqCviuVcZg79mxbn4qfjR3eg%3D HTTP/1.1" 200 3729256 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 294 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 3 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 4 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_7 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_7 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 3 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 3 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 3, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 583 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 587 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_0_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=HM3cAbhL9ZjabgMVaJ1%2FWBv2fV4%3D HTTP/1.1" 200 2346426 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 586 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_5 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_5 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_0 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_0 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 3, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1179 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_1_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=iZVyS%2FMaOi8GZVVC1nbesw4fnok%3D HTTP/1.1" 200 48162 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1177 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1180 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 5 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 6 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_1 +DEBUG:snowflake.connector.result_set:user began consuming result batch 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1471 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_1 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1428 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_1_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=Xjc%2FfAOjkwxAlIBfAXqcxQ97PLs%3D HTTP/1.1" 200 163910 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1417 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1427 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 6 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_2 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_2 with existing session +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 7 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1422 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_1_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=cctGCdyoc7QaAccbuZcZS5m%2Fj1k%3D HTTP/1.1" 200 252143 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1420 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1423 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1420 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 3 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1421 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1428 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1428 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1426 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 7 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 8 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 8 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1428 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1427 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_1_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=gB%2Bdfkf78h%2FuNpwpIT81jpLX%2Bls%3D HTTP/1.1" 200 499787 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1425 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1418 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1412 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 62 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 8 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 9 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 9 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 144 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 9 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 10 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 10 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 148 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 148 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 148 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 148 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 10 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 11 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 11 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 3, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 296 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 292 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_1_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=%2BEXS7DB1ovnxfYZQQV2iBNZwD3g%3D HTTP/1.1" 200 1000970 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 294 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 11 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 12 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 3 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_3 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_1_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=cLDhe4e6EaDE8HOSp4QiNly2mGU%3D HTTP/1.1" 200 1745838 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 12 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 3 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 3, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 587 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 589 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_1_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=4AKcvM8hXLutFvD5mnF32EAcTGU%3D HTTP/1.1" 200 2087650 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 591 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 12 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_2_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=oJpYAwEr1kh73jepAviz%2FZ%2BtIc8%3D HTTP/1.1" 200 50989 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 13 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_1 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 3 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 13 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 3 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 3, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1179 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_2_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=3vKllS0osCNXAWua0W0ysEkm3XA%3D HTTP/1.1" 200 131782 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1177 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1177 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 13 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 14 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_2 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_1 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_2 with existing session +DEBUG:snowflake.connector.arrow_iterator:Batches read: 3 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 14 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1511 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_2_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=VHu39xHt2MQ%2BsYFfFzkTEZUJvLg%3D HTTP/1.1" 200 222591 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1500 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1501 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1508 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 14 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 15 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_3 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 3 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 15 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1509 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_2_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=%2Fh7NBALNrnD0u7%2BP5EJXyIKo%2FnY%3D HTTP/1.1" 200 460419 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1502 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1489 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1487 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1193 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 15 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 16 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 16 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 137 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 16 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 17 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 17 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 3, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_5 with existing session +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 140 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 139 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 140 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 17 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 18 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 18 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 3 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 3, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 141 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 281 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 281 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_2_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=QioFglqORxOmX%2BlQiqULRyisGiA%3D HTTP/1.1" 200 1094104 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_2_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=CDSurJCW%2F5jLwM8s1fBx31Aq2Kk%3D HTTP/1.1" 200 1770791 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 18 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 19 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 19 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_7 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 3, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 280 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_7 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 556 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_2_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=AmU0XP1kTTiXNqChDzrFMk06isE%3D HTTP/1.1" 200 3592428 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 555 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 19 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 20 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_0 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_2_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=W5hf9NA7jUQDb2wiJ9TCmJ%2F%2FrM8%3D HTTP/1.1" 200 2084824 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 20 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 555 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 555 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_3_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=O2v2kWW0tNsoMbssvCeVuEyWLD4%3D HTTP/1.1" 200 49854 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1109 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1104 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 20 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 21 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_1 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 21 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1105 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_3_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=0g5O7SMEWLF26Kr%2FVER3OOqRw94%3D HTTP/1.1" 200 169374 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1431 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1429 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1429 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 21 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 22 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_2 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_1 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_2 with existing session +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 22 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1426 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_3_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=9k41RJEm9%2F%2FL5qsU7Pl1KjLR2kg%3D HTTP/1.1" 200 262448 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1416 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1433 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1514 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1513 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1500 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1500 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1496 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 22 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 23 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 23 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1512 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 3 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1506 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_3_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=i7X0s8lBVKlIkOXmNLYsLgI8%2BH4%3D HTTP/1.1" 200 537303 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1514 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1513 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1331 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 23 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 24 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 24 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 136 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 24 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 25 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 25 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 140 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 140 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 140 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 139 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 25 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 26 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 26 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 3, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 279 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 280 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_3_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=x%2F6YtvrV6u3zi06mHh5lOayTRyM%3D HTTP/1.1" 200 898829 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 278 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 26 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 27 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 3 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 27 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_7 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 3 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 3, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 557 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 553 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 554 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_3_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=7NRo23l%2FlwOB0mCuGTQeZNgQvYI%3D HTTP/1.1" 200 3730796 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 27 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_3_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=wZHJm9LodP6N9niMqQvpcJEiZCs%3D HTTP/1.1" 200 1825723 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 28 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 3 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_3_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=zdC4Bmvj%2BWSfMAnRHOJE7K6d3MA%3D HTTP/1.1" 200 4658010 +DEBUG:snowflake.connector.result_set:user began consuming result batch 28 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 3 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 3, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 553 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1104 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1113 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_4_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=f%2FOvsxGOF4MSqmncTZzxgrMeRL4%3D HTTP/1.1" 200 51787 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 28 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 29 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_1 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_4_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=YG1%2B5quukaFdl%2BM45amOytcZ1pc%3D HTTP/1.1" 200 135989 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 29 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1429 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1429 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1423 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 3 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1418 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 29 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 30 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_6 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_4_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=V%2BPyHG8AnYykZEdaawnWbhwthxw%3D HTTP/1.1" 200 227524 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 30 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1404 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1404 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1415 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1423 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1423 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1421 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1422 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1422 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 30 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 31 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_3 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.arrow_iterator:Batches read: 3 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_3 with existing session +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 11 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 31 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 11 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 11, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1419 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_4_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=Do3bOsiQlN4QVrPRD13v%2FjJmAcU%3D HTTP/1.1" 200 451697 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1417 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1417 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 3 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1409 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1410 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1419 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1419 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1429 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 1429 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 1430 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 10, rows in current batch: 160 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 31 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 32 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 32 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 137 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 32 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 33 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 33 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 3, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 140 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 140 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 140 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 33 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 34 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 34 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 3, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 140 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 279 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 279 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 34 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 35 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 35 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_7 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 3, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_4_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=V3Zr9bhwlbXNeselKsVhi%2FVxSTY%3D HTTP/1.1" 200 1092415 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 279 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_7 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_4_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=pigOrrjjwQM7b2PMH%2FfGVES4h8c%3D HTTP/1.1" 200 1760893 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 561 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 570 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 35 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 36 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_0 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_4_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=aoYhzK47qrmM5p27vef5db7We3w%3D HTTP/1.1" 200 3660465 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 36 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 572 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 571 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_4_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=z3lKP%2FTqQysTnGqqEgX%2B3oe7dKw%3D HTTP/1.1" 200 2555192 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1123 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_5_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=st%2FSFo9Mb7KjaWjkLyUtelzhZ7o%3D HTTP/1.1" 200 46713 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1115 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 36 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 37 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_1 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 37 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1450 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_5_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=PW%2FsHkGsV71E0%2FH23oBIN9%2FKdOk%3D HTTP/1.1" 200 159282 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1503 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1509 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1507 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 37 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 38 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_1 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_5_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=QOwSG7NbEM7FUt1od2HNEXub9p8%3D HTTP/1.1" 200 246468 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 3 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 38 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1506 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1500 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1441 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1441 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1423 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1423 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1421 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1412 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 38 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 39 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 39 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1412 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1416 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_5_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=AvTXZ7s8FgJT4Vu1ggc%2BWFjXi%2FY%3D HTTP/1.1" 200 490730 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1424 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1419 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1418 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 616 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 39 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 40 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 40 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 145 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 40 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 41 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 41 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 147 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 149 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 150 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 149 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 41 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 42 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 42 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 3, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 297 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 297 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 295 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 42 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_5_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=Jm0JiZkwgkFiXbnoUr4mhGPRw7E%3D HTTP/1.1" 200 1005530 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 43 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_7 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_5_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=6bpktW5aabRhczSaiGAAHIShbw0%3D HTTP/1.1" 200 1864193 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 3 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 43 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 3 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_7 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 3, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 588 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 593 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 597 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_5_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=2eM0YAjEMRO95iZa6QQFSUaXSnU%3D HTTP/1.1" 200 3543141 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 43 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 44 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_0 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_5_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=u%2FhVvqCfGkr8hL2m12GcsIfYB%2Fs%3D HTTP/1.1" 200 3471696 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 3 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 44 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 3 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 3, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1185 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_6_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=QEQE16dQ2ItSeC%2Buc0aDj7hTfcc%3D HTTP/1.1" 200 49556 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1175 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1176 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_0 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 44 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 45 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_1 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 45 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1455 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_6_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=1CnR0LgvJDT5VUKjW5Au%2B88L%2Be0%3D HTTP/1.1" 200 167018 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1417 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1419 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1459 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_7 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 45 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 46 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_2 +DEBUG:snowflake.connector.result_set:user began consuming result batch 46 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_2 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_2 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1505 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1419 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_6_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=g2T59PnHAQsDvM9PIUIe6FoLfF8%3D HTTP/1.1" 200 254707 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 3 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1416 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1415 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1414 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1414 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1488 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1499 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 46 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 47 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 47 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1501 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_6_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=W5Fhdv9Q8r8LdvLirzUulwp6bjA%3D HTTP/1.1" 200 503466 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1505 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1502 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1432 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1421 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1418 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1423 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 904 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 47 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 48 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 48 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 142 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_4 with existing session +DEBUG:snowflake.connector.result_set:user finished consuming result batch 48 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 49 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 49 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 147 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 148 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 146 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 149 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 49 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 50 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 50 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 3, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 295 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 294 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 293 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_6_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=MHInlHbawj%2F8EWG0S%2BSmpGBLeFo%3D HTTP/1.1" 200 1017298 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 50 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 51 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 3 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_6_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=XkPeK5VIFz6fACF8h1lLddpNStI%3D HTTP/1.1" 200 1807748 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 51 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_7 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 3 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 3, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 589 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 587 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 584 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_6_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=0GKMxbxK%2BDK487ZEZeFtwRUvTl8%3D HTTP/1.1" 200 3745413 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 51 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 52 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 3 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_0 with existing session +DEBUG:snowflake.connector.result_set:user began consuming result batch 52 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 3 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 3, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1170 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_6_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=w%2B3tamp53qPTwN%2BJddMxgGWFMmk%3D HTTP/1.1" 200 2803729 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1173 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_7_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=DIc8y5gP5GhoIMgj03arqfVq4XI%3D HTTP/1.1" 200 45287 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1178 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 52 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 53 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_1 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 53 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1450 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_7_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=NVe8LAFQuUVXfNWg3XrWrgXDoqo%3D HTTP/1.1" 200 149474 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1408 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1411 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1413 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 53 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 54 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_2 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_2 with existing session +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_6 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_7_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=%2BvboojFeULGjtDySXRocBy%2FBaoM%3D HTTP/1.1" 200 210173 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 54 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_7 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1419 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1418 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1418 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1424 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1419 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1419 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1421 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 3 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1425 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 54 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 55 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 55 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1426 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1421 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_7_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=9yljHVzodiac4rJ2djBho9e5JIA%3D HTTP/1.1" 200 509194 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1422 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1424 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1419 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1351 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 55 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 56 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 56 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 147 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_set:user finished consuming result batch 56 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_4 with existing session +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 57 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 57 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 146 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 147 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 147 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 146 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 57 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 58 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 58 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 3, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 147 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 299 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 299 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_7_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=3HbSfUqGIiVmzfG3%2F%2FjskPcQzUA%3D HTTP/1.1" 200 1050098 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 58 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 59 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 59 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_7 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 299 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_7 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 300 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 300 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_7_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=yd7ja2K1GDaFtVGsH9dhOD5lTik%3D HTTP/1.1" 200 1731941 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 299 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 300 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 300 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 59 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_7_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=GGHPHYq2A9UcSQfkuCmVxYab22s%3D HTTP/1.1" 200 1096339 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83861-0502-af26-1a4b-0303c5a8f6ff_0/main/data_0_7_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668124166&Signature=wFhjjPNi6VBVe3bnBphRCpSnEDI%3D HTTP/1.1" 200 3696767 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 60 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 299 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 299 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 299 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 299 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1124 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1108 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 60 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 61 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 3 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 61 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1108 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1418 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1422 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1427 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 61 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 62 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 62 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1422 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1417 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1413 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1413 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1419 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1422 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 1423 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 1424 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 62 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 63 +DEBUG:snowflake.connector.result_set:user began consuming result batch 63 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 3 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 3, columnCount 187, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1430 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1443 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 457 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 63 +INFO:snowflake.connector.connection:closed +DEBUG:snowflake.connector.telemetry:Closing telemetry client. +INFO:snowflake.connector.connection:No async queries seem to be running, deleting session +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 763dadd0-44d2-4934-ab4e-567b3026c374 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session?delete=true&request_guid=763dadd0-44d2-4934-ab4e-567b3026c374 HTTP/1.1" 200 76 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.connection:Session is closed +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\pgfunctions.py', reloading +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:52:22] "GET /mail/jqBootstrapValidation.min.js HTTP/1.1" 404 - +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:54:01] "POST /submit HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:54:01] "GET /mail/jqBootstrapValidation.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:54:01] "GET /static/lib/owlcarousel/assets/owl.carousel.min.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:54:01] "GET /static/css/style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:54:01] "GET /static/css/21.b5c496e2.chunk.css HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:54:01] "GET /lib/waypoints/waypoints.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:54:01] "GET /lib/easing/easing.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:54:01] "GET /lib/counterup/counterup.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:54:02] "GET /lib/owlcarousel/owl.carousel.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:54:02] "GET /mail/contact.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:54:02] "GET /js/main.js HTTP/1.1" 404 - +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 81.66s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 81.66s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 81.67s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=dd6f8ebb-0106-4ce3-945d-56e171e997ea +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: b84f7688-c512-44e4-a88e-dda2144bd0c3 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 2499397197904 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2499397197904 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2499397516256 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2499397516256 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2499397516256 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2499397516256 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2499397197904 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2499397197904 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=dd6f8ebb-0106-4ce3-945d-56e171e997ea&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=b84f7688-c512-44e4-a88e-dda2144bd0c3 HTTP/1.1" 200 1542 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_EDW_TRANS_D, database=PL_DEV, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=9d786f64-d8cb-4369-b5a9-b046b448d2d6 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: dbeafedd-08f3-45a6-9677-75c96f23b360 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=9d786f64-d8cb-4369-b5a9-b046b448d2d6&databaseName=PL_DEV&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=dbeafedd-08f3-45a6-9677-75c96f23b360 HTTP/1.1" 200 1548 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.05415s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 744816e3-d5ca-41b1-bfa2-1776786bb992 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ecbaf76a-d838-4e96-89c0-ce602040e288 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=744816e3-d5ca-41b1-bfa2-1776786bb992&request_guid=ecbaf76a-d838-4e96-89c0-ce602040e288 HTTP/1.1" 200 2268 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83872-0502-ae87-1a4b-0303c5ad5c5f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83872-0502-ae87-1a4b-0303c5ad5c5f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83872-0502-ae87-1a4b-0303c5ad5c5f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 4b7ec120-ed14-4933-b19f-90c6672a346e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83872-0502-ae87-1a4b-0303c5ad5c5f?request_guid=4b7ec120-ed14-4933-b19f-90c6672a346e HTTP/1.1" 200 1851 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83872-0502-ae87-1a4b-0303c5ad5c5f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8d884b4e-54ac-485e-b6c4-a01e305e8459 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83872-0502-ae87-1a4b-0303c5ad5c5f?request_guid=8d884b4e-54ac-485e-b6c4-a01e305e8459 HTTP/1.1" 200 1851 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83872-0502-ae87-1a4b-0303c5ad5c5f'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 496743dc-d40e-4b4c-8093-825167165662 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83872-0502-ae87-1a4b-0303c5ad5c5f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83872-0502-ae87-1a4b-0303c5ad5c5f'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 834623df-d499-4f6e-a667-8679a7413fea +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=496743dc-d40e-4b4c-8093-825167165662&request_guid=834623df-d499-4f6e-a667-8679a7413fea HTTP/1.1" 200 2265 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83872-0502-b1d6-1a4b-0303c5ad6cf7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83872-0502-b1d6-1a4b-0303c5ad6cf7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 4 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 33e94ed3-9be1-4419-89c7-b4376f0c9922 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 3ab98454-022b-4392-989e-02035dad88b1 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=33e94ed3-9be1-4419-89c7-b4376f0c9922&request_guid=3ab98454-022b-4392-989e-02035dad88b1 HTTP/1.1" 200 1788 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83872-0502-b1d6-1a4b-0303c5ad6d07 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83872-0502-b1d6-1a4b-0303c5ad6d07 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83872-0502-b1d6-1a4b-0303c5ad6d07' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a67f870e-e801-466f-8c8e-32d09b2d834c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83872-0502-b1d6-1a4b-0303c5ad6d07?request_guid=a67f870e-e801-466f-8c8e-32d09b2d834c HTTP/1.1" 200 2163 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83872-0502-b1d6-1a4b-0303c5ad6d07' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 5d21d7aa-a530-4abd-a656-c08fa96e0db4 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83872-0502-b1d6-1a4b-0303c5ad6d07?request_guid=5d21d7aa-a530-4abd-a656-c08fa96e0db4 HTTP/1.1" 200 2163 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83872-0502-b1d6-1a4b-0303c5ad6d07'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 5880756d-1618-4dd1-92e6-36d0da4e50f9 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83872-0502-b1d6-1a4b-0303c5ad6d07'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83872-0502-b1d6-1a4b-0303c5ad6d07'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: cc079612-173c-47e9-a3a7-ab019e242348 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=5880756d-1618-4dd1-92e6-36d0da4e50f9&request_guid=cc079612-173c-47e9-a3a7-ab019e242348 HTTP/1.1" 200 1785 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83872-0502-b1d6-1a4b-0303c5ad6d37 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83872-0502-b1d6-1a4b-0303c5ad6d37 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 7f974047-6903-48a6-b1e2-395cb919dcab +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','STG_CEM_EVENT');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1cd6afc5-44bf-4d27-b343-a384936e91c4 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=7f974047-6903-48a6-b1e2-395cb919dcab&request_guid=1cd6afc5-44bf-4d27-b343-a384936e91c4 HTTP/1.1" 200 2289 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83872-0502-ae87-1a4b-0303c5ad5c9f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83872-0502-ae87-1a4b-0303c5ad5c9f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83872-0502-ae87-1a4b-0303c5ad5c9f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 78b0efe7-8db2-466a-bc11-d266a1ee59a3 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83872-0502-ae87-1a4b-0303c5ad5c9f?request_guid=78b0efe7-8db2-466a-bc11-d266a1ee59a3 HTTP/1.1" 200 1682 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83872-0502-ae87-1a4b-0303c5ad5c9f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 157a0ff5-9007-4115-8a7d-2fa12fe2db54 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83872-0502-ae87-1a4b-0303c5ad5c9f?request_guid=157a0ff5-9007-4115-8a7d-2fa12fe2db54 HTTP/1.1" 200 1682 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83872-0502-ae87-1a4b-0303c5ad5c9f'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 5b503f33-42f1-46f2-bf3d-096c441baa1c +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83872-0502-ae87-1a4b-0303c5ad5c9f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83872-0502-ae87-1a4b-0303c5ad5c9f'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 61e3ceda-8d9e-4033-8e68-9ab29c9c668d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=5b503f33-42f1-46f2-bf3d-096c441baa1c&request_guid=61e3ceda-8d9e-4033-8e68-9ab29c9c668d HTTP/1.1" 200 2289 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83872-0502-ae87-1a4b-0303c5ad5cb7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83872-0502-ae87-1a4b-0303c5ad5cb7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:54:10] "GET /sfexec?csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y206uQ.ZWVkwG7j9vm5LsFPJvo3S2_mVT8&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y206uQ.ZWVkwG7j9vm5LsFPJvo3S2_mVT8&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y206uQ.ZWVkwG7j9vm5LsFPJvo3S2_mVT8&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y206uQ.ZWVkwG7j9vm5LsFPJvo3S2_mVT8&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y206uQ.ZWVkwG7j9vm5LsFPJvo3S2_mVT8&submit=Submit HTTP/1.1" 500 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:54:10] "GET /sfexec?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:54:10] "GET /sfexec?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:54:10] "GET /sfexec?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:56:14] "GET /mail/contact.js HTTP/1.1" 404 - +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 213.7s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 213.7s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 213.7s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=5ff03516-35a0-4c98-a233-44400296bc08 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f920639b-d68c-4579-ba5b-9a8767fb159e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=5ff03516-35a0-4c98-a233-44400296bc08&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=f920639b-d68c-4579-ba5b-9a8767fb159e HTTP/1.1" 200 1549 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_EDW_TRANS_D, database=PL_DEV, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=ea1c8776-d5d7-4afc-b334-98295c63c560 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9ef10eaf-ed81-4c37-a87a-dd941a51e94c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=ea1c8776-d5d7-4afc-b334-98295c63c560&databaseName=PL_DEV&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=9ef10eaf-ed81-4c37-a87a-dd941a51e94c HTTP/1.1" 200 1545 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 131.9s ago] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: c4c2b814-d955-40b6-afa5-1b50f99fc55c +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 259c180a-df6b-49ed-a3ce-70bc4d35a2a0 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=c4c2b814-d955-40b6-afa5-1b50f99fc55c&request_guid=259c180a-df6b-49ed-a3ce-70bc4d35a2a0 HTTP/1.1" 200 2264 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83874-0502-b1d6-1a4b-0303c5adf9ef +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83874-0502-b1d6-1a4b-0303c5adf9ef +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83874-0502-b1d6-1a4b-0303c5adf9ef' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c127fe9d-0fef-491f-9596-70dcdff9e9f6 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83874-0502-b1d6-1a4b-0303c5adf9ef?request_guid=c127fe9d-0fef-491f-9596-70dcdff9e9f6 HTTP/1.1" 200 1856 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83874-0502-b1d6-1a4b-0303c5adf9ef' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 85f668a6-94b9-4d8b-bda3-f0e0ae4f233c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83874-0502-b1d6-1a4b-0303c5adf9ef?request_guid=85f668a6-94b9-4d8b-bda3-f0e0ae4f233c HTTP/1.1" 200 1855 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83874-0502-b1d6-1a4b-0303c5adf9ef'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 4c75bc4b-67cc-4475-bb93-ec56be7ebe0c +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83874-0502-b1d6-1a4b-0303c5adf9ef'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83874-0502-b1d6-1a4b-0303c5adf9ef'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9eb4ab5e-4215-4fc6-b7c5-7453c2b25ab5 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=4c75bc4b-67cc-4475-bb93-ec56be7ebe0c&request_guid=9eb4ab5e-4215-4fc6-b7c5-7453c2b25ab5 HTTP/1.1" 200 2262 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83874-0502-af26-1a4b-0303c5adec5b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83874-0502-af26-1a4b-0303c5adec5b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 4 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 51b3785d-7f0a-46bb-8e69-82f1ebc23a62 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1111b85a-dd02-4bf4-876e-d19cf3ccfd3d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=51b3785d-7f0a-46bb-8e69-82f1ebc23a62&request_guid=1111b85a-dd02-4bf4-876e-d19cf3ccfd3d HTTP/1.1" 200 1791 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83874-0502-af26-1a4b-0303c5adec5f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83874-0502-af26-1a4b-0303c5adec5f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83874-0502-af26-1a4b-0303c5adec5f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 01904b64-34a5-4fb5-89eb-e177e7f09ec7 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83874-0502-af26-1a4b-0303c5adec5f?request_guid=01904b64-34a5-4fb5-89eb-e177e7f09ec7 HTTP/1.1" 200 2169 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83874-0502-af26-1a4b-0303c5adec5f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e1f209c6-c580-4b7b-8963-9ab66ec9e04d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83874-0502-af26-1a4b-0303c5adec5f?request_guid=e1f209c6-c580-4b7b-8963-9ab66ec9e04d HTTP/1.1" 200 2169 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83874-0502-af26-1a4b-0303c5adec5f'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 12fba2a3-0c5b-4011-9d19-27e11b1c273b +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83874-0502-af26-1a4b-0303c5adec5f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83874-0502-af26-1a4b-0303c5adec5f'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c95c837e-2c66-40b1-a19b-c9a4403a406f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=12fba2a3-0c5b-4011-9d19-27e11b1c273b&request_guid=c95c837e-2c66-40b1-a19b-c9a4403a406f HTTP/1.1" 200 1789 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83874-0502-b1d6-1a4b-0303c5adfa6f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83874-0502-b1d6-1a4b-0303c5adfa6f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 80604e18-6bd5-4d17-8693-1ac07abfb5ab +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','STG_CEM_EVENT');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 85a242d2-d95f-42ca-839f-81e1ad6bf0e1 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=80604e18-6bd5-4d17-8693-1ac07abfb5ab&request_guid=85a242d2-d95f-42ca-839f-81e1ad6bf0e1 HTTP/1.1" 200 None +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83874-0502-afee-1a4b-0303c5ae1717 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83874-0502-afee-1a4b-0303c5ae1717 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83874-0502-afee-1a4b-0303c5ae1717' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 08a55936-7598-4794-8c36-b85ecac9bab3 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83874-0502-afee-1a4b-0303c5ae1717?request_guid=08a55936-7598-4794-8c36-b85ecac9bab3 HTTP/1.1" 200 1681 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83874-0502-afee-1a4b-0303c5ae1717' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a92d6986-0e08-463f-8784-f418e2f4c8fe +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83874-0502-afee-1a4b-0303c5ae1717?request_guid=a92d6986-0e08-463f-8784-f418e2f4c8fe HTTP/1.1" 200 1681 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83874-0502-afee-1a4b-0303c5ae1717'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 1fb0a8d4-6038-4a97-b632-3bcccb85d8e8 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83874-0502-afee-1a4b-0303c5ae1717'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83874-0502-afee-1a4b-0303c5ae1717'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: cb1ca45e-248f-4e98-89af-7460c7b31f81 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=1fb0a8d4-6038-4a97-b632-3bcccb85d8e8&request_guid=cb1ca45e-248f-4e98-89af-7460c7b31f81 HTTP/1.1" 200 2284 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83874-0502-b0de-1a4b-0303c5ae2157 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83874-0502-b0de-1a4b-0303c5ae2157 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:56:22] "GET /sfexec?csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y206uQ.ZWVkwG7j9vm5LsFPJvo3S2_mVT8&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y206uQ.ZWVkwG7j9vm5LsFPJvo3S2_mVT8&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y206uQ.ZWVkwG7j9vm5LsFPJvo3S2_mVT8&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y206uQ.ZWVkwG7j9vm5LsFPJvo3S2_mVT8&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y206uQ.ZWVkwG7j9vm5LsFPJvo3S2_mVT8&submit=Submit HTTP/1.1" 500 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:56:22] "GET /sfexec?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:56:23] "GET /sfexec?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 12:56:23] "GET /sfexec?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 304 - +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 11.69s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 11.69s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 11.7s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=baee210a-54cc-4fb7-95f9-bb8f618bffe5 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1ff70584-b738-4d11-bc2e-04ef4137ff97 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 1977639997968 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1977639997968 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 1977640316320 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1977640316320 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 1977640316320 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 1977640316320 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 1977639997968 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1977639997968 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=baee210a-54cc-4fb7-95f9-bb8f618bffe5&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=1ff70584-b738-4d11-bc2e-04ef4137ff97 HTTP/1.1" 200 1549 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_EDW_TRANS_D, database=PL_DEV, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=a58c62bf-7f98-4d35-8b4d-65ab1c0232bf +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9e677e21-ed20-444d-a167-0da96cf2b98a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=a58c62bf-7f98-4d35-8b4d-65ab1c0232bf&databaseName=PL_DEV&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=9e677e21-ed20-444d-a167-0da96cf2b98a HTTP/1.1" 200 1550 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00271s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: d7a3e6c5-13ff-4676-8b27-8b6678be8691 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 909cb84d-dedc-4bfe-bbb8-8d890afa9c9c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=d7a3e6c5-13ff-4676-8b27-8b6678be8691&request_guid=909cb84d-dedc-4bfe-bbb8-8d890afa9c9c HTTP/1.1" 200 2269 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83881-0502-afee-1a4b-0303c5b1d6bf +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83881-0502-afee-1a4b-0303c5b1d6bf +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83881-0502-afee-1a4b-0303c5b1d6bf' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 2b3c03c1-00e2-4aba-9453-88e358cf280f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83881-0502-afee-1a4b-0303c5b1d6bf?request_guid=2b3c03c1-00e2-4aba-9453-88e358cf280f HTTP/1.1" 200 1852 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83881-0502-afee-1a4b-0303c5b1d6bf' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 75ec80dd-eaa2-48d2-a284-d365d9842610 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83881-0502-afee-1a4b-0303c5b1d6bf?request_guid=75ec80dd-eaa2-48d2-a284-d365d9842610 HTTP/1.1" 200 1851 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83881-0502-afee-1a4b-0303c5b1d6bf'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: e061f09d-c077-43d5-87fd-3eb0de9b2411 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83881-0502-afee-1a4b-0303c5b1d6bf'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83881-0502-afee-1a4b-0303c5b1d6bf'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a79cfb90-d4c2-4028-b9dc-5b88d7247d23 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=e061f09d-c077-43d5-87fd-3eb0de9b2411&request_guid=a79cfb90-d4c2-4028-b9dc-5b88d7247d23 HTTP/1.1" 200 2269 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83881-0502-afee-1a4b-0303c5b1d6e3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83881-0502-afee-1a4b-0303c5b1d6e3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 4 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 7811733c-4cc0-49b2-a818-e2e98bdb686d +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9ccffd07-4927-4af1-80fa-299005958973 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=7811733c-4cc0-49b2-a818-e2e98bdb686d&request_guid=9ccffd07-4927-4af1-80fa-299005958973 HTTP/1.1" 200 1788 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83881-0502-b0de-1a4b-0303c5b1e4a3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83881-0502-b0de-1a4b-0303c5b1e4a3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83881-0502-b0de-1a4b-0303c5b1e4a3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: bd716e90-f1f0-438a-9b91-2b4a221c07fe +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83881-0502-b0de-1a4b-0303c5b1e4a3?request_guid=bd716e90-f1f0-438a-9b91-2b4a221c07fe HTTP/1.1" 200 2178 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83881-0502-b0de-1a4b-0303c5b1e4a3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 78571268-eeed-48f4-bd85-f6b7bfbe855e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83881-0502-b0de-1a4b-0303c5b1e4a3?request_guid=78571268-eeed-48f4-bd85-f6b7bfbe855e HTTP/1.1" 200 2178 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83881-0502-b0de-1a4b-0303c5b1e4a3'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: a17ca687-0a52-43ae-a4b7-1c5b080fabc5 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83881-0502-b0de-1a4b-0303c5b1e4a3'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83881-0502-b0de-1a4b-0303c5b1e4a3'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: fb4154dc-1cff-40c6-938a-4c4a9aae029b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=a17ca687-0a52-43ae-a4b7-1c5b080fabc5&request_guid=fb4154dc-1cff-40c6-938a-4c4a9aae029b HTTP/1.1" 200 1792 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83881-0502-ae87-1a4b-0303c5b1ba7f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83881-0502-ae87-1a4b-0303c5b1ba7f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: e4114530-6a80-4501-8f24-a0f55d162453 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','STG_CEM_EVENT');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e09bc765-95bb-4013-9521-04a1a5068c84 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=e4114530-6a80-4501-8f24-a0f55d162453&request_guid=e09bc765-95bb-4013-9521-04a1a5068c84 HTTP/1.1" 200 2288 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83881-0502-afee-1a4b-0303c5b1d73b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83881-0502-afee-1a4b-0303c5b1d73b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83881-0502-afee-1a4b-0303c5b1d73b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 588d43ad-e480-4c15-830c-e7249477ef83 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83881-0502-afee-1a4b-0303c5b1d73b?request_guid=588d43ad-e480-4c15-830c-e7249477ef83 HTTP/1.1" 200 1674 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83881-0502-afee-1a4b-0303c5b1d73b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 55d2ed76-2a70-43d1-a3ca-d5ac0e536509 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83881-0502-afee-1a4b-0303c5b1d73b?request_guid=55d2ed76-2a70-43d1-a3ca-d5ac0e536509 HTTP/1.1" 200 1674 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83881-0502-afee-1a4b-0303c5b1d73b'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 62aa113f-07dc-445e-b42b-629380f6f8f3 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83881-0502-afee-1a4b-0303c5b1d73b'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83881-0502-afee-1a4b-0303c5b1d73b'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: aff35e9c-a11a-4b7d-b0cb-137f1877490f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=62aa113f-07dc-445e-b42b-629380f6f8f3&request_guid=aff35e9c-a11a-4b7d-b0cb-137f1877490f HTTP/1.1" 200 2284 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83881-0502-b1d6-1a4b-0303c5b1c7bb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83881-0502-b1d6-1a4b-0303c5b1c7bb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 13:09:57] "GET /sfexec?csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y206uQ.ZWVkwG7j9vm5LsFPJvo3S2_mVT8&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y206uQ.ZWVkwG7j9vm5LsFPJvo3S2_mVT8&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y206uQ.ZWVkwG7j9vm5LsFPJvo3S2_mVT8&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y206uQ.ZWVkwG7j9vm5LsFPJvo3S2_mVT8&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y206uQ.ZWVkwG7j9vm5LsFPJvo3S2_mVT8&submit=Submit HTTP/1.1" 500 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 13:09:57] "GET /sfexec?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 13:09:57] "GET /sfexec?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 13:09:58] "GET /sfexec?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 304 - +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 16.91s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 16.91s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 16.92s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=a4a9e8bd-6871-412d-8a50-a1cdcff004ca +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a3af03ec-4c45-485c-85c9-14dd3cbd33c3 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 1627746980560 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1627746980560 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 1627747282528 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1627747282528 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 1627747282528 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 1627747282528 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 1627746980560 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1627746980560 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=a4a9e8bd-6871-412d-8a50-a1cdcff004ca&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=a3af03ec-4c45-485c-85c9-14dd3cbd33c3 HTTP/1.1" 200 1550 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_EDW_TRANS_D, database=PL_DEV, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=5a7148fb-aaed-4eef-ae6e-241836edd77e +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c2b555fd-50ca-495f-a97f-0366da8824ee +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=5a7148fb-aaed-4eef-ae6e-241836edd77e&databaseName=PL_DEV&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=c2b555fd-50ca-495f-a97f-0366da8824ee HTTP/1.1" 200 1547 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00230s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: a3463a0d-8690-4407-b582-cd82f78f8c15 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a20b0901-2bf4-49d1-9300-7b95bca5bf8a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=a3463a0d-8690-4407-b582-cd82f78f8c15&request_guid=a20b0901-2bf4-49d1-9300-7b95bca5bf8a HTTP/1.1" 200 2265 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83885-0502-b1d6-1a4b-0303c5b308af +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83885-0502-b1d6-1a4b-0303c5b308af +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83885-0502-b1d6-1a4b-0303c5b308af' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 49b7509d-da3f-4052-b509-7c3ff14d035f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83885-0502-b1d6-1a4b-0303c5b308af?request_guid=49b7509d-da3f-4052-b509-7c3ff14d035f HTTP/1.1" 200 1856 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83885-0502-b1d6-1a4b-0303c5b308af' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e718c5c4-5623-46ec-8338-7dfd5647346f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83885-0502-b1d6-1a4b-0303c5b308af?request_guid=e718c5c4-5623-46ec-8338-7dfd5647346f HTTP/1.1" 200 1856 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83885-0502-b1d6-1a4b-0303c5b308af'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 5b1666d1-4165-4892-9e12-70456e330d54 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83885-0502-b1d6-1a4b-0303c5b308af'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83885-0502-b1d6-1a4b-0303c5b308af'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f7a4cee0-18b7-4406-a8c3-2f6ce6f6b55c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=5b1666d1-4165-4892-9e12-70456e330d54&request_guid=f7a4cee0-18b7-4406-a8c3-2f6ce6f6b55c HTTP/1.1" 200 2269 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83885-0502-afee-1a4b-0303c5b3262f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83885-0502-afee-1a4b-0303c5b3262f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 4 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 5b550e37-7641-4694-b825-f242d2dee1ac +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 29118a04-5a20-4a42-a333-3002cae089d8 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=5b550e37-7641-4694-b825-f242d2dee1ac&request_guid=29118a04-5a20-4a42-a333-3002cae089d8 HTTP/1.1" 200 1792 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83885-0502-afee-1a4b-0303c5b32643 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83885-0502-afee-1a4b-0303c5b32643 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83885-0502-afee-1a4b-0303c5b32643' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: cb779b3d-6d96-4849-a4bf-ac6434c5375b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83885-0502-afee-1a4b-0303c5b32643?request_guid=cb779b3d-6d96-4849-a4bf-ac6434c5375b HTTP/1.1" 200 2179 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83885-0502-afee-1a4b-0303c5b32643' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 4bbed814-9a01-44ba-a2ff-16f4dc013851 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83885-0502-afee-1a4b-0303c5b32643?request_guid=4bbed814-9a01-44ba-a2ff-16f4dc013851 HTTP/1.1" 200 2179 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83885-0502-afee-1a4b-0303c5b32643'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 69453d06-f9f6-42d0-8c48-4af137184354 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83885-0502-afee-1a4b-0303c5b32643'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83885-0502-afee-1a4b-0303c5b32643'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: aba83859-7a43-415b-b08c-724e842b5c5b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=69453d06-f9f6-42d0-8c48-4af137184354&request_guid=aba83859-7a43-415b-b08c-724e842b5c5b HTTP/1.1" 200 1787 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83885-0502-b1d6-1a4b-0303c5b309f3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83885-0502-b1d6-1a4b-0303c5b309f3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 07662cc4-ea47-44fa-820e-05701d0b7bb9 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','STG_CEM_EVENT');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a7774cbe-ab81-4dbe-87fa-7786f511815d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=07662cc4-ea47-44fa-820e-05701d0b7bb9&request_guid=a7774cbe-ab81-4dbe-87fa-7786f511815d HTTP/1.1" 200 2280 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83885-0502-b0de-1a4b-0303c5b318a3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83885-0502-b0de-1a4b-0303c5b318a3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83885-0502-b0de-1a4b-0303c5b318a3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 52633d5d-9e83-4d61-bdd1-7010da6053ab +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83885-0502-b0de-1a4b-0303c5b318a3?request_guid=52633d5d-9e83-4d61-bdd1-7010da6053ab HTTP/1.1" 200 1673 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83885-0502-b0de-1a4b-0303c5b318a3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: bdd7f42e-a049-40dc-80be-1ae7a507ce4e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83885-0502-b0de-1a4b-0303c5b318a3?request_guid=bdd7f42e-a049-40dc-80be-1ae7a507ce4e HTTP/1.1" 200 1673 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83885-0502-b0de-1a4b-0303c5b318a3'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 891957c5-24b1-432b-8e7c-13bab6564857 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83885-0502-b0de-1a4b-0303c5b318a3'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83885-0502-b0de-1a4b-0303c5b318a3'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: cd60ef63-f441-484a-93b7-7060816b6656 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=891957c5-24b1-432b-8e7c-13bab6564857&request_guid=cd60ef63-f441-484a-93b7-7060816b6656 HTTP/1.1" 200 2284 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83885-0502-af26-1a4b-0303c5b2ede3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83885-0502-af26-1a4b-0303c5b2ede3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 13:15:24] "GET /sfexec?csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y206uQ.ZWVkwG7j9vm5LsFPJvo3S2_mVT8&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y206uQ.ZWVkwG7j9vm5LsFPJvo3S2_mVT8&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y206uQ.ZWVkwG7j9vm5LsFPJvo3S2_mVT8&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y206uQ.ZWVkwG7j9vm5LsFPJvo3S2_mVT8&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y206uQ.ZWVkwG7j9vm5LsFPJvo3S2_mVT8&submit=Submit HTTP/1.1" 500 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 13:15:24] "GET /sfexec?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 13:15:24] "GET /sfexec?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 13:15:24] "GET /sfexec?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 304 - +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 12.49s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 12.49s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 12.5s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=56a6e46e-9fef-4be6-b80d-3761ef884833 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9e4fe5c6-9263-48c2-95e2-a901f32d84d0 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 2140313736032 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2140313736032 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2140314038000 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2140314038000 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2140314038000 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2140314038000 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2140313736032 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2140313736032 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=56a6e46e-9fef-4be6-b80d-3761ef884833&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=9e4fe5c6-9263-48c2-95e2-a901f32d84d0 HTTP/1.1" 200 1545 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_EDW_TRANS_D, database=PL_DEV, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=2b45718a-f339-433a-9935-d9ee1927e86b +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9a767581-af77-4697-bcdc-d8b7a5171f58 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=2b45718a-f339-433a-9935-d9ee1927e86b&databaseName=PL_DEV&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=9a767581-af77-4697-bcdc-d8b7a5171f58 HTTP/1.1" 200 1550 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00135s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: e12ab86f-0614-4a34-bdfd-f5dd56ebcdb5 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: b69842f3-ef6b-4ded-8af0-a00fce9cffca +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=e12ab86f-0614-4a34-bdfd-f5dd56ebcdb5&request_guid=b69842f3-ef6b-4ded-8af0-a00fce9cffca HTTP/1.1" 200 2270 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8388c-0502-afee-1a4b-0303c5b55053 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8388c-0502-afee-1a4b-0303c5b55053 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8388c-0502-afee-1a4b-0303c5b55053' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ab325f30-7520-4fb7-a97a-a19ccc145d90 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8388c-0502-afee-1a4b-0303c5b55053?request_guid=ab325f30-7520-4fb7-a97a-a19ccc145d90 HTTP/1.1" 200 1851 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8388c-0502-afee-1a4b-0303c5b55053' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8e9ebab2-656b-4d85-8c9c-ee4b021af028 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8388c-0502-afee-1a4b-0303c5b55053?request_guid=8e9ebab2-656b-4d85-8c9c-ee4b021af028 HTTP/1.1" 200 1851 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8388c-0502-afee-1a4b-0303c5b55053'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: fc3eb13c-56db-4cbe-a8bc-063b57aed6f3 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8388c-0502-afee-1a4b-0303c5b55053'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8388c-0502-afee-1a4b-0303c5b55053'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c0f03392-2691-410b-8448-79496498b75d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=fc3eb13c-56db-4cbe-a8bc-063b57aed6f3&request_guid=c0f03392-2691-410b-8448-79496498b75d HTTP/1.1" 200 2266 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8388c-0502-b0de-1a4b-0303c5b5408b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8388c-0502-b0de-1a4b-0303c5b5408b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 4 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 559fe7ec-9bf5-467b-ad0d-a49ee702de0e +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 4ce5ec3c-2a9e-4139-b202-9a9881353b57 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=559fe7ec-9bf5-467b-ad0d-a49ee702de0e&request_guid=4ce5ec3c-2a9e-4139-b202-9a9881353b57 HTTP/1.1" 200 1788 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8388c-0502-b0de-1a4b-0303c5b54093 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8388c-0502-b0de-1a4b-0303c5b54093 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8388c-0502-b0de-1a4b-0303c5b54093' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 3faff7ae-4112-447a-87d7-16cb0bc0a6ba +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8388c-0502-b0de-1a4b-0303c5b54093?request_guid=3faff7ae-4112-447a-87d7-16cb0bc0a6ba HTTP/1.1" 200 2174 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8388c-0502-b0de-1a4b-0303c5b54093' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f0c8ed70-b750-492f-89cc-ca95fa83affe +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8388c-0502-b0de-1a4b-0303c5b54093?request_guid=f0c8ed70-b750-492f-89cc-ca95fa83affe HTTP/1.1" 200 2174 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8388c-0502-b0de-1a4b-0303c5b54093'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: d72826a8-12b6-4c51-80a2-54310f2dbc60 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8388c-0502-b0de-1a4b-0303c5b54093'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8388c-0502-b0de-1a4b-0303c5b54093'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e5cfa6a1-1cd4-45ab-a94c-b514b12a1764 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=d72826a8-12b6-4c51-80a2-54310f2dbc60&request_guid=e5cfa6a1-1cd4-45ab-a94c-b514b12a1764 HTTP/1.1" 200 1789 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8388c-0502-b1d6-1a4b-0303c5b53353 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8388c-0502-b1d6-1a4b-0303c5b53353 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 2ac9d777-2d53-4b11-bfae-e374f2cc777b +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','STG_CEM_EVENT');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 42f09a42-94e0-40b3-a2b2-427891546284 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=2ac9d777-2d53-4b11-bfae-e374f2cc777b&request_guid=42f09a42-94e0-40b3-a2b2-427891546284 HTTP/1.1" 200 2281 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8388c-0502-b1d6-1a4b-0303c5b5335b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8388c-0502-b1d6-1a4b-0303c5b5335b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8388c-0502-b1d6-1a4b-0303c5b5335b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: fd5ce2ff-2e33-4da7-bb38-4d676c3346fa +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8388c-0502-b1d6-1a4b-0303c5b5335b?request_guid=fd5ce2ff-2e33-4da7-bb38-4d676c3346fa HTTP/1.1" 200 1677 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8388c-0502-b1d6-1a4b-0303c5b5335b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: be575b74-905f-45ec-90e5-07b76267bd88 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8388c-0502-b1d6-1a4b-0303c5b5335b?request_guid=be575b74-905f-45ec-90e5-07b76267bd88 HTTP/1.1" 200 1676 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8388c-0502-b1d6-1a4b-0303c5b5335b'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 87fa0cd7-825a-421f-b569-415c4146969a +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8388c-0502-b1d6-1a4b-0303c5b5335b'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8388c-0502-b1d6-1a4b-0303c5b5335b'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 40963b2d-6a95-4bff-a9fa-3e8b26931719 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=87fa0cd7-825a-421f-b569-415c4146969a&request_guid=40963b2d-6a95-4bff-a9fa-3e8b26931719 HTTP/1.1" 200 2284 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8388c-0502-af26-1a4b-0303c5b52503 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8388c-0502-af26-1a4b-0303c5b52503 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 749.3s ago] ('get_data', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=95ea683e-f55b-4f2b-bdec-016ff52d0f8b +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 733eee76-b090-4bc7-afae-9fd907ae8f58 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=95ea683e-f55b-4f2b-bdec-016ff52d0f8b&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=733eee76-b090-4bc7-afae-9fd907ae8f58 HTTP/1.1" 200 1548 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT EVENT_DTM,"header_change_mask","header_change_oper",ODS_EXP_ROW_DTM,EVENT...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: b4fccd74-8987-499f-9715-10f65c5512f5 +DEBUG:snowflake.connector.cursor:running query [SELECT EVENT_DTM,"header_change_mask","header_change_oper",ODS_EXP_ROW_DTM,EVENT...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT EVENT_DTM,"header_change_mask","header_change_oper",ODS_EXP_ROW_DTM,EVENT...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 3babd3ef-6874-4988-bdb3-bd3b49825cb5 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=b4fccd74-8987-499f-9715-10f65c5512f5&request_guid=3babd3ef-6874-4988-bdb3-bd3b49825cb5 HTTP/1.1" 200 None +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83899-0502-b1d6-1a4b-0303c5b8b423 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83899-0502-b1d6-1a4b-0303c5b8b423 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=55 +INFO:snowflake.connector.cursor:Number of results in first chunk: 243 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83899-0502-b1d6-1a4b-0303c5b8b423' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: bd45c663-8fb9-49db-b2db-a670bd824e6d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83899-0502-b1d6-1a4b-0303c5b8b423?request_guid=bd45c663-8fb9-49db-b2db-a670bd824e6d HTTP/1.1" 200 2158 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83899-0502-b1d6-1a4b-0303c5b8b423' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: afe4d220-0eae-499f-9bef-540b9fee89de +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83899-0502-b1d6-1a4b-0303c5b8b423?request_guid=afe4d220-0eae-499f-9bef-540b9fee89de HTTP/1.1" 200 2158 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83899-0502-b1d6-1a4b-0303c5b8b423'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 58f75005-2194-49ed-8f33-d96b9f2b66ae +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83899-0502-b1d6-1a4b-0303c5b8b423'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83899-0502-b1d6-1a4b-0303c5b8b423'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e1d986e6-756a-4ba1-8533-39c47a93e642 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=58f75005-2194-49ed-8f33-d96b9f2b66ae&request_guid=e1d986e6-756a-4ba1-8533-39c47a93e642 HTTP/1.1" 200 4885 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83899-0502-b1d6-1a4b-0303c5b8b4db +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83899-0502-b1d6-1a4b-0303c5b8b4db +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=56 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.result_set:result batch 1 has id: data_0_0_0 +DEBUG:snowflake.connector.result_set:result batch 2 has id: data_0_0_1 +DEBUG:snowflake.connector.result_set:result batch 3 has id: data_0_0_2 +DEBUG:snowflake.connector.result_set:result batch 4 has id: data_0_0_3 +DEBUG:snowflake.connector.result_set:result batch 5 has id: data_0_0_4 +DEBUG:snowflake.connector.result_set:result batch 6 has id: data_0_0_5 +DEBUG:snowflake.connector.result_set:result batch 7 has id: data_0_0_6 +DEBUG:snowflake.connector.result_set:result batch 8 has id: data_0_0_7 +DEBUG:snowflake.connector.result_set:result batch 9 has id: data_0_1_0 +DEBUG:snowflake.connector.result_set:result batch 10 has id: data_0_1_1 +DEBUG:snowflake.connector.result_set:result batch 11 has id: data_0_1_2 +DEBUG:snowflake.connector.result_set:result batch 12 has id: data_0_1_3 +DEBUG:snowflake.connector.result_set:result batch 13 has id: data_0_1_4 +DEBUG:snowflake.connector.result_set:result batch 14 has id: data_0_1_5 +DEBUG:snowflake.connector.result_set:result batch 15 has id: data_0_1_6 +DEBUG:snowflake.connector.result_set:result batch 16 has id: data_0_1_7 +DEBUG:snowflake.connector.result_set:result batch 17 has id: data_0_2_0 +DEBUG:snowflake.connector.result_set:result batch 18 has id: data_0_2_1 +DEBUG:snowflake.connector.result_set:result batch 19 has id: data_0_2_2 +DEBUG:snowflake.connector.result_set:result batch 20 has id: data_0_2_3 +DEBUG:snowflake.connector.result_set:result batch 21 has id: data_0_2_4 +DEBUG:snowflake.connector.result_set:result batch 22 has id: data_0_2_5 +DEBUG:snowflake.connector.result_set:result batch 23 has id: data_0_2_6 +DEBUG:snowflake.connector.result_set:result batch 24 has id: data_0_3_0 +DEBUG:snowflake.connector.result_set:result batch 25 has id: data_0_3_1 +DEBUG:snowflake.connector.result_set:result batch 26 has id: data_0_3_2 +DEBUG:snowflake.connector.result_set:result batch 27 has id: data_0_3_3 +DEBUG:snowflake.connector.result_set:result batch 28 has id: data_0_3_4 +DEBUG:snowflake.connector.result_set:result batch 29 has id: data_0_3_5 +DEBUG:snowflake.connector.result_set:result batch 30 has id: data_0_4_0 +DEBUG:snowflake.connector.result_set:result batch 31 has id: data_0_4_1 +DEBUG:snowflake.connector.result_set:result batch 32 has id: data_0_4_2 +DEBUG:snowflake.connector.result_set:result batch 33 has id: data_0_4_3 +DEBUG:snowflake.connector.result_set:result batch 34 has id: data_0_4_4 +DEBUG:snowflake.connector.result_set:result batch 35 has id: data_0_4_5 +DEBUG:snowflake.connector.result_set:result batch 36 has id: data_0_4_6 +DEBUG:snowflake.connector.result_set:result batch 37 has id: data_0_5_0 +DEBUG:snowflake.connector.result_set:result batch 38 has id: data_0_5_1 +DEBUG:snowflake.connector.result_set:result batch 39 has id: data_0_5_2 +DEBUG:snowflake.connector.result_set:result batch 40 has id: data_0_5_3 +DEBUG:snowflake.connector.result_set:result batch 41 has id: data_0_5_4 +DEBUG:snowflake.connector.result_set:result batch 42 has id: data_0_5_5 +DEBUG:snowflake.connector.result_set:result batch 43 has id: data_0_5_6 +DEBUG:snowflake.connector.result_set:result batch 44 has id: data_0_6_0 +DEBUG:snowflake.connector.result_set:result batch 45 has id: data_0_6_1 +DEBUG:snowflake.connector.result_set:result batch 46 has id: data_0_6_2 +DEBUG:snowflake.connector.result_set:result batch 47 has id: data_0_6_3 +DEBUG:snowflake.connector.result_set:result batch 48 has id: data_0_6_4 +DEBUG:snowflake.connector.result_set:result batch 49 has id: data_0_6_5 +DEBUG:snowflake.connector.result_set:result batch 50 has id: data_0_7_0 +DEBUG:snowflake.connector.result_set:result batch 51 has id: data_0_7_1 +DEBUG:snowflake.connector.result_set:result batch 52 has id: data_0_7_2 +DEBUG:snowflake.connector.result_set:result batch 53 has id: data_0_7_3 +DEBUG:snowflake.connector.result_set:result batch 54 has id: data_0_7_4 +DEBUG:snowflake.connector.result_set:result batch 55 has id: data_0_7_5 +DEBUG:snowflake.connector.result_set:result batch 56 has id: data_0_7_6 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_0 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_0 with existing session +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_1 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/2 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_1 with existing session +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_2 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/3 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_2 with existing session +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_4 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_3 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_0_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668126807&Signature=zYmcPo%2FPueHku54it%2BfRKJjRiiA%3D HTTP/1.1" 200 463557 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_0_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668126807&Signature=OUN68Wx3a24fDd9ipOZvfq6guq0%3D HTTP/1.1" 200 261275 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_0_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668126807&Signature=mVR8HdTcKbkxmWEzPcUXZDccSMI%3D HTTP/1.1" 200 34812 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_0_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668126807&Signature=k9eWk8Q58T6QHnPYvkA1OTXS2pA%3D HTTP/1.1" 200 132762 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_4 with existing session +DEBUG:snowflake.connector.result_set:user began consuming result batch 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 243 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 1 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 2 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 249 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_0_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668126807&Signature=98L8cGoijZp8PfXMpYObXoQ1jcQ%3D HTTP/1.1" 200 962955 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 248 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 2 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 3 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 3 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 496 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_0_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668126807&Signature=954jYjilwTtwQ0NFC2VFlCk%2F9PM%3D HTTP/1.1" 200 1755756 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 497 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_0_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668126807&Signature=oPZn%2Boas0oVSQHKf0BIM27xO0d0%3D HTTP/1.1" 200 3657737 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 3 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 4 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_7 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 497 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 992 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_0_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668126807&Signature=VLsBrWHLLDUXntOR3A5ZRp4Z04Y%3D HTTP/1.1" 200 780103 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 4 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 5 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 5 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 992 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1981 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_7 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_1_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668126807&Signature=nzlaTZ7TR8hQgXlK7bdLJH%2FnXjI%3D HTTP/1.1" 200 35008 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1980 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_0 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 6 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_1 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2522 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_1_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668126807&Signature=QqznEN%2BB39QUOzL5URXqBi5lCws%3D HTTP/1.1" 200 133242 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2526 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2541 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2535 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2521 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 6 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 7 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_2 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_1_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668126807&Signature=zs4UGYNfjCEPloWhHCZvDLqavUA%3D HTTP/1.1" 200 263308 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 10 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 7 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 10 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 10, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2532 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2518 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2543 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2532 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2543 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2541 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2527 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 2543 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 2536 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 2522 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 7 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 8 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 8 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 3, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2543 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2531 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_1_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668126807&Signature=XwbjGdHnAAQUUw9O00hxqhg%2FYSQ%3D HTTP/1.1" 200 465194 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 305 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 8 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 9 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 9 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 242 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_4 with existing session +DEBUG:snowflake.connector.result_set:user finished consuming result batch 9 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 10 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 10 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 248 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 10 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 11 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 11 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_6 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_1_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668126807&Signature=pUHkr28F8LCDG7OrrGCkASeCsrY%3D HTTP/1.1" 200 966909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 495 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 496 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_1_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668126807&Signature=ABxxINFpqbOTfc83DTaOBmO6fx4%3D HTTP/1.1" 200 1753330 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 496 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 11 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 12 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 12 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_7 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 990 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_1_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668126807&Signature=suGFkqIQFVyK%2BCBnHQqDBfLiYpY%3D HTTP/1.1" 200 3512578 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 992 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_1_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668126807&Signature=mSXz73dMyVK9iJXQW%2FR6LVlSwg4%3D HTTP/1.1" 200 506386 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 12 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 13 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 13 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 992 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 2 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1980 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_2_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668126807&Signature=IHNeLO6byPCIInkr44Ewp3rz3r4%3D HTTP/1.1" 200 35094 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1982 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1981 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 13 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 14 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_1 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 14 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2523 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_2_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668126807&Signature=6aFsYQlEtTfAz7D6ukYeeoGuJBk%3D HTTP/1.1" 200 133347 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2527 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2542 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 10 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2540 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2524 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 14 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 15 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_2 +DEBUG:snowflake.connector.result_set:user began consuming result batch 15 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 10 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 10, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2519 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_2 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2533 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_2_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668126807&Signature=0oJqbmo3qOEFcc8D5hF2U6%2BA51c%3D HTTP/1.1" 200 264474 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2537 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2521 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2538 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2514 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2524 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 2528 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 2540 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 2537 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 15 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 16 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 16 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 2 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 2, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2524 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_3 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_2_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668126807&Signature=zavVZxa8w7cTDGU0IDzkRLNC%2FPo%3D HTTP/1.1" 200 467279 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1138 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_3 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 16 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 17 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 17 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 242 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_4 with existing session +DEBUG:snowflake.connector.result_set:user finished consuming result batch 17 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 18 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 18 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 248 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 18 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 19 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 19 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_2_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668126807&Signature=4SeY3dvE17yFrM3msuIyZIyA5uU%3D HTTP/1.1" 200 967013 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 496 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_2_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668126807&Signature=w39r%2BUu0a7yjQLh69K81CVDNXOM%3D HTTP/1.1" 200 1759307 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 496 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 19 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 20 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 20 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_0 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 496 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 991 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_2_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668126807&Signature=eBkrLsVlmuZfCYlx4bTCBQ%2BQrpQ%3D HTTP/1.1" 200 2209742 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 991 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_3_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668126807&Signature=llJF4hfxxjx9bD3wwFlCh%2FwnOI0%3D HTTP/1.1" 200 33980 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 20 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 21 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_1 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_3_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668126807&Signature=nuJPhe5tP4RxY2ZtfR8yvFAehHg%3D HTTP/1.1" 200 127436 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 21 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1983 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1980 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 7 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_6 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 21 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 22 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_2 +DEBUG:snowflake.connector.result_set:user began consuming result batch 22 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_2 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_2 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2518 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_3_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668126807&Signature=%2FakzdYxGZogngFEyC3O2cko%2B5yg%3D HTTP/1.1" 200 255560 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2524 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2538 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2532 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2516 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 22 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 23 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 23 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 7 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 7, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2516 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_3 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_3_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668126807&Signature=SBtJTzYe4wVwJ6YWUc8FCzs%2FI%2B8%3D HTTP/1.1" 200 456036 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2525 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2529 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2532 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2536 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2521 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 681 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 23 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 24 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 24 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 243 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_4 with existing session +DEBUG:snowflake.connector.result_set:user finished consuming result batch 24 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 25 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 25 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 248 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 25 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 26 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 26 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 247 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 246 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_3_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668126807&Signature=pHVPa5DMWOd7i%2F4ZJXL8q0e7Frg%3D HTTP/1.1" 200 954251 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 492 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_3_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668126807&Signature=WG%2B1nadFgRqtKclbPpBRhzmdtzE%3D HTTP/1.1" 200 44566 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 495 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 495 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_5 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_4_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668126807&Signature=CpGef8tAEwYOiD%2FoHNpO29kle5g%3D HTTP/1.1" 200 35006 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 26 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 27 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_1 +DEBUG:snowflake.connector.result_set:user began consuming result batch 27 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 496 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_1 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 989 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 991 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_4_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668126807&Signature=oWXppL8IRQOcKRRT6iR9PTDnT0A%3D HTTP/1.1" 200 133370 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 991 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_1 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 27 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 28 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 28 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 992 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_4_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668126807&Signature=5kvC14fkqYRkdnBGZynKUg1idgg%3D HTTP/1.1" 200 261716 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1978 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 28 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 29 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 29 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 326 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_2 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 29 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_2 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 30 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 30 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 242 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_4 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 30 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 31 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_4 with existing session +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 31 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_4_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668126807&Signature=hJgzOC%2B1dgUjGOazEpoawPPuCdM%3D HTTP/1.1" 200 466980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 248 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 31 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 32 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 32 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 496 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_4_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668126807&Signature=bznmRSJSHQoTquwic5WWvtIY8LQ%3D HTTP/1.1" 200 969208 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_4_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668126807&Signature=3lQzJ%2FK1hiCpCmx8WWxMyrv6E5M%3D HTTP/1.1" 200 1755301 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 496 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 32 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 33 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 33 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 496 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_4_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668126807&Signature=Rt5uMqoVwo1jMxK%2F0L6bKQQ91O0%3D HTTP/1.1" 200 137296 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 989 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_5_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668126807&Signature=MSNPAi2BvZy%2Fmro7WEl%2B6FDRRaM%3D HTTP/1.1" 200 33511 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 990 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_0 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 33 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 34 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_0 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_1 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 34 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 989 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_5_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668126807&Signature=jqrd9HzLOfE76%2FGUs4QWATBJehk%3D HTTP/1.1" 200 128680 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1982 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1978 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 34 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 35 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 35 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2524 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_5_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668126807&Signature=DDdXOK0LXsuU3GFaKBSck04Ij2A%3D HTTP/1.1" 200 255977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2529 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2543 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2540 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2526 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 35 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 36 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 36 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1015 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 36 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 37 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 37 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 243 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 37 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 38 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 38 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 249 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_5 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_4 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 249 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_5_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668126807&Signature=rxOUwjTYkrXeE5Oet%2BSv17%2By1S8%3D HTTP/1.1" 200 459576 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 249 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_3 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_5_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668126807&Signature=2Qq4bJhgoju3o9wTKTeQ3TrgvX0%3D HTTP/1.1" 200 1747873 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_3 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 38 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 39 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 39 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 249 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_6 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_5_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668126807&Signature=P6iO%2FqngYVCJE1UNi9xZ5toFcCU%3D HTTP/1.1" 200 1109252 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 497 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 497 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_5_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668126807&Signature=x4qxaAdVb7Wu5szrHoW6NLi1Kro%3D HTTP/1.1" 200 976353 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 497 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 39 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 40 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 40 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_0 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 498 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 993 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_6_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668126807&Signature=y%2Beefk8PX1x0Pd5K5zdMRUC0%2FuI%3D HTTP/1.1" 200 35041 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 995 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_0 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 40 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 41 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_0 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_1 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 41 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1977 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_6_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668126807&Signature=CKVVzTXj6%2BeFYO9GFQutsuQEh0U%3D HTTP/1.1" 200 133495 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1985 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1987 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 41 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 42 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 42 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2541 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_6_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668126807&Signature=I0%2BlUaBO4CIP09SzeGMWYuwSQ%2Bk%3D HTTP/1.1" 200 263952 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2525 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2527 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2517 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 3 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2539 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 42 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 43 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 43 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 3, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2526 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_3 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2539 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_6_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668126807&Signature=hnxu9Hyf5y0Udaawma%2BMQIPNXiI%3D HTTP/1.1" 200 467674 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1893 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 43 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 44 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 44 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 242 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 44 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 45 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 45 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 248 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 45 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 46 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 46 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_0 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_6_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668126807&Signature=qEinrrHFta6dgc%2FiK%2FoIC4UQNsQ%3D HTTP/1.1" 200 968196 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 495 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_6_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668126807&Signature=Rr1x%2FsSYyySGPp5vgHnwdR08f0w%3D HTTP/1.1" 200 90395 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 495 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 46 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 47 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_1 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_7_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668126807&Signature=B5XyWhkC92CkNMp1apaPJUUMy6A%3D HTTP/1.1" 200 35165 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 47 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_0 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 496 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 989 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_0 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_7_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668126807&Signature=8WePpykZOrYL5cFAPCTDRvoUFvs%3D HTTP/1.1" 200 133887 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 990 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 992 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_4 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 47 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 48 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_2 +DEBUG:snowflake.connector.result_set:user began consuming result batch 48 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_2 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 992 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_2 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1981 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_7_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668126807&Signature=RHnciAb%2FewkEp6FgkterZ9B%2FL7s%3D HTTP/1.1" 200 263286 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1980 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 48 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 49 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 49 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 662 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 49 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 50 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 50 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 242 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 50 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 51 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 51 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 249 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 248 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_7_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668126807&Signature=9QiftU5TyXLbUIIsa1uxDXXsFHA%3D HTTP/1.1" 200 465199 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_7_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668126807&Signature=Yb09pboaJTNZHVTNynP2viCZtJA%3D HTTP/1.1" 200 963971 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_2 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 51 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 52 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 52 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 495 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 496 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_7_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668126807&Signature=Y7P5IS0AOKD%2FspTNRmpvhrM9u2I%3D HTTP/1.1" 200 1745961 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 52 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 53 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 53 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 496 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_7_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668126807&Signature=I4MZPEVIVImABrO5aPTWRAmTYgw%3D HTTP/1.1" 200 2231250 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 992 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 53 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 54 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 54 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1980 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 54 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 55 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 55 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2522 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2529 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2546 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2536 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2522 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 55 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 56 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 7 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 56 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 7 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 7, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2525 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2529 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2532 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2521 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2539 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2527 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 962 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 56 +INFO:snowflake.connector.connection:closed +DEBUG:snowflake.connector.telemetry:Closing telemetry client. +INFO:snowflake.connector.connection:No async queries seem to be running, deleting session +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1fe8469d-c3ae-4158-8a3d-0e93aa96288f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session?delete=true&request_guid=1fe8469d-c3ae-4158-8a3d-0e93aa96288f HTTP/1.1" 200 76 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.connection:Session is closed +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 17.32s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 17.33s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 17.33s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=ac59776b-cabe-4eac-bd42-cd698ad5725e +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 81e8e5fd-7683-4959-a6ca-509583e06f9d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 1727772694448 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1727772694448 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 1727772996416 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1727772996416 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 1727772996416 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 1727772996416 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 1727772694448 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1727772694448 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=ac59776b-cabe-4eac-bd42-cd698ad5725e&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=81e8e5fd-7683-4959-a6ca-509583e06f9d HTTP/1.1" 200 1550 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_EDW_TRANS_D, database=PL_DEV, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=1385da84-7273-4dbd-81c7-7cda1c7bff50 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 68c028fe-1f30-4779-a747-64758ebbd91f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=1385da84-7273-4dbd-81c7-7cda1c7bff50&databaseName=PL_DEV&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=68c028fe-1f30-4779-a747-64758ebbd91f HTTP/1.1" 200 1547 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00628s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: e5e805ee-19ca-4197-aa09-51a6326fdbae +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7c5df1a7-ad66-4533-90cb-299970def5a0 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=e5e805ee-19ca-4197-aa09-51a6326fdbae&request_guid=7c5df1a7-ad66-4533-90cb-299970def5a0 HTTP/1.1" 200 2278 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8389e-0502-ae87-1a4b-0303c5ba10df +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8389e-0502-ae87-1a4b-0303c5ba10df +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8389e-0502-ae87-1a4b-0303c5ba10df' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: aefd4b75-0d7c-4c8a-8413-93d2f762d65d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8389e-0502-ae87-1a4b-0303c5ba10df?request_guid=aefd4b75-0d7c-4c8a-8413-93d2f762d65d HTTP/1.1" 200 1853 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8389e-0502-ae87-1a4b-0303c5ba10df' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9e669251-b5e5-4eb9-82c0-aaeed1ccff36 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8389e-0502-ae87-1a4b-0303c5ba10df?request_guid=9e669251-b5e5-4eb9-82c0-aaeed1ccff36 HTTP/1.1" 200 1854 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8389e-0502-ae87-1a4b-0303c5ba10df'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 9bdeee84-e0ec-4ef8-9879-6e916f1c6a2f +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8389e-0502-ae87-1a4b-0303c5ba10df'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8389e-0502-ae87-1a4b-0303c5ba10df'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7c93a0ab-75a6-4f2b-b575-aa8eef63ac92 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=9bdeee84-e0ec-4ef8-9879-6e916f1c6a2f&request_guid=7c93a0ab-75a6-4f2b-b575-aa8eef63ac92 HTTP/1.1" 200 2279 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8389e-0502-ae87-1a4b-0303c5ba112b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8389e-0502-ae87-1a4b-0303c5ba112b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 4 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 22ee9424-c50d-46c1-8757-e59014f0089d +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: be89132b-e208-4461-90e1-5b63604b01f4 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=22ee9424-c50d-46c1-8757-e59014f0089d&request_guid=be89132b-e208-4461-90e1-5b63604b01f4 HTTP/1.1" 200 1800 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8389e-0502-ae87-1a4b-0303c5ba114f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8389e-0502-ae87-1a4b-0303c5ba114f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8389e-0502-ae87-1a4b-0303c5ba114f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 24badff7-56fe-42b9-927d-f91f20fb6d5b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8389e-0502-ae87-1a4b-0303c5ba114f?request_guid=24badff7-56fe-42b9-927d-f91f20fb6d5b HTTP/1.1" 200 2175 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8389e-0502-ae87-1a4b-0303c5ba114f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 274ba6ec-ff59-4596-8860-e8b043aaf7cb +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8389e-0502-ae87-1a4b-0303c5ba114f?request_guid=274ba6ec-ff59-4596-8860-e8b043aaf7cb HTTP/1.1" 200 2175 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8389e-0502-ae87-1a4b-0303c5ba114f'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 13f708c5-3347-42f1-91f6-74eb2bf56a8c +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8389e-0502-ae87-1a4b-0303c5ba114f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8389e-0502-ae87-1a4b-0303c5ba114f'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: b0c6caf3-a60d-4e05-8e02-a795ec7585d7 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=13f708c5-3347-42f1-91f6-74eb2bf56a8c&request_guid=b0c6caf3-a60d-4e05-8e02-a795ec7585d7 HTTP/1.1" 200 1801 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8389e-0502-ae87-1a4b-0303c5ba119f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8389e-0502-ae87-1a4b-0303c5ba119f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: a498a889-10e7-4c4e-a150-aaaf929c556b +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','STG_CEM_EVENT');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 279f37b2-c4fa-45d1-be9d-58d58f8278a1 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=a498a889-10e7-4c4e-a150-aaaf929c556b&request_guid=279f37b2-c4fa-45d1-be9d-58d58f8278a1 HTTP/1.1" 200 2281 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8389e-0502-b0de-1a4b-0303c5ba206f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8389e-0502-b0de-1a4b-0303c5ba206f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8389e-0502-b0de-1a4b-0303c5ba206f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9fda555d-da9d-44bb-9572-d6e4234c0f21 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8389e-0502-b0de-1a4b-0303c5ba206f?request_guid=9fda555d-da9d-44bb-9572-d6e4234c0f21 HTTP/1.1" 200 1677 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8389e-0502-b0de-1a4b-0303c5ba206f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1a16f916-de3a-46e6-8afe-d7a722c0ad2d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8389e-0502-b0de-1a4b-0303c5ba206f?request_guid=1a16f916-de3a-46e6-8afe-d7a722c0ad2d HTTP/1.1" 200 1677 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8389e-0502-b0de-1a4b-0303c5ba206f'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 7c4ed68e-fa53-4005-964f-5e4674fa3ec1 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8389e-0502-b0de-1a4b-0303c5ba206f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8389e-0502-b0de-1a4b-0303c5ba206f'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 52ba0f6c-7727-41fd-9672-42d6b61cc240 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=7c4ed68e-fa53-4005-964f-5e4674fa3ec1&request_guid=52ba0f6c-7727-41fd-9672-42d6b61cc240 HTTP/1.1" 200 2285 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8389e-0502-afee-1a4b-0303c5ba0cc7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8389e-0502-afee-1a4b-0303c5ba0cc7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 15.62s ago] ('get_data', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=3942d5f3-58c7-47b7-9138-67222bb0b108 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c09e3832-ca0b-4efa-87fb-3a310c5f9673 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=3942d5f3-58c7-47b7-9138-67222bb0b108&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=c09e3832-ca0b-4efa-87fb-3a310c5f9673 HTTP/1.1" 200 1545 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT EVENT_DTM,"header_change_mask","header_change_oper",ODS_EXP_ROW_DTM,EVENT...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 4c0ca68b-07b0-4745-9126-db10dd5ea297 +DEBUG:snowflake.connector.cursor:running query [SELECT EVENT_DTM,"header_change_mask","header_change_oper",ODS_EXP_ROW_DTM,EVENT...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT EVENT_DTM,"header_change_mask","header_change_oper",ODS_EXP_ROW_DTM,EVENT...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d6ec162d-ebe4-4266-b0b6-4b10d1570130 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=4c0ca68b-07b0-4745-9126-db10dd5ea297&request_guid=d6ec162d-ebe4-4266-b0b6-4b10d1570130 HTTP/1.1" 200 4894 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8389f-0502-af26-1a4b-0303c5ba3227 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8389f-0502-af26-1a4b-0303c5ba3227 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=56 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8389f-0502-af26-1a4b-0303c5ba3227' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: bf10cf53-d14a-4a35-9940-c6b22a21c04b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8389f-0502-af26-1a4b-0303c5ba3227?request_guid=bf10cf53-d14a-4a35-9940-c6b22a21c04b HTTP/1.1" 200 1977 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8389f-0502-af26-1a4b-0303c5ba3227' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a507d94d-fca3-45b1-a350-21cc0baf2e6f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8389f-0502-af26-1a4b-0303c5ba3227?request_guid=a507d94d-fca3-45b1-a350-21cc0baf2e6f HTTP/1.1" 200 1977 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8389f-0502-af26-1a4b-0303c5ba3227'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: d3453be3-eda6-4842-8102-a95b5fabc8c1 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8389f-0502-af26-1a4b-0303c5ba3227'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8389f-0502-af26-1a4b-0303c5ba3227'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: deb4b0d7-c702-4f0f-8cdf-3596e9298412 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=d3453be3-eda6-4842-8102-a95b5fabc8c1&request_guid=deb4b0d7-c702-4f0f-8cdf-3596e9298412 HTTP/1.1" 200 4895 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8389f-0502-ae87-1a4b-0303c5ba148f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8389f-0502-ae87-1a4b-0303c5ba148f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=56 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.result_set:result batch 1 has id: data_0_0_0 +DEBUG:snowflake.connector.result_set:result batch 2 has id: data_0_0_1 +DEBUG:snowflake.connector.result_set:result batch 3 has id: data_0_0_2 +DEBUG:snowflake.connector.result_set:result batch 4 has id: data_0_0_3 +DEBUG:snowflake.connector.result_set:result batch 5 has id: data_0_0_4 +DEBUG:snowflake.connector.result_set:result batch 6 has id: data_0_0_5 +DEBUG:snowflake.connector.result_set:result batch 7 has id: data_0_0_6 +DEBUG:snowflake.connector.result_set:result batch 8 has id: data_0_0_7 +DEBUG:snowflake.connector.result_set:result batch 9 has id: data_0_1_0 +DEBUG:snowflake.connector.result_set:result batch 10 has id: data_0_1_1 +DEBUG:snowflake.connector.result_set:result batch 11 has id: data_0_1_2 +DEBUG:snowflake.connector.result_set:result batch 12 has id: data_0_1_3 +DEBUG:snowflake.connector.result_set:result batch 13 has id: data_0_1_4 +DEBUG:snowflake.connector.result_set:result batch 14 has id: data_0_1_5 +DEBUG:snowflake.connector.result_set:result batch 15 has id: data_0_1_6 +DEBUG:snowflake.connector.result_set:result batch 16 has id: data_0_1_7 +DEBUG:snowflake.connector.result_set:result batch 17 has id: data_0_2_0 +DEBUG:snowflake.connector.result_set:result batch 18 has id: data_0_2_1 +DEBUG:snowflake.connector.result_set:result batch 19 has id: data_0_2_2 +DEBUG:snowflake.connector.result_set:result batch 20 has id: data_0_2_3 +DEBUG:snowflake.connector.result_set:result batch 21 has id: data_0_2_4 +DEBUG:snowflake.connector.result_set:result batch 22 has id: data_0_2_5 +DEBUG:snowflake.connector.result_set:result batch 23 has id: data_0_2_6 +DEBUG:snowflake.connector.result_set:result batch 24 has id: data_0_3_0 +DEBUG:snowflake.connector.result_set:result batch 25 has id: data_0_3_1 +DEBUG:snowflake.connector.result_set:result batch 26 has id: data_0_3_2 +DEBUG:snowflake.connector.result_set:result batch 27 has id: data_0_3_3 +DEBUG:snowflake.connector.result_set:result batch 28 has id: data_0_3_4 +DEBUG:snowflake.connector.result_set:result batch 29 has id: data_0_3_5 +DEBUG:snowflake.connector.result_set:result batch 30 has id: data_0_4_0 +DEBUG:snowflake.connector.result_set:result batch 31 has id: data_0_4_1 +DEBUG:snowflake.connector.result_set:result batch 32 has id: data_0_4_2 +DEBUG:snowflake.connector.result_set:result batch 33 has id: data_0_4_3 +DEBUG:snowflake.connector.result_set:result batch 34 has id: data_0_4_4 +DEBUG:snowflake.connector.result_set:result batch 35 has id: data_0_4_5 +DEBUG:snowflake.connector.result_set:result batch 36 has id: data_0_4_6 +DEBUG:snowflake.connector.result_set:result batch 37 has id: data_0_5_0 +DEBUG:snowflake.connector.result_set:result batch 38 has id: data_0_5_1 +DEBUG:snowflake.connector.result_set:result batch 39 has id: data_0_5_2 +DEBUG:snowflake.connector.result_set:result batch 40 has id: data_0_5_3 +DEBUG:snowflake.connector.result_set:result batch 41 has id: data_0_5_4 +DEBUG:snowflake.connector.result_set:result batch 42 has id: data_0_5_5 +DEBUG:snowflake.connector.result_set:result batch 43 has id: data_0_5_6 +DEBUG:snowflake.connector.result_set:result batch 44 has id: data_0_6_0 +DEBUG:snowflake.connector.result_set:result batch 45 has id: data_0_6_1 +DEBUG:snowflake.connector.result_set:result batch 46 has id: data_0_6_2 +DEBUG:snowflake.connector.result_set:result batch 47 has id: data_0_6_3 +DEBUG:snowflake.connector.result_set:result batch 48 has id: data_0_6_4 +DEBUG:snowflake.connector.result_set:result batch 49 has id: data_0_6_5 +DEBUG:snowflake.connector.result_set:result batch 50 has id: data_0_7_0 +DEBUG:snowflake.connector.result_set:result batch 51 has id: data_0_7_1 +DEBUG:snowflake.connector.result_set:result batch 52 has id: data_0_7_2 +DEBUG:snowflake.connector.result_set:result batch 53 has id: data_0_7_3 +DEBUG:snowflake.connector.result_set:result batch 54 has id: data_0_7_4 +DEBUG:snowflake.connector.result_set:result batch 55 has id: data_0_7_5 +DEBUG:snowflake.connector.result_set:result batch 56 has id: data_0_7_6 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_0 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_0 with existing session +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_1 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/2 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_1 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_2 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/3 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_2 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 1 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_3 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_3 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_0_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668127151&Signature=isZ2uFy0%2Fy%2FiTEE978grehFgT0c%3D HTTP/1.1" 200 132762 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_0_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668127151&Signature=M1N3aQuQtLHOHuP%2FxNA0YiAPsxE%3D HTTP/1.1" 200 34812 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_0_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668127151&Signature=GWJNXpDIxLR3E5Gr6px4QvKu78I%3D HTTP/1.1" 200 261275 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_0_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668127151&Signature=sUdSaC2YVM0Bu6iq1u%2FcE4RKyuU%3D HTTP/1.1" 200 463557 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 243 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 1 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 2 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 248 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 2 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 3 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 496 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_0_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668127151&Signature=FVBnPki6o9jipUnUvdXrvefobtk%3D HTTP/1.1" 200 962955 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 497 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_0_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668127151&Signature=yhb%2FbXZKJU6RMJsRt9llfk%2BLf2k%3D HTTP/1.1" 200 1755756 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 3 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 4 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_7 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_0_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668127151&Signature=%2ByJSL6bLLDH%2Byy7d5yYqirssVxg%3D HTTP/1.1" 200 3657737 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_7 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_4 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_0_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668127151&Signature=Fnp0ZOIDeqZuQv%2FCY9EanUdOZXw%3D HTTP/1.1" 200 780103 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 3 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 10 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 497 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 992 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 4 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 5 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_0 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 992 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1984 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_1_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668127151&Signature=3MpBvDIevtBH102%2BLvIevN2Fg7Y%3D HTTP/1.1" 200 35008 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1980 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_0 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 5 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 6 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_1 +DEBUG:snowflake.connector.result_set:user began consuming result batch 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2522 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_1 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2526 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_1_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668127151&Signature=LzFq%2FIe0ZRjSku84VC6tWVT00j8%3D HTTP/1.1" 200 133242 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2541 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2535 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2521 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 6 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 7 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_2 +DEBUG:snowflake.connector.result_set:user began consuming result batch 7 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 10 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 10, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2532 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_2 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2518 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_1_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668127151&Signature=TAGCEc72rhrvAr8EGsBaUpexPFU%3D HTTP/1.1" 200 263308 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2543 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2532 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2543 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2541 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2527 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 2543 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 2536 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 2522 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 8 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_2 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_2 +DEBUG:snowflake.connector.result_set:user began consuming result batch 8 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 3 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 3, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2543 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2531 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_1_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668127151&Signature=6cyBweGPtiJlmcqWbxQvKsuR%2FQA%3D HTTP/1.1" 200 465194 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 305 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 8 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 9 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 9 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 242 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 9 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 10 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 10 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 248 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 10 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 11 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 11 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 495 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 496 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_1_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668127151&Signature=nd7W4MaQGtTlN0CWRTip%2BLTHLeE%3D HTTP/1.1" 200 966909 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_1_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668127151&Signature=ZDllh0YjwuaUUWdTTGnFGn0RgyA%3D HTTP/1.1" 200 1753330 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 11 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 12 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_7 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 12 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 496 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_1_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668127151&Signature=sH6pNurC4DUGDcd8gwzdeo8ODI4%3D HTTP/1.1" 200 3512578 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 992 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_1_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668127151&Signature=N4xiRkKbnV%2FPhveP82TgikhS448%3D HTTP/1.1" 200 506386 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 12 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 13 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 13 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_0 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1982 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_2_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668127151&Signature=zbsd2bfB1D63x9sLtLl69MQsjgk%3D HTTP/1.1" 200 35094 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1981 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_0 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 13 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_0 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 14 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_1 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 2 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 14 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2523 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_2_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668127151&Signature=GVV%2BfJXMe0Cu9zlDBqxfU9np3Bo%3D HTTP/1.1" 200 133347 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2527 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2542 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2540 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2524 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 14 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 15 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_2 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_1 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_2 with existing session +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 10 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_6 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_2_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668127151&Signature=s68sQ2Rsvwgb9vfo4yFpDnhPH8M%3D HTTP/1.1" 200 264474 +DEBUG:snowflake.connector.result_set:user began consuming result batch 15 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 10 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 10, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2519 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2533 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2537 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2521 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2538 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2514 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2524 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 2528 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 2540 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 2537 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 15 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 16 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 16 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 2, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2524 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_3 with existing session +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1138 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_2 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 16 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 17 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 17 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 242 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_4 with existing session +DEBUG:snowflake.connector.result_set:user finished consuming result batch 17 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 18 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 18 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 248 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 18 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 19 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 19 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 496 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_2_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668127151&Signature=6GlfTVuTWgZ3nIUgQEVwPQ3BxDc%3D HTTP/1.1" 200 467279 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 496 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_2_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668127151&Signature=6YE6lmp9jfcL3fvner%2BdDPvIzUw%3D HTTP/1.1" 200 967013 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 496 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 19 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 20 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_0 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_2_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668127151&Signature=39GkHSBr76d7H89wovSdby%2BhJ%2B4%3D HTTP/1.1" 200 1759307 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 20 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 991 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_2_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668127151&Signature=QAiZAtmyi3gzGfch9rFIZBd7tyg%3D HTTP/1.1" 200 2209742 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 991 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_3_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668127151&Signature=CeXa1YkAcsxUGZXXBSssRiw0UpM%3D HTTP/1.1" 200 33980 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 20 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 21 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_1 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_3_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668127151&Signature=ujQ48eLGfxsJUg4SQCw175y%2F6k8%3D HTTP/1.1" 200 127436 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 7 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 21 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1980 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 21 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 22 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_2 +DEBUG:snowflake.connector.result_set:user began consuming result batch 22 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_2 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_2 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2518 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2524 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2538 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_3_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668127151&Signature=6VT4EZqwfXUqhcshef0mSKfJ36o%3D HTTP/1.1" 200 255560 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2532 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2516 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 22 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 23 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 23 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 7 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 7, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2516 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2525 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_3_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668127151&Signature=XBzyq%2FC3q4bPlqbktEA1YhLUxg8%3D HTTP/1.1" 200 456036 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2529 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2532 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2536 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2521 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 681 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 23 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 24 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 24 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 243 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_4 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 24 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 25 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_4 with existing session +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 25 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 248 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 25 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 26 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 26 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_0 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 247 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 246 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 492 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 495 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_3_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668127151&Signature=TNMZH7s%2BMU6s0oN8jgUZGyC4uQo%3D HTTP/1.1" 200 44566 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 495 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_3_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668127151&Signature=jK%2Bs%2BSwKVhwm1GF5x8QKuIx35so%3D HTTP/1.1" 200 954251 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 26 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 27 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_1 +DEBUG:snowflake.connector.result_set:user began consuming result batch 27 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_5 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_1 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 496 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 989 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_4_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668127151&Signature=WWRoTunJ703wFpXgvVVoPhN7wv8%3D HTTP/1.1" 200 35006 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 991 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_4_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668127151&Signature=gtfWIpH5Wqo%2FJrJeFwQNpipNRaU%3D HTTP/1.1" 200 133370 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 27 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 28 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_1 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_4_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668127151&Signature=45KxHiGXwD9RvrSPCHg5r3Um3Rc%3D HTTP/1.1" 200 261716 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 28 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1978 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 28 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 29 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 29 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 326 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 29 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 30 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 30 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 242 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 30 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 31 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 31 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 248 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 31 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 32 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 32 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 496 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_4_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668127151&Signature=azR97bNeH3v0RqPhFD7ZdDQobzU%3D HTTP/1.1" 200 466980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 496 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 32 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 33 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_4_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668127151&Signature=TUpNyvPCoarzxSP6JTxEba2axuI%3D HTTP/1.1" 200 969208 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_0 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_4_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668127151&Signature=L63Zjg1tbT1DB4lgVkbZDwUCiyw%3D HTTP/1.1" 200 1755301 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_4 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_4_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668127151&Signature=USN4xMtp5HKsotQlm9vZHuliVM8%3D HTTP/1.1" 200 137296 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_0 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_5 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_5_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668127151&Signature=y%2Bm2NfeyMa65YHsE1GzRV05q3bU%3D HTTP/1.1" 200 33511 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 33 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 990 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 33 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 34 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_1 +DEBUG:snowflake.connector.result_set:user began consuming result batch 34 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_1 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1982 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_5_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668127151&Signature=L8OEaSV2Is8BHVN3MVm0MOHagzA%3D HTTP/1.1" 200 128680 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1978 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 34 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 35 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_2 +DEBUG:snowflake.connector.result_set:user began consuming result batch 35 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_2 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2524 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_2 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2529 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2543 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2540 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_1 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_5_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668127151&Signature=ZB%2BfHBbXe8Fn0Caf6lU0qzKfJ7A%3D HTTP/1.1" 200 255977 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2526 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 35 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 36 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 36 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1015 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 36 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 37 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 37 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 243 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_4 with existing session +DEBUG:snowflake.connector.result_set:user finished consuming result batch 37 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 38 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 38 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 249 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 249 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 249 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 249 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 38 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 39 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 39 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 249 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 249 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 497 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_5_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668127151&Signature=gh9jjKUm48ZZHwXZatvV5DQFsBg%3D HTTP/1.1" 200 459576 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 497 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_5_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668127151&Signature=GIRgdzlk2I81yZZhfAEtJmaiQeQ%3D HTTP/1.1" 200 1109252 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 497 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_5_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668127151&Signature=7oKlDFFh0g%2FzhztbmsY%2FL0Gx9mM%3D HTTP/1.1" 200 1747873 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 39 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 40 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_0 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 40 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 498 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 992 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_5_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668127151&Signature=NZETaIjhxt054erupiLpXunKl30%3D HTTP/1.1" 200 976353 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 993 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_6_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668127151&Signature=Knb4IfqzgjTjVICgGFroqM2UV10%3D HTTP/1.1" 200 35041 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 995 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 40 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 41 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_1 +DEBUG:snowflake.connector.result_set:user began consuming result batch 41 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1977 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_1 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1985 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1984 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_6_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668127151&Signature=UiBHgA%2FSX9%2B565hV%2B0WX9B3yKq8%3D HTTP/1.1" 200 133495 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1987 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 41 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 42 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 42 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2541 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_6_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668127151&Signature=6kEgBX1ISuuLP0e8bUqXY7pwb1A%3D HTTP/1.1" 200 263952 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2525 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2527 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2517 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2539 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 42 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 43 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_3 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 3 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 43 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 3 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 3, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2526 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_6_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668127151&Signature=L82qQXynOryyvbeIWnjEi7k8K3M%3D HTTP/1.1" 200 467674 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2539 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1893 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 43 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 44 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 44 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 242 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 44 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 45 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 45 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 248 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 45 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 46 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 46 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 495 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 496 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_6_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668127151&Signature=fiKKB6isc5dYgohe2nDckNn9eoY%3D HTTP/1.1" 200 968196 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 495 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_6_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668127151&Signature=aHZJ9QUK16ZN7K3J%2BKB0ucKSdNM%3D HTTP/1.1" 200 90395 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 46 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 47 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_1 +DEBUG:snowflake.connector.result_set:user began consuming result batch 47 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 496 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_1 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 989 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_5 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_7_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668127151&Signature=3mReKzpcbvJxMMTSvgaL44BXOfQ%3D HTTP/1.1" 200 35165 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 992 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_7_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668127151&Signature=7THr9bYLe%2FHqplMdeU6vFbfEvmw%3D HTTP/1.1" 200 133887 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_0 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 47 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_0 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 48 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_2 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 48 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1979 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_7_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668127151&Signature=wLOYrWTtd6Il0UgKfGgBWKQKZuc%3D HTTP/1.1" 200 263286 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1980 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 48 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 49 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 49 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 662 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 49 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 50 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 50 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 242 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_4 with existing session +DEBUG:snowflake.connector.result_set:user finished consuming result batch 50 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 51 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 51 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 249 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 248 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 51 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 52 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 52 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 495 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_7_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668127151&Signature=v6sgFr2zltUtnh1PSUinOLt%2BI9U%3D HTTP/1.1" 200 465199 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_7_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668127151&Signature=GRU59Hb%2FTTa0g6DVWax%2Fi146Scc%3D HTTP/1.1" 200 963971 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 496 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_7_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668127151&Signature=mo3ebZplNaH1tEhTFpJPKjdUv2Y%3D HTTP/1.1" 200 1745961 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 52 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 53 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 53 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 496 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_7_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668127151&Signature=OThudIE0qaXTMY1pNgjJav%2B1tz8%3D HTTP/1.1" 200 2231250 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 992 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 992 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 53 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 54 +DEBUG:snowflake.connector.result_set:user began consuming result batch 54 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 992 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 7 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1981 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1980 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 54 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 55 +DEBUG:snowflake.connector.result_set:user began consuming result batch 55 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2522 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2529 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2546 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2536 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2522 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 55 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 56 +DEBUG:snowflake.connector.result_set:user began consuming result batch 56 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 7 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 7, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2525 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2529 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2532 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2521 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2539 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2527 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 962 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 56 +INFO:snowflake.connector.connection:closed +DEBUG:snowflake.connector.telemetry:Closing telemetry client. +INFO:snowflake.connector.connection:No async queries seem to be running, deleting session +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 85024164-c553-49cc-89cf-915b4f39fdb7 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session?delete=true&request_guid=85024164-c553-49cc-89cf-915b4f39fdb7 HTTP/1.1" 200 76 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.connection:Session is closed +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_EDW_TRANS_D, database=PL_DEV, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=2842d9f2-7110-4d9d-a55c-cbca66a0f8b0 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 02f9634e-d112-4e49-9083-90e3bc8fd26d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=2842d9f2-7110-4d9d-a55c-cbca66a0f8b0&databaseName=PL_DEV&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=02f9634e-d112-4e49-9083-90e3bc8fd26d HTTP/1.1" 200 1551 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT EVENT_DTM,"header_change_mask","header_change_oper",ODS_EXP_ROW_DTM,EVENT...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 1824d034-af37-456f-afac-dad713fb42d1 +DEBUG:snowflake.connector.cursor:running query [SELECT EVENT_DTM,"header_change_mask","header_change_oper",ODS_EXP_ROW_DTM,EVENT...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT EVENT_DTM,"header_change_mask","header_change_oper",ODS_EXP_ROW_DTM,EVENT...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8fe59253-9d6d-4a42-9ecd-27672c544182 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=1824d034-af37-456f-afac-dad713fb42d1&request_guid=8fe59253-9d6d-4a42-9ecd-27672c544182 HTTP/1.1" 200 None +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838a1-0502-af26-1a4b-0303c5bad13b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838a1-0502-af26-1a4b-0303c5bad13b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=2 +INFO:snowflake.connector.cursor:Number of results in first chunk: 246 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838a1-0502-af26-1a4b-0303c5bad13b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f3d0f3ca-a789-4c05-8cc3-a2ecd48e2d33 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838a1-0502-af26-1a4b-0303c5bad13b?request_guid=f3d0f3ca-a789-4c05-8cc3-a2ecd48e2d33 HTTP/1.1" 200 2134 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838a1-0502-af26-1a4b-0303c5bad13b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d26be1df-10f7-4d79-b917-e3e1f5c5c597 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838a1-0502-af26-1a4b-0303c5bad13b?request_guid=d26be1df-10f7-4d79-b917-e3e1f5c5c597 HTTP/1.1" 200 2135 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a838a1-0502-af26-1a4b-0303c5bad13b'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: a30a628c-6d07-48da-83f5-21dadab96b2e +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a838a1-0502-af26-1a4b-0303c5bad13b'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a838a1-0502-af26-1a4b-0303c5bad13b'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f7f4472b-67ea-48f2-9ff2-8460f9cf2110 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=a30a628c-6d07-48da-83f5-21dadab96b2e&request_guid=f7f4472b-67ea-48f2-9ff2-8460f9cf2110 HTTP/1.1" 200 2298 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838a1-0502-afee-1a4b-0303c5baaccb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838a1-0502-afee-1a4b-0303c5baaccb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=3 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.result_set:result batch 1 has id: data_0_0_0 +DEBUG:snowflake.connector.result_set:result batch 2 has id: data_0_0_1 +DEBUG:snowflake.connector.result_set:result batch 3 has id: data_0_0_2 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_0 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_0 with existing session +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_1 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/2 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_1 with existing session +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_2 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/3 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_2 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838a1-0502-af26-1a4b-0303c5bad13b_0/main/data_0_0_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668127305&Signature=8k5IY9zfLcXibcMQkvjAtxj2TSo%3D HTTP/1.1" 200 39942 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838a1-0502-af26-1a4b-0303c5bad13b_0/main/data_0_0_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668127305&Signature=VBUxXsL%2Bj4tCLZE1GQFWXikO9%2F8%3D HTTP/1.1" 200 137002 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838a1-0502-af26-1a4b-0303c5bad13b_0/main/data_0_0_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668127305&Signature=sIedkA1hrZTpTutbDL5jME%2BTKrE%3D HTTP/1.1" 200 36830 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/3 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/3 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 246 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 1 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/3 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_set:user began consuming result batch 2 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 246 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 246 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 246 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 246 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 2 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 282 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 3 +INFO:snowflake.connector.connection:closed +DEBUG:snowflake.connector.telemetry:Closing telemetry client. +DEBUG:snowflake.connector.telemetry:Sending 1 logs to telemetry. Data is {'logs': [{'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_imported_packages', 'value': "{'code', 'zipimport', 'copyreg', 'jwt', 'greenlet', 'unicodedata', 'glob', 'contextvars', 'argparse', 'binascii', 'operator', 'cryptography', 'shutil', 'posixpath', 'asn1crypto', 'pydev_ipython', 're', 'socket', 'selectors', 'pydoc', 'copy', 'six', 'genericpath', 'zipfile', 'psycopg2', 'msvcrt', 'typing', 'urllib', 'site', 'gzip', 'uu', 'typing_extensions', 'itertools', 'reprlib', 'token', 'shlex', 'traceback', 'mmap', 'configparser', 'flask', 'locale', 'pydevd_file_utils', 'wtforms', 'pprint', 'sysconfig', 'math', 'secrets', 'hashlib', 'werkzeug', 'pandas', 'fconfig', 'config', 'weakref', 'builtins', 'debugpy', 'jinja2', 'quopri', 'logging', 'signal', 'colorama', 'pathlib', 'contextlib', 'timeit', 'abc', 'csv', 'sre_compile', 'numpy', 'stringprep', 'socketserver', 'pycparser', 'random', 'http', 'pickle', 'concurrent', 'getpass', 'decimal', 'requests', 'base64', 'asyncio', 'OpenSSL', 'select', 'function', 'dateutil', 'tempfile', 'alembic', 'filelock', 'gettext', 'cffi', 'ntpath', 'gc', 'sqlite3', 'cmath', 'ctypes', 'pydevd_plugins', 'struct', 'tokenize', 'threading', 'heapq', 'difflib', 'numbers', 'mako', 'functools', 'keyword', 'textwrap', 'nturl2path', 'queue', 'Cryptodome', 'itsdangerous', 'dataclasses', 'flask_sqlalchemy', 'os', 'xml', 'zlib', 'click', 'ipaddress', 'winreg', 'snowflake', 'flask_wtf', 'errno', 'xmlrpc', 'calendar', 'inspect', 'datetime', 'charset_normalizer', 'hmac', 'nt', 'sre_parse', 'cachelib', 'dis', 'platform', 'linecache', 'pydevd_tracing', 'markupsafe', 'overrides', 'collections', 'flask_migrate', 'sql', 'encodings', 'sre_constants', 'io', 'pyexpat', 'sys', 'fnmatch', 'plistlib', 'uuid', 'ssl', 'importlib', 'oscrypto', 'pkg_resources', 'email', 'sqlalchemy', 'fractions', 'common', 'certifi', 'mimetypes', 'codecs', 'opcode', 'cython_runtime', 'lzma', 'time', 'stat', 'bisect', 'pydevconsole', 'types', 'string', 'marshal', 'subprocess', 'json', 'pytz', 'enum', 'codeop', 'warnings', 'html', 'bz2', 'ast', 'webbrowser', 'urllib3', 'pydevd', 'atexit', 'idna', 'imp', 'flask_session', 'pkgutil'}"}, 'timestamp': '1668105530501'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_first_result', 'query_id': '01a8389e-0502-ae87-1a4b-0303c5ba10df', 'value': -642}, 'timestamp': '1668105532550'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_first_result', 'query_id': '01a8389e-0502-ae87-1a4b-0303c5ba112b', 'value': -644}, 'timestamp': '1668105532910'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_last_result', 'query_id': '01a8389e-0502-ae87-1a4b-0303c5ba112b', 'value': 5}, 'timestamp': '1668105532915'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_first_result', 'query_id': '01a8389e-0502-ae87-1a4b-0303c5ba114f', 'value': -644}, 'timestamp': '1668105533662'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_first_result', 'query_id': '01a8389e-0502-ae87-1a4b-0303c5ba119f', 'value': -643}, 'timestamp': '1668105534005'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_last_result', 'query_id': '01a8389e-0502-ae87-1a4b-0303c5ba119f', 'value': 3}, 'timestamp': '1668105534008'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_first_result', 'query_id': '01a8389e-0502-b0de-1a4b-0303c5ba206f', 'value': -643}, 'timestamp': '1668105534105'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_first_result', 'query_id': '01a8389e-0502-afee-1a4b-0303c5ba0cc7', 'value': -641}, 'timestamp': '1668105534484'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_last_result', 'query_id': '01a8389e-0502-afee-1a4b-0303c5ba0cc7', 'value': 3}, 'timestamp': '1668105534487'}]}. +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ed4b92ae-06fa-4571-b8d9-4d2b2e93b64e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /telemetry/send?request_guid=ed4b92ae-06fa-4571-b8d9-4d2b2e93b64e HTTP/1.1" 200 86 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.telemetry:Successfully uploading metrics to telemetry. +INFO:snowflake.connector.connection:No async queries seem to be running, deleting session +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 2e7bbe83-26c4-4013-926b-ff6854c67ee3 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session?delete=true&request_guid=2e7bbe83-26c4-4013-926b-ff6854c67ee3 HTTP/1.1" 200 76 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.connection:Session is closed +INFO:snowflake.connector.connection:closed +DEBUG:snowflake.connector.telemetry:Closing telemetry client. +DEBUG:snowflake.connector.telemetry:Sending 1 logs to telemetry. Data is {'logs': [{'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_imported_packages', 'value': "{'code', 'zipimport', 'copyreg', 'jwt', 'greenlet', 'unicodedata', 'glob', 'contextvars', 'argparse', 'binascii', 'operator', 'cryptography', 'shutil', 'posixpath', 'asn1crypto', 'pydev_ipython', 're', 'socket', 'selectors', 'pydoc', 'copy', 'six', 'genericpath', 'zipfile', 'psycopg2', 'msvcrt', 'typing', 'urllib', 'site', 'gzip', 'uu', 'typing_extensions', 'itertools', 'reprlib', 'token', 'shlex', 'traceback', 'mmap', 'configparser', 'flask', 'locale', 'pydevd_file_utils', 'wtforms', 'pprint', 'sysconfig', 'math', 'secrets', 'hashlib', 'werkzeug', 'pandas', 'fconfig', 'config', 'weakref', 'builtins', 'debugpy', 'jinja2', 'quopri', 'logging', 'signal', 'colorama', 'pathlib', 'contextlib', 'timeit', 'abc', 'csv', 'sre_compile', 'numpy', 'stringprep', 'socketserver', 'pycparser', 'random', 'http', 'pickle', 'concurrent', 'getpass', 'decimal', 'requests', 'base64', 'asyncio', 'OpenSSL', 'select', 'function', 'dateutil', 'tempfile', 'alembic', 'filelock', 'gettext', 'cffi', 'ntpath', 'gc', 'sqlite3', 'cmath', 'ctypes', 'pydevd_plugins', 'struct', 'tokenize', 'threading', 'heapq', 'difflib', 'numbers', 'mako', 'functools', 'keyword', 'textwrap', 'nturl2path', 'queue', 'Cryptodome', 'itsdangerous', 'dataclasses', 'flask_sqlalchemy', 'os', 'xml', 'zlib', 'click', 'ipaddress', 'winreg', 'snowflake', 'flask_wtf', 'errno', 'xmlrpc', 'calendar', 'inspect', 'datetime', 'charset_normalizer', 'hmac', 'nt', 'sre_parse', 'cachelib', 'dis', 'platform', 'linecache', 'pydevd_tracing', 'markupsafe', 'overrides', 'collections', 'flask_migrate', 'sql', 'encodings', 'sre_constants', 'io', 'pyexpat', 'sys', 'fnmatch', 'plistlib', 'uuid', 'ssl', 'importlib', 'oscrypto', 'pkg_resources', 'email', 'sqlalchemy', 'fractions', 'common', 'certifi', 'mimetypes', 'codecs', 'opcode', 'cython_runtime', 'lzma', 'time', 'stat', 'bisect', 'pydevconsole', 'types', 'string', 'marshal', 'subprocess', 'json', 'pytz', 'enum', 'codeop', 'warnings', 'html', 'bz2', 'ast', 'webbrowser', 'urllib3', 'pydevd', 'atexit', 'idna', 'imp', 'flask_session', 'pkgutil'}"}, 'timestamp': '1668105531913'}]}. +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: b4134e23-03a0-450d-a25d-b6dbed5ac0b3 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /telemetry/send?request_guid=b4134e23-03a0-450d-a25d-b6dbed5ac0b3 HTTP/1.1" 200 86 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.telemetry:Successfully uploading metrics to telemetry. +INFO:snowflake.connector.connection:No async queries seem to be running, deleting session +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 22df6856-bc09-4355-887b-694a90b5f370 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session?delete=true&request_guid=22df6856-bc09-4355-887b-694a90b5f370 HTTP/1.1" 200 76 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.connection:Session is closed +INFO:sqlalchemy.engine.Engine:ROLLBACK +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 13:41:51] "GET /sfexec?csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y206uQ.ZWVkwG7j9vm5LsFPJvo3S2_mVT8&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y206uQ.ZWVkwG7j9vm5LsFPJvo3S2_mVT8&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y206uQ.ZWVkwG7j9vm5LsFPJvo3S2_mVT8&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y206uQ.ZWVkwG7j9vm5LsFPJvo3S2_mVT8&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y206uQ.ZWVkwG7j9vm5LsFPJvo3S2_mVT8&submit=Submit HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\main.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 11.67s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 11.68s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 11.68s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=73428f08-8efe-47dd-97b9-3573bb88e92f +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 830c626f-5766-4f99-b3d1-4dbbeeada4c4 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 2201622927136 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2201622927136 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2201623245488 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2201623245488 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2201623245488 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2201623245488 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2201622927136 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2201622927136 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=73428f08-8efe-47dd-97b9-3573bb88e92f&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=830c626f-5766-4f99-b3d1-4dbbeeada4c4 HTTP/1.1" 200 1544 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_EDW_TRANS_D, database=PL_DEV, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=63f35886-ad82-49b0-8981-b48464f4e14a +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a742b848-9cdc-42dc-93aa-ee79c64a8dd6 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=63f35886-ad82-49b0-8981-b48464f4e14a&databaseName=PL_DEV&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=a742b848-9cdc-42dc-93aa-ee79c64a8dd6 HTTP/1.1" 200 1550 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00158s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 3bf14f25-c307-4c0e-88cf-cc48c81b11f5 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: cca0fd48-7649-4fed-ad63-5a92304d1ffe +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=3bf14f25-c307-4c0e-88cf-cc48c81b11f5&request_guid=cca0fd48-7649-4fed-ad63-5a92304d1ffe HTTP/1.1" 200 2279 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838af-0502-ae87-1a4b-0303c5be9463 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838af-0502-ae87-1a4b-0303c5be9463 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838af-0502-ae87-1a4b-0303c5be9463' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: aa321d16-7557-4838-8887-7a07f4310052 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838af-0502-ae87-1a4b-0303c5be9463?request_guid=aa321d16-7557-4838-8887-7a07f4310052 HTTP/1.1" 200 1850 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838af-0502-ae87-1a4b-0303c5be9463' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 25d5914e-1068-46c8-852d-aa9cffee7f0d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838af-0502-ae87-1a4b-0303c5be9463?request_guid=25d5914e-1068-46c8-852d-aa9cffee7f0d HTTP/1.1" 200 1850 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a838af-0502-ae87-1a4b-0303c5be9463'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: f18406f6-e00d-4600-86f6-90b9f378bbf1 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a838af-0502-ae87-1a4b-0303c5be9463'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a838af-0502-ae87-1a4b-0303c5be9463'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1f966a99-e011-46ec-8541-6ce1be1947c7 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=f18406f6-e00d-4600-86f6-90b9f378bbf1&request_guid=1f966a99-e011-46ec-8541-6ce1be1947c7 HTTP/1.1" 200 2278 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838af-0502-afee-1a4b-0303c5beb143 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838af-0502-afee-1a4b-0303c5beb143 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 4 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 041b2f23-fc86-4e6e-8154-065a0c5fbdb5 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 57d3c4eb-4cfe-4508-9b2e-5c7da7e58de5 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=041b2f23-fc86-4e6e-8154-065a0c5fbdb5&request_guid=57d3c4eb-4cfe-4508-9b2e-5c7da7e58de5 HTTP/1.1" 200 1799 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838af-0502-b0de-1a4b-0303c5be859f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838af-0502-b0de-1a4b-0303c5be859f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838af-0502-b0de-1a4b-0303c5be859f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0ccbb50d-f6af-4587-9382-01fb56657a1c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838af-0502-b0de-1a4b-0303c5be859f?request_guid=0ccbb50d-f6af-4587-9382-01fb56657a1c HTTP/1.1" 200 2175 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838af-0502-b0de-1a4b-0303c5be859f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 4df0105c-aaf2-40ed-a060-6bc7ca59d7e5 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838af-0502-b0de-1a4b-0303c5be859f?request_guid=4df0105c-aaf2-40ed-a060-6bc7ca59d7e5 HTTP/1.1" 200 2175 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a838af-0502-b0de-1a4b-0303c5be859f'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 9432d37a-1f7e-4bbf-b8b2-c7b3fa05cdbf +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a838af-0502-b0de-1a4b-0303c5be859f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a838af-0502-b0de-1a4b-0303c5be859f'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 031bc2a7-4366-4946-82cf-2257ef0afbba +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=9432d37a-1f7e-4bbf-b8b2-c7b3fa05cdbf&request_guid=031bc2a7-4366-4946-82cf-2257ef0afbba HTTP/1.1" 200 1798 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838af-0502-b0de-1a4b-0303c5be85f7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838af-0502-b0de-1a4b-0303c5be85f7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: b7a4586f-569d-474a-8bf5-db1f61c6f084 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','STG_CEM_EVENT');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7783b834-0921-4086-a37c-2221745b7f41 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=b7a4586f-569d-474a-8bf5-db1f61c6f084&request_guid=7783b834-0921-4086-a37c-2221745b7f41 HTTP/1.1" 200 2281 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838af-0502-b1d6-1a4b-0303c5bea2b3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838af-0502-b1d6-1a4b-0303c5bea2b3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838af-0502-b1d6-1a4b-0303c5bea2b3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6dcb4d0b-53c0-40c6-b700-6613a9cc63c2 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838af-0502-b1d6-1a4b-0303c5bea2b3?request_guid=6dcb4d0b-53c0-40c6-b700-6613a9cc63c2 HTTP/1.1" 200 1674 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838af-0502-b1d6-1a4b-0303c5bea2b3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7641d313-7df4-464e-93c6-f2a360882f39 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838af-0502-b1d6-1a4b-0303c5bea2b3?request_guid=7641d313-7df4-464e-93c6-f2a360882f39 HTTP/1.1" 200 1674 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a838af-0502-b1d6-1a4b-0303c5bea2b3'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: f041c1cb-260e-4d50-ac18-7d226b73e8ef +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a838af-0502-b1d6-1a4b-0303c5bea2b3'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a838af-0502-b1d6-1a4b-0303c5bea2b3'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 824488ef-86c1-43ce-b6d7-dcc9da819087 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=f041c1cb-260e-4d50-ac18-7d226b73e8ef&request_guid=824488ef-86c1-43ce-b6d7-dcc9da819087 HTTP/1.1" 200 None +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838af-0502-af26-1a4b-0303c5be76d3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838af-0502-af26-1a4b-0303c5be76d3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 3.145s ago] ('get_data', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=fc887710-02e6-49d3-84f3-711201cd9b24 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c1cc2dc0-d0a8-4f01-ad1a-750805952c45 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=fc887710-02e6-49d3-84f3-711201cd9b24&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=c1cc2dc0-d0a8-4f01-ad1a-750805952c45 HTTP/1.1" 200 1547 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT EVENT_DTM,"header_change_mask","header_change_oper",ODS_EXP_ROW_DTM,EVENT...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 975f3d3c-38e5-4d51-ac59-b5ed488f5d21 +DEBUG:snowflake.connector.cursor:running query [SELECT EVENT_DTM,"header_change_mask","header_change_oper",ODS_EXP_ROW_DTM,EVENT...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT EVENT_DTM,"header_change_mask","header_change_oper",ODS_EXP_ROW_DTM,EVENT...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e5426323-afef-4a21-8c91-b3ff4459c898 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=975f3d3c-38e5-4d51-ac59-b5ed488f5d21&request_guid=e5426323-afef-4a21-8c91-b3ff4459c898 HTTP/1.1" 200 4917 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838af-0502-af26-1a4b-0303c5be7713 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838af-0502-af26-1a4b-0303c5be7713 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=56 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838af-0502-af26-1a4b-0303c5be7713' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0a864742-149b-4e68-a358-447b5a22ff2c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838af-0502-af26-1a4b-0303c5be7713?request_guid=0a864742-149b-4e68-a358-447b5a22ff2c HTTP/1.1" 200 1975 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838af-0502-af26-1a4b-0303c5be7713' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e7246bb2-d63f-4778-82b6-636002cecd86 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838af-0502-af26-1a4b-0303c5be7713?request_guid=e7246bb2-d63f-4778-82b6-636002cecd86 HTTP/1.1" 200 1975 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a838af-0502-af26-1a4b-0303c5be7713'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 22ed6a83-1af4-46ef-a7fd-c33c66bde859 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a838af-0502-af26-1a4b-0303c5be7713'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a838af-0502-af26-1a4b-0303c5be7713'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 416c902a-84f3-47a2-a4ba-915cbead860e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=22ed6a83-1af4-46ef-a7fd-c33c66bde859&request_guid=416c902a-84f3-47a2-a4ba-915cbead860e HTTP/1.1" 200 4920 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838af-0502-ae87-1a4b-0303c5be9503 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838af-0502-ae87-1a4b-0303c5be9503 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=56 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.result_set:result batch 1 has id: data_0_0_0 +DEBUG:snowflake.connector.result_set:result batch 2 has id: data_0_0_1 +DEBUG:snowflake.connector.result_set:result batch 3 has id: data_0_0_2 +DEBUG:snowflake.connector.result_set:result batch 4 has id: data_0_0_3 +DEBUG:snowflake.connector.result_set:result batch 5 has id: data_0_0_4 +DEBUG:snowflake.connector.result_set:result batch 6 has id: data_0_0_5 +DEBUG:snowflake.connector.result_set:result batch 7 has id: data_0_0_6 +DEBUG:snowflake.connector.result_set:result batch 8 has id: data_0_0_7 +DEBUG:snowflake.connector.result_set:result batch 9 has id: data_0_1_0 +DEBUG:snowflake.connector.result_set:result batch 10 has id: data_0_1_1 +DEBUG:snowflake.connector.result_set:result batch 11 has id: data_0_1_2 +DEBUG:snowflake.connector.result_set:result batch 12 has id: data_0_1_3 +DEBUG:snowflake.connector.result_set:result batch 13 has id: data_0_1_4 +DEBUG:snowflake.connector.result_set:result batch 14 has id: data_0_1_5 +DEBUG:snowflake.connector.result_set:result batch 15 has id: data_0_1_6 +DEBUG:snowflake.connector.result_set:result batch 16 has id: data_0_1_7 +DEBUG:snowflake.connector.result_set:result batch 17 has id: data_0_2_0 +DEBUG:snowflake.connector.result_set:result batch 18 has id: data_0_2_1 +DEBUG:snowflake.connector.result_set:result batch 19 has id: data_0_2_2 +DEBUG:snowflake.connector.result_set:result batch 20 has id: data_0_2_3 +DEBUG:snowflake.connector.result_set:result batch 21 has id: data_0_2_4 +DEBUG:snowflake.connector.result_set:result batch 22 has id: data_0_2_5 +DEBUG:snowflake.connector.result_set:result batch 23 has id: data_0_2_6 +DEBUG:snowflake.connector.result_set:result batch 24 has id: data_0_3_0 +DEBUG:snowflake.connector.result_set:result batch 25 has id: data_0_3_1 +DEBUG:snowflake.connector.result_set:result batch 26 has id: data_0_3_2 +DEBUG:snowflake.connector.result_set:result batch 27 has id: data_0_3_3 +DEBUG:snowflake.connector.result_set:result batch 28 has id: data_0_3_4 +DEBUG:snowflake.connector.result_set:result batch 29 has id: data_0_3_5 +DEBUG:snowflake.connector.result_set:result batch 30 has id: data_0_4_0 +DEBUG:snowflake.connector.result_set:result batch 31 has id: data_0_4_1 +DEBUG:snowflake.connector.result_set:result batch 32 has id: data_0_4_2 +DEBUG:snowflake.connector.result_set:result batch 33 has id: data_0_4_3 +DEBUG:snowflake.connector.result_set:result batch 34 has id: data_0_4_4 +DEBUG:snowflake.connector.result_set:result batch 35 has id: data_0_4_5 +DEBUG:snowflake.connector.result_set:result batch 36 has id: data_0_4_6 +DEBUG:snowflake.connector.result_set:result batch 37 has id: data_0_5_0 +DEBUG:snowflake.connector.result_set:result batch 38 has id: data_0_5_1 +DEBUG:snowflake.connector.result_set:result batch 39 has id: data_0_5_2 +DEBUG:snowflake.connector.result_set:result batch 40 has id: data_0_5_3 +DEBUG:snowflake.connector.result_set:result batch 41 has id: data_0_5_4 +DEBUG:snowflake.connector.result_set:result batch 42 has id: data_0_5_5 +DEBUG:snowflake.connector.result_set:result batch 43 has id: data_0_5_6 +DEBUG:snowflake.connector.result_set:result batch 44 has id: data_0_6_0 +DEBUG:snowflake.connector.result_set:result batch 45 has id: data_0_6_1 +DEBUG:snowflake.connector.result_set:result batch 46 has id: data_0_6_2 +DEBUG:snowflake.connector.result_set:result batch 47 has id: data_0_6_3 +DEBUG:snowflake.connector.result_set:result batch 48 has id: data_0_6_4 +DEBUG:snowflake.connector.result_set:result batch 49 has id: data_0_6_5 +DEBUG:snowflake.connector.result_set:result batch 50 has id: data_0_7_0 +DEBUG:snowflake.connector.result_set:result batch 51 has id: data_0_7_1 +DEBUG:snowflake.connector.result_set:result batch 52 has id: data_0_7_2 +DEBUG:snowflake.connector.result_set:result batch 53 has id: data_0_7_3 +DEBUG:snowflake.connector.result_set:result batch 54 has id: data_0_7_4 +DEBUG:snowflake.connector.result_set:result batch 55 has id: data_0_7_5 +DEBUG:snowflake.connector.result_set:result batch 56 has id: data_0_7_6 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_0 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_0 with existing session +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_2 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/2 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_1 with existing session +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_2 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/3 active sessions +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_4 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_2 with existing session +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_3 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_0_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128137&Signature=P19onOlPuL5bh0wQcsktzC3bB7I%3D HTTP/1.1" 200 34812 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_0_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128137&Signature=Qf0kwY1wQK7oZFM1wBBvmg8nhEA%3D HTTP/1.1" 200 261275 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 243 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 1 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 2 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_5 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_0_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128137&Signature=IEM5Ka%2BDe63ocVQcMZz%2BseNx8%2Fo%3D HTTP/1.1" 200 463557 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_0_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128137&Signature=V6bPxTPQQTGSs4uZiZjxv92H9SQ%3D HTTP/1.1" 200 132762 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 2 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 248 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_0_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128137&Signature=qgc3mc77uT%2FJxp7SlxAd5kI%2FjfY%3D HTTP/1.1" 200 962955 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 2 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 3 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 3 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 497 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 3 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_0_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128137&Signature=gfgeh9o70bfi2XWvZ8cesen1nQo%3D HTTP/1.1" 200 1755756 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 4 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_7 with existing session +DEBUG:snowflake.connector.result_set:user began consuming result batch 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 497 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 993 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_0_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128137&Signature=%2Fai4mrSgReQKIxz0jOlh5V90ZuY%3D HTTP/1.1" 200 3657737 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 992 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_0_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128137&Signature=PpkabW0G%2Bbx3D%2F2dJ2UtUy7UXtA%3D HTTP/1.1" 200 780103 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 4 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 5 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1981 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_1_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128137&Signature=i7Bu%2FOOPllwRIoCfBi797EfUY5k%3D HTTP/1.1" 200 35008 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1984 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1980 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 3 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_7 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 5 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 6 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_1 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2522 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_1_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128137&Signature=hgMu4m0cwHfT2BPox1%2BHzrItfc8%3D HTTP/1.1" 200 133242 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2526 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2541 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2535 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2521 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_1 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 6 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 7 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 10 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 7 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 10 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 10, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2532 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_1_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128137&Signature=NH3%2FYDbDHLqS54WkWznTQFTXOGw%3D HTTP/1.1" 200 263308 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2518 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2543 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2532 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2543 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2541 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2527 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 2543 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 2536 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 2522 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_2 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_2 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 8 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_3 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_2 +DEBUG:snowflake.connector.result_set:user began consuming result batch 8 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 3, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2543 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2531 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_1_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128137&Signature=fjzcC48tbEXF5YFNUF8L4QztbKs%3D HTTP/1.1" 200 465194 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 305 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 8 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 9 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 9 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 242 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 9 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 10 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 10 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 248 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 10 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 11 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 11 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_1_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128137&Signature=MtRTXyWS%2FSNnP7aSgClmUsbbTa0%3D HTTP/1.1" 200 966909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 495 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_1_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128137&Signature=ym1dfZYg93Gf%2B%2B8J5Da%2FWrMcKps%3D HTTP/1.1" 200 1753330 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 496 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 11 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 12 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 12 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 496 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_7 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 991 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_1_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128137&Signature=eEySbZqDJ5yQwY0eaP1bklgf5PE%3D HTTP/1.1" 200 3512578 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_1_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128137&Signature=tRjemZxsYRpS%2Bnk3kKOJvvbv6XA%3D HTTP/1.1" 200 506386 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 992 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 12 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 13 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 2 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_7 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_0 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 13 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1980 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_2_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128137&Signature=vek5DSqhUqzcRCbWaUAGZdjUgZM%3D HTTP/1.1" 200 35094 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1981 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 13 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 14 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_1 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 14 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2523 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_2_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128137&Signature=Q3KZ4xCMktghpoIGtgdyp2%2F0NQI%3D HTTP/1.1" 200 133347 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2527 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2542 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2540 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2524 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 14 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 15 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 10 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 15 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 10 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 10, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2519 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_2_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128137&Signature=fAY2Ef%2BuU%2BgnUtxD0%2FWHNpVaVHw%3D HTTP/1.1" 200 264474 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2533 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2537 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2521 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2538 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2514 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2524 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 2528 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 2540 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 2537 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 15 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 16 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 16 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 2, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2524 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1138 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 16 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 17 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 17 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 242 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_4 with existing session +DEBUG:snowflake.connector.result_set:user finished consuming result batch 17 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 18 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 18 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_2_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128137&Signature=25nH6NZ0QemI69TuX4RWs0qFYAY%3D HTTP/1.1" 200 467279 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 248 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 18 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 19 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 19 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 496 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_2_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128137&Signature=ny%2BaIeDMdZeSP5BNmdd6wXRqXEE%3D HTTP/1.1" 200 967013 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 496 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 19 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_2_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128137&Signature=6R97K5lPIcyZABRaVnEWrh5VUg8%3D HTTP/1.1" 200 1759307 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 20 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_0 with existing session +DEBUG:snowflake.connector.result_set:user began consuming result batch 20 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 991 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_2_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128137&Signature=Tt90EWI43yKwGhCR6hhX%2F%2FXPIXk%3D HTTP/1.1" 200 2209742 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 991 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_3_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128137&Signature=a28PM0TV3AG%2FYslq1DSOZWI1VRY%3D HTTP/1.1" 200 33980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 991 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 20 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 21 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_1 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 21 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1980 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_3_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128137&Signature=jVyYsyQKSaii5afmx3siEkyqMFA%3D HTTP/1.1" 200 127436 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1980 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 21 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 22 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 22 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2518 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_3_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128137&Signature=5QKwJD2UJm4ZmGT7eJ771C45lNY%3D HTTP/1.1" 200 255560 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2524 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2538 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2532 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2516 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 22 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 23 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_3 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 7 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 23 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 7 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 7, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2516 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_3_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128137&Signature=vMxdlk%2F6vOtsikcAr557uEF239c%3D HTTP/1.1" 200 456036 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2525 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2529 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2532 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2536 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2521 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 681 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 23 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 24 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 24 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_4 with existing session +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 243 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 24 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_3 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 25 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 25 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 248 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 25 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 26 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 26 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_0 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 247 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 246 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 492 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_3_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128137&Signature=qHOm5m4E8lJYjuEP69OYojARAa0%3D HTTP/1.1" 200 954251 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 495 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_3_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128137&Signature=r4JmtOa84oRggXoLJ1t09%2F8A%2F5Y%3D HTTP/1.1" 200 44566 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 495 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 26 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 27 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_1 +DEBUG:snowflake.connector.result_set:user began consuming result batch 27 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_1 with existing session +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 496 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_5 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_4_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128137&Signature=J4cHgy5MYi%2Bm5AvYiRgbDmdg7E4%3D HTTP/1.1" 200 35006 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 989 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 991 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 991 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 27 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 28 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_2 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_4_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128137&Signature=kf8%2BQPMq6v4JdntsEP91k8iiuZg%3D HTTP/1.1" 200 133370 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 28 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1979 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_4_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128137&Signature=suj09tTjwMyQNQiX4nLdSAHwBjQ%3D HTTP/1.1" 200 261716 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1978 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 28 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 29 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 29 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 326 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_3 with existing session +DEBUG:snowflake.connector.result_set:user finished consuming result batch 29 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 30 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 30 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 242 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_4 with existing session +DEBUG:snowflake.connector.result_set:user finished consuming result batch 30 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 31 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 31 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 248 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_2 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 31 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 32 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 32 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_4_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128137&Signature=mifUNeCvqsbK3Gp7V3DWWofJcr4%3D HTTP/1.1" 200 466980 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_4_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128137&Signature=pyM%2F7flYyyY2IqsY3g1KqihPDVI%3D HTTP/1.1" 200 969208 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 496 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_4_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128137&Signature=thfihJCa6h8BiR38xARTgHaqSu4%3D HTTP/1.1" 200 1755301 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 496 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 32 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 33 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 33 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_0 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 988 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_4_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128137&Signature=L1RhqiJqs4DcI%2BMBV54G3P77aIc%3D HTTP/1.1" 200 137296 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 989 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_5_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128137&Signature=VQQo2fJ9vS%2FBm2d1xgnWkgzo%2BVo%3D HTTP/1.1" 200 33511 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 990 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 33 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 34 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_1 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 34 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1979 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_5_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128137&Signature=aSe5dYl5TDpz1EqpehRDh0j7D4s%3D HTTP/1.1" 200 128680 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1978 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 34 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 35 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 35 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2524 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2529 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_5_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128137&Signature=uyNFpZ1EleVlQstdiY1i9XCY8FY%3D HTTP/1.1" 200 255977 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2543 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2540 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2526 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 35 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 36 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 36 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1015 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_3 with existing session +DEBUG:snowflake.connector.result_set:user finished consuming result batch 36 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 37 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 37 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 243 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_4 with existing session +DEBUG:snowflake.connector.result_set:user finished consuming result batch 37 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 38 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 38 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 249 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 38 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 39 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 39 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 497 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 497 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_5_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128137&Signature=Ybp2EECbIkP3kBPFMpbbwC%2FzooA%3D HTTP/1.1" 200 459576 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 497 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_5_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128137&Signature=d3A24Fn%2F2Cios3%2F95NvwmqXZbP4%3D HTTP/1.1" 200 1109252 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_5_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128137&Signature=cHEy%2FRlw3cQzT1MWVX6DPUbWEko%3D HTTP/1.1" 200 1747873 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 39 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 40 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 40 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 498 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_5_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128137&Signature=gBc9ZOZ61L9kv9DyIxe8AY2tcNQ%3D HTTP/1.1" 200 976353 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 995 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_6_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128137&Signature=gkdqVWE3CvwzJT1HjYi6H0jg2o0%3D HTTP/1.1" 200 35041 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 40 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 41 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_1 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 41 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1977 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_6_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128137&Signature=qPLDM6%2BOtgcHoUttfVtBrnfDNgc%3D HTTP/1.1" 200 133495 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1987 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 41 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 42 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 3 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 42 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2541 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_6_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128137&Signature=sRx2O%2Fegt01aRjEL3QI2%2Bxi2AbI%3D HTTP/1.1" 200 263952 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2525 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2527 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2517 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2539 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 42 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 43 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 43 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 3, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2526 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_3 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2539 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1893 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_6_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128137&Signature=jyFe%2BNYjlnSPg8l59tVpdkhqw6o%3D HTTP/1.1" 200 467674 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 43 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 44 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 44 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 242 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 44 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 45 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 45 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 248 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 45 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 46 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 46 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_0 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 495 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_6_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128137&Signature=9c0qCoi75sFTTGEQpk%2FNDTJB3GQ%3D HTTP/1.1" 200 968196 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 495 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 46 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 47 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_1 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_6_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128137&Signature=1nI1RGR%2BffHN3PufDxZyoIXaSj8%3D HTTP/1.1" 200 90395 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_1 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 47 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_7_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128137&Signature=v4ukDS7rhkr5LOktA7qHyFTeHWI%3D HTTP/1.1" 200 35165 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 496 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 989 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 990 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_7_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128137&Signature=1qUjYcj0sKUeUlkv17N2A%2FKQgAU%3D HTTP/1.1" 200 133887 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 992 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 47 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 48 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 48 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1979 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_7_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128137&Signature=sK2p0NWNzb%2BBv8JJJp8IMi0m8l8%3D HTTP/1.1" 200 263286 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1980 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 48 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 49 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 49 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 662 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 49 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 50 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 50 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 242 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 50 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 51 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 51 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 249 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 248 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 51 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 52 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 52 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_7_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128137&Signature=3a2Fm6VVxh7CY5ShfS3cM%2FSF9VA%3D HTTP/1.1" 200 465199 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 495 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_7_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128137&Signature=2dBjDPgMosdwkPEctR8ufTfpyJg%3D HTTP/1.1" 200 963971 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 496 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_7_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128137&Signature=8TXxzoCdW%2FQ0OHExAOz2ah3w798%3D HTTP/1.1" 200 1745961 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 52 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 53 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_7_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128137&Signature=GzleX6VfPbg62o2WeNrwU1pAdOo%3D HTTP/1.1" 200 2231250 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 53 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 992 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 53 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 54 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 54 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1980 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 54 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 55 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 55 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2522 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2529 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2546 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2536 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2522 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 55 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 56 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 7 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 56 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 7 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 7, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2525 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2529 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2532 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2521 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2539 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2527 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 962 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 56 +INFO:snowflake.connector.connection:closed +DEBUG:snowflake.connector.telemetry:Closing telemetry client. +INFO:snowflake.connector.connection:No async queries seem to be running, deleting session +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 11807471-da4c-46e1-975f-898b4c757718 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session?delete=true&request_guid=11807471-da4c-46e1-975f-898b4c757718 HTTP/1.1" 200 76 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.connection:Session is closed +INFO:snowflake.connector.connection:closed +DEBUG:snowflake.connector.telemetry:Closing telemetry client. +DEBUG:snowflake.connector.telemetry:Sending 1 logs to telemetry. Data is {'logs': [{'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_imported_packages', 'value': "{'reprlib', 'numbers', 'pyexpat', 'fnmatch', 'pydevd_tracing', 'tokenize', 'cython_runtime', 'urllib', 'quopri', 'errno', 'winreg', 'flask_sqlalchemy', 'cryptography', 'mako', 'codecs', 'mimetypes', 'typing', 'filelock', 'certifi', 'webbrowser', 'sysconfig', 'shutil', 'wtforms', 'sre_parse', 'decimal', 'jwt', 'stat', 'urllib3', 'math', 'socket', 'asn1crypto', 'alembic', 'keyword', 'locale', 'markupsafe', 'cachelib', 'imp', 'marshal', 'argparse', 'io', 'sql', 'builtins', 'ssl', 'types', 'selectors', 'codeop', 'lzma', 'tempfile', 'pickle', 'overrides', 'charset_normalizer', 'pkg_resources', 'hashlib', 'pandas', 'sre_constants', 'linecache', 'calendar', 'site', 'pycparser', 'weakref', 'idna', 'collections', 'opcode', 'pydevconsole', 'contextvars', 'flask_session', 'abc', 'msvcrt', 'xml', 'zlib', 'common', 'pathlib', 'pydevd_file_utils', 'struct', 'flask_wtf', 'ctypes', 'signal', 'dataclasses', 'numpy', 'cmath', 'snowflake', 'queue', 'base64', 'uuid', 'fconfig', 'bz2', 'copyreg', 'colorama', 'dis', 'logging', 'posixpath', 'difflib', 'gc', 'greenlet', 'functools', 'json', 'atexit', 'select', 'werkzeug', 'unicodedata', 'getpass', 'debugpy', 'os', 'http', 'ast', 'config', 'traceback', 'xmlrpc', 'genericpath', 'encodings', 'email', 'gzip', 'inspect', 'dateutil', 'threading', 'gettext', 'zipimport', 'flask', 'concurrent', 'oscrypto', 'flask_migrate', 'pydoc', 'typing_extensions', 'stringprep', 'cffi', 'ntpath', 'itertools', 'sqlalchemy', 'warnings', 'shlex', 'platform', 'operator', 'copy', 'subprocess', 'plistlib', 'secrets', 'glob', 'code', 'time', 'sys', 'uu', 'string', 'nt', 'six', 'binascii', 'click', 'psycopg2', 'enum', 'sqlite3', 're', 'pydevd', 'jinja2', 'datetime', 'textwrap', 'fractions', 'sre_compile', 'pydev_ipython', 'bisect', 'importlib', 'pytz', 'OpenSSL', 'hmac', 'pprint', 'nturl2path', 'mmap', 'Cryptodome', 'configparser', 'heapq', 'timeit', 'itsdangerous', 'requests', 'token', 'pkgutil', 'pydevd_plugins', 'ipaddress', 'csv', 'contextlib', 'random', 'function', 'zipfile', 'asyncio', 'socketserver', 'html'}"}, 'timestamp': '1668106530574'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_first_result', 'query_id': '01a838af-0502-ae87-1a4b-0303c5be9463', 'value': -690}, 'timestamp': '1668106533032'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_first_result', 'query_id': '01a838af-0502-afee-1a4b-0303c5beb143', 'value': -691}, 'timestamp': '1668106533365'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_last_result', 'query_id': '01a838af-0502-afee-1a4b-0303c5beb143', 'value': 5}, 'timestamp': '1668106533370'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_first_result', 'query_id': '01a838af-0502-b0de-1a4b-0303c5be859f', 'value': -690}, 'timestamp': '1668106534290'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_first_result', 'query_id': '01a838af-0502-b0de-1a4b-0303c5be85f7', 'value': -688}, 'timestamp': '1668106534681'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_last_result', 'query_id': '01a838af-0502-b0de-1a4b-0303c5be85f7', 'value': 5}, 'timestamp': '1668106534686'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_first_result', 'query_id': '01a838af-0502-b1d6-1a4b-0303c5bea2b3', 'value': -690}, 'timestamp': '1668106534785'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_first_result', 'query_id': '01a838af-0502-af26-1a4b-0303c5be76d3', 'value': -690}, 'timestamp': '1668106535115'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_last_result', 'query_id': '01a838af-0502-af26-1a4b-0303c5be76d3', 'value': 2}, 'timestamp': '1668106535117'}]}. +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 3e20d167-0924-4a65-8a53-8829cbd35a03 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /telemetry/send?request_guid=3e20d167-0924-4a65-8a53-8829cbd35a03 HTTP/1.1" 200 86 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.telemetry:Successfully uploading metrics to telemetry. +INFO:snowflake.connector.connection:No async queries seem to be running, deleting session +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9a2ddd96-59bc-444b-be45-61bcf3b40355 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session?delete=true&request_guid=9a2ddd96-59bc-444b-be45-61bcf3b40355 HTTP/1.1" 200 76 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.connection:Session is closed +INFO:snowflake.connector.connection:closed +DEBUG:snowflake.connector.telemetry:Closing telemetry client. +DEBUG:snowflake.connector.telemetry:Sending 1 logs to telemetry. Data is {'logs': [{'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_imported_packages', 'value': "{'reprlib', 'numbers', 'pyexpat', 'fnmatch', 'pydevd_tracing', 'tokenize', 'cython_runtime', 'urllib', 'quopri', 'errno', 'winreg', 'flask_sqlalchemy', 'cryptography', 'mako', 'codecs', 'mimetypes', 'typing', 'filelock', 'certifi', 'webbrowser', 'sysconfig', 'shutil', 'wtforms', 'sre_parse', 'decimal', 'jwt', 'stat', 'urllib3', 'math', 'socket', 'asn1crypto', 'alembic', 'keyword', 'locale', 'markupsafe', 'cachelib', 'imp', 'marshal', 'argparse', 'io', 'sql', 'builtins', 'ssl', 'types', 'selectors', 'codeop', 'lzma', 'tempfile', 'pickle', 'overrides', 'charset_normalizer', 'pkg_resources', 'hashlib', 'pandas', 'sre_constants', 'linecache', 'calendar', 'site', 'pycparser', 'weakref', 'idna', 'collections', 'opcode', 'pydevconsole', 'contextvars', 'flask_session', 'abc', 'msvcrt', 'xml', 'zlib', 'common', 'pathlib', 'pydevd_file_utils', 'struct', 'flask_wtf', 'ctypes', 'signal', 'dataclasses', 'numpy', 'cmath', 'snowflake', 'queue', 'base64', 'uuid', 'fconfig', 'bz2', 'copyreg', 'colorama', 'dis', 'logging', 'posixpath', 'difflib', 'gc', 'greenlet', 'functools', 'json', 'atexit', 'select', 'werkzeug', 'unicodedata', 'getpass', 'debugpy', 'os', 'http', 'ast', 'config', 'traceback', 'xmlrpc', 'genericpath', 'encodings', 'email', 'gzip', 'inspect', 'dateutil', 'threading', 'gettext', 'zipimport', 'flask', 'concurrent', 'oscrypto', 'flask_migrate', 'pydoc', 'typing_extensions', 'stringprep', 'cffi', 'ntpath', 'itertools', 'sqlalchemy', 'warnings', 'shlex', 'platform', 'operator', 'copy', 'subprocess', 'plistlib', 'secrets', 'glob', 'code', 'time', 'sys', 'uu', 'string', 'nt', 'six', 'binascii', 'click', 'psycopg2', 'enum', 'sqlite3', 're', 'pydevd', 'jinja2', 'datetime', 'textwrap', 'fractions', 'sre_compile', 'pydev_ipython', 'bisect', 'importlib', 'pytz', 'OpenSSL', 'hmac', 'pprint', 'nturl2path', 'mmap', 'Cryptodome', 'configparser', 'heapq', 'timeit', 'itsdangerous', 'requests', 'token', 'pkgutil', 'pydevd_plugins', 'ipaddress', 'csv', 'contextlib', 'random', 'function', 'zipfile', 'asyncio', 'socketserver', 'html'}"}, 'timestamp': '1668106532095'}]}. +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1dbcfb61-8a3a-46e8-9481-387230c1583f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /telemetry/send?request_guid=1dbcfb61-8a3a-46e8-9481-387230c1583f HTTP/1.1" 200 86 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.telemetry:Successfully uploading metrics to telemetry. +INFO:snowflake.connector.connection:No async queries seem to be running, deleting session +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9ae8b62c-eca8-4b43-90c6-3ce37fe69c04 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session?delete=true&request_guid=9ae8b62c-eca8-4b43-90c6-3ce37fe69c04 HTTP/1.1" 200 76 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.connection:Session is closed +INFO:sqlalchemy.engine.Engine:ROLLBACK +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 13:57:56] "GET /sfexec?csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y206uQ.ZWVkwG7j9vm5LsFPJvo3S2_mVT8&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y206uQ.ZWVkwG7j9vm5LsFPJvo3S2_mVT8&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y206uQ.ZWVkwG7j9vm5LsFPJvo3S2_mVT8&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y206uQ.ZWVkwG7j9vm5LsFPJvo3S2_mVT8&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y206uQ.ZWVkwG7j9vm5LsFPJvo3S2_mVT8&submit=Submit HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 13:57:57] "GET /static/css/21.b5c496e2.chunk.css HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 13:57:57] "GET /static/lib/owlcarousel/assets/owl.carousel.min.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 13:57:57] "GET /static/css/style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 13:57:57] "GET /lib/easing/easing.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 13:57:57] "GET /lib/waypoints/waypoints.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 13:57:57] "GET /lib/counterup/counterup.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 13:57:57] "GET /lib/owlcarousel/owl.carousel.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 13:57:57] "GET /mail/jqBootstrapValidation.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 13:57:57] "GET /mail/contact.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 13:57:57] "GET /js/main.js HTTP/1.1" 404 - +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\main.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 31.65s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 31.66s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 31.66s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=720f4e7e-663c-4fac-8be0-10d524ec2b30 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f1dc8b01-ec35-473f-adb9-dd163541642b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 2094005915936 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2094005915936 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2094006234288 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2094006234288 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2094006234288 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2094006234288 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2094005915936 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2094005915936 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=720f4e7e-663c-4fac-8be0-10d524ec2b30&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=f1dc8b01-ec35-473f-adb9-dd163541642b HTTP/1.1" 200 1543 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_EDW_TRANS_D, database=PL_DEV, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=e1d810f0-c528-4554-85ed-65f7c45a7ad6 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ba432039-1abc-4fdb-8896-6dd461914abd +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=e1d810f0-c528-4554-85ed-65f7c45a7ad6&databaseName=PL_DEV&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=ba432039-1abc-4fdb-8896-6dd461914abd HTTP/1.1" 200 1549 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00230s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 320dd616-4710-44a4-9ed9-16a12861a598 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c068d7c5-9001-4f7b-a6c3-834e87534aa1 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=320dd616-4710-44a4-9ed9-16a12861a598&request_guid=c068d7c5-9001-4f7b-a6c3-834e87534aa1 HTTP/1.1" 200 2280 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838b5-0502-afee-1a4b-0303c5c035ff +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838b5-0502-afee-1a4b-0303c5c035ff +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838b5-0502-afee-1a4b-0303c5c035ff' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d0123ee4-d22b-438d-8783-294423bd062b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838b5-0502-afee-1a4b-0303c5c035ff?request_guid=d0123ee4-d22b-438d-8783-294423bd062b HTTP/1.1" 200 1858 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838b5-0502-afee-1a4b-0303c5c035ff' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1329cda0-029e-468a-bd4f-88bc83812efb +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838b5-0502-afee-1a4b-0303c5c035ff?request_guid=1329cda0-029e-468a-bd4f-88bc83812efb HTTP/1.1" 200 1858 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a838b5-0502-afee-1a4b-0303c5c035ff'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 4dcf855e-1792-470b-a6ea-40b83ea3de69 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a838b5-0502-afee-1a4b-0303c5c035ff'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a838b5-0502-afee-1a4b-0303c5c035ff'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ce65eaf9-dda6-4efb-859c-dfc4b6a4d4cd +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=4dcf855e-1792-470b-a6ea-40b83ea3de69&request_guid=ce65eaf9-dda6-4efb-859c-dfc4b6a4d4cd HTTP/1.1" 200 2275 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838b5-0502-b1d6-1a4b-0303c5c045db +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838b5-0502-b1d6-1a4b-0303c5c045db +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 4 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 35146642-d510-4bfd-915a-f447a75edc93 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 69847827-2451-47d0-9d8f-ecd96b130572 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=35146642-d510-4bfd-915a-f447a75edc93&request_guid=69847827-2451-47d0-9d8f-ecd96b130572 HTTP/1.1" 200 1796 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838b5-0502-b0de-1a4b-0303c5c0506b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838b5-0502-b0de-1a4b-0303c5c0506b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838b5-0502-b0de-1a4b-0303c5c0506b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 332a11dc-7449-415e-9184-c99d8bcf4702 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838b5-0502-b0de-1a4b-0303c5c0506b?request_guid=332a11dc-7449-415e-9184-c99d8bcf4702 HTTP/1.1" 200 2169 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838b5-0502-b0de-1a4b-0303c5c0506b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a2c8a6b9-9886-4b5a-871f-07b99aee8582 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838b5-0502-b0de-1a4b-0303c5c0506b?request_guid=a2c8a6b9-9886-4b5a-871f-07b99aee8582 HTTP/1.1" 200 2169 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a838b5-0502-b0de-1a4b-0303c5c0506b'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: b2aa9ed1-e4e2-47db-bea6-c0a3d3d7e55a +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a838b5-0502-b0de-1a4b-0303c5c0506b'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a838b5-0502-b0de-1a4b-0303c5c0506b'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 2dddfebe-680a-42cd-befb-1586c8947bdb +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=b2aa9ed1-e4e2-47db-bea6-c0a3d3d7e55a&request_guid=2dddfebe-680a-42cd-befb-1586c8947bdb HTTP/1.1" 200 1799 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838b5-0502-b1d6-1a4b-0303c5c0462f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838b5-0502-b1d6-1a4b-0303c5c0462f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: d27b986a-ddc2-450f-ad93-199c17865117 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','STG_CEM_EVENT');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8d817620-afb1-45de-87f4-081ed105fdb3 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=d27b986a-ddc2-450f-ad93-199c17865117&request_guid=8d817620-afb1-45de-87f4-081ed105fdb3 HTTP/1.1" 200 2281 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838b5-0502-b0de-1a4b-0303c5c050b7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838b5-0502-b0de-1a4b-0303c5c050b7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838b5-0502-b0de-1a4b-0303c5c050b7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9c947604-b373-4392-94ca-07b004863397 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838b5-0502-b0de-1a4b-0303c5c050b7?request_guid=9c947604-b373-4392-94ca-07b004863397 HTTP/1.1" 200 1680 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838b5-0502-b0de-1a4b-0303c5c050b7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ad34ab9b-c30c-426e-a159-5e82556c8675 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838b5-0502-b0de-1a4b-0303c5c050b7?request_guid=ad34ab9b-c30c-426e-a159-5e82556c8675 HTTP/1.1" 200 1683 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a838b5-0502-b0de-1a4b-0303c5c050b7'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 7698fca8-5a06-4965-9505-9c1ed65a6cf4 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a838b5-0502-b0de-1a4b-0303c5c050b7'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a838b5-0502-b0de-1a4b-0303c5c050b7'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 2840ed9f-6f30-4c0b-9c36-7abdc9c2ae18 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=7698fca8-5a06-4965-9505-9c1ed65a6cf4&request_guid=2840ed9f-6f30-4c0b-9c36-7abdc9c2ae18 HTTP/1.1" 200 2284 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838b5-0502-afee-1a4b-0303c5c03713 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838b5-0502-afee-1a4b-0303c5c03713 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 5.496s ago] ('get_data', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=f49ee765-226c-4ddf-8edc-bed38f1a0595 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 70ac80f0-d3d5-4101-a7e5-a5155161bc04 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=f49ee765-226c-4ddf-8edc-bed38f1a0595&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=70ac80f0-d3d5-4101-a7e5-a5155161bc04 HTTP/1.1" 200 1547 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT EVENT_DTM,"header_change_mask","header_change_oper",ODS_EXP_ROW_DTM,EVENT...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: fc06b58b-5360-4455-bb79-173da2cfb4aa +DEBUG:snowflake.connector.cursor:running query [SELECT EVENT_DTM,"header_change_mask","header_change_oper",ODS_EXP_ROW_DTM,EVENT...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT EVENT_DTM,"header_change_mask","header_change_oper",ODS_EXP_ROW_DTM,EVENT...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: fdd433e2-7988-4e6c-8dfc-5d14c7b83dfb +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=fc06b58b-5360-4455-bb79-173da2cfb4aa&request_guid=fdd433e2-7988-4e6c-8dfc-5d14c7b83dfb HTTP/1.1" 200 4901 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838b5-0502-b0de-1a4b-0303c5c0516f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838b5-0502-b0de-1a4b-0303c5c0516f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=56 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838b5-0502-b0de-1a4b-0303c5c0516f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 14de4578-4196-45e3-a422-fd6e37b328fc +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838b5-0502-b0de-1a4b-0303c5c0516f?request_guid=14de4578-4196-45e3-a422-fd6e37b328fc HTTP/1.1" 200 1980 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838b5-0502-b0de-1a4b-0303c5c0516f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 50a90073-36d4-46ac-80fb-a99a286a7f01 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838b5-0502-b0de-1a4b-0303c5c0516f?request_guid=50a90073-36d4-46ac-80fb-a99a286a7f01 HTTP/1.1" 200 1980 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a838b5-0502-b0de-1a4b-0303c5c0516f'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 51f2537b-95b3-4039-957e-4a045dc94b4b +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a838b5-0502-b0de-1a4b-0303c5c0516f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a838b5-0502-b0de-1a4b-0303c5c0516f'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 423bebb1-a90c-4479-b752-95df77b51efb +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=51f2537b-95b3-4039-957e-4a045dc94b4b&request_guid=423bebb1-a90c-4479-b752-95df77b51efb HTTP/1.1" 200 4898 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838b5-0502-af26-1a4b-0303c5c01fcb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838b5-0502-af26-1a4b-0303c5c01fcb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=56 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.result_set:result batch 1 has id: data_0_0_0 +DEBUG:snowflake.connector.result_set:result batch 2 has id: data_0_0_1 +DEBUG:snowflake.connector.result_set:result batch 3 has id: data_0_0_2 +DEBUG:snowflake.connector.result_set:result batch 4 has id: data_0_0_3 +DEBUG:snowflake.connector.result_set:result batch 5 has id: data_0_0_4 +DEBUG:snowflake.connector.result_set:result batch 6 has id: data_0_0_5 +DEBUG:snowflake.connector.result_set:result batch 7 has id: data_0_0_6 +DEBUG:snowflake.connector.result_set:result batch 8 has id: data_0_0_7 +DEBUG:snowflake.connector.result_set:result batch 9 has id: data_0_1_0 +DEBUG:snowflake.connector.result_set:result batch 10 has id: data_0_1_1 +DEBUG:snowflake.connector.result_set:result batch 11 has id: data_0_1_2 +DEBUG:snowflake.connector.result_set:result batch 12 has id: data_0_1_3 +DEBUG:snowflake.connector.result_set:result batch 13 has id: data_0_1_4 +DEBUG:snowflake.connector.result_set:result batch 14 has id: data_0_1_5 +DEBUG:snowflake.connector.result_set:result batch 15 has id: data_0_1_6 +DEBUG:snowflake.connector.result_set:result batch 16 has id: data_0_1_7 +DEBUG:snowflake.connector.result_set:result batch 17 has id: data_0_2_0 +DEBUG:snowflake.connector.result_set:result batch 18 has id: data_0_2_1 +DEBUG:snowflake.connector.result_set:result batch 19 has id: data_0_2_2 +DEBUG:snowflake.connector.result_set:result batch 20 has id: data_0_2_3 +DEBUG:snowflake.connector.result_set:result batch 21 has id: data_0_2_4 +DEBUG:snowflake.connector.result_set:result batch 22 has id: data_0_2_5 +DEBUG:snowflake.connector.result_set:result batch 23 has id: data_0_2_6 +DEBUG:snowflake.connector.result_set:result batch 24 has id: data_0_3_0 +DEBUG:snowflake.connector.result_set:result batch 25 has id: data_0_3_1 +DEBUG:snowflake.connector.result_set:result batch 26 has id: data_0_3_2 +DEBUG:snowflake.connector.result_set:result batch 27 has id: data_0_3_3 +DEBUG:snowflake.connector.result_set:result batch 28 has id: data_0_3_4 +DEBUG:snowflake.connector.result_set:result batch 29 has id: data_0_3_5 +DEBUG:snowflake.connector.result_set:result batch 30 has id: data_0_4_0 +DEBUG:snowflake.connector.result_set:result batch 31 has id: data_0_4_1 +DEBUG:snowflake.connector.result_set:result batch 32 has id: data_0_4_2 +DEBUG:snowflake.connector.result_set:result batch 33 has id: data_0_4_3 +DEBUG:snowflake.connector.result_set:result batch 34 has id: data_0_4_4 +DEBUG:snowflake.connector.result_set:result batch 35 has id: data_0_4_5 +DEBUG:snowflake.connector.result_set:result batch 36 has id: data_0_4_6 +DEBUG:snowflake.connector.result_set:result batch 37 has id: data_0_5_0 +DEBUG:snowflake.connector.result_set:result batch 38 has id: data_0_5_1 +DEBUG:snowflake.connector.result_set:result batch 39 has id: data_0_5_2 +DEBUG:snowflake.connector.result_set:result batch 40 has id: data_0_5_3 +DEBUG:snowflake.connector.result_set:result batch 41 has id: data_0_5_4 +DEBUG:snowflake.connector.result_set:result batch 42 has id: data_0_5_5 +DEBUG:snowflake.connector.result_set:result batch 43 has id: data_0_5_6 +DEBUG:snowflake.connector.result_set:result batch 44 has id: data_0_6_0 +DEBUG:snowflake.connector.result_set:result batch 45 has id: data_0_6_1 +DEBUG:snowflake.connector.result_set:result batch 46 has id: data_0_6_2 +DEBUG:snowflake.connector.result_set:result batch 47 has id: data_0_6_3 +DEBUG:snowflake.connector.result_set:result batch 48 has id: data_0_6_4 +DEBUG:snowflake.connector.result_set:result batch 49 has id: data_0_6_5 +DEBUG:snowflake.connector.result_set:result batch 50 has id: data_0_7_0 +DEBUG:snowflake.connector.result_set:result batch 51 has id: data_0_7_1 +DEBUG:snowflake.connector.result_set:result batch 52 has id: data_0_7_2 +DEBUG:snowflake.connector.result_set:result batch 53 has id: data_0_7_3 +DEBUG:snowflake.connector.result_set:result batch 54 has id: data_0_7_4 +DEBUG:snowflake.connector.result_set:result batch 55 has id: data_0_7_5 +DEBUG:snowflake.connector.result_set:result batch 56 has id: data_0_7_6 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_0 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_0 with existing session +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_1 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/2 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_1 with existing session +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_2 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/3 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_2 with existing session +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 1 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_3 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_3 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_0_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128491&Signature=YBNOqdfgOcanPKU39ms2Gpu4sWw%3D HTTP/1.1" 200 34812 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_0_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128491&Signature=ZzpaCM81SHQ26i7T%2Bho5Tu4H93U%3D HTTP/1.1" 200 463557 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_0_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128491&Signature=aX59wkOZXwsAz5MZGE%2FTTfDtGgI%3D HTTP/1.1" 200 261275 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_0_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128491&Signature=GnjqCAXOOwS96pEBO1tviaPF6vw%3D HTTP/1.1" 200 132762 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 243 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 1 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 2 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 248 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 2 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 3 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_2 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_0_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128491&Signature=kxGGJRk%2Fs9zR0MJQom9BUWYN8Zc%3D HTTP/1.1" 200 962955 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 497 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 3 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 4 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_7 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_0_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128491&Signature=ykVP1VO0pZ4SLbwWmDzMBff05gA%3D HTTP/1.1" 200 1755756 +DEBUG:snowflake.connector.result_set:user began consuming result batch 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_7 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 497 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 992 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_0_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128491&Signature=%2BniyOsL1PFigqCOa7U1HJO2%2B3uE%3D HTTP/1.1" 200 3657737 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 4 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 5 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_0_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128491&Signature=psSu2M1318cKKEdPidj4hYSWX6s%3D HTTP/1.1" 200 780103 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_0 with existing session +DEBUG:snowflake.connector.result_set:user began consuming result batch 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1981 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_7 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_1_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128491&Signature=s5sRfXd1bfUs7D1xjVFFXbG4YNk%3D HTTP/1.1" 200 35008 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1984 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 3 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1980 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_0 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 5 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 6 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_1 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2522 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_1_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128491&Signature=aqM5yNYulI2iknssLMRR2LtAwXU%3D HTTP/1.1" 200 133242 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2526 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2541 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2535 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2521 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_1 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 6 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 7 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 10 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 7 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 10 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 10, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2532 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_1_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128491&Signature=SNIH%2FQJaZwaraxGl9eqRs61hdYc%3D HTTP/1.1" 200 263308 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2518 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2543 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2532 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2543 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2541 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2527 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 2543 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 2536 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 2522 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 7 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 8 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 8 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 3, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2543 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2531 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 305 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_1_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128491&Signature=N5ZbdN6fganBf6T0pVM0sK1U8cs%3D HTTP/1.1" 200 465194 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 8 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 9 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 9 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 242 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 9 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 10 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 10 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 248 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 10 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 11 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 11 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 495 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_1_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128491&Signature=d9CEvURRFlZjTqhF0aiPS2oBurw%3D HTTP/1.1" 200 966909 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 496 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 11 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_1_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128491&Signature=B3AvYUcT5U16l%2BRz8F9w6kfzxW0%3D HTTP/1.1" 200 1753330 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 12 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 12 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_7 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 991 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_1_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128491&Signature=8mLEo0JQdLBh8k1YVLrdAGCju8g%3D HTTP/1.1" 200 3512578 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 992 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 12 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_1_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128491&Signature=jZhG%2FrF%2BVV17RNGjjaC8FAQOQ0A%3D HTTP/1.1" 200 506386 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 13 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 13 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 992 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 2 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1982 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_2_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128491&Signature=iDrCjjuvYaac0xzuw0fCItxyIAE%3D HTTP/1.1" 200 35094 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1981 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 13 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 14 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_0 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_1 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 14 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2523 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_2_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128491&Signature=aQN1%2B55HY8EYeeFky6L3FNGBZcM%3D HTTP/1.1" 200 133347 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2527 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2542 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2540 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2524 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 14 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 15 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 10 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 15 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 10 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 10, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2519 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_2_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128491&Signature=lDCixcJK9Tys7h2Of4m5mD2QYLk%3D HTTP/1.1" 200 264474 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2533 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2537 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2521 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2538 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2514 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2524 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 2528 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 2540 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 9, rows in current batch: 2537 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 15 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 16 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 16 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 2, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2524 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1138 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 16 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 17 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 17 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 242 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 17 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 18 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 18 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_2_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128491&Signature=9PhmjKW6vnlae%2BQVu9j36v7QfbM%3D HTTP/1.1" 200 467279 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 248 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 18 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 19 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 19 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 496 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_2_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128491&Signature=SWAq1p3srHY7VvzRxDIvssVddzQ%3D HTTP/1.1" 200 967013 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 496 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_2_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128491&Signature=O94b2FjrfdAvbSyVdUnbu8EmJcM%3D HTTP/1.1" 200 1759307 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 19 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 20 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 20 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 991 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_2_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128491&Signature=THJ8s7IztrIZG%2B6eR9aUqczMgP8%3D HTTP/1.1" 200 2209742 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_3_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128491&Signature=%2BdY9jZ3yfgMeszdwurxa7j3mDGs%3D HTTP/1.1" 200 33980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 991 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 20 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 21 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_1 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_1 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 21 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1980 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_3_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128491&Signature=j1ojTsudj7zSS%2BA65gCHLJ7zi4w%3D HTTP/1.1" 200 127436 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1980 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 21 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 22 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 22 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2518 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_3_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128491&Signature=aFw9x9%2BiBcTmum54OM15wgIjJ4Y%3D HTTP/1.1" 200 255560 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2524 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2538 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2532 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2516 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 22 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 23 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_3 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 7 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 23 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 7 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 7, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2516 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_3_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128491&Signature=FnpA4GdlePoLH8EOewKNL9LJP60%3D HTTP/1.1" 200 456036 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2525 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2529 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2532 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2536 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2521 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 681 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 23 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 24 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 24 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 243 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 24 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 25 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 25 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 248 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 25 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 26 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 26 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 247 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 246 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 492 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 495 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_3_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128491&Signature=sQwS9q5n4DHG0zp5OfGUoMaPBSE%3D HTTP/1.1" 200 44566 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 495 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_3_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128491&Signature=jN4fBUEf0QwM2eVAGO19x7CL7Xo%3D HTTP/1.1" 200 954251 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 26 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 27 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_1 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_1 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 27 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 989 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_4_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128491&Signature=owywsHyX5JofB7UQa59yW604Gu4%3D HTTP/1.1" 200 35006 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 991 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_4_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128491&Signature=9uQybbXQbjgtyiEL4DAXPDLmp8o%3D HTTP/1.1" 200 133370 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_0 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 27 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_0 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 28 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_2 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 28 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1979 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_4_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128491&Signature=G5bueDQF1%2BOlJ%2FW4QjPijWXGaDg%3D HTTP/1.1" 200 261716 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1978 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 28 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 29 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 29 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 326 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_set:user finished consuming result batch 29 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_3 with existing session +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 30 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 30 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 242 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 30 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 31 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 31 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 248 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 31 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 32 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 32 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 496 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_4_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128491&Signature=EPcgS2C5Pk9Y1u7aNmcCb1HgNJc%3D HTTP/1.1" 200 466980 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_4_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128491&Signature=D4p8b%2FmLFeRIDLOZwgtQvuQj2WA%3D HTTP/1.1" 200 969208 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 496 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 32 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_4_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128491&Signature=n7gNjAn35a6hdvQW99KclxKqdWM%3D HTTP/1.1" 200 1755301 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 33 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 33 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 988 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_4_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128491&Signature=QYo1vOzj4XF%2FqiM%2B1uSOUO3w7SI%3D HTTP/1.1" 200 137296 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 989 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 990 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_5_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128491&Signature=AcQOAvnupycPwaZXkjxIkoXH%2BLc%3D HTTP/1.1" 200 33511 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 33 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 34 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_1 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 34 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1979 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_5_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128491&Signature=p0YzQmJnFAdBdaNCiIKeeGT88hM%3D HTTP/1.1" 200 128680 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1978 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 34 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 35 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 35 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2524 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2529 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_5_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128491&Signature=xkXXbGGxkuDapbs2yrp6NTMLljM%3D HTTP/1.1" 200 255977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2543 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2540 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2526 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 35 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 36 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 36 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1015 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 36 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 37 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 37 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 243 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 37 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 38 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 38 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 249 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 38 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 39 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_2 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 39 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 497 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_5_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128491&Signature=L70NZOLYiqmMqS3VBfQpKNrIfR8%3D HTTP/1.1" 200 459576 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 497 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_5_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128491&Signature=ZQR6MG1%2BTSbNXJP0jRTjjZm1GkU%3D HTTP/1.1" 200 1747873 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 497 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_5_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128491&Signature=2vZnPpUeI04JJwup518eEJeqfqI%3D HTTP/1.1" 200 1109252 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 39 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 40 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 40 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 498 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 992 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_5_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128491&Signature=Vmy1rrFqd54MW0je8NmNND2FHbY%3D HTTP/1.1" 200 976353 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_6_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128491&Signature=VqnLhL9to7JcWXX6jhl1JC9tGGk%3D HTTP/1.1" 200 35041 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 995 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_0 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 40 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 41 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_1 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 41 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1977 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_6_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128491&Signature=IwhW1t2Q7SbTalOZUIpAiW8shnA%3D HTTP/1.1" 200 133495 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1987 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 3 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_6 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 41 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 42 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 42 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2541 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2525 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_6_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128491&Signature=nIIpZhhW8Kn2TrSDYwojjhbTF08%3D HTTP/1.1" 200 263952 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2527 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2517 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2539 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 42 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 43 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 43 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 3 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 3, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2526 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_3 with existing session +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2539 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1893 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_6_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128491&Signature=fOFQ%2FxAmBXT5kKogcOsj1NKyZ%2F8%3D HTTP/1.1" 200 467674 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 43 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 44 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 44 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 242 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 44 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 45 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 45 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 248 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 45 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 46 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 46 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_0 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 495 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 496 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_6_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128491&Signature=s3X6eXU1sAIl2%2FdLPGSJMQW8mps%3D HTTP/1.1" 200 968196 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 495 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 46 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 47 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_1 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_6_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128491&Signature=xn5XpsvDZYhFgSMjCEeVBnQ7tp4%3D HTTP/1.1" 200 90395 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_1 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_7_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128491&Signature=QR8h3vETlDi0LsLGZppEGOo%2FDk8%3D HTTP/1.1" 200 35165 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 47 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 989 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 992 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_7_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128491&Signature=CO9Q6ctoYn6P09kM8E0ezEu4jqU%3D HTTP/1.1" 200 133887 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 47 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 48 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 48 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1979 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_7_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128491&Signature=PY%2BnBfBgtmMO98Syo79eU%2BC9lGc%3D HTTP/1.1" 200 263286 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1980 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 48 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 49 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 49 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 662 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 49 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 50 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 50 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 242 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 50 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 51 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 51 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_2 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 249 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 248 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 51 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 52 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 52 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 495 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_7_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128491&Signature=WDzHrnjYzO2CcIPYWs9GztYDdGQ%3D HTTP/1.1" 200 465199 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 496 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_7_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128491&Signature=eLxDPeYTQgMEeiHA6cG71LN%2FmOQ%3D HTTP/1.1" 200 963971 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_7_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128491&Signature=2e6on9jhX0IPMZjfbgFIoKVILRE%3D HTTP/1.1" 200 1745961 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 52 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 53 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 53 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 992 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a83899-0502-b1d6-1a4b-0303c5b8b423_0/main/data_0_7_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128491&Signature=oKVylHnnX9epXnxePusKCLBj%2Fzo%3D HTTP/1.1" 200 2231250 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 992 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 53 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 54 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 54 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1983 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1980 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 54 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 55 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 55 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2522 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2529 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2546 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2536 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2522 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 55 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 56 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 7 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 56 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 7 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 7, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2525 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2529 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2532 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2521 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2539 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2527 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 962 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 56 +INFO:snowflake.connector.connection:closed +DEBUG:snowflake.connector.telemetry:Closing telemetry client. +INFO:snowflake.connector.connection:No async queries seem to be running, deleting session +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c6314f71-b38f-4f23-b059-4533a673cc29 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session?delete=true&request_guid=c6314f71-b38f-4f23-b059-4533a673cc29 HTTP/1.1" 200 76 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.connection:Session is closed +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_EDW_TRANS_D, database=PL_DEV, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=5ba55ed3-3e9b-4d99-bef0-72ba17272ad6 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f460b048-112d-41ec-8a8b-8d413b861f68 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=5ba55ed3-3e9b-4d99-bef0-72ba17272ad6&databaseName=PL_DEV&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=f460b048-112d-41ec-8a8b-8d413b861f68 HTTP/1.1" 200 1553 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT EVENT_DTM,"header_change_mask","header_change_oper",ODS_EXP_ROW_DTM,EVENT...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: ea602796-ccdb-4586-a7b0-7f53c8f12b04 +DEBUG:snowflake.connector.cursor:running query [SELECT EVENT_DTM,"header_change_mask","header_change_oper",ODS_EXP_ROW_DTM,EVENT...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT EVENT_DTM,"header_change_mask","header_change_oper",ODS_EXP_ROW_DTM,EVENT...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 387f0b7b-3139-496e-bc3d-760bf38684d1 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=ea602796-ccdb-4586-a7b0-7f53c8f12b04&request_guid=387f0b7b-3139-496e-bc3d-760bf38684d1 HTTP/1.1" 200 2295 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838b7-0502-af26-1a4b-0303c5c0bf77 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838b7-0502-af26-1a4b-0303c5c0bf77 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=3 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838b7-0502-af26-1a4b-0303c5c0bf77' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8696f6ab-2450-4780-871d-fab116d8a336 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838b7-0502-af26-1a4b-0303c5c0bf77?request_guid=8696f6ab-2450-4780-871d-fab116d8a336 HTTP/1.1" 200 1976 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838b7-0502-af26-1a4b-0303c5c0bf77' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: bcf25d49-db86-4390-877b-af6bf4e5ba70 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838b7-0502-af26-1a4b-0303c5c0bf77?request_guid=bcf25d49-db86-4390-877b-af6bf4e5ba70 HTTP/1.1" 200 1974 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a838b7-0502-af26-1a4b-0303c5c0bf77'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 8dd3d910-d3f8-4751-986c-82f24e4c497d +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a838b7-0502-af26-1a4b-0303c5c0bf77'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a838b7-0502-af26-1a4b-0303c5c0bf77'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1dad9970-e4fa-471f-9f1e-6f8eb395a97a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=8dd3d910-d3f8-4751-986c-82f24e4c497d&request_guid=1dad9970-e4fa-471f-9f1e-6f8eb395a97a HTTP/1.1" 200 2302 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838b7-0502-ae87-1a4b-0303c5c0cedb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838b7-0502-ae87-1a4b-0303c5c0cedb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=3 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.result_set:result batch 1 has id: data_0_0_0 +DEBUG:snowflake.connector.result_set:result batch 2 has id: data_0_0_1 +DEBUG:snowflake.connector.result_set:result batch 3 has id: data_0_0_2 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_0 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_0 with existing session +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_1 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/2 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_1 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_2 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/3 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_2 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838a1-0502-af26-1a4b-0303c5bad13b_0/main/data_0_0_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128634&Signature=ciFcHwiyMLXlB5HqeoJUEG2Wo2w%3D HTTP/1.1" 200 36830 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838a1-0502-af26-1a4b-0303c5bad13b_0/main/data_0_0_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128634&Signature=F4fArV1QoXy3UIbsT7BUY21jujE%3D HTTP/1.1" 200 39942 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838a1-0502-af26-1a4b-0303c5bad13b_0/main/data_0_0_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668128634&Signature=eBxwSMNjw1Hipj8tXIviEdh%2FMlg%3D HTTP/1.1" 200 137002 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/3 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 246 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 1 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/3 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/3 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_set:user began consuming result batch 2 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 246 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 246 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 246 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 246 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 2 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 282 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 3 +INFO:snowflake.connector.connection:closed +DEBUG:snowflake.connector.telemetry:Closing telemetry client. +DEBUG:snowflake.connector.telemetry:Sending 1 logs to telemetry. Data is {'logs': [{'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_imported_packages', 'value': "{'asn1crypto', 'html', 'xmlrpc', 'base64', 'copyreg', 'uu', 'sre_constants', 'shutil', 'calendar', 'ast', 'oscrypto', 'lzma', 'config', 'random', 'flask_migrate', 'typing_extensions', 'gzip', 'getpass', 'quopri', 'operator', 'threading', 'ntpath', 'numpy', 'contextvars', 'charset_normalizer', 'jinja2', 'ctypes', 'plistlib', 'bisect', 'bz2', 'pydoc', 'warnings', 'cryptography', 'hmac', 'traceback', 'dis', 'werkzeug', 'flask_sqlalchemy', 'click', 'functools', 'selectors', 'codecs', 'weakref', 'pyexpat', 'string', 'ssl', 'asyncio', 'token', 'unicodedata', 'linecache', 'platform', 'sre_compile', 'alembic', 're', 'psycopg2', 'keyword', 'locale', 'dateutil', 'pydevd_plugins', 'pandas', 'binascii', 'pydevconsole', 'socketserver', 'nt', 'fconfig', 'subprocess', 'builtins', 'abc', 'mmap', 'logging', 'webbrowser', 'contextlib', 'sqlalchemy', 'pydevd_tracing', 'mako', 'ipaddress', 'json', 'function', 'textwrap', 'shlex', 'marshal', 'opcode', 'pytz', 'cython_runtime', 'six', 'sre_parse', 'tokenize', 'flask_session', 'winreg', 'markupsafe', 'pkg_resources', 'wtforms', 'pydev_ipython', 'inspect', 'encodings', 'importlib', 'collections', 'csv', 'queue', 'hashlib', 'zlib', 'signal', 'stringprep', 'zipimport', 'site', 'greenlet', 'cachelib', 'OpenSSL', 'difflib', 'glob', 'http', 'colorama', 'certifi', 'itertools', 'enum', 'datetime', 'pycparser', 'decimal', 'types', 'reprlib', 'secrets', 'posixpath', 'io', 'math', 'overrides', 'dataclasses', 'snowflake', 'heapq', 'configparser', 'xml', 'codeop', 'argparse', 'sys', 'sqlite3', 'Cryptodome', 'os', 'genericpath', 'pprint', 'pkgutil', 'socket', 'urllib3', 'requests', 'flask_wtf', 'mimetypes', 'typing', 'jwt', 'numbers', 'pydevd_file_utils', 'pickle', 'pydevd', 'time', 'pathlib', 'cmath', 'flask', 'debugpy', 'cffi', 'errno', 'common', 'atexit', 'tempfile', 'idna', 'filelock', 'fnmatch', 'sysconfig', 'nturl2path', 'struct', 'urllib', 'copy', 'zipfile', 'sql', 'imp', 'gc', 'stat', 'itsdangerous', 'gettext', 'msvcrt', 'code', 'concurrent', 'timeit', 'email', 'fractions', 'uuid', 'select'}"}, 'timestamp': '1668106881266'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_first_result', 'query_id': '01a838b5-0502-afee-1a4b-0303c5c035ff', 'value': -709}, 'timestamp': '1668106884506'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_first_result', 'query_id': '01a838b5-0502-b1d6-1a4b-0303c5c045db', 'value': -708}, 'timestamp': '1668106885694'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_last_result', 'query_id': '01a838b5-0502-b1d6-1a4b-0303c5c045db', 'value': 5}, 'timestamp': '1668106885699'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_first_result', 'query_id': '01a838b5-0502-b0de-1a4b-0303c5c0506b', 'value': -706}, 'timestamp': '1668106886309'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_first_result', 'query_id': '01a838b5-0502-b1d6-1a4b-0303c5c0462f', 'value': -709}, 'timestamp': '1668106886922'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_last_result', 'query_id': '01a838b5-0502-b1d6-1a4b-0303c5c0462f', 'value': 3}, 'timestamp': '1668106886924'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_first_result', 'query_id': '01a838b5-0502-b0de-1a4b-0303c5c050b7', 'value': -709}, 'timestamp': '1668106887123'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_first_result', 'query_id': '01a838b5-0502-afee-1a4b-0303c5c03713', 'value': -709}, 'timestamp': '1668106888154'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_last_result', 'query_id': '01a838b5-0502-afee-1a4b-0303c5c03713', 'value': 2}, 'timestamp': '1668106888156'}]}. +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: b852fc64-875d-4236-a8fe-4e228da5b829 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /telemetry/send?request_guid=b852fc64-875d-4236-a8fe-4e228da5b829 HTTP/1.1" 200 86 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.telemetry:Successfully uploading metrics to telemetry. +INFO:snowflake.connector.connection:No async queries seem to be running, deleting session +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a4c6fc69-7e5d-4772-afb0-e1a326c49a07 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session?delete=true&request_guid=a4c6fc69-7e5d-4772-afb0-e1a326c49a07 HTTP/1.1" 200 76 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.connection:Session is closed +INFO:snowflake.connector.connection:closed +DEBUG:snowflake.connector.telemetry:Closing telemetry client. +DEBUG:snowflake.connector.telemetry:Sending 1 logs to telemetry. Data is {'logs': [{'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_imported_packages', 'value': "{'asn1crypto', 'html', 'xmlrpc', 'base64', 'copyreg', 'uu', 'sre_constants', 'shutil', 'calendar', 'ast', 'oscrypto', 'lzma', 'config', 'random', 'flask_migrate', 'typing_extensions', 'gzip', 'getpass', 'quopri', 'operator', 'threading', 'ntpath', 'numpy', 'contextvars', 'charset_normalizer', 'jinja2', 'ctypes', 'plistlib', 'bisect', 'bz2', 'pydoc', 'warnings', 'cryptography', 'hmac', 'traceback', 'dis', 'werkzeug', 'flask_sqlalchemy', 'click', 'functools', 'selectors', 'codecs', 'weakref', 'pyexpat', 'string', 'ssl', 'asyncio', 'token', 'unicodedata', 'linecache', 'platform', 'sre_compile', 'alembic', 're', 'psycopg2', 'keyword', 'locale', 'dateutil', 'pydevd_plugins', 'pandas', 'binascii', 'pydevconsole', 'socketserver', 'nt', 'fconfig', 'subprocess', 'builtins', 'abc', 'mmap', 'logging', 'webbrowser', 'contextlib', 'sqlalchemy', 'pydevd_tracing', 'mako', 'ipaddress', 'json', 'function', 'textwrap', 'shlex', 'marshal', 'opcode', 'pytz', 'cython_runtime', 'six', 'sre_parse', 'tokenize', 'flask_session', 'winreg', 'markupsafe', 'pkg_resources', 'wtforms', 'pydev_ipython', 'inspect', 'encodings', 'importlib', 'collections', 'csv', 'queue', 'hashlib', 'zlib', 'signal', 'stringprep', 'zipimport', 'site', 'greenlet', 'cachelib', 'OpenSSL', 'difflib', 'glob', 'http', 'colorama', 'certifi', 'itertools', 'enum', 'datetime', 'pycparser', 'decimal', 'types', 'reprlib', 'secrets', 'posixpath', 'io', 'math', 'overrides', 'dataclasses', 'snowflake', 'heapq', 'configparser', 'xml', 'codeop', 'argparse', 'sys', 'sqlite3', 'Cryptodome', 'os', 'genericpath', 'pprint', 'pkgutil', 'socket', 'urllib3', 'requests', 'flask_wtf', 'mimetypes', 'typing', 'jwt', 'numbers', 'pydevd_file_utils', 'pickle', 'pydevd', 'time', 'pathlib', 'cmath', 'flask', 'debugpy', 'cffi', 'errno', 'common', 'atexit', 'tempfile', 'idna', 'filelock', 'fnmatch', 'sysconfig', 'nturl2path', 'struct', 'urllib', 'copy', 'zipfile', 'sql', 'imp', 'gc', 'stat', 'itsdangerous', 'gettext', 'msvcrt', 'code', 'concurrent', 'timeit', 'email', 'fractions', 'uuid', 'select'}"}, 'timestamp': '1668106882768'}]}. +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: cadf69f8-9864-4d7b-9b60-6198d57a21e3 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /telemetry/send?request_guid=cadf69f8-9864-4d7b-9b60-6198d57a21e3 HTTP/1.1" 200 86 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.telemetry:Successfully uploading metrics to telemetry. +INFO:snowflake.connector.connection:No async queries seem to be running, deleting session +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1c46a3a3-8ea4-4085-a253-d5309a87d40b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session?delete=true&request_guid=1c46a3a3-8ea4-4085-a253-d5309a87d40b HTTP/1.1" 200 76 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.connection:Session is closed +INFO:sqlalchemy.engine.Engine:ROLLBACK +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 14:03:59] "GET /sfexec?csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y206uQ.ZWVkwG7j9vm5LsFPJvo3S2_mVT8&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y206uQ.ZWVkwG7j9vm5LsFPJvo3S2_mVT8&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y206uQ.ZWVkwG7j9vm5LsFPJvo3S2_mVT8&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y206uQ.ZWVkwG7j9vm5LsFPJvo3S2_mVT8&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y206uQ.ZWVkwG7j9vm5LsFPJvo3S2_mVT8&submit=Submit HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 14:03:59] "GET /static/css/21.b5c496e2.chunk.css HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 14:03:59] "GET /static/lib/owlcarousel/assets/owl.carousel.min.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 14:03:59] "GET /static/css/style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 14:03:59] "GET /lib/easing/easing.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 14:04:00] "GET /lib/waypoints/waypoints.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 14:04:00] "GET /lib/counterup/counterup.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 14:04:00] "GET /lib/owlcarousel/owl.carousel.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 14:04:00] "GET /mail/jqBootstrapValidation.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 14:04:00] "GET /mail/contact.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 14:04:00] "GET /js/main.js HTTP/1.1" 404 - +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\main.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 16.34s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 16.35s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 16.35s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=5569d9a1-0d7d-4954-94e6-2d43a63d42e5 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7b960455-e815-4d37-998c-f5a5fc9ae9a2 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 2220869266512 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2220869266512 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2220869666848 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2220869666848 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2220869666848 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2220869666848 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2220869266512 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2220869266512 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=5569d9a1-0d7d-4954-94e6-2d43a63d42e5&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=7b960455-e815-4d37-998c-f5a5fc9ae9a2 HTTP/1.1" 200 1546 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_EDW_TRANS_D, database=PL_DEV, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=3a49cf85-0dbd-46aa-aad8-8ef8fe248b20 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 42c449ae-fffc-42b4-9de9-9f63f4061d70 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=3a49cf85-0dbd-46aa-aad8-8ef8fe248b20&databaseName=PL_DEV&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=42c449ae-fffc-42b4-9de9-9f63f4061d70 HTTP/1.1" 200 1546 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00200s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: cc2f828c-4e57-461c-8e4a-0663f10d60bd +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7f054de3-9da9-4caf-96fd-1e2a88fb03a1 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=cc2f828c-4e57-461c-8e4a-0663f10d60bd&request_guid=7f054de3-9da9-4caf-96fd-1e2a88fb03a1 HTTP/1.1" 200 2276 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838be-0502-af26-1a4b-0303c5c24683 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838be-0502-af26-1a4b-0303c5c24683 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838be-0502-af26-1a4b-0303c5c24683' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: b19793ac-8497-4c57-9676-47692c392778 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838be-0502-af26-1a4b-0303c5c24683?request_guid=b19793ac-8497-4c57-9676-47692c392778 HTTP/1.1" 200 1848 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838be-0502-af26-1a4b-0303c5c24683' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0f57955a-3a94-4c39-b032-609fe1d67532 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838be-0502-af26-1a4b-0303c5c24683?request_guid=0f57955a-3a94-4c39-b032-609fe1d67532 HTTP/1.1" 200 1849 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a838be-0502-af26-1a4b-0303c5c24683'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 0a823790-b65a-4d10-9756-73f7c4bd06de +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a838be-0502-af26-1a4b-0303c5c24683'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a838be-0502-af26-1a4b-0303c5c24683'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f1189526-2c14-46d2-a85d-b2474273b059 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=0a823790-b65a-4d10-9756-73f7c4bd06de&request_guid=f1189526-2c14-46d2-a85d-b2474273b059 HTTP/1.1" 200 2277 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838be-0502-afee-1a4b-0303c5c263fb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838be-0502-afee-1a4b-0303c5c263fb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 4 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 5243b6e5-39b3-4e6a-9ac4-d969e353a0b1 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 847eb19c-cdf9-4e10-a74e-6175f6fd3636 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=5243b6e5-39b3-4e6a-9ac4-d969e353a0b1&request_guid=847eb19c-cdf9-4e10-a74e-6175f6fd3636 HTTP/1.1" 200 1796 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838be-0502-b0de-1a4b-0303c5c23bcf +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838be-0502-b0de-1a4b-0303c5c23bcf +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838be-0502-b0de-1a4b-0303c5c23bcf' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1b8b88aa-b1c3-49a4-b2a8-1db489a52935 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838be-0502-b0de-1a4b-0303c5c23bcf?request_guid=1b8b88aa-b1c3-49a4-b2a8-1db489a52935 HTTP/1.1" 200 2164 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838be-0502-b0de-1a4b-0303c5c23bcf' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 73e43ea0-f5a7-405c-b3bd-b630c3998b18 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838be-0502-b0de-1a4b-0303c5c23bcf?request_guid=73e43ea0-f5a7-405c-b3bd-b630c3998b18 HTTP/1.1" 200 2164 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a838be-0502-b0de-1a4b-0303c5c23bcf'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 9f1d53c1-39a6-49d7-8362-f98054cc0f6a +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a838be-0502-b0de-1a4b-0303c5c23bcf'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a838be-0502-b0de-1a4b-0303c5c23bcf'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 06bcc630-ee1e-4dcb-a74e-e465edf65afd +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=9f1d53c1-39a6-49d7-8362-f98054cc0f6a&request_guid=06bcc630-ee1e-4dcb-a74e-e465edf65afd HTTP/1.1" 200 1802 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838be-0502-afee-1a4b-0303c5c2641b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838be-0502-afee-1a4b-0303c5c2641b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 152880cc-585a-4c09-a8f0-f7de876ea1ad +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','STG_CEM_EVENT');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f9089449-25c5-430e-9ffb-30c8e7ff77f8 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=152880cc-585a-4c09-a8f0-f7de876ea1ad&request_guid=f9089449-25c5-430e-9ffb-30c8e7ff77f8 HTTP/1.1" 200 2288 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838be-0502-ae87-1a4b-0303c5c2573b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838be-0502-ae87-1a4b-0303c5c2573b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838be-0502-ae87-1a4b-0303c5c2573b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e98c04e1-6e2c-461e-8046-04f6745813fe +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838be-0502-ae87-1a4b-0303c5c2573b?request_guid=e98c04e1-6e2c-461e-8046-04f6745813fe HTTP/1.1" 200 1677 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838be-0502-ae87-1a4b-0303c5c2573b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9cf8d100-a1dd-4103-a7c7-4b7a3a3fc0af +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838be-0502-ae87-1a4b-0303c5c2573b?request_guid=9cf8d100-a1dd-4103-a7c7-4b7a3a3fc0af HTTP/1.1" 200 1677 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a838be-0502-ae87-1a4b-0303c5c2573b'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: dbefd582-9ce4-4836-bfba-289bd1f6f0d3 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a838be-0502-ae87-1a4b-0303c5c2573b'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a838be-0502-ae87-1a4b-0303c5c2573b'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0e609c58-f07b-450e-82d5-a2f7ebbd4103 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=dbefd582-9ce4-4836-bfba-289bd1f6f0d3&request_guid=0e609c58-f07b-450e-82d5-a2f7ebbd4103 HTTP/1.1" 200 2289 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838be-0502-afee-1a4b-0303c5c2642b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838be-0502-afee-1a4b-0303c5c2642b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 8.704s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 8.709s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 8.713s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=65596a2b-2b0f-4ef6-b2a0-0d26d3fc92e8 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: bb699dde-1bb0-4b69-a213-b9f95deff556 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 1839454377472 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1839454377472 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 1839454679440 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1839454679440 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 1839454679440 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 1839454679440 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 1839454377472 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1839454377472 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=65596a2b-2b0f-4ef6-b2a0-0d26d3fc92e8&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=bb699dde-1bb0-4b69-a213-b9f95deff556 HTTP/1.1" 200 1552 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_EDW_TRANS_D, database=PL_DEV, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=eb5427f0-e250-4986-8d5c-778a27432464 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 2408899c-7899-4a49-9e9d-082db702f031 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=eb5427f0-e250-4986-8d5c-778a27432464&databaseName=PL_DEV&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=2408899c-7899-4a49-9e9d-082db702f031 HTTP/1.1" 200 1552 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00355s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 3e72b63b-3818-4ea3-a29f-910f5123adf3 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ff8fa5c5-f3ce-4f48-bd9e-6e803ace7a83 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=3e72b63b-3818-4ea3-a29f-910f5123adf3&request_guid=ff8fa5c5-f3ce-4f48-bd9e-6e803ace7a83 HTTP/1.1" 200 2273 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838bf-0502-af26-1a4b-0303c5c2a783 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838bf-0502-af26-1a4b-0303c5c2a783 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838bf-0502-af26-1a4b-0303c5c2a783' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 75a23d69-5c71-4ac3-9923-b410780a2250 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838bf-0502-af26-1a4b-0303c5c2a783?request_guid=75a23d69-5c71-4ac3-9923-b410780a2250 HTTP/1.1" 200 1870 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838bf-0502-af26-1a4b-0303c5c2a783' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 236ccf97-a330-4cdc-b0fa-fb5eed1f0570 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838bf-0502-af26-1a4b-0303c5c2a783?request_guid=236ccf97-a330-4cdc-b0fa-fb5eed1f0570 HTTP/1.1" 200 1869 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a838bf-0502-af26-1a4b-0303c5c2a783'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 38f098ff-cc6b-4fc3-8101-efc742304380 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a838bf-0502-af26-1a4b-0303c5c2a783'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a838bf-0502-af26-1a4b-0303c5c2a783'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6e9d416a-98de-45d9-be5c-3e23f52120a2 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=38f098ff-cc6b-4fc3-8101-efc742304380&request_guid=6e9d416a-98de-45d9-be5c-3e23f52120a2 HTTP/1.1" 200 2279 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838bf-0502-afee-1a4b-0303c5c2b737 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838bf-0502-afee-1a4b-0303c5c2b737 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 4 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 89dce038-754f-4def-b917-2c188aabce29 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 167adabe-e4bb-4c19-9858-a3d90f80c07c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=89dce038-754f-4def-b917-2c188aabce29&request_guid=167adabe-e4bb-4c19-9858-a3d90f80c07c HTTP/1.1" 200 1798 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838bf-0502-af26-1a4b-0303c5c2a7b3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838bf-0502-af26-1a4b-0303c5c2a7b3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838bf-0502-af26-1a4b-0303c5c2a7b3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 30dcb189-1503-4e8b-8744-5e3517770b5f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838bf-0502-af26-1a4b-0303c5c2a7b3?request_guid=30dcb189-1503-4e8b-8744-5e3517770b5f HTTP/1.1" 200 2174 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838bf-0502-af26-1a4b-0303c5c2a7b3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 38956154-edc3-445b-b10f-3064fd156131 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838bf-0502-af26-1a4b-0303c5c2a7b3?request_guid=38956154-edc3-445b-b10f-3064fd156131 HTTP/1.1" 200 2174 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a838bf-0502-af26-1a4b-0303c5c2a7b3'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: b2701a7f-f326-4a61-842f-2ea09b241e6a +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a838bf-0502-af26-1a4b-0303c5c2a7b3'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a838bf-0502-af26-1a4b-0303c5c2a7b3'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 423b2eb8-6e52-45e0-a939-77e565beefb0 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=b2701a7f-f326-4a61-842f-2ea09b241e6a&request_guid=423b2eb8-6e52-45e0-a939-77e565beefb0 HTTP/1.1" 200 1800 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838bf-0502-afee-1a4b-0303c5c2b75f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838bf-0502-afee-1a4b-0303c5c2b75f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: c11c17d1-3545-4b11-86b1-2dfcd3bdcb25 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','STG_CEM_EVENT');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 158b0fae-fe1f-49b2-ac23-40bf08805db4 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=c11c17d1-3545-4b11-86b1-2dfcd3bdcb25&request_guid=158b0fae-fe1f-49b2-ac23-40bf08805db4 HTTP/1.1" 200 2280 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838bf-0502-b1d6-1a4b-0303c5c2c10b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838bf-0502-b1d6-1a4b-0303c5c2c10b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838bf-0502-b1d6-1a4b-0303c5c2c10b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9ef7c58a-5f76-441b-abae-06a35cfcb15d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838bf-0502-b1d6-1a4b-0303c5c2c10b?request_guid=9ef7c58a-5f76-441b-abae-06a35cfcb15d HTTP/1.1" 200 1680 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838bf-0502-b1d6-1a4b-0303c5c2c10b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7c2101f4-33ab-4867-ba3f-7e589ae1bbaf +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838bf-0502-b1d6-1a4b-0303c5c2c10b?request_guid=7c2101f4-33ab-4867-ba3f-7e589ae1bbaf HTTP/1.1" 200 1681 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a838bf-0502-b1d6-1a4b-0303c5c2c10b'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 92200dbe-f346-402f-ad64-3aeb9ea63843 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a838bf-0502-b1d6-1a4b-0303c5c2c10b'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a838bf-0502-b1d6-1a4b-0303c5c2c10b'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7f000768-9d51-483d-b07b-ecb29c8d6162 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=92200dbe-f346-402f-ad64-3aeb9ea63843&request_guid=7f000768-9d51-483d-b07b-ecb29c8d6162 HTTP/1.1" 200 2284 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838bf-0502-afee-1a4b-0303c5c2b78f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838bf-0502-afee-1a4b-0303c5c2b78f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 24.49s ago] ('get_data', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=40b35ebe-f90d-40ac-ad6b-756595d81679 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 316da39f-bd7e-4c9c-a084-d41870ed3a6a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=40b35ebe-f90d-40ac-ad6b-756595d81679&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=316da39f-bd7e-4c9c-a084-d41870ed3a6a HTTP/1.1" 200 1545 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT EVENT_DTM,"header_change_mask","header_change_oper",ODS_EXP_ROW_DTM,EVENT...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: da19a41a-a180-40e6-b33a-b27d6949686c +DEBUG:snowflake.connector.cursor:running query [SELECT EVENT_DTM,"header_change_mask","header_change_oper",ODS_EXP_ROW_DTM,EVENT...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT EVENT_DTM,"header_change_mask","header_change_oper",ODS_EXP_ROW_DTM,EVENT...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a968fb20-3fa8-4db9-a1e9-5e41377cbb37 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=da19a41a-a180-40e6-b33a-b27d6949686c&request_guid=a968fb20-3fa8-4db9-a1e9-5e41377cbb37 HTTP/1.1" 200 None +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838c0-0502-ae87-1a4b-0303c5c2e017 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838c0-0502-ae87-1a4b-0303c5c2e017 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=56 +INFO:snowflake.connector.cursor:Number of results in first chunk: 242 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838c0-0502-ae87-1a4b-0303c5c2e017' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 58a529d3-aecb-44bc-a841-56475fbfbb12 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838c0-0502-ae87-1a4b-0303c5c2e017?request_guid=58a529d3-aecb-44bc-a841-56475fbfbb12 HTTP/1.1" 200 2151 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838c0-0502-ae87-1a4b-0303c5c2e017' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 52a52e76-20d9-43c2-9b94-8064fe52d2d6 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838c0-0502-ae87-1a4b-0303c5c2e017?request_guid=52a52e76-20d9-43c2-9b94-8064fe52d2d6 HTTP/1.1" 200 2152 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a838c0-0502-ae87-1a4b-0303c5c2e017'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 7f039223-5e28-4465-aa2f-fee004df8679 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a838c0-0502-ae87-1a4b-0303c5c2e017'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a838c0-0502-ae87-1a4b-0303c5c2e017'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8f752643-eba0-4fad-81e2-f70a8aad67f6 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=7f039223-5e28-4465-aa2f-fee004df8679&request_guid=8f752643-eba0-4fad-81e2-f70a8aad67f6 HTTP/1.1" 200 4939 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838c0-0502-ae87-1a4b-0303c5c2e0bb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838c0-0502-ae87-1a4b-0303c5c2e0bb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=57 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.result_set:result batch 1 has id: data_0_0_0 +DEBUG:snowflake.connector.result_set:result batch 2 has id: data_0_0_1 +DEBUG:snowflake.connector.result_set:result batch 3 has id: data_0_0_2 +DEBUG:snowflake.connector.result_set:result batch 4 has id: data_0_0_3 +DEBUG:snowflake.connector.result_set:result batch 5 has id: data_0_0_4 +DEBUG:snowflake.connector.result_set:result batch 6 has id: data_0_0_5 +DEBUG:snowflake.connector.result_set:result batch 7 has id: data_0_0_6 +DEBUG:snowflake.connector.result_set:result batch 8 has id: data_0_1_0 +DEBUG:snowflake.connector.result_set:result batch 9 has id: data_0_1_1 +DEBUG:snowflake.connector.result_set:result batch 10 has id: data_0_1_2 +DEBUG:snowflake.connector.result_set:result batch 11 has id: data_0_1_3 +DEBUG:snowflake.connector.result_set:result batch 12 has id: data_0_1_4 +DEBUG:snowflake.connector.result_set:result batch 13 has id: data_0_1_5 +DEBUG:snowflake.connector.result_set:result batch 14 has id: data_0_1_6 +DEBUG:snowflake.connector.result_set:result batch 15 has id: data_0_2_0 +DEBUG:snowflake.connector.result_set:result batch 16 has id: data_0_2_1 +DEBUG:snowflake.connector.result_set:result batch 17 has id: data_0_2_2 +DEBUG:snowflake.connector.result_set:result batch 18 has id: data_0_2_3 +DEBUG:snowflake.connector.result_set:result batch 19 has id: data_0_2_4 +DEBUG:snowflake.connector.result_set:result batch 20 has id: data_0_2_5 +DEBUG:snowflake.connector.result_set:result batch 21 has id: data_0_2_6 +DEBUG:snowflake.connector.result_set:result batch 22 has id: data_0_3_0 +DEBUG:snowflake.connector.result_set:result batch 23 has id: data_0_3_1 +DEBUG:snowflake.connector.result_set:result batch 24 has id: data_0_3_2 +DEBUG:snowflake.connector.result_set:result batch 25 has id: data_0_3_3 +DEBUG:snowflake.connector.result_set:result batch 26 has id: data_0_3_4 +DEBUG:snowflake.connector.result_set:result batch 27 has id: data_0_3_5 +DEBUG:snowflake.connector.result_set:result batch 28 has id: data_0_3_6 +DEBUG:snowflake.connector.result_set:result batch 29 has id: data_0_4_0 +DEBUG:snowflake.connector.result_set:result batch 30 has id: data_0_4_1 +DEBUG:snowflake.connector.result_set:result batch 31 has id: data_0_4_2 +DEBUG:snowflake.connector.result_set:result batch 32 has id: data_0_4_3 +DEBUG:snowflake.connector.result_set:result batch 33 has id: data_0_4_4 +DEBUG:snowflake.connector.result_set:result batch 34 has id: data_0_4_5 +DEBUG:snowflake.connector.result_set:result batch 35 has id: data_0_4_6 +DEBUG:snowflake.connector.result_set:result batch 36 has id: data_0_4_7 +DEBUG:snowflake.connector.result_set:result batch 37 has id: data_0_5_0 +DEBUG:snowflake.connector.result_set:result batch 38 has id: data_0_5_1 +DEBUG:snowflake.connector.result_set:result batch 39 has id: data_0_5_2 +DEBUG:snowflake.connector.result_set:result batch 40 has id: data_0_5_3 +DEBUG:snowflake.connector.result_set:result batch 41 has id: data_0_5_4 +DEBUG:snowflake.connector.result_set:result batch 42 has id: data_0_5_5 +DEBUG:snowflake.connector.result_set:result batch 43 has id: data_0_5_6 +DEBUG:snowflake.connector.result_set:result batch 44 has id: data_0_6_0 +DEBUG:snowflake.connector.result_set:result batch 45 has id: data_0_6_1 +DEBUG:snowflake.connector.result_set:result batch 46 has id: data_0_6_2 +DEBUG:snowflake.connector.result_set:result batch 47 has id: data_0_6_3 +DEBUG:snowflake.connector.result_set:result batch 48 has id: data_0_6_4 +DEBUG:snowflake.connector.result_set:result batch 49 has id: data_0_6_5 +DEBUG:snowflake.connector.result_set:result batch 50 has id: data_0_6_6 +DEBUG:snowflake.connector.result_set:result batch 51 has id: data_0_7_0 +DEBUG:snowflake.connector.result_set:result batch 52 has id: data_0_7_1 +DEBUG:snowflake.connector.result_set:result batch 53 has id: data_0_7_2 +DEBUG:snowflake.connector.result_set:result batch 54 has id: data_0_7_3 +DEBUG:snowflake.connector.result_set:result batch 55 has id: data_0_7_4 +DEBUG:snowflake.connector.result_set:result batch 56 has id: data_0_7_5 +DEBUG:snowflake.connector.result_set:result batch 57 has id: data_0_7_6 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_0 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_0 with existing session +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_1 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/2 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_1 with existing session +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_2 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_3 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/3 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_2 with existing session +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_4 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_3 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_0_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129130&Signature=YWW%2FYdXm%2F1%2BemFePPij7CkbTvgo%3D HTTP/1.1" 200 264297 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_0_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129130&Signature=USV4YoFSMbjbwizgHCw7JtGn2nI%3D HTTP/1.1" 200 133478 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_0_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129130&Signature=1wQibQ0e%2FIukgWLuY7agzFypUbU%3D HTTP/1.1" 200 35090 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_0_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129130&Signature=ZvUY%2BZuaD5iwyp1h3TYzD9NsJoA%3D HTTP/1.1" 200 465916 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 1 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 242 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 1 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 2 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 248 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 2 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 3 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_6 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_0_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129130&Signature=zLxmzqFPPKCB%2BUY5Kr6mYVcHwE4%3D HTTP/1.1" 200 964549 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 496 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_0_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129130&Signature=KkYQ1%2F4ey%2BuUHix8agtfSBztEpQ%3D HTTP/1.1" 200 1747853 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 496 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_0_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129130&Signature=RCU0au1p6cxGeIngWx%2F%2FSLZz%2B2g%3D HTTP/1.1" 200 264690 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_6 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 4 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_0 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 991 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_1_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129130&Signature=SzUKQ5FZeHQRrm9bUIjlJqxcZk0%3D HTTP/1.1" 200 35019 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 993 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 4 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 5 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_1 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_4 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_1 with existing session +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_4 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1982 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_1_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129130&Signature=VmCxTvupIVdz0FzJ%2FKbJAiyTOKk%3D HTTP/1.1" 200 133377 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1978 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 5 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 6 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_2 +DEBUG:snowflake.connector.result_set:user began consuming result batch 6 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_2 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_2 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2529 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2528 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_1_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129130&Signature=6lCEFjgwF7hSPbEt6Ewqt2RGM64%3D HTTP/1.1" 200 261719 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2546 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2535 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2545 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 6 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 7 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 7 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1911 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 7 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 8 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 242 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_4 with existing session +DEBUG:snowflake.connector.result_set:user finished consuming result batch 8 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 9 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 9 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_1_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129130&Signature=oA0n96sPFdWw05SSo%2BGlv2fHVp8%3D HTTP/1.1" 200 466986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 248 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 9 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 10 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_1_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129130&Signature=5x%2B462nShjZVB3YiaG8vdjZuozg%3D HTTP/1.1" 200 969217 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 10 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 496 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_1_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129130&Signature=qsvCulZcGrdxPgLhwrMFFlEAR%2FI%3D HTTP/1.1" 200 1734762 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 496 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 10 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 11 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_0 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_1_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129130&Signature=AptgBu32jGjOkFvHanI8jcSoSRQ%3D HTTP/1.1" 200 2186834 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 11 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 990 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_2_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129130&Signature=TWCzo3pd7wfP17%2FHHAc%2FGhmVLz8%3D HTTP/1.1" 200 33636 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 11 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 12 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_1 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 12 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 989 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_2_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129130&Signature=FSO8GCDZbMiztNFa%2FEj%2B0ijw9Ko%3D HTTP/1.1" 200 129595 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1978 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_set:user finished consuming result batch 12 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_1 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 13 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_1 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_2 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 13 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2513 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_2_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129130&Signature=GpybmF%2F7gvP8fq%2FYkr8ByJjggXQ%3D HTTP/1.1" 200 256381 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2521 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2537 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2532 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2520 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 13 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 14 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_3 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 7 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 14 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 7 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 7, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2516 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_2_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129130&Signature=CywG%2FW9vdrjE%2FpwpJxwXzBIW02I%3D HTTP/1.1" 200 462463 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2529 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2532 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2521 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2535 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2531 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 527 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 14 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 15 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 15 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 243 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_set:user finished consuming result batch 15 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_3 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 16 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_3 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 16 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 248 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 16 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 17 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 17 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 495 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_2_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129130&Signature=btN5sufvKSXXBnZ4yDJ3%2BmwP%2B5s%3D HTTP/1.1" 200 967630 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 496 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 17 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_2_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129130&Signature=%2BYfuBVFoQb814sCUjDkHelcsQl0%3D HTTP/1.1" 200 131960 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_2_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129130&Signature=fz9%2FCZAIRjyN%2BLLJ8BoKZdw58NQ%3D HTTP/1.1" 200 1757664 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 18 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 18 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_0 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 496 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 992 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 18 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 19 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_6 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_1 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_3_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129130&Signature=izvMresntng1xtQUxgdspf7Bh6Y%3D HTTP/1.1" 200 34661 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 19 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 991 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_3_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129130&Signature=%2BBqeqv3LVx8FD2rkZbKpMULBvao%3D HTTP/1.1" 200 133017 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1980 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 19 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 20 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 20 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2523 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_3_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129130&Signature=gUOOk2pWzTBPD9P%2B%2B8sm%2BuCtt3Q%3D HTTP/1.1" 200 262868 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2528 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2541 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2536 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2522 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 20 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 21 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 21 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 975 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 21 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 22 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 22 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 243 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 22 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 23 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 23 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 249 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 23 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 24 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_3_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129130&Signature=qZHICnuC%2FWc0I1TKGC4oeNJ1Pxk%3D HTTP/1.1" 200 464439 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_2 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_6 with existing session +DEBUG:snowflake.connector.result_set:user began consuming result batch 24 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 497 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_3_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129130&Signature=1ry0GON1RtC8GPl0m0WeclThJCE%3D HTTP/1.1" 200 962759 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_3_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129130&Signature=Hy7o%2BW0FPDuW7rdEHzT8lC2oRrI%3D HTTP/1.1" 200 1740120 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 497 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 497 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_3_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129130&Signature=iHfz1NRO%2FAnHByZ8TT998m8%2BJK4%3D HTTP/1.1" 200 1208430 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 24 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 25 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 25 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 497 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 993 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 25 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 26 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_1 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_4_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129130&Signature=nRRujq%2FzfhdfemQEnzbxGh1Pez0%3D HTTP/1.1" 200 34475 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_1 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 26 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1986 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_4_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129130&Signature=G9sc9UOGVViyRVIpOXZ0Rd2tyEQ%3D HTTP/1.1" 200 131285 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1971 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 26 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 27 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 27 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2529 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_4_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129130&Signature=HM77aKbOFrj4jrRU10d0XrRQnAU%3D HTTP/1.1" 200 259963 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2531 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2524 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2529 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2532 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_2 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 27 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 28 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 28 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2517 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_4_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129130&Signature=6RgNyESBXlMSZAZfyfwAwMI8wog%3D HTTP/1.1" 200 464061 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2539 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2526 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1125 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 28 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 29 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 29 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 242 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 29 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 30 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 30 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 249 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 30 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_4_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129130&Signature=sqHsXS0G3kT4fDANGOwbHSpmlO4%3D HTTP/1.1" 200 963245 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 31 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 31 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 249 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_4_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129130&Signature=Twus3n3yI8UdtlFQfGtj87WrVlg%3D HTTP/1.1" 200 1763257 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_4_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129130&Signature=NHxorWI%2BPN6on9LJHLL4hjXoGUI%3D HTTP/1.1" 200 3288578 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 497 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 31 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 32 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 32 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 497 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 991 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_7 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 992 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_4_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129130&Signature=kzVE4OxfKAnI0wI%2BVfnLiZWt1Bo%3D HTTP/1.1" 200 1193681 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 32 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 33 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 33 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_0 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 993 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1985 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1982 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_5_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129130&Signature=eKFCZBpKbFavYX0RGit3gynIcEY%3D HTTP/1.1" 200 34825 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 33 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_0 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 34 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_1 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_5 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_5_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129130&Signature=dCb6z9CZMQjOE%2BfHHSScR%2BzXJX4%3D HTTP/1.1" 200 132770 +DEBUG:snowflake.connector.result_set:user began consuming result batch 34 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2518 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2523 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2537 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2532 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2517 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 34 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 35 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_6 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 9 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_6 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_2 with existing session +DEBUG:snowflake.connector.result_set:user began consuming result batch 35 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 9 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 9, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2529 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_5_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129130&Signature=fzYpS4JJKplvt%2F2zmkCidJ3a6NA%3D HTTP/1.1" 200 261281 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2515 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2542 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2529 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2543 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2538 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2524 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 2543 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 2533 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 35 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 36 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 36 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2544 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_3 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_5_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129130&Signature=NzxQAbKmA6vPveAFj6LQrpUi4B4%3D HTTP/1.1" 200 463548 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2542 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2528 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 612 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 36 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 37 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 37 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 243 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 37 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 38 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 38 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 249 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 248 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 38 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 39 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 39 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 496 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_5_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129130&Signature=g7hJQnI%2FGd89DSQoHcJxTd5iFtw%3D HTTP/1.1" 200 962977 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_5_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129130&Signature=t3n%2B0QavijAolREV7rMS7nhzNNo%3D HTTP/1.1" 200 1755693 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 497 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 39 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 40 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 40 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_0 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 497 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_5_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129130&Signature=SoW2AtYPjwEi8efnx%2FrwH%2FNUTJY%3D HTTP/1.1" 200 150579 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 992 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 40 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 41 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_6 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_6_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129130&Signature=bElCpaPTiPuRl83Ci2TI6%2FS3N1k%3D HTTP/1.1" 200 35016 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_1 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 41 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1981 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_6_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129130&Signature=d5VyvL0BQXHGrFOL%2BQTQYT3XjP4%3D HTTP/1.1" 200 133248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1980 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 41 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 42 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 42 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2523 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_6_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129130&Signature=m10ekMCC%2FtKgafxTqqA09ShqpIE%3D HTTP/1.1" 200 264485 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2528 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2543 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2539 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2526 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 42 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 43 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 43 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1089 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 43 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 44 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 44 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 242 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_set:user finished consuming result batch 44 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_2 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 45 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_2 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 45 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 248 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_6_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129130&Signature=li4F3nVoEqEWUzc6hEPRdA3bKmM%3D HTTP/1.1" 200 468013 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 45 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 46 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 46 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 496 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_6_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129130&Signature=2%2BxDUs2P3Ok8unI46u%2Fo%2BQjV7p8%3D HTTP/1.1" 200 967057 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 496 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_6_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129130&Signature=5%2BofjWmat1%2BKl2nBd3fm5XkXcTc%3D HTTP/1.1" 200 1752141 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 496 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 46 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 47 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_0 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_6_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129130&Signature=JJz%2BTZfZ8FIT4H7%2BQnCXucbyIP0%3D HTTP/1.1" 200 2117103 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 47 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 992 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_7_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129130&Signature=f8A8NhNs%2FmvBtIbcbaKxMSy0lek%3D HTTP/1.1" 200 35021 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 991 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 47 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 48 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_1 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 48 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 991 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_7_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129130&Signature=XUwhAXeoUY0eejaJpKvvbaTx3cE%3D HTTP/1.1" 200 133249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1979 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1978 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 7 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_6 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 48 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 49 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 49 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2524 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_7_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129130&Signature=ZVRMhM0HvucsrVmJdjBAxYIlLsM%3D HTTP/1.1" 200 263313 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2528 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2542 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2541 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2524 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 49 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 50 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 50 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 7, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2521 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2515 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_7_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129130&Signature=x2h5gS3SVpeROzzqi6LgN31pcPI%3D HTTP/1.1" 200 465199 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2537 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2523 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2537 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2534 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 9 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 50 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 51 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 51 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 242 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 51 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 52 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 52 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 249 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 248 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_5 with existing session +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_3 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 52 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 53 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_7_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129130&Signature=Va9HED%2FWryi67XcG3qaTBAWBzjw%3D HTTP/1.1" 200 966941 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_6 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 53 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 495 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 496 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_7_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129130&Signature=alX9Sa%2FlvDgJTznz3OtsO30jnms%3D HTTP/1.1" 200 1756606 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 496 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_7_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129130&Signature=baw%2BUfofA5dQWJzIxA0SyZp7WMw%3D HTTP/1.1" 200 238425 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 53 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 54 +DEBUG:snowflake.connector.result_set:user began consuming result batch 54 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 992 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_6 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 54 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 55 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 55 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1981 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 55 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 56 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 56 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2520 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2525 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2540 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2534 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2519 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 56 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 57 +DEBUG:snowflake.connector.result_set:user began consuming result batch 57 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1710 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 57 +INFO:snowflake.connector.connection:closed +DEBUG:snowflake.connector.telemetry:Closing telemetry client. +INFO:snowflake.connector.connection:No async queries seem to be running, deleting session +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ab0f5860-108a-4d7b-bd61-bf672d988cfd +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session?delete=true&request_guid=ab0f5860-108a-4d7b-bd61-bf672d988cfd HTTP/1.1" 200 76 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.connection:Session is closed +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_EDW_TRANS_D, database=PL_DEV, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=95556e15-873e-4cda-9b37-bc640920a2fa +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 07bcc01d-3706-4d6a-ac72-7919fdf842d4 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=95556e15-873e-4cda-9b37-bc640920a2fa&databaseName=PL_DEV&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=07bcc01d-3706-4d6a-ac72-7919fdf842d4 HTTP/1.1" 200 1550 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT EVENT_DTM,"header_change_mask","header_change_oper",ODS_EXP_ROW_DTM,EVENT...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 6250604b-507d-46fd-8e13-a03eb85203db +DEBUG:snowflake.connector.cursor:running query [SELECT EVENT_DTM,"header_change_mask","header_change_oper",ODS_EXP_ROW_DTM,EVENT...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT EVENT_DTM,"header_change_mask","header_change_oper",ODS_EXP_ROW_DTM,EVENT...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 410599ab-814b-48c4-85c2-c4152d30b93f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=6250604b-507d-46fd-8e13-a03eb85203db&request_guid=410599ab-814b-48c4-85c2-c4152d30b93f HTTP/1.1" 200 2291 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838c2-0502-ae87-1a4b-0303c5c386a3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838c2-0502-ae87-1a4b-0303c5c386a3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=3 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838c2-0502-ae87-1a4b-0303c5c386a3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: dfab62f0-6db4-4521-949a-46723ce02e9c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838c2-0502-ae87-1a4b-0303c5c386a3?request_guid=dfab62f0-6db4-4521-949a-46723ce02e9c HTTP/1.1" 200 1975 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838c2-0502-ae87-1a4b-0303c5c386a3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 93d378b6-58db-453a-b84e-1500d59e37d6 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838c2-0502-ae87-1a4b-0303c5c386a3?request_guid=93d378b6-58db-453a-b84e-1500d59e37d6 HTTP/1.1" 200 1975 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a838c2-0502-ae87-1a4b-0303c5c386a3'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 0b439700-5612-4187-85aa-f70d639c32c1 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a838c2-0502-ae87-1a4b-0303c5c386a3'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a838c2-0502-ae87-1a4b-0303c5c386a3'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 960c289a-fffd-4971-8b1c-9e0bffae0222 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=0b439700-5612-4187-85aa-f70d639c32c1&request_guid=960c289a-fffd-4971-8b1c-9e0bffae0222 HTTP/1.1" 200 2306 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838c2-0502-ae87-1a4b-0303c5c386ef +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838c2-0502-ae87-1a4b-0303c5c386ef +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=3 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.result_set:result batch 1 has id: data_0_0_0 +DEBUG:snowflake.connector.result_set:result batch 2 has id: data_0_0_1 +DEBUG:snowflake.connector.result_set:result batch 3 has id: data_0_0_2 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_0 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_0 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_1 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/2 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_1 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_2 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/3 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_2 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838a1-0502-af26-1a4b-0303c5bad13b_0/main/data_0_0_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129275&Signature=UplxaHzFqDvYc%2BH9C2GO0b9sySU%3D HTTP/1.1" 200 39942 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838a1-0502-af26-1a4b-0303c5bad13b_0/main/data_0_0_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129275&Signature=WePj8vPoskXrZ9Sg3HJYGVhDuVM%3D HTTP/1.1" 200 36830 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838a1-0502-af26-1a4b-0303c5bad13b_0/main/data_0_0_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129275&Signature=JTKh8wFgX%2FXrsglzurJi8oBc2vk%3D HTTP/1.1" 200 137002 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/3 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/3 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 246 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 1 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/3 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_set:user began consuming result batch 2 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 246 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 246 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 246 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 246 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 2 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 282 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 3 +INFO:snowflake.connector.connection:closed +DEBUG:snowflake.connector.telemetry:Closing telemetry client. +DEBUG:snowflake.connector.telemetry:Sending 1 logs to telemetry. Data is {'logs': [{'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_imported_packages', 'value': "{'reprlib', 'xml', 'shlex', 'random', 'builtins', 'quopri', 'sql', 'typing', 'OpenSSL', 'pydevd', 'pyexpat', 'pandas', 'pydoc', 'tokenize', 'idna', 'tempfile', 'shutil', 'html', 'heapq', 'ast', 'zipimport', 'keyword', 'getpass', 'decimal', 'hashlib', 'pkg_resources', 'cffi', 'abc', 'urllib', 'mako', 'enum', 'alembic', 'email', 'pydevd_plugins', 'numpy', 'markupsafe', 'function', 'traceback', 'flask_wtf', 'pkgutil', 'gc', 'fractions', 'config', 'jinja2', 'contextvars', 'sys', 'overrides', 'importlib', 'pytz', 'queue', 'types', 'ctypes', 'cython_runtime', 'itsdangerous', 'pydevconsole', 'Cryptodome', 'operator', 'http', 'json', 'asn1crypto', 'marshal', 'sqlalchemy', 'pydevd_file_utils', 'sqlite3', 'linecache', 'unicodedata', 'debugpy', 'socket', 'zipfile', 'six', 'numbers', 'opcode', 'colorama', 'sre_compile', 'pycparser', 'bisect', 'gettext', 'cmath', 'typing_extensions', 'csv', 'cachelib', 'code', 'zlib', 'contextlib', 'pathlib', 'genericpath', 'functools', 'locale', 'secrets', 'sysconfig', 'stringprep', 'pydev_ipython', 'nt', 'collections', 'encodings', 'select', 'weakref', 'urllib3', 'warnings', 'xmlrpc', 'string', 'copy', 'timeit', 'errno', 'fconfig', 'bz2', 'flask_sqlalchemy', 'flask_migrate', 'configparser', 'copyreg', 'ssl', 'site', 'token', 'subprocess', 'requests', 'concurrent', 'time', 'msvcrt', 'psycopg2', 'certifi', 'mimetypes', 'posixpath', 'nturl2path', 'io', 'platform', 'werkzeug', 'datetime', 'itertools', 'stat', 'atexit', 'socketserver', 'argparse', 'gzip', 'logging', 'pydevd_tracing', 'snowflake', 'greenlet', 'wtforms', 'mmap', 'base64', 'lzma', 'pprint', 'flask_session', 'codeop', 'os', 'calendar', 'oscrypto', 'uuid', 'glob', 'click', 'dis', 'codecs', 'sre_parse', 'common', 'ipaddress', 'dateutil', 'winreg', 'selectors', 'flask', 'inspect', 'uu', 'ntpath', 'sre_constants', 'signal', 'threading', 'asyncio', 'pickle', 're', 'binascii', 'hmac', 'fnmatch', 'cryptography', 'imp', 'dataclasses', 'struct', 'textwrap', 'difflib', 'charset_normalizer', 'plistlib', 'math', 'filelock', 'jwt', 'webbrowser'}"}, 'timestamp': '1668107496622'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_first_result', 'query_id': '01a838bf-0502-af26-1a4b-0303c5c2a783', 'value': -742}, 'timestamp': '1668107499354'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_first_result', 'query_id': '01a838bf-0502-afee-1a4b-0303c5c2b737', 'value': -742}, 'timestamp': '1668107499801'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_last_result', 'query_id': '01a838bf-0502-afee-1a4b-0303c5c2b737', 'value': 5}, 'timestamp': '1668107499806'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_first_result', 'query_id': '01a838bf-0502-af26-1a4b-0303c5c2a7b3', 'value': -742}, 'timestamp': '1668107500453'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_first_result', 'query_id': '01a838bf-0502-afee-1a4b-0303c5c2b75f', 'value': -742}, 'timestamp': '1668107500815'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_last_result', 'query_id': '01a838bf-0502-afee-1a4b-0303c5c2b75f', 'value': 3}, 'timestamp': '1668107500818'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_first_result', 'query_id': '01a838bf-0502-b1d6-1a4b-0303c5c2c10b', 'value': -743}, 'timestamp': '1668107500941'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_first_result', 'query_id': '01a838bf-0502-afee-1a4b-0303c5c2b78f', 'value': -742}, 'timestamp': '1668107501421'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_last_result', 'query_id': '01a838bf-0502-afee-1a4b-0303c5c2b78f', 'value': 3}, 'timestamp': '1668107501424'}]}. +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6a750d1d-6cd8-4690-bbc5-de2b45672f1b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /telemetry/send?request_guid=6a750d1d-6cd8-4690-bbc5-de2b45672f1b HTTP/1.1" 200 86 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.telemetry:Successfully uploading metrics to telemetry. +INFO:snowflake.connector.connection:No async queries seem to be running, deleting session +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a63379d3-dcff-41b9-a77e-6c1f83278c34 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session?delete=true&request_guid=a63379d3-dcff-41b9-a77e-6c1f83278c34 HTTP/1.1" 200 76 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.connection:Session is closed +INFO:snowflake.connector.connection:closed +DEBUG:snowflake.connector.telemetry:Closing telemetry client. +DEBUG:snowflake.connector.telemetry:Sending 1 logs to telemetry. Data is {'logs': [{'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_imported_packages', 'value': "{'reprlib', 'xml', 'shlex', 'random', 'builtins', 'quopri', 'sql', 'typing', 'OpenSSL', 'pydevd', 'pyexpat', 'pandas', 'pydoc', 'tokenize', 'idna', 'tempfile', 'shutil', 'html', 'heapq', 'ast', 'zipimport', 'keyword', 'getpass', 'decimal', 'hashlib', 'pkg_resources', 'cffi', 'abc', 'urllib', 'mako', 'enum', 'alembic', 'email', 'pydevd_plugins', 'numpy', 'markupsafe', 'function', 'traceback', 'flask_wtf', 'pkgutil', 'gc', 'fractions', 'config', 'jinja2', 'contextvars', 'sys', 'overrides', 'importlib', 'pytz', 'queue', 'types', 'ctypes', 'cython_runtime', 'itsdangerous', 'pydevconsole', 'Cryptodome', 'operator', 'http', 'json', 'asn1crypto', 'marshal', 'sqlalchemy', 'pydevd_file_utils', 'sqlite3', 'linecache', 'unicodedata', 'debugpy', 'socket', 'zipfile', 'six', 'numbers', 'opcode', 'colorama', 'sre_compile', 'pycparser', 'bisect', 'gettext', 'cmath', 'typing_extensions', 'csv', 'cachelib', 'code', 'zlib', 'contextlib', 'pathlib', 'genericpath', 'functools', 'locale', 'secrets', 'sysconfig', 'stringprep', 'pydev_ipython', 'nt', 'collections', 'encodings', 'select', 'weakref', 'urllib3', 'warnings', 'xmlrpc', 'string', 'copy', 'timeit', 'errno', 'fconfig', 'bz2', 'flask_sqlalchemy', 'flask_migrate', 'configparser', 'copyreg', 'ssl', 'site', 'token', 'subprocess', 'requests', 'concurrent', 'time', 'msvcrt', 'psycopg2', 'certifi', 'mimetypes', 'posixpath', 'nturl2path', 'io', 'platform', 'werkzeug', 'datetime', 'itertools', 'stat', 'atexit', 'socketserver', 'argparse', 'gzip', 'logging', 'pydevd_tracing', 'snowflake', 'greenlet', 'wtforms', 'mmap', 'base64', 'lzma', 'pprint', 'flask_session', 'codeop', 'os', 'calendar', 'oscrypto', 'uuid', 'glob', 'click', 'dis', 'codecs', 'sre_parse', 'common', 'ipaddress', 'dateutil', 'winreg', 'selectors', 'flask', 'inspect', 'uu', 'ntpath', 'sre_constants', 'signal', 'threading', 'asyncio', 'pickle', 're', 'binascii', 'hmac', 'fnmatch', 'cryptography', 'imp', 'dataclasses', 'struct', 'textwrap', 'difflib', 'charset_normalizer', 'plistlib', 'math', 'filelock', 'jwt', 'webbrowser'}"}, 'timestamp': '1668107498542'}]}. +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 4fd2811e-383b-47b9-bb0e-a71b564c79fb +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /telemetry/send?request_guid=4fd2811e-383b-47b9-bb0e-a71b564c79fb HTTP/1.1" 200 86 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.telemetry:Successfully uploading metrics to telemetry. +INFO:snowflake.connector.connection:No async queries seem to be running, deleting session +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e9d36888-5fd3-49ee-a729-9a94dc94eac5 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session?delete=true&request_guid=e9d36888-5fd3-49ee-a729-9a94dc94eac5 HTTP/1.1" 200 76 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.connection:Session is closed +INFO:sqlalchemy.engine.Engine:ROLLBACK +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 14:14:41] "GET /sfexec?csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y206uQ.ZWVkwG7j9vm5LsFPJvo3S2_mVT8&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y206uQ.ZWVkwG7j9vm5LsFPJvo3S2_mVT8&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y206uQ.ZWVkwG7j9vm5LsFPJvo3S2_mVT8&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y206uQ.ZWVkwG7j9vm5LsFPJvo3S2_mVT8&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y206uQ.ZWVkwG7j9vm5LsFPJvo3S2_mVT8&submit=Submit HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 14:14:42] "GET /static/lib/owlcarousel/assets/owl.carousel.min.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 14:14:42] "GET /static/css/style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 14:14:42] "GET /static/css/21.b5c496e2.chunk.css HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 14:14:43] "GET /lib/easing/easing.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 14:14:44] "GET /lib/waypoints/waypoints.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 14:14:44] "GET /lib/counterup/counterup.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 14:14:44] "GET /lib/owlcarousel/owl.carousel.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 14:14:44] "GET /mail/jqBootstrapValidation.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 14:14:44] "GET /mail/contact.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 14:14:44] "GET /js/main.js HTTP/1.1" 404 - +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 9.89s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 9.895s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 9.902s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=7000f84d-ed40-452d-bfde-a461341ad9a2 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 4514a500-87bd-4242-aa12-af21c365dece +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 2512429078304 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2512429078304 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2512429396656 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2512429396656 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2512429396656 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2512429396656 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2512429078304 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2512429078304 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=7000f84d-ed40-452d-bfde-a461341ad9a2&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=4514a500-87bd-4242-aa12-af21c365dece HTTP/1.1" 200 1550 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_EDW_TRANS_D, database=PL_DEV, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=bf0fcc7d-afec-4a3c-af86-0f9872e3f4b0 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ed6550bd-4cc7-4798-afc7-f2f683787fc3 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=bf0fcc7d-afec-4a3c-af86-0f9872e3f4b0&databaseName=PL_DEV&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=ed6550bd-4cc7-4798-afc7-f2f683787fc3 HTTP/1.1" 200 1545 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00204s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 68c4674f-7cdd-40ff-87aa-63bae27b05ff +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 908ad1cc-67fa-450a-b7a1-5e4b8c709286 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=68c4674f-7cdd-40ff-87aa-63bae27b05ff&request_guid=908ad1cc-67fa-450a-b7a1-5e4b8c709286 HTTP/1.1" 200 2280 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838c5-0502-afee-1a4b-0303c5c4971b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838c5-0502-afee-1a4b-0303c5c4971b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838c5-0502-afee-1a4b-0303c5c4971b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 09c94517-83df-4a69-8329-e0eb2d55edd6 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838c5-0502-afee-1a4b-0303c5c4971b?request_guid=09c94517-83df-4a69-8329-e0eb2d55edd6 HTTP/1.1" 200 1854 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838c5-0502-afee-1a4b-0303c5c4971b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6cdea02d-804f-492a-88d0-14c40e63b08b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838c5-0502-afee-1a4b-0303c5c4971b?request_guid=6cdea02d-804f-492a-88d0-14c40e63b08b HTTP/1.1" 200 1854 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a838c5-0502-afee-1a4b-0303c5c4971b'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: a142025c-976d-413f-9043-63a071a6ce77 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a838c5-0502-afee-1a4b-0303c5c4971b'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a838c5-0502-afee-1a4b-0303c5c4971b'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a9547e8a-d4c5-472c-bcdf-f227dd8a3860 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=a142025c-976d-413f-9043-63a071a6ce77&request_guid=a9547e8a-d4c5-472c-bcdf-f227dd8a3860 HTTP/1.1" 200 2275 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838c5-0502-b1d6-1a4b-0303c5c4a0cb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838c5-0502-b1d6-1a4b-0303c5c4a0cb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 4 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 99246b01-1822-41c4-a6c7-7eba197ebd4a +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 909f9d91-3cde-4cc3-bb69-b975c99a6fe9 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=99246b01-1822-41c4-a6c7-7eba197ebd4a&request_guid=909f9d91-3cde-4cc3-bb69-b975c99a6fe9 HTTP/1.1" 200 1798 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838c5-0502-b1d6-1a4b-0303c5c4a0cf +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838c5-0502-b1d6-1a4b-0303c5c4a0cf +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838c5-0502-b1d6-1a4b-0303c5c4a0cf' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: b30eaf91-6ed5-4cc7-ab20-20037c5a27b9 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838c5-0502-b1d6-1a4b-0303c5c4a0cf?request_guid=b30eaf91-6ed5-4cc7-ab20-20037c5a27b9 HTTP/1.1" 200 2169 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838c5-0502-b1d6-1a4b-0303c5c4a0cf' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 169cd707-efb6-4324-ae10-07adeded1cdb +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838c5-0502-b1d6-1a4b-0303c5c4a0cf?request_guid=169cd707-efb6-4324-ae10-07adeded1cdb HTTP/1.1" 200 2170 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a838c5-0502-b1d6-1a4b-0303c5c4a0cf'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 16f338e2-3d71-44a0-910f-55b523f182b7 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a838c5-0502-b1d6-1a4b-0303c5c4a0cf'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a838c5-0502-b1d6-1a4b-0303c5c4a0cf'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f76ae6ee-ee3d-4e29-8162-dcf43bcf385d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=16f338e2-3d71-44a0-910f-55b523f182b7&request_guid=f76ae6ee-ee3d-4e29-8162-dcf43bcf385d HTTP/1.1" 200 1796 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838c5-0502-b0de-1a4b-0303c5c4b187 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838c5-0502-b0de-1a4b-0303c5c4b187 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: bcca1a92-a545-4c8e-be0d-1b3124eab4dc +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','STG_CEM_EVENT');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 5b38b371-08ed-4320-8221-ac2405b9d53b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=bcca1a92-a545-4c8e-be0d-1b3124eab4dc&request_guid=5b38b371-08ed-4320-8221-ac2405b9d53b HTTP/1.1" 200 2289 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838c5-0502-ae87-1a4b-0303c5c48adf +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838c5-0502-ae87-1a4b-0303c5c48adf +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838c5-0502-ae87-1a4b-0303c5c48adf' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a61f1c3c-c8c2-47fc-97ca-97c309c3a875 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838c5-0502-ae87-1a4b-0303c5c48adf?request_guid=a61f1c3c-c8c2-47fc-97ca-97c309c3a875 HTTP/1.1" 200 1681 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838c5-0502-ae87-1a4b-0303c5c48adf' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: cee3f3b2-2146-4763-9001-4cbc654dfd7d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838c5-0502-ae87-1a4b-0303c5c48adf?request_guid=cee3f3b2-2146-4763-9001-4cbc654dfd7d HTTP/1.1" 200 1681 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a838c5-0502-ae87-1a4b-0303c5c48adf'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 329f088f-c110-4fae-82db-7af2c51ff538 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a838c5-0502-ae87-1a4b-0303c5c48adf'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a838c5-0502-ae87-1a4b-0303c5c48adf'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 536d4ac2-ee21-4b40-922c-4854daa1a690 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=329f088f-c110-4fae-82db-7af2c51ff538&request_guid=536d4ac2-ee21-4b40-922c-4854daa1a690 HTTP/1.1" 200 2289 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838c5-0502-ae87-1a4b-0303c5c48af3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838c5-0502-ae87-1a4b-0303c5c48af3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 10.89s ago] ('get_data', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=52fb8551-b780-4c3a-8091-4e15a5aabc1c +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 60e13fad-43a8-426c-a978-3e19b19a8232 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=52fb8551-b780-4c3a-8091-4e15a5aabc1c&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=60e13fad-43a8-426c-a978-3e19b19a8232 HTTP/1.1" 200 1544 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT EVENT_DTM,"header_change_mask","header_change_oper",ODS_EXP_ROW_DTM,EVENT...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: d077eec8-be95-4db2-84cb-1cc8c7fd4b39 +DEBUG:snowflake.connector.cursor:running query [SELECT EVENT_DTM,"header_change_mask","header_change_oper",ODS_EXP_ROW_DTM,EVENT...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT EVENT_DTM,"header_change_mask","header_change_oper",ODS_EXP_ROW_DTM,EVENT...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: b8554862-0290-486a-ad3e-b730bfd45ddd +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=d077eec8-be95-4db2-84cb-1cc8c7fd4b39&request_guid=b8554862-0290-486a-ad3e-b730bfd45ddd HTTP/1.1" 200 4956 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838c5-0502-afee-1a4b-0303c5c49ac7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838c5-0502-afee-1a4b-0303c5c49ac7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=57 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838c5-0502-afee-1a4b-0303c5c49ac7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9650b3e2-a8a1-4d06-861a-0a7e2e255417 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838c5-0502-afee-1a4b-0303c5c49ac7?request_guid=9650b3e2-a8a1-4d06-861a-0a7e2e255417 HTTP/1.1" 200 None +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838c5-0502-afee-1a4b-0303c5c49ac7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 754b00b1-5da4-4d95-8940-b859526559bc +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838c5-0502-afee-1a4b-0303c5c49ac7?request_guid=754b00b1-5da4-4d95-8940-b859526559bc HTTP/1.1" 200 1976 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a838c5-0502-afee-1a4b-0303c5c49ac7'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: c0f4d216-1d0b-4642-bc63-9e37f6894674 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a838c5-0502-afee-1a4b-0303c5c49ac7'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a838c5-0502-afee-1a4b-0303c5c49ac7'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e898eb55-7423-497f-891c-7a3f34ecdaac +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=c0f4d216-1d0b-4642-bc63-9e37f6894674&request_guid=e898eb55-7423-497f-891c-7a3f34ecdaac HTTP/1.1" 200 4933 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838c5-0502-b0de-1a4b-0303c5c4b44f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838c5-0502-b0de-1a4b-0303c5c4b44f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=57 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.result_set:result batch 1 has id: data_0_0_0 +DEBUG:snowflake.connector.result_set:result batch 2 has id: data_0_0_1 +DEBUG:snowflake.connector.result_set:result batch 3 has id: data_0_0_2 +DEBUG:snowflake.connector.result_set:result batch 4 has id: data_0_0_3 +DEBUG:snowflake.connector.result_set:result batch 5 has id: data_0_0_4 +DEBUG:snowflake.connector.result_set:result batch 6 has id: data_0_0_5 +DEBUG:snowflake.connector.result_set:result batch 7 has id: data_0_0_6 +DEBUG:snowflake.connector.result_set:result batch 8 has id: data_0_1_0 +DEBUG:snowflake.connector.result_set:result batch 9 has id: data_0_1_1 +DEBUG:snowflake.connector.result_set:result batch 10 has id: data_0_1_2 +DEBUG:snowflake.connector.result_set:result batch 11 has id: data_0_1_3 +DEBUG:snowflake.connector.result_set:result batch 12 has id: data_0_1_4 +DEBUG:snowflake.connector.result_set:result batch 13 has id: data_0_1_5 +DEBUG:snowflake.connector.result_set:result batch 14 has id: data_0_1_6 +DEBUG:snowflake.connector.result_set:result batch 15 has id: data_0_2_0 +DEBUG:snowflake.connector.result_set:result batch 16 has id: data_0_2_1 +DEBUG:snowflake.connector.result_set:result batch 17 has id: data_0_2_2 +DEBUG:snowflake.connector.result_set:result batch 18 has id: data_0_2_3 +DEBUG:snowflake.connector.result_set:result batch 19 has id: data_0_2_4 +DEBUG:snowflake.connector.result_set:result batch 20 has id: data_0_2_5 +DEBUG:snowflake.connector.result_set:result batch 21 has id: data_0_2_6 +DEBUG:snowflake.connector.result_set:result batch 22 has id: data_0_3_0 +DEBUG:snowflake.connector.result_set:result batch 23 has id: data_0_3_1 +DEBUG:snowflake.connector.result_set:result batch 24 has id: data_0_3_2 +DEBUG:snowflake.connector.result_set:result batch 25 has id: data_0_3_3 +DEBUG:snowflake.connector.result_set:result batch 26 has id: data_0_3_4 +DEBUG:snowflake.connector.result_set:result batch 27 has id: data_0_3_5 +DEBUG:snowflake.connector.result_set:result batch 28 has id: data_0_3_6 +DEBUG:snowflake.connector.result_set:result batch 29 has id: data_0_4_0 +DEBUG:snowflake.connector.result_set:result batch 30 has id: data_0_4_1 +DEBUG:snowflake.connector.result_set:result batch 31 has id: data_0_4_2 +DEBUG:snowflake.connector.result_set:result batch 32 has id: data_0_4_3 +DEBUG:snowflake.connector.result_set:result batch 33 has id: data_0_4_4 +DEBUG:snowflake.connector.result_set:result batch 34 has id: data_0_4_5 +DEBUG:snowflake.connector.result_set:result batch 35 has id: data_0_4_6 +DEBUG:snowflake.connector.result_set:result batch 36 has id: data_0_4_7 +DEBUG:snowflake.connector.result_set:result batch 37 has id: data_0_5_0 +DEBUG:snowflake.connector.result_set:result batch 38 has id: data_0_5_1 +DEBUG:snowflake.connector.result_set:result batch 39 has id: data_0_5_2 +DEBUG:snowflake.connector.result_set:result batch 40 has id: data_0_5_3 +DEBUG:snowflake.connector.result_set:result batch 41 has id: data_0_5_4 +DEBUG:snowflake.connector.result_set:result batch 42 has id: data_0_5_5 +DEBUG:snowflake.connector.result_set:result batch 43 has id: data_0_5_6 +DEBUG:snowflake.connector.result_set:result batch 44 has id: data_0_6_0 +DEBUG:snowflake.connector.result_set:result batch 45 has id: data_0_6_1 +DEBUG:snowflake.connector.result_set:result batch 46 has id: data_0_6_2 +DEBUG:snowflake.connector.result_set:result batch 47 has id: data_0_6_3 +DEBUG:snowflake.connector.result_set:result batch 48 has id: data_0_6_4 +DEBUG:snowflake.connector.result_set:result batch 49 has id: data_0_6_5 +DEBUG:snowflake.connector.result_set:result batch 50 has id: data_0_6_6 +DEBUG:snowflake.connector.result_set:result batch 51 has id: data_0_7_0 +DEBUG:snowflake.connector.result_set:result batch 52 has id: data_0_7_1 +DEBUG:snowflake.connector.result_set:result batch 53 has id: data_0_7_2 +DEBUG:snowflake.connector.result_set:result batch 54 has id: data_0_7_3 +DEBUG:snowflake.connector.result_set:result batch 55 has id: data_0_7_4 +DEBUG:snowflake.connector.result_set:result batch 56 has id: data_0_7_5 +DEBUG:snowflake.connector.result_set:result batch 57 has id: data_0_7_6 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_0 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_0 with existing session +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_2 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/2 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_1 with existing session +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_2 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/3 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_2 with existing session +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_4 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_3 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_0_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129476&Signature=V%2BqYPBcpM9HJ%2BnZPPcLmTzo6hlU%3D HTTP/1.1" 200 35090 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 242 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 1 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 2 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_0_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129476&Signature=L1pgCU1dOjvVaW62%2FUhbn95fClk%3D HTTP/1.1" 200 133478 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_5 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_0_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129476&Signature=EHCXNZAKuaaO7644Ij1bZg0jQgo%3D HTTP/1.1" 200 465916 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_0_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129476&Signature=gp9eiWYo0eRaGkHf9cRQngTbCgE%3D HTTP/1.1" 200 264297 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 2 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 248 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_0_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129476&Signature=Oc3251qWcPGrsYDAK3BLPL%2BcTes%3D HTTP/1.1" 200 964549 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 2 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 3 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 496 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 3 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 4 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_0_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129476&Signature=O%2BzpGpAcZv%2BhGWRW3k%2BKyRWCcUM%3D HTTP/1.1" 200 1747853 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 990 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_0_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129476&Signature=OufICr0qRRCZun%2BUys7PzAq%2BpyY%3D HTTP/1.1" 200 264690 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 993 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_1_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129476&Signature=IElXwkCyxYs4H%2B9xpGnhLEz%2BTe4%3D HTTP/1.1" 200 35019 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 4 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 5 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_1 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1982 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_1_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129476&Signature=wNUqKz%2FxHnf6xNtslV3NKNxavm0%3D HTTP/1.1" 200 133377 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1978 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 5 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 6 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2529 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_1_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129476&Signature=lkoiHiHqzdNejcEaZ0R9Xdf%2FsMA%3D HTTP/1.1" 200 261719 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2528 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2546 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2535 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2545 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 6 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 7 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 7 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1911 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 7 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 8 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 8 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 242 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 8 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 9 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 9 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_1_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129476&Signature=oImGN1joJnlFhYbtk5fL9LnUogY%3D HTTP/1.1" 200 466986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 248 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 9 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 10 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 10 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 496 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_3 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_1_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129476&Signature=vLz%2BpN%2FypwYmYzB9UW9jskZ%2B9Q8%3D HTTP/1.1" 200 969217 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_1_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129476&Signature=w2Vl6gSpbSxJj2RQorFU74Up0Vc%3D HTTP/1.1" 200 1734762 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 496 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_1_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129476&Signature=cZfHLSlMzIrTbhR54w2upAvP6ws%3D HTTP/1.1" 200 2186834 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 10 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 11 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 11 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_0 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 990 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 11 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 12 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_1 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_2_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129476&Signature=5Xd17pU66BENPQhP4vABwU9ZmOk%3D HTTP/1.1" 200 33636 +DEBUG:snowflake.connector.result_set:user began consuming result batch 12 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_1 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 989 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1979 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_0 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_2_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129476&Signature=6oJuLohemZmD%2BCCSthTwiG0skPg%3D HTTP/1.1" 200 129595 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1978 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 12 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 13 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 13 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2513 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_2_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129476&Signature=h2uCGtfBXZF7paFkb%2Fv2foJY1DE%3D HTTP/1.1" 200 256381 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2521 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2537 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2532 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2520 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 13 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 14 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_3 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 7 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 14 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 7 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 7, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2516 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_2_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129476&Signature=6Jvt84YCLnMRk1YScyrUPCYfOiQ%3D HTTP/1.1" 200 462463 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2529 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2532 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2521 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2535 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2531 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 527 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 14 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 15 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 15 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 243 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_4 with existing session +DEBUG:snowflake.connector.result_set:user finished consuming result batch 15 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 16 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 16 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 248 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 16 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 17 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 17 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 495 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 496 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_2_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129476&Signature=0nEdvUYijMCBC47XkVBnD8lYM3U%3D HTTP/1.1" 200 967630 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 496 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 17 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_2_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129476&Signature=HlOHwmHOHAN%2BfRZjFNU5hDuHdRs%3D HTTP/1.1" 200 1757664 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 18 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 18 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 990 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_2_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129476&Signature=wUH9nDMqlUI6uljWLT5P3BH1VLs%3D HTTP/1.1" 200 131960 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 992 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_3_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129476&Signature=g4zOpK4C9EHUKqdK4chH1jCplvA%3D HTTP/1.1" 200 34661 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 18 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 19 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_1 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 19 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1981 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_3_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129476&Signature=DD7QOUHyL6GgWdavHF8dTIxVpzY%3D HTTP/1.1" 200 133017 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1984 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1980 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 19 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 20 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 20 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2523 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_3_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129476&Signature=Y67yV9LRuc3lsT3IY0Kt5i%2Bxy1c%3D HTTP/1.1" 200 262868 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2528 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2541 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2536 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2522 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 20 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 21 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 21 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 975 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 21 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 22 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 22 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 243 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 22 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 23 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 23 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_5 with existing session +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 249 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 249 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 249 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_3_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129476&Signature=NMkHVYZrUeQBq4SWIFUmOgQMGnQ%3D HTTP/1.1" 200 464439 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 249 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 23 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 24 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 24 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 497 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 497 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_3_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129476&Signature=C%2F5yoVnd0LWq36pgSsNOotKHNaA%3D HTTP/1.1" 200 962759 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_3_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129476&Signature=QRHQl2JbmO1z%2FYP4pwN4r4OrehU%3D HTTP/1.1" 200 1740120 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 497 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 24 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 25 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_0 with existing session +DEBUG:snowflake.connector.result_set:user began consuming result batch 25 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 497 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 993 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_3_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129476&Signature=3qWnEbmHuRCgSfqDOaMTnvKSYT0%3D HTTP/1.1" 200 1208430 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 993 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_4_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129476&Signature=45X4qvRbZudi8Hr%2FWNAFsWBvNVA%3D HTTP/1.1" 200 34475 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 25 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 26 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_1 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 26 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1986 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_4_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129476&Signature=GVdJyAmJDIpWlQ99hzKE7x7mQHE%3D HTTP/1.1" 200 131285 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1971 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 26 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 27 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 27 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2529 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_4_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129476&Signature=764TJ11CDJCJUX2RPRu2%2Bghak%2FQ%3D HTTP/1.1" 200 259963 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2531 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2524 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2529 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2532 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 27 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 28 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 28 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2517 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2539 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_4_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129476&Signature=GGHJF4mxeX%2FCidLKflptczEOTdI%3D HTTP/1.1" 200 464061 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2526 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1125 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 28 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 29 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 29 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 242 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_2 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_4 with existing session +DEBUG:snowflake.connector.result_set:user finished consuming result batch 29 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_2 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 30 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_2 +DEBUG:snowflake.connector.result_set:user began consuming result batch 30 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 249 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 249 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 30 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 31 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 31 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 249 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_4_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129476&Signature=TCyIM131ibiuVYDJ1XBSK%2B%2BjVdk%3D HTTP/1.1" 200 963245 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 496 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 496 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_4_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129476&Signature=JpSgDD05n9MdZHUKAGZ%2F9JOyZpM%3D HTTP/1.1" 200 1763257 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 497 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 31 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 32 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_3 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_7 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 32 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_7 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 497 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 991 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_5 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_4_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129476&Signature=3tL3cJle9qKOy%2F3r9oyQFI7itf4%3D HTTP/1.1" 200 3288578 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 992 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_4_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129476&Signature=7yTzLcSoEPoigv%2B8ZJ7aDlk5sQw%3D HTTP/1.1" 200 1193681 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 992 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 32 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 33 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 33 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 993 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1982 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_0 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_5_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129476&Signature=0f6LjUE8hf%2B%2BJoV2ak5zsbDn4Lg%3D HTTP/1.1" 200 34825 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1985 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1982 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 33 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 34 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_1 +DEBUG:snowflake.connector.result_set:user began consuming result batch 34 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2518 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_1 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2523 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_5_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129476&Signature=AevzaNjZuywKI4oYJ4RynuYbtRg%3D HTTP/1.1" 200 132770 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2537 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2532 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2517 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 34 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 35 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 9 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 35 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 9 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_5_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129476&Signature=mlZXHOPaDE1GcoxFVjUOEmVd5dE%3D HTTP/1.1" 200 261281 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 9, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2529 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2515 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2542 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2529 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2543 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2538 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2524 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 2543 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 2533 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 35 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 36 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 36 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2544 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2542 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_5_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129476&Signature=eg1djsR95zc851v34uJ48nh%2FKyY%3D HTTP/1.1" 200 463548 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2528 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 612 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 36 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 37 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 37 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 243 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_4 with existing session +DEBUG:snowflake.connector.result_set:user finished consuming result batch 37 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 38 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 38 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 249 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 248 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 38 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 39 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 39 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 496 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_5_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129476&Signature=QVbLnwtcjqau2DOOJQw9FysrYUc%3D HTTP/1.1" 200 962977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 497 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 39 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 40 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 40 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 497 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_5_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129476&Signature=T8yUxwtBEf5B09pMkHUPqtNswVI%3D HTTP/1.1" 200 1755693 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 992 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_5_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129476&Signature=U2ZrqBHoGPQoyo59BTV3FtxgUNg%3D HTTP/1.1" 200 150579 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 992 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 40 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 41 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_1 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_6_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129476&Signature=v08BLqBiPv9Rj3avrEYBTlvAt2A%3D HTTP/1.1" 200 35016 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_1 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 41 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1981 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_6_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129476&Signature=soawKMowMKFeXy5k7kUrb7ZARvQ%3D HTTP/1.1" 200 133248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1980 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 41 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 42 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 42 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2523 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_6_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129476&Signature=eckEPe3KlZ2WbB4FznblwIB%2FIIM%3D HTTP/1.1" 200 264485 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2528 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2543 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2539 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2526 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 42 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 43 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 43 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1089 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 43 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 44 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 44 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 242 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_set:user finished consuming result batch 44 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_4 with existing session +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 45 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 45 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 248 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 45 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_2 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 46 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 46 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 496 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_6_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129476&Signature=WkgRyypmLjy%2F79tyYjJ%2Beai8SAg%3D HTTP/1.1" 200 468013 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 496 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_6_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129476&Signature=hv9yCA%2BzxVwoxbHXYNTFxUIsH7w%3D HTTP/1.1" 200 967057 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_6_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129476&Signature=N6J9DXjqw7T5S7Sd%2Fx%2FzpGYkpLc%3D HTTP/1.1" 200 1752141 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 496 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 46 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 47 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 47 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 991 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_6_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129476&Signature=YMQwDGE2PTlEmMHv2HswA45KYh0%3D HTTP/1.1" 200 2117103 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 991 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 47 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_7_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129476&Signature=HFbGYCvG3bIE86PeLZhY9Z0ehaI%3D HTTP/1.1" 200 35021 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 48 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_1 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 48 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 991 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_7_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129476&Signature=0WQhWbj6UIB0Lg2jjBnwyIVuC1I%3D HTTP/1.1" 200 133249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1978 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 48 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 49 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 49 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2524 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_7_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129476&Signature=1y2TmTYrjKBM20L25%2BqIzT%2Bkmac%3D HTTP/1.1" 200 263313 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2528 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2542 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2541 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2524 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 49 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 50 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_3 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 7 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 50 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 7 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 7, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2521 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_7_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129476&Signature=LAFh9Lf61wF2diO%2FAkpkGz%2BWJO8%3D HTTP/1.1" 200 465199 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2515 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2537 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2523 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2537 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2534 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 9 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 50 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 51 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 51 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 242 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 51 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 52 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 52 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 249 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 248 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 52 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_7_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129476&Signature=kfS8dclmG6Rky%2BQlWEGuMEWg%2FeQ%3D HTTP/1.1" 200 966941 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 53 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 53 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 495 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 496 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_7_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129476&Signature=Tl91MTMhiDwEEGFTeBtGC4QrQ%2B4%3D HTTP/1.1" 200 1756606 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 496 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 53 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 54 +DEBUG:snowflake.connector.result_set:user began consuming result batch 54 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 496 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_7_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129476&Signature=2uNVORMBhvkYB3qqchbN4agd%2F1A%3D HTTP/1.1" 200 238425 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 992 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 54 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 55 +DEBUG:snowflake.connector.result_set:user began consuming result batch 55 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1981 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 55 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 56 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 56 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2520 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2525 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2540 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2534 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2519 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 56 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 57 +DEBUG:snowflake.connector.result_set:user began consuming result batch 57 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1710 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 57 +INFO:snowflake.connector.connection:closed +DEBUG:snowflake.connector.telemetry:Closing telemetry client. +INFO:snowflake.connector.connection:No async queries seem to be running, deleting session +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c851d3c4-6180-4f4a-8995-856156d16e71 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session?delete=true&request_guid=c851d3c4-6180-4f4a-8995-856156d16e71 HTTP/1.1" 200 76 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.connection:Session is closed +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_EDW_TRANS_D, database=PL_DEV, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=98a7ee12-8f63-4b4e-80ea-1be15b5a9f42 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1b19933a-7fd2-4d9f-9215-370f0ccfd493 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=98a7ee12-8f63-4b4e-80ea-1be15b5a9f42&databaseName=PL_DEV&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=1b19933a-7fd2-4d9f-9215-370f0ccfd493 HTTP/1.1" 200 1544 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT EVENT_DTM,"header_change_mask","header_change_oper",ODS_EXP_ROW_DTM,EVENT...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: a6a07262-54c1-4751-bbf4-e4b8648f6d34 +DEBUG:snowflake.connector.cursor:running query [SELECT EVENT_DTM,"header_change_mask","header_change_oper",ODS_EXP_ROW_DTM,EVENT...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT EVENT_DTM,"header_change_mask","header_change_oper",ODS_EXP_ROW_DTM,EVENT...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ca70b96f-71be-4ccc-ab0b-6a98ae1d10c9 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=a6a07262-54c1-4751-bbf4-e4b8648f6d34&request_guid=ca70b96f-71be-4ccc-ab0b-6a98ae1d10c9 HTTP/1.1" 200 2296 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838c8-0502-af26-1a4b-0303c5c51c5b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838c8-0502-af26-1a4b-0303c5c51c5b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=3 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838c8-0502-af26-1a4b-0303c5c51c5b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e70aa87e-1236-49a1-8aae-9115600ea9b2 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838c8-0502-af26-1a4b-0303c5c51c5b?request_guid=e70aa87e-1236-49a1-8aae-9115600ea9b2 HTTP/1.1" 200 1975 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838c8-0502-af26-1a4b-0303c5c51c5b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a32266ab-215a-47fb-a768-13d1ef13cffd +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838c8-0502-af26-1a4b-0303c5c51c5b?request_guid=a32266ab-215a-47fb-a768-13d1ef13cffd HTTP/1.1" 200 1974 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a838c8-0502-af26-1a4b-0303c5c51c5b'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: e9b88625-e5c4-4951-a0ee-26e3f5cb7ab6 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a838c8-0502-af26-1a4b-0303c5c51c5b'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a838c8-0502-af26-1a4b-0303c5c51c5b'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 038b0aa8-0b48-4162-89ac-77f4c0a343f0 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=e9b88625-e5c4-4951-a0ee-26e3f5cb7ab6&request_guid=038b0aa8-0b48-4162-89ac-77f4c0a343f0 HTTP/1.1" 200 2301 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838c8-0502-b0de-1a4b-0303c5c5437f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838c8-0502-b0de-1a4b-0303c5c5437f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=3 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.result_set:result batch 1 has id: data_0_0_0 +DEBUG:snowflake.connector.result_set:result batch 2 has id: data_0_0_1 +DEBUG:snowflake.connector.result_set:result batch 3 has id: data_0_0_2 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_0 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_0 with existing session +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_1 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/2 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_1 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_2 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/3 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_2 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838a1-0502-af26-1a4b-0303c5bad13b_0/main/data_0_0_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129614&Signature=cCeqftSk1WLhQJkqNu%2B5e2Janaw%3D HTTP/1.1" 200 36830 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838a1-0502-af26-1a4b-0303c5bad13b_0/main/data_0_0_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129614&Signature=eRT5YrKlM6PaX1WP6PD08qrrwis%3D HTTP/1.1" 200 39942 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/3 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 246 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 1 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/3 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838a1-0502-af26-1a4b-0303c5bad13b_0/main/data_0_0_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129614&Signature=bz%2BULdQaL%2BvB%2BQv5RmaQEET3LBM%3D HTTP/1.1" 200 137002 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/3 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_set:user began consuming result batch 2 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 246 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 246 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 246 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 246 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 2 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 282 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 3 +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 155.7s ago] ('minus_query', 1, 0) +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 114.2s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 114.2s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 114.3s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=4a962c3e-eab0-4c5a-8bff-f3f0c2125462 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 2fda461e-0a4b-426a-ac9c-314d1970e337 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 1420346692976 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1420346692976 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 1420347011328 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1420347011328 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 1420347011328 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 1420347011328 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 1420346692976 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1420346692976 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=4a962c3e-eab0-4c5a-8bff-f3f0c2125462&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=2fda461e-0a4b-426a-ac9c-314d1970e337 HTTP/1.1" 200 1553 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_EDW_TRANS_D, database=PL_DEV, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=2bc71541-0d87-4b95-9e72-6da0377df0c0 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ee7ec933-3c45-4e0c-a72e-364f4bacd7d5 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=2bc71541-0d87-4b95-9e72-6da0377df0c0&databaseName=PL_DEV&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=ee7ec933-3c45-4e0c-a72e-364f4bacd7d5 HTTP/1.1" 200 1551 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00155s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: ff8912c5-2637-4058-8be3-ffb640456944 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 961e4f4e-5dbc-40bc-bb12-b68af2b890e8 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=ff8912c5-2637-4058-8be3-ffb640456944&request_guid=961e4f4e-5dbc-40bc-bb12-b68af2b890e8 HTTP/1.1" 200 2278 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838ce-0502-afee-1a4b-0303c5c7118f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838ce-0502-afee-1a4b-0303c5c7118f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838ce-0502-afee-1a4b-0303c5c7118f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f0f6f796-d8bd-4b90-a7f6-bd6da9dc519b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838ce-0502-afee-1a4b-0303c5c7118f?request_guid=f0f6f796-d8bd-4b90-a7f6-bd6da9dc519b HTTP/1.1" 200 1854 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838ce-0502-afee-1a4b-0303c5c7118f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: bb9f9b3e-622b-416c-b0f3-f384a610879d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838ce-0502-afee-1a4b-0303c5c7118f?request_guid=bb9f9b3e-622b-416c-b0f3-f384a610879d HTTP/1.1" 200 1854 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a838ce-0502-afee-1a4b-0303c5c7118f'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: a16ad17c-525e-404c-84cd-ebae988e9264 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a838ce-0502-afee-1a4b-0303c5c7118f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a838ce-0502-afee-1a4b-0303c5c7118f'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f49d140d-3cc6-4e8e-98a9-24df8c5759ef +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=a16ad17c-525e-404c-84cd-ebae988e9264&request_guid=f49d140d-3cc6-4e8e-98a9-24df8c5759ef HTTP/1.1" 200 2273 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838ce-0502-b1d6-1a4b-0303c5c73063 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838ce-0502-b1d6-1a4b-0303c5c73063 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 4 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 71ca66c8-1eb3-4899-9c89-691b60814829 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 23304284-65c2-425e-9a34-17d430d9a21a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=71ca66c8-1eb3-4899-9c89-691b60814829&request_guid=23304284-65c2-425e-9a34-17d430d9a21a HTTP/1.1" 200 1797 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838ce-0502-b1d6-1a4b-0303c5c73067 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838ce-0502-b1d6-1a4b-0303c5c73067 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838ce-0502-b1d6-1a4b-0303c5c73067' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: bfc7add2-5923-4211-9a51-ab9d81d73b77 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838ce-0502-b1d6-1a4b-0303c5c73067?request_guid=bfc7add2-5923-4211-9a51-ab9d81d73b77 HTTP/1.1" 200 2172 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838ce-0502-b1d6-1a4b-0303c5c73067' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c61bc47c-fc32-4b47-a0b9-78dacb5b9d12 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838ce-0502-b1d6-1a4b-0303c5c73067?request_guid=c61bc47c-fc32-4b47-a0b9-78dacb5b9d12 HTTP/1.1" 200 2173 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a838ce-0502-b1d6-1a4b-0303c5c73067'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 84468998-eb48-4b0d-98b5-23baf817e146 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a838ce-0502-b1d6-1a4b-0303c5c73067'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a838ce-0502-b1d6-1a4b-0303c5c73067'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ee6cae44-a434-4bcf-8849-aa328a405002 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=84468998-eb48-4b0d-98b5-23baf817e146&request_guid=ee6cae44-a434-4bcf-8849-aa328a405002 HTTP/1.1" 200 1796 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838ce-0502-af26-1a4b-0303c5c6f58b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838ce-0502-af26-1a4b-0303c5c6f58b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 0ddd770e-b42c-4253-9e29-d5ebd07ffa6e +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','STG_CEM_EVENT');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 5a6f0856-f59b-4368-a0c2-2a22749500ce +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=0ddd770e-b42c-4253-9e29-d5ebd07ffa6e&request_guid=5a6f0856-f59b-4368-a0c2-2a22749500ce HTTP/1.1" 200 2288 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838ce-0502-ae87-1a4b-0303c5c7029b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838ce-0502-ae87-1a4b-0303c5c7029b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838ce-0502-ae87-1a4b-0303c5c7029b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7b188af2-efbf-4c31-bf93-9fecb947f8ac +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838ce-0502-ae87-1a4b-0303c5c7029b?request_guid=7b188af2-efbf-4c31-bf93-9fecb947f8ac HTTP/1.1" 200 1682 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838ce-0502-ae87-1a4b-0303c5c7029b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 157ee9aa-3d82-4f10-bc09-5a89141206d9 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838ce-0502-ae87-1a4b-0303c5c7029b?request_guid=157ee9aa-3d82-4f10-bc09-5a89141206d9 HTTP/1.1" 200 1682 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a838ce-0502-ae87-1a4b-0303c5c7029b'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: b452f2d8-c97b-4608-ba86-3f290d2be844 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a838ce-0502-ae87-1a4b-0303c5c7029b'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a838ce-0502-ae87-1a4b-0303c5c7029b'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8dff0bd2-0ff3-4955-9692-7cad3cdb3524 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=b452f2d8-c97b-4608-ba86-3f290d2be844&request_guid=8dff0bd2-0ff3-4955-9692-7cad3cdb3524 HTTP/1.1" 200 2287 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838ce-0502-afee-1a4b-0303c5c711eb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838ce-0502-afee-1a4b-0303c5c711eb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 2.426s ago] ('get_data', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=3279005d-7732-42f4-97fd-e07c1046aee7 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f7d6f608-99e3-47fd-afac-d80975030144 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=3279005d-7732-42f4-97fd-e07c1046aee7&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=f7d6f608-99e3-47fd-afac-d80975030144 HTTP/1.1" 200 1550 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT EVENT_DTM,"header_change_mask","header_change_oper",ODS_EXP_ROW_DTM,EVENT...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 7cd3e96b-af7f-4288-8ec5-b601bad6f1cf +DEBUG:snowflake.connector.cursor:running query [SELECT EVENT_DTM,"header_change_mask","header_change_oper",ODS_EXP_ROW_DTM,EVENT...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT EVENT_DTM,"header_change_mask","header_change_oper",ODS_EXP_ROW_DTM,EVENT...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 710452c9-b38c-4dcf-be8c-0b1d676b60d5 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=7cd3e96b-af7f-4288-8ec5-b601bad6f1cf&request_guid=710452c9-b38c-4dcf-be8c-0b1d676b60d5 HTTP/1.1" 200 4929 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838ce-0502-ae87-1a4b-0303c5c702f7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838ce-0502-ae87-1a4b-0303c5c702f7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=57 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838ce-0502-ae87-1a4b-0303c5c702f7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d9ffb458-f421-488c-9564-279cb046a1cd +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838ce-0502-ae87-1a4b-0303c5c702f7?request_guid=d9ffb458-f421-488c-9564-279cb046a1cd HTTP/1.1" 200 1976 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838ce-0502-ae87-1a4b-0303c5c702f7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0ab975ea-2d12-4fb4-879a-1b7c0829ad1c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838ce-0502-ae87-1a4b-0303c5c702f7?request_guid=0ab975ea-2d12-4fb4-879a-1b7c0829ad1c HTTP/1.1" 200 1975 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a838ce-0502-ae87-1a4b-0303c5c702f7'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: ed48c818-745f-4dde-9a4f-3814ffba08f1 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a838ce-0502-ae87-1a4b-0303c5c702f7'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a838ce-0502-ae87-1a4b-0303c5c702f7'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ee484fa2-a80c-4f1f-8632-b8d319de7ff4 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=ed48c818-745f-4dde-9a4f-3814ffba08f1&request_guid=ee484fa2-a80c-4f1f-8632-b8d319de7ff4 HTTP/1.1" 200 4933 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838ce-0502-b1d6-1a4b-0303c5c7313b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838ce-0502-b1d6-1a4b-0303c5c7313b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=57 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.result_set:result batch 1 has id: data_0_0_0 +DEBUG:snowflake.connector.result_set:result batch 2 has id: data_0_0_1 +DEBUG:snowflake.connector.result_set:result batch 3 has id: data_0_0_2 +DEBUG:snowflake.connector.result_set:result batch 4 has id: data_0_0_3 +DEBUG:snowflake.connector.result_set:result batch 5 has id: data_0_0_4 +DEBUG:snowflake.connector.result_set:result batch 6 has id: data_0_0_5 +DEBUG:snowflake.connector.result_set:result batch 7 has id: data_0_0_6 +DEBUG:snowflake.connector.result_set:result batch 8 has id: data_0_1_0 +DEBUG:snowflake.connector.result_set:result batch 9 has id: data_0_1_1 +DEBUG:snowflake.connector.result_set:result batch 10 has id: data_0_1_2 +DEBUG:snowflake.connector.result_set:result batch 11 has id: data_0_1_3 +DEBUG:snowflake.connector.result_set:result batch 12 has id: data_0_1_4 +DEBUG:snowflake.connector.result_set:result batch 13 has id: data_0_1_5 +DEBUG:snowflake.connector.result_set:result batch 14 has id: data_0_1_6 +DEBUG:snowflake.connector.result_set:result batch 15 has id: data_0_2_0 +DEBUG:snowflake.connector.result_set:result batch 16 has id: data_0_2_1 +DEBUG:snowflake.connector.result_set:result batch 17 has id: data_0_2_2 +DEBUG:snowflake.connector.result_set:result batch 18 has id: data_0_2_3 +DEBUG:snowflake.connector.result_set:result batch 19 has id: data_0_2_4 +DEBUG:snowflake.connector.result_set:result batch 20 has id: data_0_2_5 +DEBUG:snowflake.connector.result_set:result batch 21 has id: data_0_2_6 +DEBUG:snowflake.connector.result_set:result batch 22 has id: data_0_3_0 +DEBUG:snowflake.connector.result_set:result batch 23 has id: data_0_3_1 +DEBUG:snowflake.connector.result_set:result batch 24 has id: data_0_3_2 +DEBUG:snowflake.connector.result_set:result batch 25 has id: data_0_3_3 +DEBUG:snowflake.connector.result_set:result batch 26 has id: data_0_3_4 +DEBUG:snowflake.connector.result_set:result batch 27 has id: data_0_3_5 +DEBUG:snowflake.connector.result_set:result batch 28 has id: data_0_3_6 +DEBUG:snowflake.connector.result_set:result batch 29 has id: data_0_4_0 +DEBUG:snowflake.connector.result_set:result batch 30 has id: data_0_4_1 +DEBUG:snowflake.connector.result_set:result batch 31 has id: data_0_4_2 +DEBUG:snowflake.connector.result_set:result batch 32 has id: data_0_4_3 +DEBUG:snowflake.connector.result_set:result batch 33 has id: data_0_4_4 +DEBUG:snowflake.connector.result_set:result batch 34 has id: data_0_4_5 +DEBUG:snowflake.connector.result_set:result batch 35 has id: data_0_4_6 +DEBUG:snowflake.connector.result_set:result batch 36 has id: data_0_4_7 +DEBUG:snowflake.connector.result_set:result batch 37 has id: data_0_5_0 +DEBUG:snowflake.connector.result_set:result batch 38 has id: data_0_5_1 +DEBUG:snowflake.connector.result_set:result batch 39 has id: data_0_5_2 +DEBUG:snowflake.connector.result_set:result batch 40 has id: data_0_5_3 +DEBUG:snowflake.connector.result_set:result batch 41 has id: data_0_5_4 +DEBUG:snowflake.connector.result_set:result batch 42 has id: data_0_5_5 +DEBUG:snowflake.connector.result_set:result batch 43 has id: data_0_5_6 +DEBUG:snowflake.connector.result_set:result batch 44 has id: data_0_6_0 +DEBUG:snowflake.connector.result_set:result batch 45 has id: data_0_6_1 +DEBUG:snowflake.connector.result_set:result batch 46 has id: data_0_6_2 +DEBUG:snowflake.connector.result_set:result batch 47 has id: data_0_6_3 +DEBUG:snowflake.connector.result_set:result batch 48 has id: data_0_6_4 +DEBUG:snowflake.connector.result_set:result batch 49 has id: data_0_6_5 +DEBUG:snowflake.connector.result_set:result batch 50 has id: data_0_6_6 +DEBUG:snowflake.connector.result_set:result batch 51 has id: data_0_7_0 +DEBUG:snowflake.connector.result_set:result batch 52 has id: data_0_7_1 +DEBUG:snowflake.connector.result_set:result batch 53 has id: data_0_7_2 +DEBUG:snowflake.connector.result_set:result batch 54 has id: data_0_7_3 +DEBUG:snowflake.connector.result_set:result batch 55 has id: data_0_7_4 +DEBUG:snowflake.connector.result_set:result batch 56 has id: data_0_7_5 +DEBUG:snowflake.connector.result_set:result batch 57 has id: data_0_7_6 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_0 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_0 with existing session +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_1 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_2 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/2 active sessions +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 1 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_1 with existing session +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/3 active sessions +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_4 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_2 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_3 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_0_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129991&Signature=T49l4JcSRdY38V%2BWfpYY31EKPzU%3D HTTP/1.1" 200 35090 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_0_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129991&Signature=38Rr1UfVS8p6SJs7ptYkdur8Mj4%3D HTTP/1.1" 200 133478 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 242 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 1 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 2 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_5 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_0_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129991&Signature=MNmHL41PjiimCTPcqIrEVH0el5M%3D HTTP/1.1" 200 264297 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_0_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129991&Signature=6AVrbA1J0Uh6Lsd%2Biy%2BlLA08mPc%3D HTTP/1.1" 200 465916 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 2 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 248 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_0_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129991&Signature=HulaiRZXC8uYEdwfMA8AZxPsjv8%3D HTTP/1.1" 200 964549 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 2 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 3 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_6 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_0_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129991&Signature=4UOt0doYQGwKhIaARownSPaUHBQ%3D HTTP/1.1" 200 1747853 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_6 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_set:user began consuming result batch 3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_0_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129991&Signature=VsU6vOkbI4eN1RtwlM%2FO1lWIdR0%3D HTTP/1.1" 200 264690 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 496 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 3 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 4 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 496 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 990 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 993 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 4 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 5 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_1 +DEBUG:snowflake.connector.result_set:user began consuming result batch 5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_1 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 993 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_1_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129991&Signature=VZsDeL92XXEJuVAVdWrXUVNWEQg%3D HTTP/1.1" 200 35019 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1984 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_1_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129991&Signature=M20nSb64XElzP7hxKBvUOw3jR%2F4%3D HTTP/1.1" 200 133377 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1978 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_0 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 5 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 6 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2529 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_1_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129991&Signature=QUQ%2FLUzT0iH%2BD%2BhWH3K7agWBPJ4%3D HTTP/1.1" 200 261719 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2528 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2546 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2535 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2545 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 6 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 7 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 7 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1911 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 7 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 8 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 242 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_4 with existing session +DEBUG:snowflake.connector.result_set:user finished consuming result batch 8 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 9 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 9 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_5 with existing session +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 248 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_2 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 9 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 10 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 10 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 496 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_1_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129991&Signature=e%2BVnBixf7E6fGibrYDGrW9thjzA%3D HTTP/1.1" 200 466986 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_1_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129991&Signature=VAJ%2Bo0HSqLZgU5cjYjhAFFjILFg%3D HTTP/1.1" 200 969217 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 496 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_1_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129991&Signature=yu5BEPo7mXkm4Qmqo7RY4XWV9gw%3D HTTP/1.1" 200 1734762 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 10 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 11 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 11 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 988 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_1_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129991&Signature=a606sfZmW9zl4ofxk8z8GoOJZD4%3D HTTP/1.1" 200 2186834 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 989 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_2_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129991&Signature=6T7%2B%2BInBDLfMl4dWn3ZylUp8yuk%3D HTTP/1.1" 200 33636 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 990 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 11 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 12 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_1 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 12 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1979 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_2_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129991&Signature=fOa%2BDiphMLCrbSt3acXyke%2Fi4bk%3D HTTP/1.1" 200 129595 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1978 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 12 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 13 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 13 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2513 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_2_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129991&Signature=S%2F1r347hNYniTuIKIJYMxqDx71c%3D HTTP/1.1" 200 256381 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2521 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2537 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2532 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2520 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 13 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 14 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_3 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_2 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_2_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129991&Signature=2HKlEjBVxGUdhLRp5jAsF5YEd7U%3D HTTP/1.1" 200 462463 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 7 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 14 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 7 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 7, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2516 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2529 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2532 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2521 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2535 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2531 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 527 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 14 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 15 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 15 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 243 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 15 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 16 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 16 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 248 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 16 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 17 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 17 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 495 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 496 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_2_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129991&Signature=%2ByWTRf0rbgkriwGpGnGB4xUwwuE%3D HTTP/1.1" 200 967630 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 496 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_2_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129991&Signature=3UetEAUF0ndppbjn4iGBTx7TeCw%3D HTTP/1.1" 200 1757664 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 17 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 18 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 18 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_0 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 496 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 993 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_2_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129991&Signature=ucK%2FcVykO13h8UPCJnR3aWurDQc%3D HTTP/1.1" 200 131960 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 992 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 18 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 19 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_6 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_1 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_3_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129991&Signature=m239DPwKNdByxgDqY6OOxKD6Ds4%3D HTTP/1.1" 200 34661 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_5 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_3_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129991&Signature=VYLcrqZNJ2Nz%2FoXca8Ej2i252kg%3D HTTP/1.1" 200 133017 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 19 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1980 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 19 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 20 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_2 +DEBUG:snowflake.connector.result_set:user began consuming result batch 20 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_2 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_2 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2523 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2528 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_3_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129991&Signature=ad3%2B%2BgtmdLNAsc%2BHp3CvwjwqL34%3D HTTP/1.1" 200 262868 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2541 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2536 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2522 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 20 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 21 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 21 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 975 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 21 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 22 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 22 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 243 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_set:user finished consuming result batch 22 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_4 with existing session +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 23 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 23 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 249 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 249 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 23 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 24 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_6 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_3_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129991&Signature=yMm3%2Fjq0p1lMswuVTDy7pnpv0E4%3D HTTP/1.1" 200 464439 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 24 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 497 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_3_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129991&Signature=3X6eTcsbfaqr%2B%2BmgGf8sFTFsly0%3D HTTP/1.1" 200 962759 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 497 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 497 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_3_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129991&Signature=MLSRxielohVjcuwBfZ5jFLdaims%3D HTTP/1.1" 200 1740120 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 24 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 25 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_0 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_3_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129991&Signature=ZdFgclViOySl0YP7%2BOdUMgvS4S0%3D HTTP/1.1" 200 1208430 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 25 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 497 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 993 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 25 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 26 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 26 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_1 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 994 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_4_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129991&Signature=3TQss9jR%2FLdqLHtprV3D6VW5mcU%3D HTTP/1.1" 200 34475 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1987 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1971 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_4_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129991&Signature=Wd7n0BnJ3E%2Bi7uya0XawG9ZjCCc%3D HTTP/1.1" 200 131285 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 26 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 27 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 27 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2529 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_4_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129991&Signature=5cDtv3FGQ9BhgVnCvf7MvVLLlFo%3D HTTP/1.1" 200 259963 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2531 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2524 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2529 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2532 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 27 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 28 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_3 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 28 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2517 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_2 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_4_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129991&Signature=wOGgylP6sbU4mrFuGb4kY5Nz6QY%3D HTTP/1.1" 200 464061 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2539 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2526 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1125 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 28 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 29 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 29 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 242 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_4 with existing session +DEBUG:snowflake.connector.result_set:user finished consuming result batch 29 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 30 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 30 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 249 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 30 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 31 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 31 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 249 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 496 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_4_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129991&Signature=L3qghkVfYwvPOeAkK5r11BHseKs%3D HTTP/1.1" 200 963245 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 497 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 31 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 32 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_4_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129991&Signature=XIkRfwjgcWxFXnuIRvFBU2OQMFI%3D HTTP/1.1" 200 1763257 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 32 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_7 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 497 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 992 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_4_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129991&Signature=EY8BD7O6yhFlBQqV84X2%2FaFNpcY%3D HTTP/1.1" 200 3288578 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 32 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 33 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_0 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_4_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129991&Signature=TIYVq1%2BDwh25kN3yXdfrmmrOmUo%3D HTTP/1.1" 200 1193681 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_0 with existing session +DEBUG:snowflake.connector.result_set:user began consuming result batch 33 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1985 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_5_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129991&Signature=tdE5eK7VJD7GJjOHE9HFtS8Qvd8%3D HTTP/1.1" 200 34825 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1982 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_set:user finished consuming result batch 33 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_0 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 34 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_0 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_1 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 9 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_6 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_5_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129991&Signature=0Lz%2BuoK37ySHiQu7n%2BA8smcNoc8%3D HTTP/1.1" 200 132770 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 34 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2518 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2523 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2537 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2532 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2517 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 34 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 35 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_2 +DEBUG:snowflake.connector.result_set:user began consuming result batch 35 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_2 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 9 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 9, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_2 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2529 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2515 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_5_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129991&Signature=fVKF0mzPY%2B8mKDs217t11q8RTho%3D HTTP/1.1" 200 261281 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2542 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2529 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2543 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2538 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2524 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 2543 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 2533 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 35 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 36 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 36 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2544 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2542 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2528 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_2 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_5_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129991&Signature=ifN3V0OEWer3p5B0vKkcB67QQVw%3D HTTP/1.1" 200 463548 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 612 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 36 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 37 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 37 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 243 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_set:user finished consuming result batch 37 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_4 with existing session +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 38 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 38 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 248 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 38 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 39 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 39 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 496 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_5_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129991&Signature=ruBj3jd3oYUKL2QMcKo4lFKaNQA%3D HTTP/1.1" 200 962977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 497 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 39 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 40 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_0 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_5_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129991&Signature=vkdJB4r1NBI2axtVLSRqywfnjSA%3D HTTP/1.1" 200 1755693 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_0 with existing session +DEBUG:snowflake.connector.result_set:user began consuming result batch 40 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 497 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 992 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_5_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129991&Signature=kltFYey8ZmY%2B8OaBC9DoCPdZI%2B8%3D HTTP/1.1" 200 150579 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 992 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_6_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129991&Signature=vUsiOsZnFXEtDuWSRF%2FjSBrLbog%3D HTTP/1.1" 200 35016 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 40 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 41 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_1 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 41 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1981 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_6_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129991&Signature=vqkyNx5zvZwtot4le0RZCUrZMvs%3D HTTP/1.1" 200 133248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1980 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 41 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 42 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 42 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2523 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_6_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129991&Signature=1NWOPlXuMNAL5fHYXa%2BPMXgBimY%3D HTTP/1.1" 200 264485 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2528 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2543 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2539 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2526 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 42 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 43 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 43 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1089 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_3 with existing session +DEBUG:snowflake.connector.result_set:user finished consuming result batch 43 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 44 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 44 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 242 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 44 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 45 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 45 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 248 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 45 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 46 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 46 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 496 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_6_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129991&Signature=IDjQyIXYvl0f8%2BEONYR%2BUAW8THc%3D HTTP/1.1" 200 468013 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_6_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129991&Signature=NVqyUKzlnyl%2BerZ1tChsA5r%2Bf5Q%3D HTTP/1.1" 200 967057 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 496 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 46 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 47 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_6_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129991&Signature=ReTO3xKo9kW9f6cdRXjvP4pqsQI%3D HTTP/1.1" 200 1752141 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 47 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_6_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129991&Signature=cFizs441kKkZFRT3P2m1bwusSSs%3D HTTP/1.1" 200 2117103 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 991 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_7_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129991&Signature=LxzfYGe6JTAvKBfx2QSUJA91pSE%3D HTTP/1.1" 200 35021 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 47 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 48 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_1 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 48 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1979 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_7_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129991&Signature=pj8wfYAVbRVtip0dfVVgwddPQk8%3D HTTP/1.1" 200 133249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1978 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 48 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 49 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 49 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2524 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_7_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129991&Signature=N%2BV1vpEB7QyQCxygZT91fA64n5Y%3D HTTP/1.1" 200 263313 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2528 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2542 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2541 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2524 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 49 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 50 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_3 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 7 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 50 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 7 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 7, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2521 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_7_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129991&Signature=hD1zPULdq1OrkBwo7CHSjsmIHAM%3D HTTP/1.1" 200 465199 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2515 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2537 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2523 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2537 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2534 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 9 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 50 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 51 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 51 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 242 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 51 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 52 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 52 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 248 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 52 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 53 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 53 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 495 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_7_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129991&Signature=LQkiiCDwsJAmMKaOiqfF3PxErmI%3D HTTP/1.1" 200 966941 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 496 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 53 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 54 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 54 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 991 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_7_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129991&Signature=3PAxjR9EiC0ztChGKwnayqvD%2B8Y%3D HTTP/1.1" 200 1756606 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_7_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668129991&Signature=FXt1SuZ4jgFzNtv3Dn5gFLAlC5I%3D HTTP/1.1" 200 238425 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 992 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 54 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 55 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 55 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1981 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 55 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 56 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 56 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2520 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2525 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2540 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2534 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2519 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 56 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 57 +DEBUG:snowflake.connector.result_set:user began consuming result batch 57 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1710 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 57 +INFO:snowflake.connector.connection:closed +DEBUG:snowflake.connector.telemetry:Closing telemetry client. +INFO:snowflake.connector.connection:No async queries seem to be running, deleting session +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: defdb95e-d5c4-4f43-a874-af5349c53f0f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session?delete=true&request_guid=defdb95e-d5c4-4f43-a874-af5349c53f0f HTTP/1.1" 200 76 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.connection:Session is closed +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_EDW_TRANS_D, database=PL_DEV, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=dc3ba5ae-0eef-46f4-b7c7-faccd4b983e8 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 45dbab0c-9087-4edd-b096-52d6bfcfcda7 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=dc3ba5ae-0eef-46f4-b7c7-faccd4b983e8&databaseName=PL_DEV&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=45dbab0c-9087-4edd-b096-52d6bfcfcda7 HTTP/1.1" 200 1551 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT EVENT_DTM,"header_change_mask","header_change_oper",ODS_EXP_ROW_DTM,EVENT...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 7ef45a48-3451-4354-81f2-c1faeccddffa +DEBUG:snowflake.connector.cursor:running query [SELECT EVENT_DTM,"header_change_mask","header_change_oper",ODS_EXP_ROW_DTM,EVENT...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT EVENT_DTM,"header_change_mask","header_change_oper",ODS_EXP_ROW_DTM,EVENT...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 752119c9-54ac-487e-bd8e-cb495fd17c8d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=7ef45a48-3451-4354-81f2-c1faeccddffa&request_guid=752119c9-54ac-487e-bd8e-cb495fd17c8d HTTP/1.1" 200 2298 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838d0-0502-af26-1a4b-0303c5c791d7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838d0-0502-af26-1a4b-0303c5c791d7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=3 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838d0-0502-af26-1a4b-0303c5c791d7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6b768d5a-1162-46f5-ac7a-62e583bc43b3 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838d0-0502-af26-1a4b-0303c5c791d7?request_guid=6b768d5a-1162-46f5-ac7a-62e583bc43b3 HTTP/1.1" 200 1971 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838d0-0502-af26-1a4b-0303c5c791d7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 81932f3d-4c99-40f4-ac86-ec8141c0d0d2 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838d0-0502-af26-1a4b-0303c5c791d7?request_guid=81932f3d-4c99-40f4-ac86-ec8141c0d0d2 HTTP/1.1" 200 1973 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a838d0-0502-af26-1a4b-0303c5c791d7'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 55645395-216b-4e5d-b470-f3ff6a29dd6d +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a838d0-0502-af26-1a4b-0303c5c791d7'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a838d0-0502-af26-1a4b-0303c5c791d7'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 95164754-c11f-4c0a-8c03-090958aca2e7 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=55645395-216b-4e5d-b470-f3ff6a29dd6d&request_guid=95164754-c11f-4c0a-8c03-090958aca2e7 HTTP/1.1" 200 2304 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838d0-0502-ae87-1a4b-0303c5c77db3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838d0-0502-ae87-1a4b-0303c5c77db3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=3 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.result_set:result batch 1 has id: data_0_0_0 +DEBUG:snowflake.connector.result_set:result batch 2 has id: data_0_0_1 +DEBUG:snowflake.connector.result_set:result batch 3 has id: data_0_0_2 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_0 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_0 with existing session +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_1 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/2 active sessions +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_1 with existing session +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/3 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_2 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838a1-0502-af26-1a4b-0303c5bad13b_0/main/data_0_0_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668130122&Signature=H1zU8lBE6uLURs12uRVsN9wuviE%3D HTTP/1.1" 200 39942 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838a1-0502-af26-1a4b-0303c5bad13b_0/main/data_0_0_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668130122&Signature=%2FVVttlQd1DSJPz%2BI79bAcfYhnFw%3D HTTP/1.1" 200 36830 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838a1-0502-af26-1a4b-0303c5bad13b_0/main/data_0_0_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668130122&Signature=nvyv6aHyv%2F9ErqfUveZ4i46Atxs%3D HTTP/1.1" 200 137002 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/3 active sessions +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/3 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 246 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 1 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/3 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_set:user began consuming result batch 2 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 246 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 246 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 246 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 246 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 2 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 282 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 3 +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 139.4s ago] ('minus_query', 1, 0) +INFO:snowflake.connector.connection:closed +DEBUG:snowflake.connector.telemetry:Closing telemetry client. +INFO:snowflake.connector.connection:No async queries seem to be running, deleting session +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9db00cef-e887-4229-9108-a4ce8eef6a52 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session?delete=true&request_guid=9db00cef-e887-4229-9108-a4ce8eef6a52 HTTP/1.1" 200 76 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.connection:Session is closed +INFO:snowflake.connector.connection:closed +DEBUG:snowflake.connector.telemetry:Closing telemetry client. +DEBUG:snowflake.connector.telemetry:Sending 1 logs to telemetry. Data is {'logs': [{'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_imported_packages', 'value': "{'json', 'html', 'gzip', 'tempfile', 'opcode', 'flask_wtf', 'pycparser', 'importlib', 'hashlib', 'oscrypto', 'asn1crypto', 'sre_compile', 'fnmatch', 'stat', 'sysconfig', 'posixpath', 'pyexpat', 'jwt', 'OpenSSL', 'ntpath', 'winreg', 'cmath', 'greenlet', 're', 'site', 'pkg_resources', 'pandas', 'zipimport', 'string', 'linecache', 'datetime', 'contextlib', 'codecs', 'code', 'http', 'email', 'copy', 'math', 'concurrent', 'dataclasses', 'fractions', 'numbers', 'zipfile', 'glob', 'operator', 'overrides', 'typing_extensions', 'selectors', 'urllib', 'pydevconsole', 'warnings', 'zlib', 'pydevd_tracing', 'bisect', 'alembic', 'dateutil', 'logging', 'gettext', 'tokenize', 'select', 'itertools', 'mako', 'Cryptodome', 'traceback', 'textwrap', 'cachelib', 'locale', 'cryptography', 'subprocess', 'encodings', 'pathlib', 'codeop', 'random', 'types', 'socket', 'bz2', 'enum', 'itsdangerous', 'sql', 'difflib', 'flask', 'idna', 'getpass', 'pkgutil', 'genericpath', 'base64', 'flask_sqlalchemy', 'time', 'os', 'pydevd_file_utils', 'token', 'numpy', 'colorama', 'collections', 'errno', 'config', 'imp', 'secrets', 'weakref', 'ipaddress', 'calendar', 'sqlalchemy', 'snowflake', 'certifi', 'urllib3', 'sre_parse', 'sqlite3', 'dis', 'jinja2', 'queue', 'typing', 'asyncio', 'common', 'sre_constants', 'quopri', 'atexit', 'functools', 'struct', 'filelock', 'shutil', 'function', 'six', 'gc', 'timeit', 'pydoc', 'reprlib', 'csv', 'click', 'signal', 'sys', 'keyword', 'xmlrpc', 'mimetypes', 'socketserver', 'ast', 'cython_runtime', 'contextvars', 'pickle', 'xml', 'flask_session', 'marshal', 'binascii', 'heapq', 'abc', 'platform', 'nturl2path', 'ctypes', 'psycopg2', 'nt', 'flask_migrate', 'msvcrt', 'inspect', 'werkzeug', 'unicodedata', 'decimal', 'uu', 'debugpy', 'ssl', 'hmac', 'mmap', 'markupsafe', 'charset_normalizer', 'lzma', 'builtins', 'fconfig', 'pydevd', 'pprint', 'pydev_ipython', 'copyreg', 'stringprep', 'pytz', 'configparser', 'shlex', 'wtforms', 'cffi', 'argparse', 'io', 'uuid', 'requests', 'pydevd_plugins', 'plistlib', 'webbrowser', 'threading'}"}, 'timestamp': '1668108384959'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_first_result', 'query_id': '01a838ce-0502-afee-1a4b-0303c5c7118f', 'value': -794}, 'timestamp': '1668108387007'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_first_result', 'query_id': '01a838ce-0502-b1d6-1a4b-0303c5c73063', 'value': -794}, 'timestamp': '1668108387357'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_last_result', 'query_id': '01a838ce-0502-b1d6-1a4b-0303c5c73063', 'value': 4}, 'timestamp': '1668108387361'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_first_result', 'query_id': '01a838ce-0502-b1d6-1a4b-0303c5c73067', 'value': -792}, 'timestamp': '1668108387933'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_first_result', 'query_id': '01a838ce-0502-af26-1a4b-0303c5c6f58b', 'value': -795}, 'timestamp': '1668108388236'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_last_result', 'query_id': '01a838ce-0502-af26-1a4b-0303c5c6f58b', 'value': 3}, 'timestamp': '1668108388239'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_first_result', 'query_id': '01a838ce-0502-ae87-1a4b-0303c5c7029b', 'value': -794}, 'timestamp': '1668108388359'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_first_result', 'query_id': '01a838ce-0502-afee-1a4b-0303c5c711eb', 'value': -794}, 'timestamp': '1668108388664'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_last_result', 'query_id': '01a838ce-0502-afee-1a4b-0303c5c711eb', 'value': 3}, 'timestamp': '1668108388667'}]}. +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 48f5939b-e8ce-4757-bb1d-254903a05302 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /telemetry/send?request_guid=48f5939b-e8ce-4757-bb1d-254903a05302 HTTP/1.1" 200 86 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.telemetry:Successfully uploading metrics to telemetry. +INFO:snowflake.connector.connection:No async queries seem to be running, deleting session +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 5973655f-cbd5-454e-a338-e6928328d823 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session?delete=true&request_guid=5973655f-cbd5-454e-a338-e6928328d823 HTTP/1.1" 200 76 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.connection:Session is closed +INFO:snowflake.connector.connection:closed +DEBUG:snowflake.connector.telemetry:Closing telemetry client. +DEBUG:snowflake.connector.telemetry:Sending 1 logs to telemetry. Data is {'logs': [{'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_imported_packages', 'value': "{'json', 'html', 'gzip', 'tempfile', 'opcode', 'flask_wtf', 'pycparser', 'importlib', 'hashlib', 'oscrypto', 'asn1crypto', 'sre_compile', 'fnmatch', 'stat', 'sysconfig', 'posixpath', 'pyexpat', 'jwt', 'OpenSSL', 'ntpath', 'winreg', 'cmath', 'greenlet', 're', 'site', 'pkg_resources', 'pandas', 'zipimport', 'string', 'linecache', 'datetime', 'contextlib', 'codecs', 'code', 'http', 'email', 'copy', 'math', 'concurrent', 'dataclasses', 'fractions', 'numbers', 'zipfile', 'glob', 'operator', 'overrides', 'typing_extensions', 'selectors', 'urllib', 'pydevconsole', 'warnings', 'zlib', 'pydevd_tracing', 'bisect', 'alembic', 'dateutil', 'logging', 'gettext', 'tokenize', 'select', 'itertools', 'mako', 'Cryptodome', 'traceback', 'textwrap', 'cachelib', 'locale', 'cryptography', 'subprocess', 'encodings', 'pathlib', 'codeop', 'random', 'types', 'socket', 'bz2', 'enum', 'itsdangerous', 'sql', 'difflib', 'flask', 'idna', 'getpass', 'pkgutil', 'genericpath', 'base64', 'flask_sqlalchemy', 'time', 'os', 'pydevd_file_utils', 'token', 'numpy', 'colorama', 'collections', 'errno', 'config', 'imp', 'secrets', 'weakref', 'ipaddress', 'calendar', 'sqlalchemy', 'snowflake', 'certifi', 'urllib3', 'sre_parse', 'sqlite3', 'dis', 'jinja2', 'queue', 'typing', 'asyncio', 'common', 'sre_constants', 'quopri', 'atexit', 'functools', 'struct', 'filelock', 'shutil', 'function', 'six', 'gc', 'timeit', 'pydoc', 'reprlib', 'csv', 'click', 'signal', 'sys', 'keyword', 'xmlrpc', 'mimetypes', 'socketserver', 'ast', 'cython_runtime', 'contextvars', 'pickle', 'xml', 'flask_session', 'marshal', 'binascii', 'heapq', 'abc', 'platform', 'nturl2path', 'ctypes', 'psycopg2', 'nt', 'flask_migrate', 'msvcrt', 'inspect', 'werkzeug', 'unicodedata', 'decimal', 'uu', 'debugpy', 'ssl', 'hmac', 'mmap', 'markupsafe', 'charset_normalizer', 'lzma', 'builtins', 'fconfig', 'pydevd', 'pprint', 'pydev_ipython', 'copyreg', 'stringprep', 'pytz', 'configparser', 'shlex', 'wtforms', 'cffi', 'argparse', 'io', 'uuid', 'requests', 'pydevd_plugins', 'plistlib', 'webbrowser', 'threading'}"}, 'timestamp': '1668108386344'}]}. +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1d12dd03-ac49-491c-b5e4-3ddc3a7a7d14 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /telemetry/send?request_guid=1d12dd03-ac49-491c-b5e4-3ddc3a7a7d14 HTTP/1.1" 200 86 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.telemetry:Successfully uploading metrics to telemetry. +INFO:snowflake.connector.connection:No async queries seem to be running, deleting session +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ffd72861-8ecf-40af-af6a-d0a44a9570fd +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session?delete=true&request_guid=ffd72861-8ecf-40af-af6a-d0a44a9570fd HTTP/1.1" 200 76 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.connection:Session is closed +INFO:sqlalchemy.engine.Engine:ROLLBACK +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 14:28:51] "GET /sfexec?csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y206uQ.ZWVkwG7j9vm5LsFPJvo3S2_mVT8&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y206uQ.ZWVkwG7j9vm5LsFPJvo3S2_mVT8&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y206uQ.ZWVkwG7j9vm5LsFPJvo3S2_mVT8&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y206uQ.ZWVkwG7j9vm5LsFPJvo3S2_mVT8&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y206uQ.ZWVkwG7j9vm5LsFPJvo3S2_mVT8&submit=Submit HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 14:28:51] "GET /static/css/21.b5c496e2.chunk.css HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 14:28:51] "GET /static/lib/owlcarousel/assets/owl.carousel.min.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 14:28:51] "GET /static/css/style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 14:28:51] "GET /lib/easing/easing.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 14:28:51] "GET /lib/waypoints/waypoints.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 14:28:52] "GET /lib/counterup/counterup.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 14:28:52] "GET /lib/owlcarousel/owl.carousel.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 14:28:52] "GET /mail/jqBootstrapValidation.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 14:28:52] "GET /mail/contact.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 14:28:52] "GET /js/main.js HTTP/1.1" 404 - +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 14.79s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 14.79s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 14.79s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=66238134-ffcd-491e-969a-72812a3ea698 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 3e1ad44e-5a18-49f6-a080-2a89a992f001 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 2115917934320 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2115917934320 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2115918159616 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2115918159616 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2115918159616 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2115918159616 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2115917934320 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2115917934320 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:filelock:Attempting to acquire lock 2115919470624 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2115919470624 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2115920234864 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2115920234864 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2115920234864 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2115920234864 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2115919470624 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2115919470624 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:using OCSP response cache +DEBUG:snowflake.connector.ocsp_asn1crypto:Certificate is NOT attached in Basic OCSP Response. Using issuer's certificate +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the OCSP response is signed by the issuer. +DEBUG:filelock:Attempting to acquire lock 2115919529968 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2115919529968 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2115920277952 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2115920277952 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2115920277952 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2115920277952 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2115919529968 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2115919529968 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:using OCSP response cache +DEBUG:snowflake.connector.ocsp_asn1crypto:Certificate is attached in Basic OCSP Response +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer +DEBUG:snowflake.connector.ocsp_asn1crypto:Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the OCSP response is signed by the issuer. +DEBUG:filelock:Attempting to acquire lock 2115917385488 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2115917385488 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2115919542496 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2115919542496 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2115919542496 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2115919542496 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2115917385488 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2115917385488 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=66238134-ffcd-491e-969a-72812a3ea698&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=3e1ad44e-5a18-49f6-a080-2a89a992f001 HTTP/1.1" 200 1548 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_EDW_TRANS_D, database=PL_DEV, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=272b36c3-45a5-43f5-9732-08a098ce0317 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7bda5f69-312f-435e-a662-c8bba687cf2f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=272b36c3-45a5-43f5-9732-08a098ce0317&databaseName=PL_DEV&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=7bda5f69-312f-435e-a662-c8bba687cf2f HTTP/1.1" 200 1550 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00153s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 17dfae26-abff-4621-a833-5fd9c4eb2bc7 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 00baf7f3-cd61-4491-b234-b1f37f6aeafd +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=17dfae26-abff-4621-a833-5fd9c4eb2bc7&request_guid=00baf7f3-cd61-4491-b234-b1f37f6aeafd HTTP/1.1" 200 2275 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838d5-0502-b0de-1a4b-0303c5c89db3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838d5-0502-b0de-1a4b-0303c5c89db3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838d5-0502-b0de-1a4b-0303c5c89db3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 4c5d11f7-66ca-45b8-90dc-067700174cf3 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838d5-0502-b0de-1a4b-0303c5c89db3?request_guid=4c5d11f7-66ca-45b8-90dc-067700174cf3 HTTP/1.1" 200 1857 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838d5-0502-b0de-1a4b-0303c5c89db3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 49a56a95-60af-429c-b2d8-a2be86e466c7 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838d5-0502-b0de-1a4b-0303c5c89db3?request_guid=49a56a95-60af-429c-b2d8-a2be86e466c7 HTTP/1.1" 200 1856 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a838d5-0502-b0de-1a4b-0303c5c89db3'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 6c1e9a01-aa98-4164-b85a-a8a0386f9603 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a838d5-0502-b0de-1a4b-0303c5c89db3'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a838d5-0502-b0de-1a4b-0303c5c89db3'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6823d1a2-ef2a-46a6-bd08-3d97598de2dd +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=6c1e9a01-aa98-4164-b85a-a8a0386f9603&request_guid=6823d1a2-ef2a-46a6-bd08-3d97598de2dd HTTP/1.1" 200 2277 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838d6-0502-af26-1a4b-0303c5c88e97 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838d6-0502-af26-1a4b-0303c5c88e97 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 4 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: b0f343f3-6984-4249-a2e2-4d7c3b66428f +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9b1de825-5dcb-4f80-a784-866b97f3df23 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=b0f343f3-6984-4249-a2e2-4d7c3b66428f&request_guid=9b1de825-5dcb-4f80-a784-866b97f3df23 HTTP/1.1" 200 1795 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838d6-0502-b1d6-1a4b-0303c5c8c9b7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838d6-0502-b1d6-1a4b-0303c5c8c9b7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838d6-0502-b1d6-1a4b-0303c5c8c9b7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 160ef75c-3646-4714-a1a5-1846556e24de +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838d6-0502-b1d6-1a4b-0303c5c8c9b7?request_guid=160ef75c-3646-4714-a1a5-1846556e24de HTTP/1.1" 200 2171 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838d6-0502-b1d6-1a4b-0303c5c8c9b7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7fbd66d6-e1b3-4160-be1d-04d7aec0dcc6 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838d6-0502-b1d6-1a4b-0303c5c8c9b7?request_guid=7fbd66d6-e1b3-4160-be1d-04d7aec0dcc6 HTTP/1.1" 200 2170 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a838d6-0502-b1d6-1a4b-0303c5c8c9b7'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 4678f6a5-1649-4da7-b15a-f50f8b8d0649 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a838d6-0502-b1d6-1a4b-0303c5c8c9b7'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a838d6-0502-b1d6-1a4b-0303c5c8c9b7'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 162a38a7-3d60-4686-a177-5663e8a0eeb9 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=4678f6a5-1649-4da7-b15a-f50f8b8d0649&request_guid=162a38a7-3d60-4686-a177-5663e8a0eeb9 HTTP/1.1" 200 1795 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838d6-0502-b1d6-1a4b-0303c5c8c9f7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838d6-0502-b1d6-1a4b-0303c5c8c9f7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: aca4b3e1-5d0f-4635-9aef-0848ae24645c +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','STG_CEM_EVENT');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 237c2fb0-e378-46b3-ba0e-b13180d565b4 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=aca4b3e1-5d0f-4635-9aef-0848ae24645c&request_guid=237c2fb0-e378-46b3-ba0e-b13180d565b4 HTTP/1.1" 200 2287 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838d6-0502-afee-1a4b-0303c5c8adb3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838d6-0502-afee-1a4b-0303c5c8adb3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838d6-0502-afee-1a4b-0303c5c8adb3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 056550b8-c9d7-4764-ab5c-5238ef3cebf8 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838d6-0502-afee-1a4b-0303c5c8adb3?request_guid=056550b8-c9d7-4764-ab5c-5238ef3cebf8 HTTP/1.1" 200 1681 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838d6-0502-afee-1a4b-0303c5c8adb3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 98838dec-5b02-4ce1-b7c1-5de59266f890 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838d6-0502-afee-1a4b-0303c5c8adb3?request_guid=98838dec-5b02-4ce1-b7c1-5de59266f890 HTTP/1.1" 200 1682 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a838d6-0502-afee-1a4b-0303c5c8adb3'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 33c2266d-6b9a-47b1-ab3e-b5f9f2e829de +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a838d6-0502-afee-1a4b-0303c5c8adb3'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a838d6-0502-afee-1a4b-0303c5c8adb3'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 4a8973f6-f788-4c60-8de3-01dfc493665b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=33c2266d-6b9a-47b1-ab3e-b5f9f2e829de&request_guid=4a8973f6-f788-4c60-8de3-01dfc493665b HTTP/1.1" 200 2282 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838d6-0502-b1d6-1a4b-0303c5c8ca6b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838d6-0502-b1d6-1a4b-0303c5c8ca6b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 14:46:02] "POST /submit HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 14:46:02] "GET /static/lib/owlcarousel/assets/owl.carousel.min.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 14:46:03] "GET /static/css/style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 14:46:03] "GET /lib/easing/easing.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 14:46:03] "GET /static/css/21.b5c496e2.chunk.css HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 14:46:03] "GET /lib/waypoints/waypoints.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 14:46:03] "GET /lib/counterup/counterup.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 14:46:03] "GET /lib/owlcarousel/owl.carousel.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 14:46:03] "GET /mail/jqBootstrapValidation.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 14:46:03] "GET /mail/contact.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 14:46:03] "GET /js/main.js HTTP/1.1" 404 - +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 7.168s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 7.174s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 7.178s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=7bcb9ca9-4e62-417e-b787-ffcc2679fa9b +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 3b32bbe4-2f71-4231-968f-ac6d898353d9 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 2389143487872 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2389143487872 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2389143581120 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2389143581120 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2389143581120 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2389143581120 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2389143487872 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2389143487872 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:filelock:Attempting to acquire lock 2389144744048 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2389144744048 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2389144901696 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2389144901696 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2389144744048 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2389144744048 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:using OCSP response cache +DEBUG:snowflake.connector.ocsp_asn1crypto:Certificate is attached in Basic OCSP Response +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer +DEBUG:snowflake.connector.ocsp_asn1crypto:Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the OCSP response is signed by the issuer. +DEBUG:filelock:Attempting to acquire lock 2389144983040 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2389144983040 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2389145615760 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2389145615760 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2389145615760 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2389145615760 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2389144983040 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2389144983040 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:using OCSP response cache +DEBUG:snowflake.connector.ocsp_asn1crypto:Certificate is attached in Basic OCSP Response +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer +DEBUG:snowflake.connector.ocsp_asn1crypto:Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the OCSP response is signed by the issuer. +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=7bcb9ca9-4e62-417e-b787-ffcc2679fa9b&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=3b32bbe4-2f71-4231-968f-ac6d898353d9 HTTP/1.1" 200 1548 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_EDW_TRANS_D, database=PL_DEV, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=d78a80c7-fad0-4afd-81c8-1a31c977729d +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: bdc83a3d-3d5e-4c7e-a101-3eb2459f9a0b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=d78a80c7-fad0-4afd-81c8-1a31c977729d&databaseName=PL_DEV&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=bdc83a3d-3d5e-4c7e-a101-3eb2459f9a0b HTTP/1.1" 200 1548 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00197s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: e443ccd3-b44b-47a4-b974-9055c102a841 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6e86b002-30a6-43a0-90b4-03a1e1705e78 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=e443ccd3-b44b-47a4-b974-9055c102a841&request_guid=6e86b002-30a6-43a0-90b4-03a1e1705e78 HTTP/1.1" 200 2276 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838e2-0502-af26-1a4b-0303c5cc1f7f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838e2-0502-af26-1a4b-0303c5cc1f7f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838e2-0502-af26-1a4b-0303c5cc1f7f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 62a6ab84-aca4-4b2f-8715-8428d9dbba99 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838e2-0502-af26-1a4b-0303c5cc1f7f?request_guid=62a6ab84-aca4-4b2f-8715-8428d9dbba99 HTTP/1.1" 200 1862 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838e2-0502-af26-1a4b-0303c5cc1f7f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 2366d9a7-f2d2-423f-87c6-6dc0d6be427d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838e2-0502-af26-1a4b-0303c5cc1f7f?request_guid=2366d9a7-f2d2-423f-87c6-6dc0d6be427d HTTP/1.1" 200 1863 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a838e2-0502-af26-1a4b-0303c5cc1f7f'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 182dba4d-aedc-4f18-8885-faca4c042813 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a838e2-0502-af26-1a4b-0303c5cc1f7f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a838e2-0502-af26-1a4b-0303c5cc1f7f'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 519801e5-b209-4931-a5b1-545598510936 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=182dba4d-aedc-4f18-8885-faca4c042813&request_guid=519801e5-b209-4931-a5b1-545598510936 HTTP/1.1" 200 2274 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838e2-0502-b1d6-1a4b-0303c5cc3b87 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838e2-0502-b1d6-1a4b-0303c5cc3b87 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 4 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 89b09ec4-7678-48ea-b493-43e80b567d50 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 64e7d83a-4567-4619-8339-cdfb05cf3a32 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=89b09ec4-7678-48ea-b493-43e80b567d50&request_guid=64e7d83a-4567-4619-8339-cdfb05cf3a32 HTTP/1.1" 200 1801 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838e2-0502-afee-1a4b-0303c5cc456f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838e2-0502-afee-1a4b-0303c5cc456f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838e2-0502-afee-1a4b-0303c5cc456f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d235aa18-a113-436f-a0b3-a94f43858e27 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838e2-0502-afee-1a4b-0303c5cc456f?request_guid=d235aa18-a113-436f-a0b3-a94f43858e27 HTTP/1.1" 200 2167 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838e2-0502-afee-1a4b-0303c5cc456f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 372d07ab-b227-4b11-90f0-c007f2cbc357 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838e2-0502-afee-1a4b-0303c5cc456f?request_guid=372d07ab-b227-4b11-90f0-c007f2cbc357 HTTP/1.1" 200 2168 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a838e2-0502-afee-1a4b-0303c5cc456f'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: e138c24f-6606-49f7-94f7-22e3aebb74d2 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a838e2-0502-afee-1a4b-0303c5cc456f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a838e2-0502-afee-1a4b-0303c5cc456f'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 06c412b8-4028-4c9b-82fe-245c00b71f67 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=e138c24f-6606-49f7-94f7-22e3aebb74d2&request_guid=06c412b8-4028-4c9b-82fe-245c00b71f67 HTTP/1.1" 200 1801 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838e2-0502-ae87-1a4b-0303c5cc617b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838e2-0502-ae87-1a4b-0303c5cc617b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 3a192625-386f-4327-8621-3a3029c48f99 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','STG_CEM_EVENT');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e4b9a644-0ab0-48e4-98da-70d776ccf6d2 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=3a192625-386f-4327-8621-3a3029c48f99&request_guid=e4b9a644-0ab0-48e4-98da-70d776ccf6d2 HTTP/1.1" 200 2281 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838e2-0502-b0de-1a4b-0303c5cc53f7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838e2-0502-b0de-1a4b-0303c5cc53f7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838e2-0502-b0de-1a4b-0303c5cc53f7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 722de4d5-b690-4259-911e-50922efc11e2 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838e2-0502-b0de-1a4b-0303c5cc53f7?request_guid=722de4d5-b690-4259-911e-50922efc11e2 HTTP/1.1" 200 1684 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838e2-0502-b0de-1a4b-0303c5cc53f7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: fe15369e-351a-4469-9bce-6b178f894714 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838e2-0502-b0de-1a4b-0303c5cc53f7?request_guid=fe15369e-351a-4469-9bce-6b178f894714 HTTP/1.1" 200 1684 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a838e2-0502-b0de-1a4b-0303c5cc53f7'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: a08f0064-7e2d-4e2c-b00d-7c54322d70e4 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a838e2-0502-b0de-1a4b-0303c5cc53f7'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a838e2-0502-b0de-1a4b-0303c5cc53f7'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1ff22609-f7dd-484d-972d-e5fe86d32b78 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=a08f0064-7e2d-4e2c-b00d-7c54322d70e4&request_guid=1ff22609-f7dd-484d-972d-e5fe86d32b78 HTTP/1.1" 200 2281 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838e2-0502-b1d6-1a4b-0303c5cc3bdf +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838e2-0502-b1d6-1a4b-0303c5cc3bdf +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 14:49:45] "GET /static/css/21.b5c496e2.chunk.css HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 14:49:45] "GET /lib/owlcarousel/owl.carousel.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 14:49:45] "GET /mail/contact.js HTTP/1.1" 404 - +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 14:50:15] "POST /submit HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 14:50:15] "GET /static/css/21.b5c496e2.chunk.css HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 14:50:15] "GET /static/lib/owlcarousel/assets/owl.carousel.min.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 14:50:15] "GET /static/css/style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 14:50:15] "GET /lib/easing/easing.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 14:50:15] "GET /lib/waypoints/waypoints.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 14:50:15] "GET /lib/counterup/counterup.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 14:50:15] "GET /lib/owlcarousel/owl.carousel.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 14:50:15] "GET /mail/jqBootstrapValidation.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 14:50:15] "GET /mail/contact.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 14:50:15] "GET /js/main.js HTTP/1.1" 404 - +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 11.45s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 11.45s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 11.45s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=4f859425-b125-45fa-8bd3-4cff4d6fc749 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7f76f1cf-781c-4515-8336-564eac802f56 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 1496650667088 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1496650667088 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 1496650842320 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1496650842320 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 1496650842320 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 1496650842320 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 1496650667088 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1496650667088 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:filelock:Attempting to acquire lock 1496652230768 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1496652230768 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 1496652437568 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1496652437568 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 1496652437568 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 1496652437568 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 1496652230768 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1496652230768 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:using OCSP response cache +DEBUG:snowflake.connector.ocsp_asn1crypto:Certificate is attached in Basic OCSP Response +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer +DEBUG:snowflake.connector.ocsp_asn1crypto:Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the OCSP response is signed by the issuer. +DEBUG:filelock:Attempting to acquire lock 1496652289344 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1496652289344 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 1496653069520 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1496653069520 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 1496653069520 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 1496653069520 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 1496652289344 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1496652289344 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:using OCSP response cache +DEBUG:snowflake.connector.ocsp_asn1crypto:Certificate is attached in Basic OCSP Response +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer +DEBUG:snowflake.connector.ocsp_asn1crypto:Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the OCSP response is signed by the issuer. +DEBUG:filelock:Attempting to acquire lock 1496650294432 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1496650294432 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 1496652289872 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1496652289872 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 1496652289872 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 1496652289872 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 1496650294432 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1496650294432 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=4f859425-b125-45fa-8bd3-4cff4d6fc749&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=7f76f1cf-781c-4515-8336-564eac802f56 HTTP/1.1" 200 1548 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_EDW_TRANS_D, database=PL_DEV, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=6092ae75-1163-40c3-8038-69c37d3bdfcf +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7a95ef77-fc45-42f9-95cc-4810509bab9a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=6092ae75-1163-40c3-8038-69c37d3bdfcf&databaseName=PL_DEV&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=7a95ef77-fc45-42f9-95cc-4810509bab9a HTTP/1.1" 200 1552 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00151s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 5acdbaf3-a4da-4ef6-8c69-b128686f890e +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8dcb6cc3-fa18-435d-83d8-f9a8b0b20454 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=5acdbaf3-a4da-4ef6-8c69-b128686f890e&request_guid=8dcb6cc3-fa18-435d-83d8-f9a8b0b20454 HTTP/1.1" 200 2278 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838e6-0502-ae87-1a4b-0303c5cd5ecf +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838e6-0502-ae87-1a4b-0303c5cd5ecf +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838e6-0502-ae87-1a4b-0303c5cd5ecf' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a1c31155-a39f-41bf-8465-a26ba6eb611b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838e6-0502-ae87-1a4b-0303c5cd5ecf?request_guid=a1c31155-a39f-41bf-8465-a26ba6eb611b HTTP/1.1" 200 1850 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838e6-0502-ae87-1a4b-0303c5cd5ecf' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e5b076b5-ed2e-408b-8661-0c8b7f0bfd9a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838e6-0502-ae87-1a4b-0303c5cd5ecf?request_guid=e5b076b5-ed2e-408b-8661-0c8b7f0bfd9a HTTP/1.1" 200 1851 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a838e6-0502-ae87-1a4b-0303c5cd5ecf'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 04d4956f-9e03-4753-9ebb-da7cb6eb06f2 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a838e6-0502-ae87-1a4b-0303c5cd5ecf'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a838e6-0502-ae87-1a4b-0303c5cd5ecf'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 5816fc38-af53-4d4d-9dda-5c39c31067a6 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=04d4956f-9e03-4753-9ebb-da7cb6eb06f2&request_guid=5816fc38-af53-4d4d-9dda-5c39c31067a6 HTTP/1.1" 200 2279 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838e6-0502-ae87-1a4b-0303c5cd5f4f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838e6-0502-ae87-1a4b-0303c5cd5f4f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 4 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: c69691d4-753c-48bd-907d-e30cb7272b44 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: da2f77f5-cdb0-495e-9251-5202e38bb908 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=c69691d4-753c-48bd-907d-e30cb7272b44&request_guid=da2f77f5-cdb0-495e-9251-5202e38bb908 HTTP/1.1" 200 1799 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838e6-0502-b0de-1a4b-0303c5cd94e7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838e6-0502-b0de-1a4b-0303c5cd94e7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838e6-0502-b0de-1a4b-0303c5cd94e7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 64165ef7-3a5a-4f0a-893b-63d580200631 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838e6-0502-b0de-1a4b-0303c5cd94e7?request_guid=64165ef7-3a5a-4f0a-893b-63d580200631 HTTP/1.1" 200 2172 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838e6-0502-b0de-1a4b-0303c5cd94e7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 3acf6924-afb1-466c-a855-4a4a9b2648f1 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838e6-0502-b0de-1a4b-0303c5cd94e7?request_guid=3acf6924-afb1-466c-a855-4a4a9b2648f1 HTTP/1.1" 200 2172 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a838e6-0502-b0de-1a4b-0303c5cd94e7'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 89e07d07-efe8-4aa6-8401-0dc9cf4ba833 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a838e6-0502-b0de-1a4b-0303c5cd94e7'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a838e6-0502-b0de-1a4b-0303c5cd94e7'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7b47bfa3-1685-460b-baba-62e2514a9d05 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=89e07d07-efe8-4aa6-8401-0dc9cf4ba833&request_guid=7b47bfa3-1685-460b-baba-62e2514a9d05 HTTP/1.1" 200 1803 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838e6-0502-ae87-1a4b-0303c5cd5f8b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838e6-0502-ae87-1a4b-0303c5cd5f8b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 30f8d24f-fd27-44da-af14-32fb6b423e12 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','STG_CEM_EVENT');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a18ec515-346c-4fbb-b456-0a6a7e8f2653 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=30f8d24f-fd27-44da-af14-32fb6b423e12&request_guid=a18ec515-346c-4fbb-b456-0a6a7e8f2653 HTTP/1.1" 200 2288 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838e6-0502-afee-1a4b-0303c5cd8733 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838e6-0502-afee-1a4b-0303c5cd8733 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838e6-0502-afee-1a4b-0303c5cd8733' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 73bf8fc5-5b0e-4200-94e6-f1b5cd524b86 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838e6-0502-afee-1a4b-0303c5cd8733?request_guid=73bf8fc5-5b0e-4200-94e6-f1b5cd524b86 HTTP/1.1" 200 1675 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838e6-0502-afee-1a4b-0303c5cd8733' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 34cd630b-9290-4480-a6a2-446cd675afb6 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838e6-0502-afee-1a4b-0303c5cd8733?request_guid=34cd630b-9290-4480-a6a2-446cd675afb6 HTTP/1.1" 200 1675 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a838e6-0502-afee-1a4b-0303c5cd8733'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 4925f4f1-0556-4424-a640-a4a7a735cd5c +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a838e6-0502-afee-1a4b-0303c5cd8733'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a838e6-0502-afee-1a4b-0303c5cd8733'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 2019d59e-f4d6-4f46-ba03-9c6a61e4b373 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=4925f4f1-0556-4424-a640-a4a7a735cd5c&request_guid=2019d59e-f4d6-4f46-ba03-9c6a61e4b373 HTTP/1.1" 200 2284 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838e6-0502-b1d6-1a4b-0303c5cd7be3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838e6-0502-b1d6-1a4b-0303c5cd7be3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 15:01:36] "GET /lib/counterup/counterup.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 15:01:36] "GET /lib/owlcarousel/owl.carousel.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 15:01:36] "GET /mail/jqBootstrapValidation.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 15:01:36] "GET /js/main.js HTTP/1.1" 404 - +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 15:01:54] "POST /submit HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 15:01:54] "GET /static/lib/owlcarousel/assets/owl.carousel.min.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 15:01:54] "GET /static/css/style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 15:01:55] "GET /static/css/21.b5c496e2.chunk.css HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 15:01:55] "GET /mail/jqBootstrapValidation.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 15:01:55] "GET /lib/easing/easing.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 15:01:55] "GET /lib/waypoints/waypoints.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 15:01:55] "GET /lib/counterup/counterup.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 15:01:55] "GET /lib/owlcarousel/owl.carousel.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 15:01:55] "GET /mail/contact.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 15:01:55] "GET /js/main.js HTTP/1.1" 404 - +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 6.092s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 6.097s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 6.101s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=8a77b820-0c10-473f-bf9f-24cc1aa5cc72 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1ee4d7d7-cd07-4f91-9c84-699c9ba2f97e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 2114839435280 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2114839435280 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2114839741968 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2114839741968 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2114839741968 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2114839741968 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2114839435280 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2114839435280 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=8a77b820-0c10-473f-bf9f-24cc1aa5cc72&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=1ee4d7d7-cd07-4f91-9c84-699c9ba2f97e HTTP/1.1" 200 1547 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_EDW_TRANS_D, database=PL_DEV, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=aaff1158-1350-416f-9214-cd734d346d9e +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: bb3a0dfb-813d-4962-bae1-ffb452ddffb6 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=aaff1158-1350-416f-9214-cd734d346d9e&databaseName=PL_DEV&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=bb3a0dfb-813d-4962-bae1-ffb452ddffb6 HTTP/1.1" 200 1544 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00148s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 678b4f16-11f8-413f-9e58-d750d1a132b0 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: be2be74b-9cd4-4e1b-b0ae-17d4d7cc5e60 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=678b4f16-11f8-413f-9e58-d750d1a132b0&request_guid=be2be74b-9cd4-4e1b-b0ae-17d4d7cc5e60 HTTP/1.1" 200 2273 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838f2-0502-b1d6-1a4b-0303c5d0c64b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838f2-0502-b1d6-1a4b-0303c5d0c64b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838f2-0502-b1d6-1a4b-0303c5d0c64b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 16b4eeac-f3c3-4308-8cdf-963c749b43ae +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838f2-0502-b1d6-1a4b-0303c5d0c64b?request_guid=16b4eeac-f3c3-4308-8cdf-963c749b43ae HTTP/1.1" 200 1849 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838f2-0502-b1d6-1a4b-0303c5d0c64b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: fee3553b-d5bb-4446-9919-16703c868ca9 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838f2-0502-b1d6-1a4b-0303c5d0c64b?request_guid=fee3553b-d5bb-4446-9919-16703c868ca9 HTTP/1.1" 200 1849 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a838f2-0502-b1d6-1a4b-0303c5d0c64b'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 3242680b-c211-476a-b8d5-3eebf1a74d8d +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a838f2-0502-b1d6-1a4b-0303c5d0c64b'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a838f2-0502-b1d6-1a4b-0303c5d0c64b'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 2a6778d9-f603-4f86-8a9d-e2b5b31308c1 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=3242680b-c211-476a-b8d5-3eebf1a74d8d&request_guid=2a6778d9-f603-4f86-8a9d-e2b5b31308c1 HTTP/1.1" 200 2277 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838f2-0502-afee-1a4b-0303c5d0ae33 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838f2-0502-afee-1a4b-0303c5d0ae33 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 4 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: bb1627ff-a7e9-4422-91ed-9039bcb64128 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 14f99b85-d879-48f3-a69e-a019c162c7da +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=bb1627ff-a7e9-4422-91ed-9039bcb64128&request_guid=14f99b85-d879-48f3-a69e-a019c162c7da HTTP/1.1" 200 1800 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838f2-0502-ae87-1a4b-0303c5d0e57f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838f2-0502-ae87-1a4b-0303c5d0e57f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838f2-0502-ae87-1a4b-0303c5d0e57f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: b637a100-c323-48f2-9dd8-f090a51fea8e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838f2-0502-ae87-1a4b-0303c5d0e57f?request_guid=b637a100-c323-48f2-9dd8-f090a51fea8e HTTP/1.1" 200 2182 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838f2-0502-ae87-1a4b-0303c5d0e57f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: fa1038bb-c6fe-4800-8f1b-50d2a649630f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838f2-0502-ae87-1a4b-0303c5d0e57f?request_guid=fa1038bb-c6fe-4800-8f1b-50d2a649630f HTTP/1.1" 200 2182 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a838f2-0502-ae87-1a4b-0303c5d0e57f'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 009272c0-22bb-4ff4-bf7f-ba9771afdcc2 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a838f2-0502-ae87-1a4b-0303c5d0e57f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a838f2-0502-ae87-1a4b-0303c5d0e57f'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 16ce90f4-eb29-46da-832c-623879a92fbf +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=009272c0-22bb-4ff4-bf7f-ba9771afdcc2&request_guid=16ce90f4-eb29-46da-832c-623879a92fbf HTTP/1.1" 200 1799 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838f2-0502-af26-1a4b-0303c5d0d7db +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838f2-0502-af26-1a4b-0303c5d0d7db +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: b64f5c0e-0816-4c35-97e5-4661511cc8d2 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','STG_CEM_EVENT');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 295a2676-f1e3-42a3-afb3-6067c664eb3c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=b64f5c0e-0816-4c35-97e5-4661511cc8d2&request_guid=295a2676-f1e3-42a3-afb3-6067c664eb3c HTTP/1.1" 200 2285 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838f2-0502-af26-1a4b-0303c5d0d7ef +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838f2-0502-af26-1a4b-0303c5d0d7ef +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838f2-0502-af26-1a4b-0303c5d0d7ef' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 33f3b6c7-72e5-4eeb-b762-831f647d4c47 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838f2-0502-af26-1a4b-0303c5d0d7ef?request_guid=33f3b6c7-72e5-4eeb-b762-831f647d4c47 HTTP/1.1" 200 1677 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838f2-0502-af26-1a4b-0303c5d0d7ef' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 62ebdf4c-b1e6-458c-9fe7-bd1f99e1ef93 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838f2-0502-af26-1a4b-0303c5d0d7ef?request_guid=62ebdf4c-b1e6-458c-9fe7-bd1f99e1ef93 HTTP/1.1" 200 1677 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a838f2-0502-af26-1a4b-0303c5d0d7ef'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 1ee84f6d-fe64-4ae6-8cc1-daba000929ed +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a838f2-0502-af26-1a4b-0303c5d0d7ef'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a838f2-0502-af26-1a4b-0303c5d0d7ef'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 525e0a0b-6ad5-4b2c-9b6f-7343b55bef00 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=1ee84f6d-fe64-4ae6-8cc1-daba000929ed&request_guid=525e0a0b-6ad5-4b2c-9b6f-7343b55bef00 HTTP/1.1" 200 2283 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838f2-0502-b0de-1a4b-0303c5d0bd4b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838f2-0502-b0de-1a4b-0303c5d0bd4b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.3381s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.345s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.3498s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=90a78c45-0a24-4dba-934b-d56f8f582171 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7f9359b5-c8cf-4e4f-85a6-ef381986bd80 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 1672665819472 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1672665819472 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 1672666142544 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1672666142544 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 1672666142544 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 1672666142544 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 1672665819472 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1672665819472 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=90a78c45-0a24-4dba-934b-d56f8f582171&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=7f9359b5-c8cf-4e4f-85a6-ef381986bd80 HTTP/1.1" 200 1546 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_EDW_TRANS_D, database=PL_DEV, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=0cb62bfb-cc74-4bfa-9ec8-c9c4b529ef24 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: aaf7fe22-c291-430b-b056-3de65f705b71 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=0cb62bfb-cc74-4bfa-9ec8-c9c4b529ef24&databaseName=PL_DEV&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=aaf7fe22-c291-430b-b056-3de65f705b71 HTTP/1.1" 200 1552 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00159s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: e2afb252-de0d-4543-be87-55e69bf7d570 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a9e328e5-60db-41dd-a6ba-50aca3ffdd2a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=e2afb252-de0d-4543-be87-55e69bf7d570&request_guid=a9e328e5-60db-41dd-a6ba-50aca3ffdd2a HTTP/1.1" 200 2273 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838f3-0502-b1d6-1a4b-0303c5d12e23 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838f3-0502-b1d6-1a4b-0303c5d12e23 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838f3-0502-b1d6-1a4b-0303c5d12e23' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 13c8184c-49d1-48a1-a2a4-f84f5d83d255 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838f3-0502-b1d6-1a4b-0303c5d12e23?request_guid=13c8184c-49d1-48a1-a2a4-f84f5d83d255 HTTP/1.1" 200 1853 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838f3-0502-b1d6-1a4b-0303c5d12e23' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 87e0180e-a83e-46b3-b3c1-800344b9b96e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838f3-0502-b1d6-1a4b-0303c5d12e23?request_guid=87e0180e-a83e-46b3-b3c1-800344b9b96e HTTP/1.1" 200 1853 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a838f3-0502-b1d6-1a4b-0303c5d12e23'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: f058a12b-bd3a-4181-96bf-cdfa6892440a +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a838f3-0502-b1d6-1a4b-0303c5d12e23'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a838f3-0502-b1d6-1a4b-0303c5d12e23'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 71e0f3b7-59cb-482c-9cc5-ade80bc739f8 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=f058a12b-bd3a-4181-96bf-cdfa6892440a&request_guid=71e0f3b7-59cb-482c-9cc5-ade80bc739f8 HTTP/1.1" 200 2275 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838f3-0502-af26-1a4b-0303c5d17073 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838f3-0502-af26-1a4b-0303c5d17073 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 4 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 81511696-2918-49c5-bedd-1bab0e1ebaf9 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ed6e7a67-2072-4c3f-9d8b-cde2d6e79330 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=81511696-2918-49c5-bedd-1bab0e1ebaf9&request_guid=ed6e7a67-2072-4c3f-9d8b-cde2d6e79330 HTTP/1.1" 200 1800 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838f3-0502-ae87-1a4b-0303c5d16173 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838f3-0502-ae87-1a4b-0303c5d16173 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838f3-0502-ae87-1a4b-0303c5d16173' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: fb7e1cf9-7b78-4bd6-8500-a34211f5245c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838f3-0502-ae87-1a4b-0303c5d16173?request_guid=fb7e1cf9-7b78-4bd6-8500-a34211f5245c HTTP/1.1" 200 2170 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838f3-0502-ae87-1a4b-0303c5d16173' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a4479743-cae6-4768-8817-acacbb580167 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838f3-0502-ae87-1a4b-0303c5d16173?request_guid=a4479743-cae6-4768-8817-acacbb580167 HTTP/1.1" 200 2170 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a838f3-0502-ae87-1a4b-0303c5d16173'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: d938c5bf-44e1-49f3-838c-a911913acba6 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a838f3-0502-ae87-1a4b-0303c5d16173'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a838f3-0502-ae87-1a4b-0303c5d16173'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 15ff926c-9c9a-4252-b05f-64c3c5f7bb69 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=d938c5bf-44e1-49f3-838c-a911913acba6&request_guid=15ff926c-9c9a-4252-b05f-64c3c5f7bb69 HTTP/1.1" 503 15104 +DEBUG:snowflake.connector.network:000503: 503: HTTP 503: Service Unavailable. Retrying... +DEBUG:snowflake.connector.network:retrying: errorclass=, error=000503: 503: HTTP 503: Service Unavailable, counter=1, sleeping=3(s) +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 2 +DEBUG:snowflake.connector.network:Request guid: 39023cae-5ff4-4909-9a85-e532d8945d88 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=d938c5bf-44e1-49f3-838c-a911913acba6&clientStartTime=1668110613599&retryCount=1&request_guid=39023cae-5ff4-4909-9a85-e532d8945d88 HTTP/1.1" 200 1797 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838f3-0502-b0de-1a4b-0303c5d15597 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838f3-0502-b0de-1a4b-0303c5d15597 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 46511ea7-92be-4edb-a405-fade2f6edacd +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','STG_CEM_EVENT');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 62126698-bcf1-4c2d-91df-db1175d9db31 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=46511ea7-92be-4edb-a405-fade2f6edacd&request_guid=62126698-bcf1-4c2d-91df-db1175d9db31 HTTP/1.1" 200 2285 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838f3-0502-af26-1a4b-0303c5d1715b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838f3-0502-af26-1a4b-0303c5d1715b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838f3-0502-af26-1a4b-0303c5d1715b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e40b2a46-6f36-4dae-a1e3-660bbe115d5e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838f3-0502-af26-1a4b-0303c5d1715b?request_guid=e40b2a46-6f36-4dae-a1e3-660bbe115d5e HTTP/1.1" 200 1678 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838f3-0502-af26-1a4b-0303c5d1715b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ba09354a-c9da-468e-b5f2-561c6acaabb4 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838f3-0502-af26-1a4b-0303c5d1715b?request_guid=ba09354a-c9da-468e-b5f2-561c6acaabb4 HTTP/1.1" 200 1678 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a838f3-0502-af26-1a4b-0303c5d1715b'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 96895f9c-9772-4572-9cf3-5433443c900f +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a838f3-0502-af26-1a4b-0303c5d1715b'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a838f3-0502-af26-1a4b-0303c5d1715b'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ec5042d6-be1d-4ff1-9437-728b027ef974 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=96895f9c-9772-4572-9cf3-5433443c900f&request_guid=ec5042d6-be1d-4ff1-9437-728b027ef974 HTTP/1.1" 200 2283 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838f3-0502-b1d6-1a4b-0303c5d12f03 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838f3-0502-b1d6-1a4b-0303c5d12f03 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.3475s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.3519s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.3584s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=6a8f0477-d7ae-4267-b920-081091a9b5f2 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 03bcc031-3a27-41b7-886a-53690780d76a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 1663148288144 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1663148288144 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 1663148594832 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1663148594832 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 1663148594832 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 1663148594832 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 1663148288144 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1663148288144 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=6a8f0477-d7ae-4267-b920-081091a9b5f2&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=03bcc031-3a27-41b7-886a-53690780d76a HTTP/1.1" 200 1550 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_EDW_TRANS_D, database=PL_DEV, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=9871a0ae-f367-47cb-aca3-5c3102bfcf91 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 45038621-1692-460d-8b0c-6898959ab828 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=9871a0ae-f367-47cb-aca3-5c3102bfcf91&databaseName=PL_DEV&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=45038621-1692-460d-8b0c-6898959ab828 HTTP/1.1" 200 1549 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00157s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: a21438ce-c65d-433d-aaf2-97013af1d39c +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e7fa31f6-517d-40eb-9e16-4c7eb9fbf221 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=a21438ce-c65d-433d-aaf2-97013af1d39c&request_guid=e7fa31f6-517d-40eb-9e16-4c7eb9fbf221 HTTP/1.1" 200 2276 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838f6-0502-af26-1a4b-0303c5d2708b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838f6-0502-af26-1a4b-0303c5d2708b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838f6-0502-af26-1a4b-0303c5d2708b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 70da9750-8af8-494b-9d60-696405a8ebfc +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838f6-0502-af26-1a4b-0303c5d2708b?request_guid=70da9750-8af8-494b-9d60-696405a8ebfc HTTP/1.1" 200 1851 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838f6-0502-af26-1a4b-0303c5d2708b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: b614566f-a02d-48d3-b5cb-dd56f83fe2e2 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838f6-0502-af26-1a4b-0303c5d2708b?request_guid=b614566f-a02d-48d3-b5cb-dd56f83fe2e2 HTTP/1.1" 200 1851 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a838f6-0502-af26-1a4b-0303c5d2708b'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: e36cc057-c845-48a6-a3cf-03cff698c77a +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a838f6-0502-af26-1a4b-0303c5d2708b'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a838f6-0502-af26-1a4b-0303c5d2708b'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 5db1eff3-c2f5-4b4b-bf0b-3b3a01c7739e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=e36cc057-c845-48a6-a3cf-03cff698c77a&request_guid=5db1eff3-c2f5-4b4b-bf0b-3b3a01c7739e HTTP/1.1" 200 2279 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838f6-0502-ae87-1a4b-0303c5d25483 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838f6-0502-ae87-1a4b-0303c5d25483 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 4 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 54a360ef-fd91-4c08-98c6-49b3843d10f3 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 56f5f1bb-21a0-4b28-9214-e2e35dff2465 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=54a360ef-fd91-4c08-98c6-49b3843d10f3&request_guid=56f5f1bb-21a0-4b28-9214-e2e35dff2465 HTTP/1.1" 200 1802 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838f6-0502-afee-1a4b-0303c5d23e9f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838f6-0502-afee-1a4b-0303c5d23e9f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838f6-0502-afee-1a4b-0303c5d23e9f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: db9d457c-977a-4388-9ac7-6dcfcc6231ee +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838f6-0502-afee-1a4b-0303c5d23e9f?request_guid=db9d457c-977a-4388-9ac7-6dcfcc6231ee HTTP/1.1" 200 2170 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838f6-0502-afee-1a4b-0303c5d23e9f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 814e3bdb-5233-4233-b728-949fb894f365 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838f6-0502-afee-1a4b-0303c5d23e9f?request_guid=814e3bdb-5233-4233-b728-949fb894f365 HTTP/1.1" 200 2169 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a838f6-0502-afee-1a4b-0303c5d23e9f'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: fbd3e8e1-a59a-4c9e-b507-3629cd17a42e +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a838f6-0502-afee-1a4b-0303c5d23e9f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a838f6-0502-afee-1a4b-0303c5d23e9f'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c71d9ffd-8390-42d8-9bdb-2c98e6df9696 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=fbd3e8e1-a59a-4c9e-b507-3629cd17a42e&request_guid=c71d9ffd-8390-42d8-9bdb-2c98e6df9696 HTTP/1.1" 200 1799 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838f6-0502-af26-1a4b-0303c5d2718b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838f6-0502-af26-1a4b-0303c5d2718b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 4b776b8a-608d-4db7-b7ab-09b8c81e2f53 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','STG_CEM_EVENT');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 3b9e3f8e-1515-41b8-b517-c91d3c07b860 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=4b776b8a-608d-4db7-b7ab-09b8c81e2f53&request_guid=3b9e3f8e-1515-41b8-b517-c91d3c07b860 HTTP/1.1" 200 2281 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838f6-0502-b1d6-1a4b-0303c5d26227 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838f6-0502-b1d6-1a4b-0303c5d26227 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838f6-0502-b1d6-1a4b-0303c5d26227' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: b7ac0037-b04d-444e-a3fc-67d2d66fcec7 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838f6-0502-b1d6-1a4b-0303c5d26227?request_guid=b7ac0037-b04d-444e-a3fc-67d2d66fcec7 HTTP/1.1" 200 1680 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838f6-0502-b1d6-1a4b-0303c5d26227' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 34c37c25-1b86-49d4-887a-531210259c0a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838f6-0502-b1d6-1a4b-0303c5d26227?request_guid=34c37c25-1b86-49d4-887a-531210259c0a HTTP/1.1" 200 1679 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a838f6-0502-b1d6-1a4b-0303c5d26227'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 7468961c-d689-409c-83c2-cc65cd87daac +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a838f6-0502-b1d6-1a4b-0303c5d26227'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a838f6-0502-b1d6-1a4b-0303c5d26227'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 857e2ccf-2fac-4106-8fbe-18d395e9a3d6 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=7468961c-d689-409c-83c2-cc65cd87daac&request_guid=857e2ccf-2fac-4106-8fbe-18d395e9a3d6 HTTP/1.1" 200 2281 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838f6-0502-b1d6-1a4b-0303c5d2623f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838f6-0502-b1d6-1a4b-0303c5d2623f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.3092s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.3134s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.3198s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=cda21322-14a5-4cf3-9ce1-096601314d76 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e7cf5fec-86a5-486d-adbf-04bb99d1e434 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 2479798216848 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2479798216848 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2479798556304 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2479798556304 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2479798556304 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2479798556304 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2479798216848 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2479798216848 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=cda21322-14a5-4cf3-9ce1-096601314d76&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=e7cf5fec-86a5-486d-adbf-04bb99d1e434 HTTP/1.1" 200 1550 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_EDW_TRANS_D, database=PL_DEV, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=62a5b568-cb10-4994-8031-6c03d9627f27 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 08c707fd-5cee-4325-9900-c7d8cea23084 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=62a5b568-cb10-4994-8031-6c03d9627f27&databaseName=PL_DEV&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=08c707fd-5cee-4325-9900-c7d8cea23084 HTTP/1.1" 200 1549 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00179s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 3e3c6c26-b34e-453f-b733-c15b2395baab +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 5a9416c6-8cbf-4121-a6da-923e525caee6 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=3e3c6c26-b34e-453f-b733-c15b2395baab&request_guid=5a9416c6-8cbf-4121-a6da-923e525caee6 HTTP/1.1" 200 2272 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838f8-0502-b1d6-1a4b-0303c5d3033f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838f8-0502-b1d6-1a4b-0303c5d3033f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838f8-0502-b1d6-1a4b-0303c5d3033f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f6901b22-8171-4271-8975-e8b243628859 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838f8-0502-b1d6-1a4b-0303c5d3033f?request_guid=f6901b22-8171-4271-8975-e8b243628859 HTTP/1.1" 200 1850 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838f8-0502-b1d6-1a4b-0303c5d3033f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 369876ca-7d77-4cf2-ac9b-faca0bb1e928 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838f8-0502-b1d6-1a4b-0303c5d3033f?request_guid=369876ca-7d77-4cf2-ac9b-faca0bb1e928 HTTP/1.1" 200 1849 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a838f8-0502-b1d6-1a4b-0303c5d3033f'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: eba173c0-29cd-443e-b24f-fb4a6078a8f6 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a838f8-0502-b1d6-1a4b-0303c5d3033f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a838f8-0502-b1d6-1a4b-0303c5d3033f'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 73beea63-575d-4b10-a9a1-1a9a264cc159 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=eba173c0-29cd-443e-b24f-fb4a6078a8f6&request_guid=73beea63-575d-4b10-a9a1-1a9a264cc159 HTTP/1.1" 200 None +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838f8-0502-afee-1a4b-0303c5d2de33 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838f8-0502-afee-1a4b-0303c5d2de33 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 4 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 24d395a5-f0dc-4ea6-9737-d972e27ddbd2 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8ad0cef9-08d6-4f00-b9bc-c7ea1104f286 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=24d395a5-f0dc-4ea6-9737-d972e27ddbd2&request_guid=8ad0cef9-08d6-4f00-b9bc-c7ea1104f286 HTTP/1.1" 200 1799 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838f8-0502-b0de-1a4b-0303c5d2e98f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838f8-0502-b0de-1a4b-0303c5d2e98f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838f8-0502-b0de-1a4b-0303c5d2e98f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6e032a62-9653-41b8-9bd9-eb404bc375ab +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838f8-0502-b0de-1a4b-0303c5d2e98f?request_guid=6e032a62-9653-41b8-9bd9-eb404bc375ab HTTP/1.1" 200 2172 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838f8-0502-b0de-1a4b-0303c5d2e98f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 67e020d4-04e9-4e83-b81c-c3bbfa474740 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838f8-0502-b0de-1a4b-0303c5d2e98f?request_guid=67e020d4-04e9-4e83-b81c-c3bbfa474740 HTTP/1.1" 200 2172 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a838f8-0502-b0de-1a4b-0303c5d2e98f'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: fb17acbe-1604-4a5c-8665-1129ae5aab2b +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a838f8-0502-b0de-1a4b-0303c5d2e98f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a838f8-0502-b0de-1a4b-0303c5d2e98f'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c6f61a4c-000b-4e59-aa48-17cd4dbace0e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=fb17acbe-1604-4a5c-8665-1129ae5aab2b&request_guid=c6f61a4c-000b-4e59-aa48-17cd4dbace0e HTTP/1.1" 200 1796 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838f8-0502-b1d6-1a4b-0303c5d303a3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838f8-0502-b1d6-1a4b-0303c5d303a3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: f58538c2-03d5-4ea3-a952-7fb094c6961f +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','STG_CEM_EVENT');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9dfdeee5-8414-4f2e-b45d-70a69b8fbce7 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=f58538c2-03d5-4ea3-a952-7fb094c6961f&request_guid=9dfdeee5-8414-4f2e-b45d-70a69b8fbce7 HTTP/1.1" 200 2281 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838f8-0502-b1d6-1a4b-0303c5d303ab +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838f8-0502-b1d6-1a4b-0303c5d303ab +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838f8-0502-b1d6-1a4b-0303c5d303ab' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c3e92a11-2322-4ad6-8440-17908b9f65a4 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838f8-0502-b1d6-1a4b-0303c5d303ab?request_guid=c3e92a11-2322-4ad6-8440-17908b9f65a4 HTTP/1.1" 200 1678 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838f8-0502-b1d6-1a4b-0303c5d303ab' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 57702be6-d938-4682-9249-d2c68440f8ab +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838f8-0502-b1d6-1a4b-0303c5d303ab?request_guid=57702be6-d938-4682-9249-d2c68440f8ab HTTP/1.1" 200 1679 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a838f8-0502-b1d6-1a4b-0303c5d303ab'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 840bb970-9c0f-4d64-aa54-82827096510a +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a838f8-0502-b1d6-1a4b-0303c5d303ab'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a838f8-0502-b1d6-1a4b-0303c5d303ab'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 15b7478d-8060-4fb1-a86c-44ec92371b8d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=840bb970-9c0f-4d64-aa54-82827096510a&request_guid=15b7478d-8060-4fb1-a86c-44ec92371b8d HTTP/1.1" 200 2286 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838f8-0502-ae87-1a4b-0303c5d2f603 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838f8-0502-ae87-1a4b-0303c5d2f603 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.3868s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.3914s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.3949s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=0efd6a22-1084-414e-83ec-9972949c0dc1 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8e740574-9ff1-4b0a-9784-2dccf6a2cc7f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 2559500281808 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2559500281808 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2559500572112 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2559500572112 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2559500572112 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2559500572112 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2559500281808 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2559500281808 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=0efd6a22-1084-414e-83ec-9972949c0dc1&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=8e740574-9ff1-4b0a-9784-2dccf6a2cc7f HTTP/1.1" 200 1548 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_EDW_TRANS_D, database=PL_DEV, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=beeff59c-538a-4b23-9a04-1efb74fb60d7 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c5059546-11e3-4082-bff4-b0f581377bae +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=beeff59c-538a-4b23-9a04-1efb74fb60d7&databaseName=PL_DEV&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=c5059546-11e3-4082-bff4-b0f581377bae HTTP/1.1" 200 1553 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00146s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: f737b741-3186-4a4e-a8a2-ffe3e57a8849 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 46708a29-a6dd-46e7-ad1c-4b1af34d9db4 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=f737b741-3186-4a4e-a8a2-ffe3e57a8849&request_guid=46708a29-a6dd-46e7-ad1c-4b1af34d9db4 HTTP/1.1" 200 2278 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838fb-0502-ae87-1a4b-0303c5d3a553 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838fb-0502-ae87-1a4b-0303c5d3a553 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838fb-0502-ae87-1a4b-0303c5d3a553' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 4fc6f184-2b34-4eb1-be6d-0173ca7c9126 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838fb-0502-ae87-1a4b-0303c5d3a553?request_guid=4fc6f184-2b34-4eb1-be6d-0173ca7c9126 HTTP/1.1" 200 1850 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838fb-0502-ae87-1a4b-0303c5d3a553' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 66c31b6f-de13-4d95-8c89-de0ee7c72016 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838fb-0502-ae87-1a4b-0303c5d3a553?request_guid=66c31b6f-de13-4d95-8c89-de0ee7c72016 HTTP/1.1" 200 1850 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a838fb-0502-ae87-1a4b-0303c5d3a553'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: a0ebc7ff-7ced-4cd4-8fb3-26f239f66b53 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a838fb-0502-ae87-1a4b-0303c5d3a553'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a838fb-0502-ae87-1a4b-0303c5d3a553'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: fefb30c0-e968-4f4c-9e5e-8aa05133752a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=a0ebc7ff-7ced-4cd4-8fb3-26f239f66b53&request_guid=fefb30c0-e968-4f4c-9e5e-8aa05133752a HTTP/1.1" 200 None +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838fb-0502-ae87-1a4b-0303c5d3a583 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838fb-0502-ae87-1a4b-0303c5d3a583 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 4 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: fbc03527-eba3-480e-b96b-3b2c5db0fe87 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 4bd440f8-74d2-46c8-9992-fcd66c661ea0 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=fbc03527-eba3-480e-b96b-3b2c5db0fe87&request_guid=4bd440f8-74d2-46c8-9992-fcd66c661ea0 HTTP/1.1" 200 1800 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838fb-0502-afee-1a4b-0303c5d37df3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838fb-0502-afee-1a4b-0303c5d37df3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838fb-0502-afee-1a4b-0303c5d37df3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e1e15d73-e96e-4de1-9377-cb57c09ebb8a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838fb-0502-afee-1a4b-0303c5d37df3?request_guid=e1e15d73-e96e-4de1-9377-cb57c09ebb8a HTTP/1.1" 200 2167 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838fb-0502-afee-1a4b-0303c5d37df3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 58ac04a5-0174-4d74-8b3a-3e67bcd05618 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838fb-0502-afee-1a4b-0303c5d37df3?request_guid=58ac04a5-0174-4d74-8b3a-3e67bcd05618 HTTP/1.1" 200 2168 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a838fb-0502-afee-1a4b-0303c5d37df3'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: bc29aa54-6418-4755-be4b-1d23601ea1fe +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a838fb-0502-afee-1a4b-0303c5d37df3'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a838fb-0502-afee-1a4b-0303c5d37df3'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 29802fd5-f036-40df-8461-472123ae1655 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=bc29aa54-6418-4755-be4b-1d23601ea1fe&request_guid=29802fd5-f036-40df-8461-472123ae1655 HTTP/1.1" 200 1797 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838fb-0502-b0de-1a4b-0303c5d3869b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838fb-0502-b0de-1a4b-0303c5d3869b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 23a822c8-4e84-44fd-9efa-1d9571fe8f5a +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','STG_CEM_EVENT');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f8b794f6-4de8-441a-8090-80b223c2bb63 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=23a822c8-4e84-44fd-9efa-1d9571fe8f5a&request_guid=f8b794f6-4de8-441a-8090-80b223c2bb63 HTTP/1.1" 200 2286 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838fb-0502-afee-1a4b-0303c5d37e1b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838fb-0502-afee-1a4b-0303c5d37e1b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838fb-0502-afee-1a4b-0303c5d37e1b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e7154b59-27df-4318-9b74-f87cf2d3d767 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838fb-0502-afee-1a4b-0303c5d37e1b?request_guid=e7154b59-27df-4318-9b74-f87cf2d3d767 HTTP/1.1" 200 1680 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838fb-0502-afee-1a4b-0303c5d37e1b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6b2d0d0f-e67d-4d0d-be0e-c8d22cb7797a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838fb-0502-afee-1a4b-0303c5d37e1b?request_guid=6b2d0d0f-e67d-4d0d-be0e-c8d22cb7797a HTTP/1.1" 200 1680 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a838fb-0502-afee-1a4b-0303c5d37e1b'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: b534009b-09a1-419d-84f3-cfaead2d6b8e +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a838fb-0502-afee-1a4b-0303c5d37e1b'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a838fb-0502-afee-1a4b-0303c5d37e1b'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e1a6fa77-6f70-481b-8a8a-81297b6167c5 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=b534009b-09a1-419d-84f3-cfaead2d6b8e&request_guid=e1a6fa77-6f70-481b-8a8a-81297b6167c5 HTTP/1.1" 200 2282 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838fb-0502-b0de-1a4b-0303c5d386bb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838fb-0502-b0de-1a4b-0303c5d386bb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.3244s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.3291s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.335s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=3f0b6e83-6745-4849-8c96-f8eed5ae817b +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: afa1dec0-456f-407d-9d21-dad86a9eff31 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 1744608552912 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1744608552912 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 1744608859600 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1744608859600 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 1744608859600 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 1744608859600 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 1744608552912 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1744608552912 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=3f0b6e83-6745-4849-8c96-f8eed5ae817b&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=afa1dec0-456f-407d-9d21-dad86a9eff31 HTTP/1.1" 200 1543 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_EDW_TRANS_D, database=PL_DEV, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=b58ea2f6-e999-4d6a-9343-254c4bf5154c +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 33125881-1ed0-454d-8469-ce16281a874b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=b58ea2f6-e999-4d6a-9343-254c4bf5154c&databaseName=PL_DEV&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=33125881-1ed0-454d-8469-ce16281a874b HTTP/1.1" 200 1549 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00186s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 5a1b4203-83e0-4ccb-b5bd-ed4a76152f80 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 89f9c706-d287-456b-ac4f-3624c4343b5d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=5a1b4203-83e0-4ccb-b5bd-ed4a76152f80&request_guid=89f9c706-d287-456b-ac4f-3624c4343b5d HTTP/1.1" 200 2277 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838fc-0502-ae87-1a4b-0303c5d3f42f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838fc-0502-ae87-1a4b-0303c5d3f42f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838fc-0502-ae87-1a4b-0303c5d3f42f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: b5192bf9-edfa-4d33-8288-f6e4373cf7b3 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838fc-0502-ae87-1a4b-0303c5d3f42f?request_guid=b5192bf9-edfa-4d33-8288-f6e4373cf7b3 HTTP/1.1" 200 1851 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838fc-0502-ae87-1a4b-0303c5d3f42f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1b47a01f-f1af-4095-9b8f-475dc73dd0b4 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838fc-0502-ae87-1a4b-0303c5d3f42f?request_guid=1b47a01f-f1af-4095-9b8f-475dc73dd0b4 HTTP/1.1" 200 1852 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a838fc-0502-ae87-1a4b-0303c5d3f42f'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 0cd18950-36e7-44a8-8e35-56fd399ba58c +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a838fc-0502-ae87-1a4b-0303c5d3f42f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a838fc-0502-ae87-1a4b-0303c5d3f42f'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e002e719-e6f2-4f6e-aae9-fd247ffdceb4 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=0cd18950-36e7-44a8-8e35-56fd399ba58c&request_guid=e002e719-e6f2-4f6e-aae9-fd247ffdceb4 HTTP/1.1" 200 2277 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838fc-0502-afee-1a4b-0303c5d3ce8f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838fc-0502-afee-1a4b-0303c5d3ce8f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 4 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: cf6b28c9-ff09-48bd-9e6d-8f3fe828378f +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1e0e0d62-bc33-4e4d-9cf8-199facce5b29 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=cf6b28c9-ff09-48bd-9e6d-8f3fe828378f&request_guid=1e0e0d62-bc33-4e4d-9cf8-199facce5b29 HTTP/1.1" 200 1796 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838fc-0502-b1d6-1a4b-0303c5d3e60f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838fc-0502-b1d6-1a4b-0303c5d3e60f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838fc-0502-b1d6-1a4b-0303c5d3e60f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c9f4d162-b816-4978-a7a1-e1385ffe2e16 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838fc-0502-b1d6-1a4b-0303c5d3e60f?request_guid=c9f4d162-b816-4978-a7a1-e1385ffe2e16 HTTP/1.1" 200 2170 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838fc-0502-b1d6-1a4b-0303c5d3e60f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 614fd4a6-56f2-46bc-88b5-795753ef0d05 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838fc-0502-b1d6-1a4b-0303c5d3e60f?request_guid=614fd4a6-56f2-46bc-88b5-795753ef0d05 HTTP/1.1" 200 2170 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a838fc-0502-b1d6-1a4b-0303c5d3e60f'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 36264505-15fd-4a13-a1f7-7530c6b7335f +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a838fc-0502-b1d6-1a4b-0303c5d3e60f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a838fc-0502-b1d6-1a4b-0303c5d3e60f'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 71113d7a-e3b8-45ba-bfdb-32c8245b0e2a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=36264505-15fd-4a13-a1f7-7530c6b7335f&request_guid=71113d7a-e3b8-45ba-bfdb-32c8245b0e2a HTTP/1.1" 200 1795 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838fc-0502-b1d6-1a4b-0303c5d3e673 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838fc-0502-b1d6-1a4b-0303c5d3e673 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 8ee3d251-f181-4aee-a593-3bfa3b6ab538 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','STG_CEM_EVENT');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1818007f-776a-402d-8d23-f45f96bdcd87 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=8ee3d251-f181-4aee-a593-3bfa3b6ab538&request_guid=1818007f-776a-402d-8d23-f45f96bdcd87 HTTP/1.1" 200 2280 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838fc-0502-b1d6-1a4b-0303c5d3e683 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838fc-0502-b1d6-1a4b-0303c5d3e683 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838fc-0502-b1d6-1a4b-0303c5d3e683' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: cc7e8630-76da-4918-b060-45c671ac1b71 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838fc-0502-b1d6-1a4b-0303c5d3e683?request_guid=cc7e8630-76da-4918-b060-45c671ac1b71 HTTP/1.1" 200 1673 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a838fc-0502-b1d6-1a4b-0303c5d3e683' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c5847731-253e-4f58-af15-63b7932c0e91 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a838fc-0502-b1d6-1a4b-0303c5d3e683?request_guid=c5847731-253e-4f58-af15-63b7932c0e91 HTTP/1.1" 200 1673 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a838fc-0502-b1d6-1a4b-0303c5d3e683'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: e513e41f-ac03-446c-8117-2774d847a309 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a838fc-0502-b1d6-1a4b-0303c5d3e683'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a838fc-0502-b1d6-1a4b-0303c5d3e683'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 11e394a2-0b37-4cd0-a002-82e132b3c977 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=e513e41f-ac03-446c-8117-2774d847a309&request_guid=11e394a2-0b37-4cd0-a002-82e132b3c977 HTTP/1.1" 200 2284 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a838fc-0502-af26-1a4b-0303c5d403d7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a838fc-0502-af26-1a4b-0303c5d403d7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.3033s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.3077s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.3114s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=51a1e423-27ce-46d4-8391-799a3b56224d +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 27f81fb0-944f-49b6-9c30-f03b323cc2ac +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 2979436488656 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2979436488656 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2979436795344 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2979436795344 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2979436795344 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2979436795344 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2979436488656 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2979436488656 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=51a1e423-27ce-46d4-8391-799a3b56224d&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=27f81fb0-944f-49b6-9c30-f03b323cc2ac HTTP/1.1" 200 1548 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_EDW_TRANS_D, database=PL_DEV, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=bd1b7872-48d6-49b7-921e-8241d067cf7a +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: af74772b-f7da-4c61-8125-d543a2763a83 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=bd1b7872-48d6-49b7-921e-8241d067cf7a&databaseName=PL_DEV&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=af74772b-f7da-4c61-8125-d543a2763a83 HTTP/1.1" 200 1546 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00222s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: e3c52f68-d714-4693-bfc3-240aa1c3dc11 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 221901e5-5cc9-46f3-9a70-656b48ea0a7e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=e3c52f68-d714-4693-bfc3-240aa1c3dc11&request_guid=221901e5-5cc9-46f3-9a70-656b48ea0a7e HTTP/1.1" 200 2279 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83901-0502-ae87-1a4b-0303c5d5422b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83901-0502-ae87-1a4b-0303c5d5422b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83901-0502-ae87-1a4b-0303c5d5422b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 76359c71-7e52-45ef-addd-627d71964b8f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83901-0502-ae87-1a4b-0303c5d5422b?request_guid=76359c71-7e52-45ef-addd-627d71964b8f HTTP/1.1" 200 1856 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83901-0502-ae87-1a4b-0303c5d5422b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ebac1532-3154-42b8-9e2b-8a4e43bdeedd +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83901-0502-ae87-1a4b-0303c5d5422b?request_guid=ebac1532-3154-42b8-9e2b-8a4e43bdeedd HTTP/1.1" 200 1856 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83901-0502-ae87-1a4b-0303c5d5422b'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 278122f9-2e60-4bb2-b9d2-f481b15749ca +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83901-0502-ae87-1a4b-0303c5d5422b'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83901-0502-ae87-1a4b-0303c5d5422b'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: cbb0460c-c616-41e5-b928-3b29e99f2a00 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=278122f9-2e60-4bb2-b9d2-f481b15749ca&request_guid=cbb0460c-c616-41e5-b928-3b29e99f2a00 HTTP/1.1" 200 2278 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83901-0502-afee-1a4b-0303c5d50ea3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83901-0502-afee-1a4b-0303c5d50ea3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 4 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 4c1b9106-7de5-4e26-a820-6770d715b730 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 55883c1e-f0fe-4bde-901e-c79ea3e0ec2b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=4c1b9106-7de5-4e26-a820-6770d715b730&request_guid=55883c1e-f0fe-4bde-901e-c79ea3e0ec2b HTTP/1.1" 200 1796 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83901-0502-b1d6-1a4b-0303c5d518eb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83901-0502-b1d6-1a4b-0303c5d518eb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83901-0502-b1d6-1a4b-0303c5d518eb' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8521597b-0fdc-401c-afde-c54666fabc4c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83901-0502-b1d6-1a4b-0303c5d518eb?request_guid=8521597b-0fdc-401c-afde-c54666fabc4c HTTP/1.1" 200 2168 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83901-0502-b1d6-1a4b-0303c5d518eb' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: fc383277-a09c-44c9-b182-99ed17bb81d9 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83901-0502-b1d6-1a4b-0303c5d518eb?request_guid=fc383277-a09c-44c9-b182-99ed17bb81d9 HTTP/1.1" 200 2168 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83901-0502-b1d6-1a4b-0303c5d518eb'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 29b32f59-edbd-4b38-a317-f1c0e54d72e8 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83901-0502-b1d6-1a4b-0303c5d518eb'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83901-0502-b1d6-1a4b-0303c5d518eb'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1b66d02d-ca76-4561-810b-e5b45c6d0df2 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=29b32f59-edbd-4b38-a317-f1c0e54d72e8&request_guid=1b66d02d-ca76-4561-810b-e5b45c6d0df2 HTTP/1.1" 200 1799 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83901-0502-af26-1a4b-0303c5d5285f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83901-0502-af26-1a4b-0303c5d5285f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: c7c71535-7acd-42e8-bc8d-f6125ee5dd3e +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','STG_CEM_EVENT');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 5b45c22a-34f0-4ee0-94e4-74b59f1624f2 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=c7c71535-7acd-42e8-bc8d-f6125ee5dd3e&request_guid=5b45c22a-34f0-4ee0-94e4-74b59f1624f2 HTTP/1.1" 200 2288 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83901-0502-ae87-1a4b-0303c5d542fb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83901-0502-ae87-1a4b-0303c5d542fb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83901-0502-ae87-1a4b-0303c5d542fb' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 55d09fc4-d199-4cbb-b858-a7a766e7d156 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83901-0502-ae87-1a4b-0303c5d542fb?request_guid=55d09fc4-d199-4cbb-b858-a7a766e7d156 HTTP/1.1" 200 1678 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83901-0502-ae87-1a4b-0303c5d542fb' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 87956847-b33e-494a-892d-dd4bc481c44d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83901-0502-ae87-1a4b-0303c5d542fb?request_guid=87956847-b33e-494a-892d-dd4bc481c44d HTTP/1.1" 200 1678 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83901-0502-ae87-1a4b-0303c5d542fb'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: ba59a613-4798-4012-9187-803f561c7e6d +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83901-0502-ae87-1a4b-0303c5d542fb'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83901-0502-ae87-1a4b-0303c5d542fb'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f5eb3c09-874d-4c11-a5e8-4a8ce7b85b36 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=ba59a613-4798-4012-9187-803f561c7e6d&request_guid=f5eb3c09-874d-4c11-a5e8-4a8ce7b85b36 HTTP/1.1" 200 2288 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83901-0502-afee-1a4b-0303c5d50f33 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83901-0502-afee-1a4b-0303c5d50f33 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.3144s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.3192s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.3233s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=64fb798a-ad41-4525-bae5-ee386910ea21 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 74b9c1fc-9c46-45b1-9cb1-8d1ff66a4a7f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 2003398027216 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2003398027216 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2003398317520 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2003398317520 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2003398317520 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2003398317520 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2003398027216 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2003398027216 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=64fb798a-ad41-4525-bae5-ee386910ea21&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=74b9c1fc-9c46-45b1-9cb1-8d1ff66a4a7f HTTP/1.1" 200 1543 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_EDW_TRANS_D, database=PL_DEV, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=4b47306b-1788-44da-a1ba-ab39b63cd414 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d835343d-c049-42a4-9f36-db8917b64d76 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=4b47306b-1788-44da-a1ba-ab39b63cd414&databaseName=PL_DEV&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=d835343d-c049-42a4-9f36-db8917b64d76 HTTP/1.1" 200 1551 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00159s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 002ef321-cdd9-418f-97b9-7039009ea224 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 51c888ad-e1fb-4de9-bced-470852f4898a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=002ef321-cdd9-418f-97b9-7039009ea224&request_guid=51c888ad-e1fb-4de9-bced-470852f4898a HTTP/1.1" 200 2274 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83903-0502-b0de-1a4b-0303c5d5d073 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83903-0502-b0de-1a4b-0303c5d5d073 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83903-0502-b0de-1a4b-0303c5d5d073' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 06f0cdeb-5c27-47b9-b782-67671e8ff09a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83903-0502-b0de-1a4b-0303c5d5d073?request_guid=06f0cdeb-5c27-47b9-b782-67671e8ff09a HTTP/1.1" 200 1865 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83903-0502-b0de-1a4b-0303c5d5d073' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f7c0937e-4b9d-4418-bce4-713c7f4db50a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83903-0502-b0de-1a4b-0303c5d5d073?request_guid=f7c0937e-4b9d-4418-bce4-713c7f4db50a HTTP/1.1" 200 1864 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83903-0502-b0de-1a4b-0303c5d5d073'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: d6a347ec-06c4-4ba6-bb33-ba5add092fcb +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83903-0502-b0de-1a4b-0303c5d5d073'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83903-0502-b0de-1a4b-0303c5d5d073'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0558833f-5b11-413c-8c1f-f52bf0d0cbab +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=d6a347ec-06c4-4ba6-bb33-ba5add092fcb&request_guid=0558833f-5b11-413c-8c1f-f52bf0d0cbab HTTP/1.1" 200 2278 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83903-0502-afee-1a4b-0303c5d5aa2b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83903-0502-afee-1a4b-0303c5d5aa2b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 4 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 76b079e4-9ce1-4fa0-92e8-7623af018861 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 89dbb836-eb75-4711-8e39-d378ab20595f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=76b079e4-9ce1-4fa0-92e8-7623af018861&request_guid=89dbb836-eb75-4711-8e39-d378ab20595f HTTP/1.1" 200 1796 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83903-0502-b1d6-1a4b-0303c5d5c183 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83903-0502-b1d6-1a4b-0303c5d5c183 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83903-0502-b1d6-1a4b-0303c5d5c183' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c6982e67-6b1c-48b7-92ca-694487d57442 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83903-0502-b1d6-1a4b-0303c5d5c183?request_guid=c6982e67-6b1c-48b7-92ca-694487d57442 HTTP/1.1" 200 2187 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83903-0502-b1d6-1a4b-0303c5d5c183' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 3d042707-9bc4-4365-8c11-e210d453142b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83903-0502-b1d6-1a4b-0303c5d5c183?request_guid=3d042707-9bc4-4365-8c11-e210d453142b HTTP/1.1" 200 2188 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83903-0502-b1d6-1a4b-0303c5d5c183'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 2f0b6e3b-2d5d-411b-b2a2-ed119b11bc59 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83903-0502-b1d6-1a4b-0303c5d5c183'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83903-0502-b1d6-1a4b-0303c5d5c183'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a6d84169-aa20-4a40-a6f3-9c5b888e9559 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=2f0b6e3b-2d5d-411b-b2a2-ed119b11bc59&request_guid=a6d84169-aa20-4a40-a6f3-9c5b888e9559 HTTP/1.1" 200 1800 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83903-0502-afee-1a4b-0303c5d5aa4f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83903-0502-afee-1a4b-0303c5d5aa4f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 75789a4b-0e37-43ec-bffe-271f1a43b950 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','STG_CEM_EVENT');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ea7ec495-759a-46cd-84a9-471436b221bf +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=75789a4b-0e37-43ec-bffe-271f1a43b950&request_guid=ea7ec495-759a-46cd-84a9-471436b221bf HTTP/1.1" 200 2289 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83903-0502-ae87-1a4b-0303c5d59c1b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83903-0502-ae87-1a4b-0303c5d59c1b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83903-0502-ae87-1a4b-0303c5d59c1b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f4e7c47d-22b6-48c7-93d5-577da42255b4 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83903-0502-ae87-1a4b-0303c5d59c1b?request_guid=f4e7c47d-22b6-48c7-93d5-577da42255b4 HTTP/1.1" 200 1678 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83903-0502-ae87-1a4b-0303c5d59c1b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a06d8475-4f96-422b-8a2d-efb0a023cfab +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83903-0502-ae87-1a4b-0303c5d59c1b?request_guid=a06d8475-4f96-422b-8a2d-efb0a023cfab HTTP/1.1" 200 1678 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83903-0502-ae87-1a4b-0303c5d59c1b'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 18fe376b-12ce-4a47-b48d-65803bf341be +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83903-0502-ae87-1a4b-0303c5d59c1b'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83903-0502-ae87-1a4b-0303c5d59c1b'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 981620f1-7e46-4bf6-988d-2cd693e2d675 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=18fe376b-12ce-4a47-b48d-65803bf341be&request_guid=981620f1-7e46-4bf6-988d-2cd693e2d675 HTTP/1.1" 200 2289 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83903-0502-ae87-1a4b-0303c5d59c2b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83903-0502-ae87-1a4b-0303c5d59c2b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.305s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.3116s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.3172s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=daad02ea-1f82-4851-91f8-c586b8209d87 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9ecfb384-8234-4ef2-ac21-c1c33fec9eed +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 2619923228624 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2619923228624 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2619923535312 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2619923535312 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2619923535312 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2619923535312 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2619923228624 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2619923228624 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=daad02ea-1f82-4851-91f8-c586b8209d87&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=9ecfb384-8234-4ef2-ac21-c1c33fec9eed HTTP/1.1" 200 1548 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_EDW_TRANS_D, database=PL_DEV, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=6a7ece3f-ce18-4719-912f-7315e4517be0 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 131194ae-d0ed-4bc4-bd1f-ce9662f939c3 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=6a7ece3f-ce18-4719-912f-7315e4517be0&databaseName=PL_DEV&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=131194ae-d0ed-4bc4-bd1f-ce9662f939c3 HTTP/1.1" 200 1550 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00172s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: f06c56be-2d0f-4345-b143-47589dc3d49a +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 4cfa4dcc-bff1-407a-a198-1e5d5be707a1 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=f06c56be-2d0f-4345-b143-47589dc3d49a&request_guid=4cfa4dcc-bff1-407a-a198-1e5d5be707a1 HTTP/1.1" 200 2279 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83905-0502-afee-1a4b-0303c5d5ff63 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83905-0502-afee-1a4b-0303c5d5ff63 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83905-0502-afee-1a4b-0303c5d5ff63' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ad9049dc-c605-4dae-b311-5743c696e672 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83905-0502-afee-1a4b-0303c5d5ff63?request_guid=ad9049dc-c605-4dae-b311-5743c696e672 HTTP/1.1" 200 1840 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83905-0502-afee-1a4b-0303c5d5ff63' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 90df10a4-089f-4432-86c5-376216ef3cc7 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83905-0502-afee-1a4b-0303c5d5ff63?request_guid=90df10a4-089f-4432-86c5-376216ef3cc7 HTTP/1.1" 200 1840 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83905-0502-afee-1a4b-0303c5d5ff63'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: d8fe5dbd-16fd-4060-bc58-7821b417cbdc +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83905-0502-afee-1a4b-0303c5d5ff63'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83905-0502-afee-1a4b-0303c5d5ff63'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 2953a188-c997-4daa-aca7-8854a12a70d6 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=d8fe5dbd-16fd-4060-bc58-7821b417cbdc&request_guid=2953a188-c997-4daa-aca7-8854a12a70d6 HTTP/1.1" 200 2279 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83905-0502-ae87-1a4b-0303c5d6323b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83905-0502-ae87-1a4b-0303c5d6323b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 4 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: f3e221eb-4a10-444b-9ad7-b4816882e237 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 369684af-117f-42e1-9c6a-03196088e843 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=f3e221eb-4a10-444b-9ad7-b4816882e237&request_guid=369684af-117f-42e1-9c6a-03196088e843 HTTP/1.1" 200 1799 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83905-0502-b0de-1a4b-0303c5d6245f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83905-0502-b0de-1a4b-0303c5d6245f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83905-0502-b0de-1a4b-0303c5d6245f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 26987dd4-d310-4804-91b6-38b33db3333b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83905-0502-b0de-1a4b-0303c5d6245f?request_guid=26987dd4-d310-4804-91b6-38b33db3333b HTTP/1.1" 200 2165 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83905-0502-b0de-1a4b-0303c5d6245f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 22eada0b-9865-4f60-a5bd-08d548bce92c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83905-0502-b0de-1a4b-0303c5d6245f?request_guid=22eada0b-9865-4f60-a5bd-08d548bce92c HTTP/1.1" 200 2165 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83905-0502-b0de-1a4b-0303c5d6245f'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: a923e2f5-9429-4f5f-9e1d-3e6291b6eb7f +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83905-0502-b0de-1a4b-0303c5d6245f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83905-0502-b0de-1a4b-0303c5d6245f'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e6a1e34a-95da-4390-af32-12c95a7440d9 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=a923e2f5-9429-4f5f-9e1d-3e6291b6eb7f&request_guid=e6a1e34a-95da-4390-af32-12c95a7440d9 HTTP/1.1" 200 1801 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83905-0502-ae87-1a4b-0303c5d63273 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83905-0502-ae87-1a4b-0303c5d63273 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 360df9fc-1fd9-4a13-b241-fb17ad62f31f +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','STG_CEM_EVENT');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a4aacc91-873c-458e-aba7-4db2d24f2853 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=360df9fc-1fd9-4a13-b241-fb17ad62f31f&request_guid=a4aacc91-873c-458e-aba7-4db2d24f2853 HTTP/1.1" 200 2280 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83905-0502-b0de-1a4b-0303c5d6247f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83905-0502-b0de-1a4b-0303c5d6247f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83905-0502-b0de-1a4b-0303c5d6247f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 95614730-ae9f-45ed-b552-8cfb5da8a03d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83905-0502-b0de-1a4b-0303c5d6247f?request_guid=95614730-ae9f-45ed-b552-8cfb5da8a03d HTTP/1.1" 200 1683 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83905-0502-b0de-1a4b-0303c5d6247f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 71041a94-5a3a-4e35-9fc6-8b74d455074c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83905-0502-b0de-1a4b-0303c5d6247f?request_guid=71041a94-5a3a-4e35-9fc6-8b74d455074c HTTP/1.1" 200 1683 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83905-0502-b0de-1a4b-0303c5d6247f'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 1845a42a-abad-4c74-b4cc-a4722b235037 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83905-0502-b0de-1a4b-0303c5d6247f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83905-0502-b0de-1a4b-0303c5d6247f'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: db427a1a-974a-4264-a2b6-0dcaffca2522 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=1845a42a-abad-4c74-b4cc-a4722b235037&request_guid=db427a1a-974a-4264-a2b6-0dcaffca2522 HTTP/1.1" 200 2284 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83905-0502-ae87-1a4b-0303c5d6329b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83905-0502-ae87-1a4b-0303c5d6329b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.3002s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.307s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.3118s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=a9472d00-c0f9-45b1-bc0c-a211c3d52dcd +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c8e1a192-596d-4ed8-a313-9dfd398f1db6 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 2548834953168 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2548834953168 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2548835259856 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2548835259856 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2548835259856 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2548835259856 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2548834953168 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2548834953168 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=a9472d00-c0f9-45b1-bc0c-a211c3d52dcd&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=c8e1a192-596d-4ed8-a313-9dfd398f1db6 HTTP/1.1" 200 1550 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_EDW_TRANS_D, database=PL_DEV, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=19c0b241-a429-41c8-a0c0-ead2e07294f1 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: bf11a899-8ac8-4c7f-a968-10852a26e734 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=19c0b241-a429-41c8-a0c0-ead2e07294f1&databaseName=PL_DEV&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=bf11a899-8ac8-4c7f-a968-10852a26e734 HTTP/1.1" 200 1554 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00181s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 35026ac4-76f5-4a9f-8403-50d356abcfa8 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6f984ca9-ca84-49e8-85b1-d74544096e7d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=35026ac4-76f5-4a9f-8403-50d356abcfa8&request_guid=6f984ca9-ca84-49e8-85b1-d74544096e7d HTTP/1.1" 200 2275 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83905-0502-b0de-1a4b-0303c5d62e9f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83905-0502-b0de-1a4b-0303c5d62e9f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83905-0502-b0de-1a4b-0303c5d62e9f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 18c44237-0279-46a1-8c24-b07eb9ccbeb9 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83905-0502-b0de-1a4b-0303c5d62e9f?request_guid=18c44237-0279-46a1-8c24-b07eb9ccbeb9 HTTP/1.1" 200 1854 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83905-0502-b0de-1a4b-0303c5d62e9f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d6c44122-9a41-485b-b610-1799e47bf1a1 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83905-0502-b0de-1a4b-0303c5d62e9f?request_guid=d6c44122-9a41-485b-b610-1799e47bf1a1 HTTP/1.1" 200 1854 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83905-0502-b0de-1a4b-0303c5d62e9f'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: c02a7f51-8e79-48c9-a300-d29334acf301 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83905-0502-b0de-1a4b-0303c5d62e9f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83905-0502-b0de-1a4b-0303c5d62e9f'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9fd9ecea-8656-4716-8ef2-5e51026515d1 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=c02a7f51-8e79-48c9-a300-d29334acf301&request_guid=9fd9ecea-8656-4716-8ef2-5e51026515d1 HTTP/1.1" 200 2274 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83905-0502-b0de-1a4b-0303c5d62ecf +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83905-0502-b0de-1a4b-0303c5d62ecf +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 4 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: afa79cf8-8dd9-4a96-b640-780a5e9f6894 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 37c24ad6-d78f-460b-9030-a968359e4c30 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=afa79cf8-8dd9-4a96-b640-780a5e9f6894&request_guid=37c24ad6-d78f-460b-9030-a968359e4c30 HTTP/1.1" 200 1796 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83905-0502-b1d6-1a4b-0303c5d654b7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83905-0502-b1d6-1a4b-0303c5d654b7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83905-0502-b1d6-1a4b-0303c5d654b7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 2f5cfc99-9927-4ee1-921e-cf5ebad0f160 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83905-0502-b1d6-1a4b-0303c5d654b7?request_guid=2f5cfc99-9927-4ee1-921e-cf5ebad0f160 HTTP/1.1" 200 2163 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83905-0502-b1d6-1a4b-0303c5d654b7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: b1b532f7-501e-460c-901d-2c5d24e607aa +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83905-0502-b1d6-1a4b-0303c5d654b7?request_guid=b1b532f7-501e-460c-901d-2c5d24e607aa HTTP/1.1" 200 2163 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83905-0502-b1d6-1a4b-0303c5d654b7'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 1aec2aaa-4fb2-41c8-9ee0-4b4b45943158 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83905-0502-b1d6-1a4b-0303c5d654b7'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83905-0502-b1d6-1a4b-0303c5d654b7'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d6b6ceae-9d58-4ae3-92f2-4b96d37a23ef +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=1aec2aaa-4fb2-41c8-9ee0-4b4b45943158&request_guid=d6b6ceae-9d58-4ae3-92f2-4b96d37a23ef HTTP/1.1" 200 1801 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83905-0502-afee-1a4b-0303c5d64b57 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83905-0502-afee-1a4b-0303c5d64b57 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: f2100667-77ba-451a-a09e-fc87d2f102cf +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','STG_CEM_EVENT');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: bc4b82b7-bda0-430b-bc3b-961aea7b1bd9 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=f2100667-77ba-451a-a09e-fc87d2f102cf&request_guid=bc4b82b7-bda0-430b-bc3b-961aea7b1bd9 HTTP/1.1" 200 2289 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83905-0502-ae87-1a4b-0303c5d63ecb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83905-0502-ae87-1a4b-0303c5d63ecb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83905-0502-ae87-1a4b-0303c5d63ecb' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d28eaed4-cab2-488d-b4fd-53092b8ae7cd +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83905-0502-ae87-1a4b-0303c5d63ecb?request_guid=d28eaed4-cab2-488d-b4fd-53092b8ae7cd HTTP/1.1" 200 1680 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83905-0502-ae87-1a4b-0303c5d63ecb' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 3e1210a0-741f-4b31-9e54-26200a8eb326 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83905-0502-ae87-1a4b-0303c5d63ecb?request_guid=3e1210a0-741f-4b31-9e54-26200a8eb326 HTTP/1.1" 200 1679 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83905-0502-ae87-1a4b-0303c5d63ecb'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 5fcfc77e-cd4b-4c82-836d-af1d475dfdd3 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83905-0502-ae87-1a4b-0303c5d63ecb'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83905-0502-ae87-1a4b-0303c5d63ecb'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ec4edd65-4f59-4fbb-9487-fbed92b4254a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=5fcfc77e-cd4b-4c82-836d-af1d475dfdd3&request_guid=ec4edd65-4f59-4fbb-9487-fbed92b4254a HTTP/1.1" 200 2287 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83905-0502-af26-1a4b-0303c5d66177 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83905-0502-af26-1a4b-0303c5d66177 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 20.18s ago] ('get_data', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=07411ca8-5d25-42ae-bf2f-3af827861e47 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a477bbf2-8a2c-49e9-871a-64f55eeecb5b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=07411ca8-5d25-42ae-bf2f-3af827861e47&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=a477bbf2-8a2c-49e9-871a-64f55eeecb5b HTTP/1.1" 200 1543 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT EVENT_DTM,"header_change_mask","header_change_oper",ODS_EXP_ROW_DTM,EVENT...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 0ec169fb-9188-42c6-a2d3-d48c1091e4da +DEBUG:snowflake.connector.cursor:running query [SELECT EVENT_DTM,"header_change_mask","header_change_oper",ODS_EXP_ROW_DTM,EVENT...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT EVENT_DTM,"header_change_mask","header_change_oper",ODS_EXP_ROW_DTM,EVENT...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f5b5804f-732e-4431-9e6a-cc324981241f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=0ec169fb-9188-42c6-a2d3-d48c1091e4da&request_guid=f5b5804f-732e-4431-9e6a-cc324981241f HTTP/1.1" 200 4958 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83906-0502-b0de-1a4b-0303c5d6830f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83906-0502-b0de-1a4b-0303c5d6830f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=57 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83906-0502-b0de-1a4b-0303c5d6830f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1d44d0f2-1574-4246-b320-9c7e3bd4b5bb +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83906-0502-b0de-1a4b-0303c5d6830f?request_guid=1d44d0f2-1574-4246-b320-9c7e3bd4b5bb HTTP/1.1" 200 1975 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83906-0502-b0de-1a4b-0303c5d6830f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 3f569aff-0780-4a34-89f7-d4c6744e6706 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83906-0502-b0de-1a4b-0303c5d6830f?request_guid=3f569aff-0780-4a34-89f7-d4c6744e6706 HTTP/1.1" 200 1973 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83906-0502-b0de-1a4b-0303c5d6830f'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: c088e32f-08a5-4a72-8771-7a5935c94a65 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83906-0502-b0de-1a4b-0303c5d6830f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83906-0502-b0de-1a4b-0303c5d6830f'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f62aec8d-ae65-46ac-82de-10de5b396c63 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=c088e32f-08a5-4a72-8771-7a5935c94a65&request_guid=f62aec8d-ae65-46ac-82de-10de5b396c63 HTTP/1.1" 200 4940 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83906-0502-b0de-1a4b-0303c5d68343 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83906-0502-b0de-1a4b-0303c5d68343 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=57 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.result_set:result batch 1 has id: data_0_0_0 +DEBUG:snowflake.connector.result_set:result batch 2 has id: data_0_0_1 +DEBUG:snowflake.connector.result_set:result batch 3 has id: data_0_0_2 +DEBUG:snowflake.connector.result_set:result batch 4 has id: data_0_0_3 +DEBUG:snowflake.connector.result_set:result batch 5 has id: data_0_0_4 +DEBUG:snowflake.connector.result_set:result batch 6 has id: data_0_0_5 +DEBUG:snowflake.connector.result_set:result batch 7 has id: data_0_0_6 +DEBUG:snowflake.connector.result_set:result batch 8 has id: data_0_1_0 +DEBUG:snowflake.connector.result_set:result batch 9 has id: data_0_1_1 +DEBUG:snowflake.connector.result_set:result batch 10 has id: data_0_1_2 +DEBUG:snowflake.connector.result_set:result batch 11 has id: data_0_1_3 +DEBUG:snowflake.connector.result_set:result batch 12 has id: data_0_1_4 +DEBUG:snowflake.connector.result_set:result batch 13 has id: data_0_1_5 +DEBUG:snowflake.connector.result_set:result batch 14 has id: data_0_1_6 +DEBUG:snowflake.connector.result_set:result batch 15 has id: data_0_2_0 +DEBUG:snowflake.connector.result_set:result batch 16 has id: data_0_2_1 +DEBUG:snowflake.connector.result_set:result batch 17 has id: data_0_2_2 +DEBUG:snowflake.connector.result_set:result batch 18 has id: data_0_2_3 +DEBUG:snowflake.connector.result_set:result batch 19 has id: data_0_2_4 +DEBUG:snowflake.connector.result_set:result batch 20 has id: data_0_2_5 +DEBUG:snowflake.connector.result_set:result batch 21 has id: data_0_2_6 +DEBUG:snowflake.connector.result_set:result batch 22 has id: data_0_3_0 +DEBUG:snowflake.connector.result_set:result batch 23 has id: data_0_3_1 +DEBUG:snowflake.connector.result_set:result batch 24 has id: data_0_3_2 +DEBUG:snowflake.connector.result_set:result batch 25 has id: data_0_3_3 +DEBUG:snowflake.connector.result_set:result batch 26 has id: data_0_3_4 +DEBUG:snowflake.connector.result_set:result batch 27 has id: data_0_3_5 +DEBUG:snowflake.connector.result_set:result batch 28 has id: data_0_3_6 +DEBUG:snowflake.connector.result_set:result batch 29 has id: data_0_4_0 +DEBUG:snowflake.connector.result_set:result batch 30 has id: data_0_4_1 +DEBUG:snowflake.connector.result_set:result batch 31 has id: data_0_4_2 +DEBUG:snowflake.connector.result_set:result batch 32 has id: data_0_4_3 +DEBUG:snowflake.connector.result_set:result batch 33 has id: data_0_4_4 +DEBUG:snowflake.connector.result_set:result batch 34 has id: data_0_4_5 +DEBUG:snowflake.connector.result_set:result batch 35 has id: data_0_4_6 +DEBUG:snowflake.connector.result_set:result batch 36 has id: data_0_4_7 +DEBUG:snowflake.connector.result_set:result batch 37 has id: data_0_5_0 +DEBUG:snowflake.connector.result_set:result batch 38 has id: data_0_5_1 +DEBUG:snowflake.connector.result_set:result batch 39 has id: data_0_5_2 +DEBUG:snowflake.connector.result_set:result batch 40 has id: data_0_5_3 +DEBUG:snowflake.connector.result_set:result batch 41 has id: data_0_5_4 +DEBUG:snowflake.connector.result_set:result batch 42 has id: data_0_5_5 +DEBUG:snowflake.connector.result_set:result batch 43 has id: data_0_5_6 +DEBUG:snowflake.connector.result_set:result batch 44 has id: data_0_6_0 +DEBUG:snowflake.connector.result_set:result batch 45 has id: data_0_6_1 +DEBUG:snowflake.connector.result_set:result batch 46 has id: data_0_6_2 +DEBUG:snowflake.connector.result_set:result batch 47 has id: data_0_6_3 +DEBUG:snowflake.connector.result_set:result batch 48 has id: data_0_6_4 +DEBUG:snowflake.connector.result_set:result batch 49 has id: data_0_6_5 +DEBUG:snowflake.connector.result_set:result batch 50 has id: data_0_6_6 +DEBUG:snowflake.connector.result_set:result batch 51 has id: data_0_7_0 +DEBUG:snowflake.connector.result_set:result batch 52 has id: data_0_7_1 +DEBUG:snowflake.connector.result_set:result batch 53 has id: data_0_7_2 +DEBUG:snowflake.connector.result_set:result batch 54 has id: data_0_7_3 +DEBUG:snowflake.connector.result_set:result batch 55 has id: data_0_7_4 +DEBUG:snowflake.connector.result_set:result batch 56 has id: data_0_7_5 +DEBUG:snowflake.connector.result_set:result batch 57 has id: data_0_7_6 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_0 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_0 with existing session +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_1 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/2 active sessions +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_1 with existing session +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/3 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_2 with existing session +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_4 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_3 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:filelock:Attempting to acquire lock 2548838643216 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:using OCSP response cache +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:filelock:Lock 2548838643216 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Certificate is NOT attached in Basic OCSP Response. Using issuer's certificate +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the OCSP response is signed by the issuer. +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:filelock:Attempting to acquire lock 2548838974128 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:using OCSP response cache +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Certificate is NOT attached in Basic OCSP Response. Using issuer's certificate +DEBUG:filelock:Timeout on acquiring lock 2548838974128 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:using OCSP response cache +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the OCSP response is signed by the issuer. +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:snowflake.connector.ocsp_asn1crypto:Certificate is NOT attached in Basic OCSP Response. Using issuer's certificate +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the OCSP response is signed by the issuer. +DEBUG:filelock:Attempting to release lock 2548838643216 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2548838643216 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:using OCSP response cache +DEBUG:snowflake.connector.ocsp_asn1crypto:Certificate is NOT attached in Basic OCSP Response. Using issuer's certificate +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the OCSP response is signed by the issuer. +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_0_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133333&Signature=mbajJ5lseNNHv%2B%2Fu3BBAePthc6M%3D HTTP/1.1" 200 35090 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_0_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133333&Signature=xYUi3eI3ANrylo%2BYlxwaeTVNeaM%3D HTTP/1.1" 200 133478 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_4 with existing session +DEBUG:snowflake.connector.result_set:user began consuming result batch 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 242 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 1 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 2 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_5 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 248 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 2 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 3 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_6 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_0_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133333&Signature=G%2FGNmfoLcxUh9Hp%2FP%2ByT4byJDpU%3D HTTP/1.1" 200 465916 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_0_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133333&Signature=HwrovyRDy79ylbt2r2Cjz7eRB9g%3D HTTP/1.1" 200 964549 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_0_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133333&Signature=UypHua%2B5T8L%2BaBpAwj772DW8vkA%3D HTTP/1.1" 200 264297 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_0_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133333&Signature=YldmEuF0zzURXU1tjy0JpNbTUo8%3D HTTP/1.1" 200 1747853 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_6 with existing session +DEBUG:snowflake.connector.result_set:user began consuming result batch 3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 496 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 3 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 4 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 990 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_0_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133333&Signature=kTRUQxXxsoKV7FSRDNpjQ0QjLZs%3D HTTP/1.1" 200 264690 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 993 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 4 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 5 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_1_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133333&Signature=MDCY6PwoLoDrSQfhuIIL68FRrBQ%3D HTTP/1.1" 200 35019 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_1 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1982 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_1_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133333&Signature=bu%2BQMy95ka9AEBnIXhFSPt6TjlY%3D HTTP/1.1" 200 133377 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1978 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 5 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 6 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2529 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2528 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_1_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133333&Signature=0oHvEbdgNqmbP3inQmo9EgtWOAg%3D HTTP/1.1" 200 261719 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2546 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2535 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2545 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 6 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 7 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 7 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1911 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_3 with existing session +DEBUG:snowflake.connector.result_set:user finished consuming result batch 7 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 8 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 8 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_4 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 242 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_2 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 8 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_2 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 9 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_2 +DEBUG:snowflake.connector.result_set:user began consuming result batch 9 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 248 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 9 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 10 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 10 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 496 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_1_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133333&Signature=DVEDzBR2ThFbdhjoopzqQEp6B%2Fk%3D HTTP/1.1" 200 466986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 496 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 10 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 11 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_1_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133333&Signature=8m6LAogZ1jhv4%2F45u%2FL4NTgvyEg%3D HTTP/1.1" 200 969217 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_0 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_1_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133333&Signature=57NzhQ3dr522CtEw1UFskwVNDnU%3D HTTP/1.1" 200 1734762 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 11 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 988 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 989 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_1_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133333&Signature=m2rWGET6qUjthyMYxVkIqk6wuqc%3D HTTP/1.1" 200 2186834 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 990 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_2_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133333&Signature=fOvdvYBaA0PwbiNBpN8kEUjxSLI%3D HTTP/1.1" 200 33636 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 11 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 12 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_1 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 12 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1979 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_2_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133333&Signature=jQi9B4nsljPQqgX67vUPklUYfFQ%3D HTTP/1.1" 200 129595 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1978 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 12 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 13 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 13 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2513 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_2_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133333&Signature=SkReoLkbe0LcKIXTAkr%2FMcueE0c%3D HTTP/1.1" 200 256381 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2521 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2537 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2532 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2520 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 13 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 14 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_3 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 7 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 14 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 7 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 7, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2516 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_2_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133333&Signature=i4Vbog7iyy2e8QYMjUl%2B7WpnZ%2BA%3D HTTP/1.1" 200 462463 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2529 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2532 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2521 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2535 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2531 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 527 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 14 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 15 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 15 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 243 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 15 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 16 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 16 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 248 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 16 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 17 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 17 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 495 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 496 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_2_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133333&Signature=7RXLLlBN0kuvM4iXn74%2B0sslQ%2FY%3D HTTP/1.1" 200 967630 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 496 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 17 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 18 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_0 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_2_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133333&Signature=iY873vDqZMeiC5vF2M%2FQQVrDd2A%3D HTTP/1.1" 200 1757664 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 18 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 993 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_2_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133333&Signature=dCduog9z9xLKiGrhpfgtn5KmCA8%3D HTTP/1.1" 200 131960 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 992 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_3_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133333&Signature=yrjNSQs%2FPXEshpCcGVx2p2Sv6G8%3D HTTP/1.1" 200 34661 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 18 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 19 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_1 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_1 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 19 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1981 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1984 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_3_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133333&Signature=IE67g8WZWFB13XX%2BJsEEangfH3A%3D HTTP/1.1" 200 133017 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1980 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 19 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 20 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 20 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2523 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_3_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133333&Signature=d3vGniYJpTgZAPCPBfRUVA7qVNs%3D HTTP/1.1" 200 262868 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2528 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2541 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2536 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2522 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 20 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 21 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 21 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 975 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_3 with existing session +DEBUG:snowflake.connector.result_set:user finished consuming result batch 21 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 22 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_4 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 22 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_2 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 243 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 22 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 23 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 23 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 249 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 249 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 249 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 23 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 24 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_3_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133333&Signature=ig2bnLDdLZ3BcsdXmqD4i%2FSsXbY%3D HTTP/1.1" 200 464439 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 24 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 249 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 249 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_3_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133333&Signature=Bcxt7jJVjEEuz4CRQzei08XWS3Y%3D HTTP/1.1" 200 962759 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 497 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_6 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 497 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_3 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_3_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133333&Signature=3TRxbRKZ7gUOXiessPeijmsvgMY%3D HTTP/1.1" 200 1740120 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 497 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_4 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 24 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_4 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 25 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 25 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 497 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_4 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_3_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133333&Signature=zS6s4YKJ0I9qcGbPUdxlPmEKbkU%3D HTTP/1.1" 200 1208430 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 993 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 993 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 993 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 25 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 26 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_1 +DEBUG:snowflake.connector.result_set:user began consuming result batch 26 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_1 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 994 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_4_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133333&Signature=zZxz7HBYRLnoFsVArcK5k68LW6I%3D HTTP/1.1" 200 34475 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1987 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_4_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133333&Signature=kTuoX0vIpGcsUOWOVvlx7CWajow%3D HTTP/1.1" 200 131285 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1971 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_1 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 26 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 27 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 27 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2529 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_4_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133333&Signature=77lrdau2sgl8VpevWrHB5sm%2BRns%3D HTTP/1.1" 200 259963 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2531 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2524 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2529 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2532 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 27 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 28 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 28 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2517 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2539 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2526 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_4_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133333&Signature=fOFlg2m5q3h8XksE8w2ettLb%2BBM%3D HTTP/1.1" 200 464061 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1125 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_2 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 28 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 29 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_2 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 29 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 242 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_4 with existing session +DEBUG:snowflake.connector.result_set:user finished consuming result batch 29 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 30 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 30 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 249 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 30 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 31 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 31 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 249 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 497 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_4_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133333&Signature=XJgaOyNZW9cIbKh%2BSigFH60A%2FZo%3D HTTP/1.1" 200 963245 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 31 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 32 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_7 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_4_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133333&Signature=e7x0k4hoIvGeve9YmgJiHVo8z14%3D HTTP/1.1" 200 1763257 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 32 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_7 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 497 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 992 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_4_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133333&Signature=5aTFODt3bG%2BX8tkCB2pUR7XGt5g%3D HTTP/1.1" 200 3288578 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 32 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 33 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 33 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 993 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_4_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133333&Signature=3IPJK9e9Uv3nmfxMwNF%2FUeSfcwc%3D HTTP/1.1" 200 1193681 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1985 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_5_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133333&Signature=IHbSgCEyHPOa9XxQhzGgGiu1fgc%3D HTTP/1.1" 200 34825 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1982 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_0 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 33 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 34 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_1 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_7 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 34 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2518 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_5_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133333&Signature=Jaw2wnEu%2BmzG3qtvH595M28gAZU%3D HTTP/1.1" 200 132770 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2523 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2537 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2532 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2517 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 34 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 35 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 9 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 35 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 9 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 9, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2529 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2515 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_5_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133333&Signature=hwNO%2FEXpw0iR9xLphnA8RjWGUUE%3D HTTP/1.1" 200 261281 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2542 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2529 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2543 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2538 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2524 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 2543 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 2533 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 35 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 36 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 36 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2544 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2542 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2528 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_5_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133333&Signature=JkT9hjC3vCAXpKB8QL1Y8pkGjdY%3D HTTP/1.1" 200 463548 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 612 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 36 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 37 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 37 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 243 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_set:user finished consuming result batch 37 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_4 with existing session +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 38 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 38 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 248 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 38 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 39 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 39 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 496 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_5_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133333&Signature=aLlVxgVNAdJEhZM0oiDyLbLxrbc%3D HTTP/1.1" 200 962977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 497 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 39 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 40 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 40 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_5_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133333&Signature=nBK8Qevo3potCLuyX%2BpaTIVM2dQ%3D HTTP/1.1" 200 1755693 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 497 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 992 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_5_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133333&Signature=6XkQluC5YXWv82k1QZuJMKrb%2B0c%3D HTTP/1.1" 200 150579 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 992 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_6_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133333&Signature=wPZW494GAbiFSnjW7SPl%2F%2BziFWw%3D HTTP/1.1" 200 35016 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 40 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 41 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_1 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 41 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1981 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_6_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133333&Signature=T4L2I7slG51cj%2B0hoSUFMu4rv84%3D HTTP/1.1" 200 133248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1980 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 41 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 42 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 42 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2523 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_6_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133333&Signature=xhMsn%2F5KBcWtxJnijVfcJRZPlqc%3D HTTP/1.1" 200 264485 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2528 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2543 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2539 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2526 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 42 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 43 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 43 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1089 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_2 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 43 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 44 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 44 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 242 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 44 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 45 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 45 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_6_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133333&Signature=CbZTRx0gtNDcmPFr1Y5DLj126MI%3D HTTP/1.1" 200 468013 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 248 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 45 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 46 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 46 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_6_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133333&Signature=XogQFSLmcQnjj0e1INdh7TUHOWI%3D HTTP/1.1" 200 967057 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 496 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_6_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133333&Signature=tud9enF430y%2FpWybEUKCh%2BuLjEA%3D HTTP/1.1" 200 1752141 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 496 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 46 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 47 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 47 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_4 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_0 with existing session +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 496 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 991 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_6_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133333&Signature=t%2Fwznrqdbl5yM4Esu2B8DE7CCgY%3D HTTP/1.1" 200 2117103 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 992 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_7_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133333&Signature=corHIevO%2BCMhovmvvrE8juwohNs%3D HTTP/1.1" 200 35021 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 991 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 47 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 48 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_1 +DEBUG:snowflake.connector.result_set:user began consuming result batch 48 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_1 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 991 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1979 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1980 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_7_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133333&Signature=A22deKdG1COEpilXgPqdH8ilPMM%3D HTTP/1.1" 200 133249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1978 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 48 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 49 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_2 +DEBUG:snowflake.connector.result_set:user began consuming result batch 49 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_2 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_2 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2524 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2528 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_7_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133333&Signature=QaWDQvxsazA3l%2FJIUukGm6T3U20%3D HTTP/1.1" 200 263313 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2542 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2541 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2524 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 49 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 50 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_3 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 7 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 50 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 7 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 7, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2521 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_7_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133333&Signature=KTyr5BURbpQWvAHk%2FPkz%2BGMR%2FY4%3D HTTP/1.1" 200 465199 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2515 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2537 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2523 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2537 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2534 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 9 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 50 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 51 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 51 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 242 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 51 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 52 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 52 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 248 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 52 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 53 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 53 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 495 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 496 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_7_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133333&Signature=YMFjT8jr9tq93mmKwXHPk9KkERU%3D HTTP/1.1" 200 966941 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 496 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 53 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 54 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 54 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 992 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 54 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 55 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 55 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 992 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_7_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133333&Signature=K9%2BtTZeT%2F84d7hIZuwo0V30VIN0%3D HTTP/1.1" 200 1756606 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1980 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_7_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133333&Signature=guYFR%2BdX2ypXUdqXY6B7Akb8uJk%3D HTTP/1.1" 200 238425 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1981 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 55 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 56 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 56 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2520 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2525 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2540 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2534 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2519 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 56 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 57 +DEBUG:snowflake.connector.result_set:user began consuming result batch 57 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1710 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 57 +INFO:snowflake.connector.connection:closed +DEBUG:snowflake.connector.telemetry:Closing telemetry client. +INFO:snowflake.connector.connection:No async queries seem to be running, deleting session +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: be1649a5-a643-456e-b9c2-99589633e630 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session?delete=true&request_guid=be1649a5-a643-456e-b9c2-99589633e630 HTTP/1.1" 200 76 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.connection:Session is closed +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_EDW_TRANS_D, database=PL_DEV, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=1ea7f196-4f8e-4b00-9469-fddb94efc325 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d3700286-e50e-4dd5-a22d-d2ac9e8f0a3f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=1ea7f196-4f8e-4b00-9469-fddb94efc325&databaseName=PL_DEV&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=d3700286-e50e-4dd5-a22d-d2ac9e8f0a3f HTTP/1.1" 200 1546 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT EVENT_DTM,"header_change_mask","header_change_oper",ODS_EXP_ROW_DTM,EVENT...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: bd3075b5-1ef9-4201-af6b-49ab18a69dee +DEBUG:snowflake.connector.cursor:running query [SELECT EVENT_DTM,"header_change_mask","header_change_oper",ODS_EXP_ROW_DTM,EVENT...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT EVENT_DTM,"header_change_mask","header_change_oper",ODS_EXP_ROW_DTM,EVENT...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1bc68104-5a3d-40e9-b856-961ddaebb86b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=bd3075b5-1ef9-4201-af6b-49ab18a69dee&request_guid=1bc68104-5a3d-40e9-b856-961ddaebb86b HTTP/1.1" 200 2289 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83908-0502-b1d6-1a4b-0303c5d6f57b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83908-0502-b1d6-1a4b-0303c5d6f57b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=3 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83908-0502-b1d6-1a4b-0303c5d6f57b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 80b27ce2-2411-4901-850a-fb270164a188 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83908-0502-b1d6-1a4b-0303c5d6f57b?request_guid=80b27ce2-2411-4901-850a-fb270164a188 HTTP/1.1" 200 1971 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83908-0502-b1d6-1a4b-0303c5d6f57b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 526916cd-d2f8-4e51-94c7-eea2ac056b5b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83908-0502-b1d6-1a4b-0303c5d6f57b?request_guid=526916cd-d2f8-4e51-94c7-eea2ac056b5b HTTP/1.1" 200 1972 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83908-0502-b1d6-1a4b-0303c5d6f57b'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 5f501619-d038-4859-b1df-1da52940fbd4 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83908-0502-b1d6-1a4b-0303c5d6f57b'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83908-0502-b1d6-1a4b-0303c5d6f57b'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 56e8f019-91b1-4228-9731-a067d94f863d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=5f501619-d038-4859-b1df-1da52940fbd4&request_guid=56e8f019-91b1-4228-9731-a067d94f863d HTTP/1.1" 200 2301 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83908-0502-afee-1a4b-0303c5d6eaa3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83908-0502-afee-1a4b-0303c5d6eaa3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=3 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.result_set:result batch 1 has id: data_0_0_0 +DEBUG:snowflake.connector.result_set:result batch 2 has id: data_0_0_1 +DEBUG:snowflake.connector.result_set:result batch 3 has id: data_0_0_2 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_0 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_0 with existing session +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_1 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/2 active sessions +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_1 with existing session +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_2 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/3 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_2 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838a1-0502-af26-1a4b-0303c5bad13b_0/main/data_0_0_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133471&Signature=1xX5TZrUlrCf8208YJ4aUHBf5lM%3D HTTP/1.1" 200 36830 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/3 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 246 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 1 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 2 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838a1-0502-af26-1a4b-0303c5bad13b_0/main/data_0_0_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133471&Signature=VqCXrwctBGyrtY3daraaqbjacBo%3D HTTP/1.1" 200 39942 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/3 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838a1-0502-af26-1a4b-0303c5bad13b_0/main/data_0_0_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133471&Signature=I0S25soQ30X65MQ9HSEjp%2FIOTW4%3D HTTP/1.1" 200 137002 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/3 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_set:user began consuming result batch 2 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 246 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 246 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 246 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 246 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 2 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 282 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 3 +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 165.5s ago] ('minus_query', 1, 0) +INFO:snowflake.connector.connection:closed +DEBUG:snowflake.connector.telemetry:Closing telemetry client. +INFO:snowflake.connector.connection:No async queries seem to be running, deleting session +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6c9b9c53-864b-48e1-b591-8a758a763280 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session?delete=true&request_guid=6c9b9c53-864b-48e1-b591-8a758a763280 HTTP/1.1" 200 76 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.connection:Session is closed +INFO:snowflake.connector.connection:closed +DEBUG:snowflake.connector.telemetry:Closing telemetry client. +DEBUG:snowflake.connector.telemetry:Sending 1 logs to telemetry. Data is {'logs': [{'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_imported_packages', 'value': "{'types', 'sql', 'queue', 'sqlite3', 'fractions', 'hashlib', 'uu', 'click', 'sys', 'csv', 'asn1crypto', 'stringprep', 'contextlib', 'cachelib', 'secrets', 'urllib3', 'hmac', 'copyreg', 'traceback', 'numpy', 'common', 'webbrowser', 'warnings', 'concurrent', 'encodings', 'builtins', 'fnmatch', 'calendar', 'weakref', 'pandas', 'os', 'pydevd_file_utils', 'configparser', 'sre_parse', 'opcode', 'importlib', 'abc', 'sqlalchemy', 'random', 'http', 'flask_migrate', 'xml', 'posixpath', 'platform', 'typing', 'code', 'pathlib', 'socket', 'pydevd', 'mako', 'pkg_resources', 'bisect', 'cryptography', 'numbers', 'oscrypto', 'select', 'site', 're', 'json', 'sre_compile', 'bz2', 'signal', 'mmap', 'overrides', 'xmlrpc', 'marshal', 'ntpath', 'flask', 'gc', 'collections', 'pydev_ipython', 'copy', 'jwt', 'urllib', 'zipimport', 'stat', 'math', 'asyncio', 'markupsafe', 'time', 'pydevconsole', 'imp', 'snowflake', 'dis', 'msvcrt', 'unicodedata', 'sysconfig', 'errno', 'uuid', 'gettext', 'gzip', 'flask_sqlalchemy', 'ipaddress', 'config', 'charset_normalizer', 'werkzeug', 'difflib', 'zlib', 'codecs', 'string', 'colorama', 'alembic', 'functools', 'greenlet', 'lzma', 'datetime', 'inspect', 'tokenize', 'argparse', 'idna', 'selectors', 'requests', 'threading', 'dataclasses', 'operator', 'pyexpat', 'tempfile', 'logging', 'html', 'certifi', 'cmath', 'reprlib', 'struct', 'base64', 'pydevd_tracing', 'jinja2', 'locale', 'socketserver', 'linecache', 'nturl2path', 'function', 'mimetypes', 'plistlib', 'shlex', 'itertools', 'keyword', 'binascii', 'pkgutil', 'getpass', 'pytz', 'flask_wtf', 'contextvars', 'cffi', 'shutil', 'enum', 'heapq', 'ssl', 'atexit', 'dateutil', 'fconfig', 'sre_constants', 'pycparser', 'ctypes', 'timeit', 'glob', 'io', 'OpenSSL', 'wtforms', 'zipfile', 'ast', 'flask_session', 'pydevd_plugins', 'codeop', 'subprocess', 'token', 'nt', 'debugpy', 'psycopg2', 'itsdangerous', 'pickle', 'decimal', 'pydoc', 'cython_runtime', 'quopri', 'winreg', 'email', 'textwrap', 'filelock', 'pprint', 'genericpath', 'Cryptodome', 'typing_extensions', 'six'}"}, 'timestamp': '1668111708085'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_first_result', 'query_id': '01a83905-0502-b0de-1a4b-0303c5d62e9f', 'value': -1013}, 'timestamp': '1668111710911'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_first_result', 'query_id': '01a83905-0502-b0de-1a4b-0303c5d62ecf', 'value': -1014}, 'timestamp': '1668111711245'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_last_result', 'query_id': '01a83905-0502-b0de-1a4b-0303c5d62ecf', 'value': 5}, 'timestamp': '1668111711250'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_first_result', 'query_id': '01a83905-0502-b1d6-1a4b-0303c5d654b7', 'value': -1013}, 'timestamp': '1668111711905'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_first_result', 'query_id': '01a83905-0502-afee-1a4b-0303c5d64b57', 'value': -1013}, 'timestamp': '1668111712250'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_last_result', 'query_id': '01a83905-0502-afee-1a4b-0303c5d64b57', 'value': 4}, 'timestamp': '1668111712254'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_first_result', 'query_id': '01a83905-0502-ae87-1a4b-0303c5d63ecb', 'value': -1014}, 'timestamp': '1668111712361'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_first_result', 'query_id': '01a83905-0502-af26-1a4b-0303c5d66177', 'value': -1013}, 'timestamp': '1668111712689'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_last_result', 'query_id': '01a83905-0502-af26-1a4b-0303c5d66177', 'value': 3}, 'timestamp': '1668111712692'}]}. +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7690991a-88cf-4cce-93e7-a8c9c366524d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /telemetry/send?request_guid=7690991a-88cf-4cce-93e7-a8c9c366524d HTTP/1.1" 200 86 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.telemetry:Successfully uploading metrics to telemetry. +INFO:snowflake.connector.connection:No async queries seem to be running, deleting session +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: b3a6c1b6-a209-4596-898c-1f781e8c027d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session?delete=true&request_guid=b3a6c1b6-a209-4596-898c-1f781e8c027d HTTP/1.1" 200 76 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.connection:Session is closed +INFO:snowflake.connector.connection:closed +DEBUG:snowflake.connector.telemetry:Closing telemetry client. +DEBUG:snowflake.connector.telemetry:Sending 1 logs to telemetry. Data is {'logs': [{'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_imported_packages', 'value': "{'types', 'sql', 'queue', 'sqlite3', 'fractions', 'hashlib', 'uu', 'click', 'sys', 'csv', 'asn1crypto', 'stringprep', 'contextlib', 'cachelib', 'secrets', 'urllib3', 'hmac', 'copyreg', 'traceback', 'numpy', 'common', 'webbrowser', 'warnings', 'concurrent', 'encodings', 'builtins', 'fnmatch', 'calendar', 'weakref', 'pandas', 'os', 'pydevd_file_utils', 'configparser', 'sre_parse', 'opcode', 'importlib', 'abc', 'sqlalchemy', 'random', 'http', 'flask_migrate', 'xml', 'posixpath', 'platform', 'typing', 'code', 'pathlib', 'socket', 'pydevd', 'mako', 'pkg_resources', 'bisect', 'cryptography', 'numbers', 'oscrypto', 'select', 'site', 're', 'json', 'sre_compile', 'bz2', 'signal', 'mmap', 'overrides', 'xmlrpc', 'marshal', 'ntpath', 'flask', 'gc', 'collections', 'pydev_ipython', 'copy', 'jwt', 'urllib', 'zipimport', 'stat', 'math', 'asyncio', 'markupsafe', 'time', 'pydevconsole', 'imp', 'snowflake', 'dis', 'msvcrt', 'unicodedata', 'sysconfig', 'errno', 'uuid', 'gettext', 'gzip', 'flask_sqlalchemy', 'ipaddress', 'config', 'charset_normalizer', 'werkzeug', 'difflib', 'zlib', 'codecs', 'string', 'colorama', 'alembic', 'functools', 'greenlet', 'lzma', 'datetime', 'inspect', 'tokenize', 'argparse', 'idna', 'selectors', 'requests', 'threading', 'dataclasses', 'operator', 'pyexpat', 'tempfile', 'logging', 'html', 'certifi', 'cmath', 'reprlib', 'struct', 'base64', 'pydevd_tracing', 'jinja2', 'locale', 'socketserver', 'linecache', 'nturl2path', 'function', 'mimetypes', 'plistlib', 'shlex', 'itertools', 'keyword', 'binascii', 'pkgutil', 'getpass', 'pytz', 'flask_wtf', 'contextvars', 'cffi', 'shutil', 'enum', 'heapq', 'ssl', 'atexit', 'dateutil', 'fconfig', 'sre_constants', 'pycparser', 'ctypes', 'timeit', 'glob', 'io', 'OpenSSL', 'wtforms', 'zipfile', 'ast', 'flask_session', 'pydevd_plugins', 'codeop', 'subprocess', 'token', 'nt', 'debugpy', 'psycopg2', 'itsdangerous', 'pickle', 'decimal', 'pydoc', 'cython_runtime', 'quopri', 'winreg', 'email', 'textwrap', 'filelock', 'pprint', 'genericpath', 'Cryptodome', 'typing_extensions', 'six'}"}, 'timestamp': '1668111709418'}]}. +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 69e09227-2746-4cda-952f-18ef6792a24a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /telemetry/send?request_guid=69e09227-2746-4cda-952f-18ef6792a24a HTTP/1.1" 200 86 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.telemetry:Successfully uploading metrics to telemetry. +INFO:snowflake.connector.connection:No async queries seem to be running, deleting session +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f367098a-32cf-4ed5-bf3c-f24b83da6027 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session?delete=true&request_guid=f367098a-32cf-4ed5-bf3c-f24b83da6027 HTTP/1.1" 200 76 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.connection:Session is closed +INFO:sqlalchemy.engine.Engine:ROLLBACK +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 15:25:22] "GET /sfexec?csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y21Ysg.NatmJFPs-Lg37caq2iYcLOvTz9s&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y21Ysg.NatmJFPs-Lg37caq2iYcLOvTz9s&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y21Ysg.NatmJFPs-Lg37caq2iYcLOvTz9s&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y21Ysg.NatmJFPs-Lg37caq2iYcLOvTz9s&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y21Ysg.NatmJFPs-Lg37caq2iYcLOvTz9s&submit=Submit HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 15:25:24] "GET /static/css/21.b5c496e2.chunk.css HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 15:25:24] "GET /static/lib/owlcarousel/assets/owl.carousel.min.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 15:25:24] "GET /static/css/style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 15:25:24] "GET /lib/easing/easing.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 15:25:24] "GET /lib/waypoints/waypoints.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 15:25:24] "GET /lib/counterup/counterup.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 15:25:24] "GET /lib/owlcarousel/owl.carousel.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 15:25:25] "GET /mail/jqBootstrapValidation.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 15:25:25] "GET /mail/contact.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 15:25:25] "GET /js/main.js HTTP/1.1" 404 - +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 255.2s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 255.2s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 255.2s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=0028da09-a729-497d-95b9-6d7cd14c55ba +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 511bb28a-94ae-45e8-9c31-89410079553c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=0028da09-a729-497d-95b9-6d7cd14c55ba&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=511bb28a-94ae-45e8-9c31-89410079553c HTTP/1.1" 200 1547 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_EDW_TRANS_D, database=PL_DEV, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=4938439b-633e-4c3b-aac9-32eff6749eec +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 4c07f9b2-e7f0-4910-a168-d7bf8bac7c90 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=4938439b-633e-4c3b-aac9-32eff6749eec&databaseName=PL_DEV&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=4c07f9b2-e7f0-4910-a168-d7bf8bac7c90 HTTP/1.1" 200 1550 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 254.9s ago] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: af639bde-4e63-4d26-9274-87df5735aea3 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d639f3a4-e18f-4d6f-931a-fa1c516715dd +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=af639bde-4e63-4d26-9274-87df5735aea3&request_guid=d639f3a4-e18f-4d6f-931a-fa1c516715dd HTTP/1.1" 200 2278 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8390a-0502-afee-1a4b-0303c5d73e97 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8390a-0502-afee-1a4b-0303c5d73e97 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8390a-0502-afee-1a4b-0303c5d73e97' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e7c7497d-3d4d-4dd5-afb6-98e13a0bcc86 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8390a-0502-afee-1a4b-0303c5d73e97?request_guid=e7c7497d-3d4d-4dd5-afb6-98e13a0bcc86 HTTP/1.1" 200 1853 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8390a-0502-afee-1a4b-0303c5d73e97' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6c7a262e-9979-4b3e-b87d-fea9a3cf5baf +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8390a-0502-afee-1a4b-0303c5d73e97?request_guid=6c7a262e-9979-4b3e-b87d-fea9a3cf5baf HTTP/1.1" 200 1853 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8390a-0502-afee-1a4b-0303c5d73e97'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 99da498e-1830-47c8-811b-e4f561846375 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8390a-0502-afee-1a4b-0303c5d73e97'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8390a-0502-afee-1a4b-0303c5d73e97'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8ddd36a2-f299-4f5a-a0bb-6a1a06895f74 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=99da498e-1830-47c8-811b-e4f561846375&request_guid=8ddd36a2-f299-4f5a-a0bb-6a1a06895f74 HTTP/1.1" 200 2275 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8390a-0502-b1d6-1a4b-0303c5d74a87 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8390a-0502-b1d6-1a4b-0303c5d74a87 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 4 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: e8ac41f7-6a0a-4d14-84d3-83ac165f7f2a +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 4bc01f1c-d511-42f1-97f5-04c7fe03944d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=e8ac41f7-6a0a-4d14-84d3-83ac165f7f2a&request_guid=4bc01f1c-d511-42f1-97f5-04c7fe03944d HTTP/1.1" 200 1804 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8390a-0502-ae87-1a4b-0303c5d772df +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8390a-0502-ae87-1a4b-0303c5d772df +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8390a-0502-ae87-1a4b-0303c5d772df' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f981e575-b86d-4c46-9770-e61ab6266ddf +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8390a-0502-ae87-1a4b-0303c5d772df?request_guid=f981e575-b86d-4c46-9770-e61ab6266ddf HTTP/1.1" 200 2176 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8390a-0502-ae87-1a4b-0303c5d772df' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 392838fe-9508-49ac-8989-bc9994be5a15 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8390a-0502-ae87-1a4b-0303c5d772df?request_guid=392838fe-9508-49ac-8989-bc9994be5a15 HTTP/1.1" 200 2176 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8390a-0502-ae87-1a4b-0303c5d772df'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 34519603-226c-493a-aa26-6ec46645c9e3 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8390a-0502-ae87-1a4b-0303c5d772df'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8390a-0502-ae87-1a4b-0303c5d772df'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: de67fe87-6423-4b61-b260-e13d434acc88 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=34519603-226c-493a-aa26-6ec46645c9e3&request_guid=de67fe87-6423-4b61-b260-e13d434acc88 HTTP/1.1" 200 1799 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8390a-0502-af26-1a4b-0303c5d753ff +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8390a-0502-af26-1a4b-0303c5d753ff +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: ac44a80b-1a5a-4b58-9de4-521d2cf8351b +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','STG_CEM_EVENT');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e0597e26-2c03-48c5-b942-4fdaf1d8239b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=ac44a80b-1a5a-4b58-9de4-521d2cf8351b&request_guid=e0597e26-2c03-48c5-b942-4fdaf1d8239b HTTP/1.1" 200 2279 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8390a-0502-b1d6-1a4b-0303c5d74abb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8390a-0502-b1d6-1a4b-0303c5d74abb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8390a-0502-b1d6-1a4b-0303c5d74abb' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 4b9601b0-f470-45e1-9660-cb1ee96d75f1 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8390a-0502-b1d6-1a4b-0303c5d74abb?request_guid=4b9601b0-f470-45e1-9660-cb1ee96d75f1 HTTP/1.1" 200 None +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8390a-0502-b1d6-1a4b-0303c5d74abb' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f27df986-e91f-41b3-9c61-91cb491588f9 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8390a-0502-b1d6-1a4b-0303c5d74abb?request_guid=f27df986-e91f-41b3-9c61-91cb491588f9 HTTP/1.1" 200 1684 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8390a-0502-b1d6-1a4b-0303c5d74abb'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 8255b92a-2365-423b-83b4-ef8481376aa5 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8390a-0502-b1d6-1a4b-0303c5d74abb'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8390a-0502-b1d6-1a4b-0303c5d74abb'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f597d692-2836-4482-89f6-23c6bbc4ca37 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=8255b92a-2365-423b-83b4-ef8481376aa5&request_guid=f597d692-2836-4482-89f6-23c6bbc4ca37 HTTP/1.1" 200 2287 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8390a-0502-ae87-1a4b-0303c5d77353 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8390a-0502-ae87-1a4b-0303c5d77353 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 257.9s ago] ('get_data', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=fac33387-b308-4847-90a4-28c85d0c5131 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 87a20ff1-9fb8-4e4e-a6cc-5cdb6ca1e8d8 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=fac33387-b308-4847-90a4-28c85d0c5131&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=87a20ff1-9fb8-4e4e-a6cc-5cdb6ca1e8d8 HTTP/1.1" 200 1545 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT EVENT_DTM,"header_change_mask","header_change_oper",ODS_EXP_ROW_DTM,EVENT...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 695d93a1-2c78-4dcd-b42f-82567a9f5b79 +DEBUG:snowflake.connector.cursor:running query [SELECT EVENT_DTM,"header_change_mask","header_change_oper",ODS_EXP_ROW_DTM,EVENT...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT EVENT_DTM,"header_change_mask","header_change_oper",ODS_EXP_ROW_DTM,EVENT...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 4dd27b95-f294-48c2-91c3-6a5cc25fa8ce +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=695d93a1-2c78-4dcd-b42f-82567a9f5b79&request_guid=4dd27b95-f294-48c2-91c3-6a5cc25fa8ce HTTP/1.1" 200 4940 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8390a-0502-af26-1a4b-0303c5d7545f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8390a-0502-af26-1a4b-0303c5d7545f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=57 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8390a-0502-af26-1a4b-0303c5d7545f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d7e99d74-ca15-4688-a05a-0fa96e851283 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8390a-0502-af26-1a4b-0303c5d7545f?request_guid=d7e99d74-ca15-4688-a05a-0fa96e851283 HTTP/1.1" 200 1978 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8390a-0502-af26-1a4b-0303c5d7545f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8b4834cd-14ea-4732-84e5-cd194234ffb6 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8390a-0502-af26-1a4b-0303c5d7545f?request_guid=8b4834cd-14ea-4732-84e5-cd194234ffb6 HTTP/1.1" 200 1977 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8390a-0502-af26-1a4b-0303c5d7545f'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 3163fe4a-aa8f-4ccc-b880-1bf037aa1f41 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8390a-0502-af26-1a4b-0303c5d7545f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8390a-0502-af26-1a4b-0303c5d7545f'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 64e03eea-f54b-4a70-9d55-8d90e3c901cd +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=3163fe4a-aa8f-4ccc-b880-1bf037aa1f41&request_guid=64e03eea-f54b-4a70-9d55-8d90e3c901cd HTTP/1.1" 200 4933 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8390a-0502-b1d6-1a4b-0303c5d74b37 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8390a-0502-b1d6-1a4b-0303c5d74b37 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=57 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.result_set:result batch 1 has id: data_0_0_0 +DEBUG:snowflake.connector.result_set:result batch 2 has id: data_0_0_1 +DEBUG:snowflake.connector.result_set:result batch 3 has id: data_0_0_2 +DEBUG:snowflake.connector.result_set:result batch 4 has id: data_0_0_3 +DEBUG:snowflake.connector.result_set:result batch 5 has id: data_0_0_4 +DEBUG:snowflake.connector.result_set:result batch 6 has id: data_0_0_5 +DEBUG:snowflake.connector.result_set:result batch 7 has id: data_0_0_6 +DEBUG:snowflake.connector.result_set:result batch 8 has id: data_0_1_0 +DEBUG:snowflake.connector.result_set:result batch 9 has id: data_0_1_1 +DEBUG:snowflake.connector.result_set:result batch 10 has id: data_0_1_2 +DEBUG:snowflake.connector.result_set:result batch 11 has id: data_0_1_3 +DEBUG:snowflake.connector.result_set:result batch 12 has id: data_0_1_4 +DEBUG:snowflake.connector.result_set:result batch 13 has id: data_0_1_5 +DEBUG:snowflake.connector.result_set:result batch 14 has id: data_0_1_6 +DEBUG:snowflake.connector.result_set:result batch 15 has id: data_0_2_0 +DEBUG:snowflake.connector.result_set:result batch 16 has id: data_0_2_1 +DEBUG:snowflake.connector.result_set:result batch 17 has id: data_0_2_2 +DEBUG:snowflake.connector.result_set:result batch 18 has id: data_0_2_3 +DEBUG:snowflake.connector.result_set:result batch 19 has id: data_0_2_4 +DEBUG:snowflake.connector.result_set:result batch 20 has id: data_0_2_5 +DEBUG:snowflake.connector.result_set:result batch 21 has id: data_0_2_6 +DEBUG:snowflake.connector.result_set:result batch 22 has id: data_0_3_0 +DEBUG:snowflake.connector.result_set:result batch 23 has id: data_0_3_1 +DEBUG:snowflake.connector.result_set:result batch 24 has id: data_0_3_2 +DEBUG:snowflake.connector.result_set:result batch 25 has id: data_0_3_3 +DEBUG:snowflake.connector.result_set:result batch 26 has id: data_0_3_4 +DEBUG:snowflake.connector.result_set:result batch 27 has id: data_0_3_5 +DEBUG:snowflake.connector.result_set:result batch 28 has id: data_0_3_6 +DEBUG:snowflake.connector.result_set:result batch 29 has id: data_0_4_0 +DEBUG:snowflake.connector.result_set:result batch 30 has id: data_0_4_1 +DEBUG:snowflake.connector.result_set:result batch 31 has id: data_0_4_2 +DEBUG:snowflake.connector.result_set:result batch 32 has id: data_0_4_3 +DEBUG:snowflake.connector.result_set:result batch 33 has id: data_0_4_4 +DEBUG:snowflake.connector.result_set:result batch 34 has id: data_0_4_5 +DEBUG:snowflake.connector.result_set:result batch 35 has id: data_0_4_6 +DEBUG:snowflake.connector.result_set:result batch 36 has id: data_0_4_7 +DEBUG:snowflake.connector.result_set:result batch 37 has id: data_0_5_0 +DEBUG:snowflake.connector.result_set:result batch 38 has id: data_0_5_1 +DEBUG:snowflake.connector.result_set:result batch 39 has id: data_0_5_2 +DEBUG:snowflake.connector.result_set:result batch 40 has id: data_0_5_3 +DEBUG:snowflake.connector.result_set:result batch 41 has id: data_0_5_4 +DEBUG:snowflake.connector.result_set:result batch 42 has id: data_0_5_5 +DEBUG:snowflake.connector.result_set:result batch 43 has id: data_0_5_6 +DEBUG:snowflake.connector.result_set:result batch 44 has id: data_0_6_0 +DEBUG:snowflake.connector.result_set:result batch 45 has id: data_0_6_1 +DEBUG:snowflake.connector.result_set:result batch 46 has id: data_0_6_2 +DEBUG:snowflake.connector.result_set:result batch 47 has id: data_0_6_3 +DEBUG:snowflake.connector.result_set:result batch 48 has id: data_0_6_4 +DEBUG:snowflake.connector.result_set:result batch 49 has id: data_0_6_5 +DEBUG:snowflake.connector.result_set:result batch 50 has id: data_0_6_6 +DEBUG:snowflake.connector.result_set:result batch 51 has id: data_0_7_0 +DEBUG:snowflake.connector.result_set:result batch 52 has id: data_0_7_1 +DEBUG:snowflake.connector.result_set:result batch 53 has id: data_0_7_2 +DEBUG:snowflake.connector.result_set:result batch 54 has id: data_0_7_3 +DEBUG:snowflake.connector.result_set:result batch 55 has id: data_0_7_4 +DEBUG:snowflake.connector.result_set:result batch 56 has id: data_0_7_5 +DEBUG:snowflake.connector.result_set:result batch 57 has id: data_0_7_6 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_0 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_0 with existing session +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_1 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/2 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_1 with existing session +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_2 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/3 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_2 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 1 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_3 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_3 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_0_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133570&Signature=ak39kCrUZEFmXnn%2FRvnh5oc40%2Bo%3D HTTP/1.1" 200 264297 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_0_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133570&Signature=rl3cTOcPjShkBvMb2lCVbGFUwG4%3D HTTP/1.1" 200 35090 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_0_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133570&Signature=1hwA6gZObm%2B8c%2FGetOpAygjLnCo%3D HTTP/1.1" 200 465916 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_0_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133570&Signature=C5Ophjf71spSFqb2JrcVL9VyKGo%3D HTTP/1.1" 200 133478 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 242 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 1 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 2 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 2 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 248 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 2 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 3 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_6 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_0_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133570&Signature=4t2fsx9grcmqHbvExSeY03bT1iU%3D HTTP/1.1" 200 964549 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 496 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_0_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133570&Signature=UfS5WT5L12x8qXtlx8HzvLWbc%2Fs%3D HTTP/1.1" 200 1747853 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 496 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 3 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 4 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_0 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_0_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133570&Signature=kNrajoVLuJR1HNqOUv%2BJVv3GHF8%3D HTTP/1.1" 200 264690 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 4 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 990 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 991 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_1_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133570&Signature=7YJ1u2veM8vb0s4syVgNdZQhF%2B8%3D HTTP/1.1" 200 35019 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 993 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 4 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 5 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_1 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1982 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_1_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133570&Signature=78j8syqK2Sj56Yev5%2FsOh0hZcaE%3D HTTP/1.1" 200 133377 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1978 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 5 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 6 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2529 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_1_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133570&Signature=k8j8EliKIpTptuR3zk2DqVwkZmQ%3D HTTP/1.1" 200 261719 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2528 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2546 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2535 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2545 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 7 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_2 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_2 +DEBUG:snowflake.connector.result_set:user began consuming result batch 7 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_2 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1911 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 7 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 8 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 8 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 242 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 8 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 9 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 9 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 248 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 9 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 10 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_1_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 10 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_1_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_1_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 496 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_1_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133570&Signature=HxmHTxaSkl6rJVQv5uO%2BhLcvHOU%3D HTTP/1.1" 200 969217 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 496 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_1_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133570&Signature=mc0AiK0Tefg1HURqUP97WlGcVXE%3D HTTP/1.1" 200 466986 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 496 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 10 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 11 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_0 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_1_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133570&Signature=3igSBg%2FZdQz1hWox0tyGTubSNNA%3D HTTP/1.1" 200 1734762 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_0 with existing session +DEBUG:snowflake.connector.result_set:user began consuming result batch 11 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 988 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_1_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133570&Signature=iLq2wAa%2FcVrFvOJ%2FvIifdpXUK78%3D HTTP/1.1" 200 2186834 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 990 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 11 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 12 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_1 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_2_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133570&Signature=y6J8lVtNuEJ63MB68E2M6Bo64as%3D HTTP/1.1" 200 33636 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_1 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 12 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 989 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1979 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_2_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133570&Signature=3WCx%2BWqOrYxD93FjIm2%2FmGdbbFA%3D HTTP/1.1" 200 129595 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1978 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 12 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 13 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_2 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_1 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_2 with existing session +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 13 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2513 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2521 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_2_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133570&Signature=lMISfCqvMguKYP1%2FTyoecSrg%2BJk%3D HTTP/1.1" 200 256381 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2537 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2532 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2520 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 13 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 14 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_3 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_1_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_1_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 7 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_1_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 14 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 7 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 7, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2516 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_2_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133570&Signature=%2BbNUWsGSwOuf7vJuG3rjaA78vXw%3D HTTP/1.1" 200 462463 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2529 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2532 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2521 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2535 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2531 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 527 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 14 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 15 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 15 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 243 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 15 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 16 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 16 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 248 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 16 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 17 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_2_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 17 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_2_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_2_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 495 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 496 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_2_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133570&Signature=VL%2F5c8OxBjV7i5bgV7NFJn9qyNk%3D HTTP/1.1" 200 967630 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 496 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 17 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 18 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 18 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 990 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_2_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133570&Signature=UWf%2F1iLDbviFu%2ByYg9uGJ%2BXoiOs%3D HTTP/1.1" 200 1757664 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 993 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_2_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133570&Signature=oVbw6qwYcJnjeUbJdWm9puvkBlI%3D HTTP/1.1" 200 131960 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 992 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 18 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 19 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_6 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_1 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_3_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133570&Signature=mANJZoTCD2JPf0WK0ul%2FvC0T8Zg%3D HTTP/1.1" 200 34661 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 19 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1981 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_3_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133570&Signature=Dy9i86zgTPPTO0z9BubA4vw18g4%3D HTTP/1.1" 200 133017 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1984 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1980 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 19 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 20 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_2_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_2_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_2_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 20 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2523 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_3_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133570&Signature=dAOsBrCuYDlDtTyPL147O8EVEPI%3D HTTP/1.1" 200 262868 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2528 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2541 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2536 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2522 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 20 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 21 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 21 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 975 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_3 with existing session +DEBUG:snowflake.connector.result_set:user finished consuming result batch 21 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 22 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 22 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 243 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 22 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 23 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 23 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 249 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 23 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 24 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_3_6 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_3_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 24 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_3_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 497 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_3_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133570&Signature=S908cCxixccSwkNNl17HwcE0ePE%3D HTTP/1.1" 200 464439 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 497 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_3_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133570&Signature=MjQUkOiUsD6aU%2BDpNBI1KpecLBY%3D HTTP/1.1" 200 962759 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 497 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 24 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 25 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_0 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_3_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133570&Signature=zLkSMvCVzEdr3sA03ttDEzDWrq8%3D HTTP/1.1" 200 1740120 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_0 with existing session +DEBUG:snowflake.connector.result_set:user began consuming result batch 25 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 497 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 993 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_3_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133570&Signature=7b16feEnRlztv2EdB7lBa5wUFFQ%3D HTTP/1.1" 200 1208430 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 993 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_4_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133570&Signature=ovVz6Fp7Qqvj9mP7lHyqsoxMY1w%3D HTTP/1.1" 200 34475 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 25 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 26 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_1 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 26 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 994 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1986 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_4_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133570&Signature=N9JitPo4pAzdOK0ptAw47P3Rxxo%3D HTTP/1.1" 200 131285 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1987 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1971 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 26 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 27 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_1 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_2 with existing session +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_6 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_3_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_3_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_3_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 27 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2529 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_4_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133570&Signature=mtzrqWWlZfNq%2B2KQfCrHMdnJvT4%3D HTTP/1.1" 200 259963 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2531 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2524 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2529 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2532 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 27 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 28 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 28 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2517 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2539 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2526 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_4_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133570&Signature=S4L0LLXBsyOJyzoKJbTkatIOjCA%3D HTTP/1.1" 200 464061 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1125 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 28 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 29 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 29 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 242 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_set:user finished consuming result batch 29 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_4 with existing session +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 30 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 30 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 249 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 30 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 31 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 31 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 496 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_4_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133570&Signature=nR%2BgnTozu2oBf2zzUdKQperA4uM%3D HTTP/1.1" 200 963245 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_4_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133570&Signature=Pp7pfO4srcBnruYNi4fycJdrZVg%3D HTTP/1.1" 200 1763257 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 497 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 31 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 32 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_4_7 +DEBUG:snowflake.connector.result_set:user began consuming result batch 32 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_4_7 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_4_7 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 497 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_4_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133570&Signature=5AI1qIfDewNdu3S3ye%2FPCl3z3ho%3D HTTP/1.1" 200 3288578 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 992 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_4_7?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133570&Signature=3y0JUdZ4vPZDncAN0g4rmcfKlCA%3D HTTP/1.1" 200 1193681 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 32 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 33 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 33 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1982 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_5_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133570&Signature=NIS1z40%2FXIwfbOfnf9Kiv7Eqb7Q%3D HTTP/1.1" 200 34825 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1985 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1982 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 33 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 34 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_1 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_7 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_7 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_7 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 34 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2518 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_5_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133570&Signature=sQ3I%2BKL2fojnPOoDhMQYRr9Qqlo%3D HTTP/1.1" 200 132770 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2523 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2537 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2532 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2517 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 34 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 35 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_4_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_4_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 9 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_4_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 35 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 9 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 9, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2529 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_5_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133570&Signature=gF%2BDdfzgpgG1RMxaoM3Bd%2FA%2BLBM%3D HTTP/1.1" 200 261281 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2515 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2542 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2529 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2543 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2538 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 2524 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 2543 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 8, rows in current batch: 2533 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 35 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 36 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 36 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2544 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2542 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_5_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133570&Signature=ylyLkXf1%2F9Xu8s8AnT0eSpbqEY8%3D HTTP/1.1" 200 463548 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2528 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 612 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 36 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 37 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 37 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 243 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_4 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 37 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 38 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_4 with existing session +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 38 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 248 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 38 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 39 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_5_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 39 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_5_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_5_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 496 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_5_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133570&Signature=cedFUkoGdAVkz34obA7QLQ0Nisc%3D HTTP/1.1" 200 962977 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 497 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 39 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_5_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133570&Signature=f5%2F9cDslyXmhk1Q5Qs1NX2AB06U%3D HTTP/1.1" 200 1755693 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 40 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 40 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 497 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_5_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133570&Signature=Pvipwihqi06ThmrqKoGJv2v7Nl8%3D HTTP/1.1" 200 150579 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 993 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 992 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 40 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 41 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_6 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_1 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 41 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 992 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_6_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133570&Signature=NFbhTo%2FXwPSLKhiauVOm%2B7Bm7oI%3D HTTP/1.1" 200 35016 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1981 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_6_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133570&Signature=4oo9jg8HkNtP6IKImS2lQJNTmqo%3D HTTP/1.1" 200 133248 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1984 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1980 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 41 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 42 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_5_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_5_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_5_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 42 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2523 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_6_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133570&Signature=MV1a9xuvTkPxXUFOVwq7aMlorJI%3D HTTP/1.1" 200 264485 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2528 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2543 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2539 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2526 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 42 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 43 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 43 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_2 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_3 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1089 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_2 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 43 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 44 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 44 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 242 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_set:user finished consuming result batch 44 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_4 with existing session +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 45 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 45 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 248 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 45 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 46 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_6_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 46 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_6_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_6_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 249 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 496 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_6_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133570&Signature=yyL9aUM54DooHWNRioDuTRwt25w%3D HTTP/1.1" 200 468013 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 496 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 46 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_6_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133570&Signature=6eC1c1KhPViOH0Ra9xnO%2BB6VTSU%3D HTTP/1.1" 200 967057 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 47 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_0 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_6_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133570&Signature=QfiOXwYt5d944V0RbGJ7P0Yu7ec%3D HTTP/1.1" 200 1752141 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_0 +DEBUG:snowflake.connector.result_set:user began consuming result batch 47 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_6_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133570&Signature=DMJ0bijf7dDBKIVWG9gWd%2FZQwtQ%3D HTTP/1.1" 200 2117103 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_0 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 991 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 47 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 48 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_4 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_set:user began consuming result batch 48 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_1 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_7_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133570&Signature=cudPp6U56YxdMv82RfY5%2FE69pzo%3D HTTP/1.1" 200 35021 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 991 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1979 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1980 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_7_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133570&Signature=XmJtNBgm9Ror%2FJx0gEB2az2cbAE%3D HTTP/1.1" 200 133249 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_0 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_0 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1978 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_0 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 48 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 49 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 4/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_2 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_1 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 49 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2524 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_7_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133570&Signature=QEOxjdbQ8i4mhhvBqtYtKl%2FTBIA%3D HTTP/1.1" 200 263313 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2528 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2542 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2541 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2524 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 49 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 50 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_3 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_3 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_3 with existing session +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_2 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_6_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_6_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 7 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_6_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 50 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 7 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 7, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2521 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_7_3?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133570&Signature=XPTDtsmMBYZyu14ej7KDok11tXY%3D HTTP/1.1" 200 465199 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2515 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2537 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_3 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_3 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2523 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2537 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2534 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 9 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 50 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 51 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 51 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_4 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_4 with existing session +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 242 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 51 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 52 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 52 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_5 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 249 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_5 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 248 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_7_4?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133570&Signature=9%2BB3sAWi2vY%2BvdixjiWiq%2FCO6WA%3D HTTP/1.1" 200 966941 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 52 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 53 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_7_6 +DEBUG:snowflake.connector.result_set:user began consuming result batch 53 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_7_6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/4 active sessions +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 248 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_7_6 with existing session +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 248 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 495 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 496 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 53 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_7_5?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133570&Signature=xM4he4GemQYsvNCNPvTNKwnQIhI%3D HTTP/1.1" 200 1756606 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 54 +DEBUG:snowflake.connector.result_set:user began consuming result batch 54 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 496 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 990 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838c0-0502-ae87-1a4b-0303c5c2e017_0/main/data_0_7_6?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133570&Signature=KDYiUrn3sZXVE1HC5V4yJNUpYnA%3D HTTP/1.1" 200 238425 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 991 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_6 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_6 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_6 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 992 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 54 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 55 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_4 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_4 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_4 +DEBUG:snowflake.connector.result_set:user began consuming result batch 55 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 992 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 1980 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1982 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 1981 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 55 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 56 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/4 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_7_5 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_7_5 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 5 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_7_5 +DEBUG:snowflake.connector.result_set:user began consuming result batch 56 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 5 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 5, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 2520 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 2525 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 2540 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2534 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 2519 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 56 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 57 +DEBUG:snowflake.connector.result_set:user began consuming result batch 57 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1710 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 57 +DEBUG:snowflake.connector.connection:Rest object has been destroyed, cannot close session +DEBUG:snowflake.connector.connection:Rest object has been destroyed, cannot close session +INFO:snowflake.connector.connection:closed +DEBUG:snowflake.connector.telemetry:Closing telemetry client. +INFO:snowflake.connector.connection:No async queries seem to be running, deleting session +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8d4e3bd7-82c4-4473-9434-9980d0a6991c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session?delete=true&request_guid=8d4e3bd7-82c4-4473-9434-9980d0a6991c HTTP/1.1" 200 76 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.connection:Session is closed +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_EDW_TRANS_D, database=PL_DEV, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=a3355ff7-e992-46b9-9e4f-ff6e51eae04e +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 794355c0-f321-4687-b07e-cf3648501ea6 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=a3355ff7-e992-46b9-9e4f-ff6e51eae04e&databaseName=PL_DEV&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=794355c0-f321-4687-b07e-cf3648501ea6 HTTP/1.1" 200 1545 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT EVENT_DTM,"header_change_mask","header_change_oper",ODS_EXP_ROW_DTM,EVENT...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 949286bf-f752-475b-af7f-a3e0dd61d01c +DEBUG:snowflake.connector.cursor:running query [SELECT EVENT_DTM,"header_change_mask","header_change_oper",ODS_EXP_ROW_DTM,EVENT...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT EVENT_DTM,"header_change_mask","header_change_oper",ODS_EXP_ROW_DTM,EVENT...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: beaf8f57-9d23-486b-925f-71c631b13327 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=949286bf-f752-475b-af7f-a3e0dd61d01c&request_guid=beaf8f57-9d23-486b-925f-71c631b13327 HTTP/1.1" 200 2295 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8390c-0502-b1d6-1a4b-0303c5d7e93b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8390c-0502-b1d6-1a4b-0303c5d7e93b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=3 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8390c-0502-b1d6-1a4b-0303c5d7e93b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 872d49b8-c726-4d2e-98d3-90a16e956a2f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8390c-0502-b1d6-1a4b-0303c5d7e93b?request_guid=872d49b8-c726-4d2e-98d3-90a16e956a2f HTTP/1.1" 200 1964 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8390c-0502-b1d6-1a4b-0303c5d7e93b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 07278acc-9408-4668-8153-0da3a18c3c2d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8390c-0502-b1d6-1a4b-0303c5d7e93b?request_guid=07278acc-9408-4668-8153-0da3a18c3c2d HTTP/1.1" 200 1966 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8390c-0502-b1d6-1a4b-0303c5d7e93b'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 4371a8a4-dcfb-4b26-8e5e-e283db57fa03 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8390c-0502-b1d6-1a4b-0303c5d7e93b'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8390c-0502-b1d6-1a4b-0303c5d7e93b'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1e52ef40-3194-4c06-bd10-9425cf410ea0 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=4371a8a4-dcfb-4b26-8e5e-e283db57fa03&request_guid=1e52ef40-3194-4c06-bd10-9425cf410ea0 HTTP/1.1" 200 2303 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8390c-0502-b1d6-1a4b-0303c5d7e957 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8390c-0502-b1d6-1a4b-0303c5d7e957 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +DEBUG:snowflake.connector.result_batch:chunk size=3 +INFO:snowflake.connector.cursor:Number of results in first chunk: 0 +DEBUG:snowflake.connector.result_set:result batch 1 has id: data_0_0_0 +DEBUG:snowflake.connector.result_set:result batch 2 has id: data_0_0_1 +DEBUG:snowflake.connector.result_set:result batch 3 has id: data_0_0_2 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_0 +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_0 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.result_set:queuing download of result batch id: data_0_0_2 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_0 with existing session +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/2 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_1 with existing session +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 1 +DEBUG:snowflake.connector.result_batch:started downloading result batch id: data_0_0_2 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 3/3 active sessions +DEBUG:snowflake.connector.result_batch:downloading result batch id: data_0_0_2 with existing session +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: sfc-va2-ds1-9-customer-stage.s3.amazonaws.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838a1-0502-af26-1a4b-0303c5bad13b_0/main/data_0_0_0?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133707&Signature=Ub%2Bcqgs76AMoz%2BYGttECqlsMGeg%3D HTTP/1.1" 200 36830 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 2/3 active sessions +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.s3.amazonaws.com')]) +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_0 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.result_set:user began consuming result batch 1 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 246 +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.result_set:user finished consuming result batch 1 +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 2 +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838a1-0502-af26-1a4b-0303c5bad13b_0/main/data_0_0_2?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133707&Signature=RVfts%2BBe9u4lAGhkDnn4KpOIJXU%3D HTTP/1.1" 200 39942 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 1/3 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_2 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://sfc-va2-ds1-9-customer-stage.s3.amazonaws.com:443 "GET /igp2-s-v2st3968/results/01a838a1-0502-af26-1a4b-0303c5bad13b_0/main/data_0_0_1?x-amz-server-side-encryption-customer-algorithm=AES256&response-content-encoding=gzip&AWSAccessKeyId=AKIASA37E7CV624T3GGN&Expires=1668133707&Signature=NgDhK05XQcXm%2BvI%2BN2aHUY67At8%3D HTTP/1.1" 200 137002 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_2 +DEBUG:snowflake.connector.network:Session status for SessionPool 'None', SessionPool 0/3 active sessions +DEBUG:snowflake.connector.result_batch:successfully downloaded result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_batch:started loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 4 +DEBUG:snowflake.connector.result_batch:finished loading result batch id: data_0_0_1 +DEBUG:snowflake.connector.result_set:user began consuming result batch 2 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 4 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 4, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 246 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 246 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 246 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 246 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 2 +DEBUG:snowflake.connector.result_set:user requesting to consume result batch 3 +DEBUG:snowflake.connector.result_set:user began consuming result batch 3 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 39, use_numpy: 0 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 282 +DEBUG:snowflake.connector.result_set:user finished consuming result batch 3 +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 401.9s ago] ('minus_query', 1, 0) +INFO:snowflake.connector.connection:closed +DEBUG:snowflake.connector.telemetry:Closing telemetry client. +INFO:snowflake.connector.connection:No async queries seem to be running, deleting session +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: adf3429b-32c6-4135-a602-35e33e4d0261 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session?delete=true&request_guid=adf3429b-32c6-4135-a602-35e33e4d0261 HTTP/1.1" 200 76 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.connection:Session is closed +INFO:snowflake.connector.connection:closed +DEBUG:snowflake.connector.telemetry:Closing telemetry client. +DEBUG:snowflake.connector.telemetry:Sending 1 logs to telemetry. Data is {'logs': [{'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_imported_packages', 'value': "{'types', 'sql', 'queue', 'sqlite3', 'fractions', 'hashlib', 'uu', 'click', 'sys', 'csv', 'asn1crypto', 'stringprep', 'contextlib', 'cachelib', 'secrets', 'urllib3', 'hmac', 'copyreg', 'traceback', 'numpy', 'common', 'webbrowser', 'warnings', 'concurrent', 'encodings', 'builtins', 'fnmatch', 'calendar', 'weakref', 'pandas', 'os', 'pydevd_file_utils', 'netrc', 'configparser', 'sre_parse', 'opcode', 'importlib', 'abc', 'sqlalchemy', 'random', 'http', 'flask_migrate', 'xml', 'posixpath', 'platform', 'typing', 'code', 'pathlib', 'socket', 'pydevd', 'mako', 'pkg_resources', 'bisect', 'cryptography', 'numbers', 'oscrypto', 'select', 'site', 're', 'json', 'sre_compile', 'bz2', 'signal', 'mmap', 'overrides', 'xmlrpc', 'marshal', 'ntpath', 'flask', 'gc', 'collections', 'pydev_ipython', 'copy', 'jwt', 'urllib', 'zipimport', 'stat', 'math', 'asyncio', 'markupsafe', 'time', 'pydevconsole', 'imp', 'snowflake', 'dis', 'msvcrt', 'unicodedata', 'sysconfig', 'errno', 'uuid', 'gettext', 'gzip', 'flask_sqlalchemy', 'ipaddress', 'config', 'charset_normalizer', 'werkzeug', 'difflib', 'zlib', 'codecs', 'string', 'colorama', 'alembic', 'functools', 'greenlet', 'lzma', 'datetime', 'inspect', 'tokenize', 'argparse', 'idna', 'selectors', 'requests', 'threading', 'dataclasses', 'operator', 'pyexpat', 'tempfile', 'logging', 'html', 'certifi', 'cmath', 'reprlib', 'struct', 'base64', 'pydevd_tracing', 'jinja2', 'locale', 'socketserver', 'linecache', 'nturl2path', 'function', 'mimetypes', 'plistlib', 'shlex', 'itertools', 'keyword', 'binascii', 'pkgutil', 'getpass', 'pytz', 'flask_wtf', 'contextvars', 'cffi', 'shutil', 'enum', 'heapq', 'ssl', 'atexit', 'dateutil', 'fconfig', 'sre_constants', 'pycparser', 'ctypes', 'timeit', 'glob', 'io', 'OpenSSL', 'wtforms', 'zipfile', 'ast', 'flask_session', 'pydevd_plugins', 'codeop', 'subprocess', 'token', 'nt', 'debugpy', 'psycopg2', 'itsdangerous', 'pickle', 'decimal', 'pydoc', 'cython_runtime', 'quopri', 'winreg', 'email', 'textwrap', 'filelock', 'pprint', 'genericpath', 'Cryptodome', 'typing_extensions', 'six'}"}, 'timestamp': '1668111962746'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_first_result', 'query_id': '01a8390a-0502-afee-1a4b-0303c5d73e97', 'value': -1030}, 'timestamp': '1668111965010'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_first_result', 'query_id': '01a8390a-0502-b1d6-1a4b-0303c5d74a87', 'value': -1031}, 'timestamp': '1668111965393'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_last_result', 'query_id': '01a8390a-0502-b1d6-1a4b-0303c5d74a87', 'value': 3}, 'timestamp': '1668111965396'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_first_result', 'query_id': '01a8390a-0502-ae87-1a4b-0303c5d772df', 'value': -1031}, 'timestamp': '1668111966196'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_first_result', 'query_id': '01a8390a-0502-af26-1a4b-0303c5d753ff', 'value': -1031}, 'timestamp': '1668111966627'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_last_result', 'query_id': '01a8390a-0502-af26-1a4b-0303c5d753ff', 'value': 3}, 'timestamp': '1668111966630'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_first_result', 'query_id': '01a8390a-0502-b1d6-1a4b-0303c5d74abb', 'value': -1031}, 'timestamp': '1668111966742'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_first_result', 'query_id': '01a8390a-0502-ae87-1a4b-0303c5d77353', 'value': -1032}, 'timestamp': '1668111967208'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_time_consume_last_result', 'query_id': '01a8390a-0502-ae87-1a4b-0303c5d77353', 'value': 2}, 'timestamp': '1668111967210'}]}. +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d389b1df-b4af-47a9-94f3-4b760e750e02 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /telemetry/send?request_guid=d389b1df-b4af-47a9-94f3-4b760e750e02 HTTP/1.1" 200 86 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.telemetry:Successfully uploading metrics to telemetry. +INFO:snowflake.connector.connection:No async queries seem to be running, deleting session +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 93933542-70dc-4365-9b6c-85f6fc484141 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session?delete=true&request_guid=93933542-70dc-4365-9b6c-85f6fc484141 HTTP/1.1" 200 76 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.connection:Session is closed +INFO:snowflake.connector.connection:closed +DEBUG:snowflake.connector.telemetry:Closing telemetry client. +DEBUG:snowflake.connector.telemetry:Sending 1 logs to telemetry. Data is {'logs': [{'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.1', 'source': 'PythonConnector', 'type': 'client_imported_packages', 'value': "{'types', 'sql', 'queue', 'sqlite3', 'fractions', 'hashlib', 'uu', 'click', 'sys', 'csv', 'asn1crypto', 'stringprep', 'contextlib', 'cachelib', 'secrets', 'urllib3', 'hmac', 'copyreg', 'traceback', 'numpy', 'common', 'webbrowser', 'warnings', 'concurrent', 'encodings', 'builtins', 'fnmatch', 'calendar', 'weakref', 'pandas', 'os', 'pydevd_file_utils', 'netrc', 'configparser', 'sre_parse', 'opcode', 'importlib', 'abc', 'sqlalchemy', 'random', 'http', 'flask_migrate', 'xml', 'posixpath', 'platform', 'typing', 'code', 'pathlib', 'socket', 'pydevd', 'mako', 'pkg_resources', 'bisect', 'cryptography', 'numbers', 'oscrypto', 'select', 'site', 're', 'json', 'sre_compile', 'bz2', 'signal', 'mmap', 'overrides', 'xmlrpc', 'marshal', 'ntpath', 'flask', 'gc', 'collections', 'pydev_ipython', 'copy', 'jwt', 'urllib', 'zipimport', 'stat', 'math', 'asyncio', 'markupsafe', 'time', 'pydevconsole', 'imp', 'snowflake', 'dis', 'msvcrt', 'unicodedata', 'sysconfig', 'errno', 'uuid', 'gettext', 'gzip', 'flask_sqlalchemy', 'ipaddress', 'config', 'charset_normalizer', 'werkzeug', 'difflib', 'zlib', 'codecs', 'string', 'colorama', 'alembic', 'functools', 'greenlet', 'lzma', 'datetime', 'inspect', 'tokenize', 'argparse', 'idna', 'selectors', 'requests', 'threading', 'dataclasses', 'operator', 'pyexpat', 'tempfile', 'logging', 'html', 'certifi', 'cmath', 'reprlib', 'struct', 'base64', 'pydevd_tracing', 'jinja2', 'locale', 'socketserver', 'linecache', 'nturl2path', 'function', 'mimetypes', 'plistlib', 'shlex', 'itertools', 'keyword', 'binascii', 'pkgutil', 'getpass', 'pytz', 'flask_wtf', 'contextvars', 'cffi', 'shutil', 'enum', 'heapq', 'ssl', 'atexit', 'dateutil', 'fconfig', 'sre_constants', 'pycparser', 'ctypes', 'timeit', 'glob', 'io', 'OpenSSL', 'wtforms', 'zipfile', 'ast', 'flask_session', 'pydevd_plugins', 'codeop', 'subprocess', 'token', 'nt', 'debugpy', 'psycopg2', 'itsdangerous', 'pickle', 'decimal', 'pydoc', 'cython_runtime', 'quopri', 'winreg', 'email', 'textwrap', 'filelock', 'pprint', 'genericpath', 'Cryptodome', 'typing_extensions', 'six'}"}, 'timestamp': '1668111964286'}]}. +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 30d1ab70-47bb-4fc9-ac63-2feb2096b1b6 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Resetting dropped connection: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /telemetry/send?request_guid=30d1ab70-47bb-4fc9-ac63-2feb2096b1b6 HTTP/1.1" 200 86 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.telemetry:Successfully uploading metrics to telemetry. +INFO:snowflake.connector.connection:No async queries seem to be running, deleting session +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 5, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 417675d0-ff84-4492-ad86-1e07ccdeedaa +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session?delete=true&request_guid=417675d0-ff84-4492-ad86-1e07ccdeedaa HTTP/1.1" 200 76 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.connection:Session is closed +INFO:sqlalchemy.engine.Engine:ROLLBACK +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 15:32:52] "GET /sfexec?csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y21Ysg.NatmJFPs-Lg37caq2iYcLOvTz9s&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y21Ysg.NatmJFPs-Lg37caq2iYcLOvTz9s&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y21Ysg.NatmJFPs-Lg37caq2iYcLOvTz9s&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y21Ysg.NatmJFPs-Lg37caq2iYcLOvTz9s&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y21Ysg.NatmJFPs-Lg37caq2iYcLOvTz9s&submit=Submit HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 15:32:52] "GET /static/lib/owlcarousel/assets/owl.carousel.min.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 15:32:52] "GET /static/css/style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 15:32:52] "GET /static/css/21.b5c496e2.chunk.css HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 15:32:52] "GET /lib/easing/easing.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 15:32:52] "GET /lib/waypoints/waypoints.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 15:32:52] "GET /lib/counterup/counterup.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 15:32:52] "GET /lib/owlcarousel/owl.carousel.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 15:32:53] "GET /mail/jqBootstrapValidation.min.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 15:32:53] "GET /mail/contact.js HTTP/1.1" 404 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 15:32:53] "GET /js/main.js HTTP/1.1" 404 - +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\main.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\main.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 10.67s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 10.67s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 10.68s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=68bacf87-7f6d-4426-9cd1-960c446c172e +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e25aa48d-b1d3-4fbc-8874-3d983332ba29 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 1833988219968 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1833988219968 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 1833988543040 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1833988543040 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 1833988543040 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 1833988543040 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 1833988219968 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1833988219968 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=68bacf87-7f6d-4426-9cd1-960c446c172e&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=e25aa48d-b1d3-4fbc-8874-3d983332ba29 HTTP/1.1" 200 1546 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_EDW_TRANS_D, database=PL_DEV, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=57df5ac9-1878-49f0-b166-53b20f55bd26 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 199ded8c-9319-4658-805a-5655cdc9d2b2 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=57df5ac9-1878-49f0-b166-53b20f55bd26&databaseName=PL_DEV&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=199ded8c-9319-4658-805a-5655cdc9d2b2 HTTP/1.1" 200 1546 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 15:36:22] "GET /sfexec?csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y21Ysg.NatmJFPs-Lg37caq2iYcLOvTz9s&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y21Ysg.NatmJFPs-Lg37caq2iYcLOvTz9s&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y21Ysg.NatmJFPs-Lg37caq2iYcLOvTz9s&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y21Ysg.NatmJFPs-Lg37caq2iYcLOvTz9s&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y21Ysg.NatmJFPs-Lg37caq2iYcLOvTz9s&submit=Submit HTTP/1.1" 500 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 15:36:22] "GET /sfexec?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 15:36:23] "GET /sfexec?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 15:36:24] "GET /sfexec?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 15:36:24] "GET /sfexec?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 304 - +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\common\\connecter.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\common\\connecter.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 5.339s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 5.343s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 5.351s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=c3b73705-3cd5-4333-a604-184f4b7e3f26 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e94af36c-b375-4729-89c3-416dc81cdb71 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 2471780033600 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2471780033600 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2471780323904 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2471780323904 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2471780033600 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2471780033600 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=c3b73705-3cd5-4333-a604-184f4b7e3f26&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=e94af36c-b375-4729-89c3-416dc81cdb71 HTTP/1.1" 200 1549 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_EDW_TRANS_D, database=PL_DEV, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=6a1b61b5-0a92-4966-a081-8ef9771bfe14 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a23a9409-0735-4748-80f0-1079277e0ee6 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=6a1b61b5-0a92-4966-a081-8ef9771bfe14&databaseName=PL_DEV&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=a23a9409-0735-4748-80f0-1079277e0ee6 HTTP/1.1" 200 1553 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00190s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 0a121588-c58d-4ae5-b6e7-fe223bb33b4f +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 5ba929a8-9bef-46a9-96e0-ef025650e71d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=0a121588-c58d-4ae5-b6e7-fe223bb33b4f&request_guid=5ba929a8-9bef-46a9-96e0-ef025650e71d HTTP/1.1" 200 2276 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83915-0502-af26-1a4b-0303c5da647f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83915-0502-af26-1a4b-0303c5da647f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83915-0502-af26-1a4b-0303c5da647f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e409a493-8fca-48e9-b135-e6cab4e08cde +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83915-0502-af26-1a4b-0303c5da647f?request_guid=e409a493-8fca-48e9-b135-e6cab4e08cde HTTP/1.1" 200 1851 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83915-0502-af26-1a4b-0303c5da647f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: df9740a1-9877-4570-be33-2bccc48f3025 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83915-0502-af26-1a4b-0303c5da647f?request_guid=df9740a1-9877-4570-be33-2bccc48f3025 HTTP/1.1" 200 1851 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83915-0502-af26-1a4b-0303c5da647f'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: c962041d-5a8b-4118-aab3-e69c77f21bc2 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83915-0502-af26-1a4b-0303c5da647f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83915-0502-af26-1a4b-0303c5da647f'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 674ddbd8-5935-4499-8961-b6de37a4b15e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=c962041d-5a8b-4118-aab3-e69c77f21bc2&request_guid=674ddbd8-5935-4499-8961-b6de37a4b15e HTTP/1.1" 200 2274 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83915-0502-b1d6-1a4b-0303c5da55ff +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83915-0502-b1d6-1a4b-0303c5da55ff +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 4 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 6254b124-a699-47e6-bfb1-befa40ebe94a +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0b545ef5-3b67-451f-8ebb-d52246157656 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=6254b124-a699-47e6-bfb1-befa40ebe94a&request_guid=0b545ef5-3b67-451f-8ebb-d52246157656 HTTP/1.1" 200 1796 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83915-0502-af26-1a4b-0303c5da64bb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83915-0502-af26-1a4b-0303c5da64bb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83915-0502-af26-1a4b-0303c5da64bb' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e07f8ed1-1619-4a74-a55f-cbe7e94f426e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83915-0502-af26-1a4b-0303c5da64bb?request_guid=e07f8ed1-1619-4a74-a55f-cbe7e94f426e HTTP/1.1" 200 2173 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83915-0502-af26-1a4b-0303c5da64bb' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 71825225-1bc3-4cbd-852d-9b03950d34d9 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83915-0502-af26-1a4b-0303c5da64bb?request_guid=71825225-1bc3-4cbd-852d-9b03950d34d9 HTTP/1.1" 200 2174 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83915-0502-af26-1a4b-0303c5da64bb'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 773f34f9-80a6-4c48-bf39-1d6ef06de1c7 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83915-0502-af26-1a4b-0303c5da64bb'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83915-0502-af26-1a4b-0303c5da64bb'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a6ec1bf4-1a2c-440a-a76c-f153caa8d02b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=773f34f9-80a6-4c48-bf39-1d6ef06de1c7&request_guid=a6ec1bf4-1a2c-440a-a76c-f153caa8d02b HTTP/1.1" 200 1798 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83915-0502-af26-1a4b-0303c5da64f7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83915-0502-af26-1a4b-0303c5da64f7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 552331b5-86f7-4acb-b3c2-9304d2916013 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','STG_CEM_EVENT');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 57d5efb5-d843-4cbb-a38c-76412c9c9ff3 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=552331b5-86f7-4acb-b3c2-9304d2916013&request_guid=57d5efb5-d843-4cbb-a38c-76412c9c9ff3 HTTP/1.1" 200 2281 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83915-0502-b1d6-1a4b-0303c5da5637 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83915-0502-b1d6-1a4b-0303c5da5637 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83915-0502-b1d6-1a4b-0303c5da5637' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 2d56c80e-4d75-447c-b0b1-75d6793bc912 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83915-0502-b1d6-1a4b-0303c5da5637?request_guid=2d56c80e-4d75-447c-b0b1-75d6793bc912 HTTP/1.1" 200 1677 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83915-0502-b1d6-1a4b-0303c5da5637' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0cdf783a-8bea-4146-b793-224d01d49461 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83915-0502-b1d6-1a4b-0303c5da5637?request_guid=0cdf783a-8bea-4146-b793-224d01d49461 HTTP/1.1" 200 1677 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83915-0502-b1d6-1a4b-0303c5da5637'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: e9bc1359-ba45-4747-a261-3d0f9488b0a5 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83915-0502-b1d6-1a4b-0303c5da5637'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83915-0502-b1d6-1a4b-0303c5da5637'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ce3c398e-60ae-4e24-96aa-1f2df1d23b97 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=e9bc1359-ba45-4747-a261-3d0f9488b0a5&request_guid=ce3c398e-60ae-4e24-96aa-1f2df1d23b97 HTTP/1.1" 200 2284 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83915-0502-af26-1a4b-0303c5da651b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83915-0502-af26-1a4b-0303c5da651b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 15:37:37] "GET /sfexec?csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y21Ysg.NatmJFPs-Lg37caq2iYcLOvTz9s&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y21Ysg.NatmJFPs-Lg37caq2iYcLOvTz9s&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y21Ysg.NatmJFPs-Lg37caq2iYcLOvTz9s&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y21Ysg.NatmJFPs-Lg37caq2iYcLOvTz9s&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y21Ysg.NatmJFPs-Lg37caq2iYcLOvTz9s&submit=Submit HTTP/1.1" 500 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 15:37:38] "GET /sfexec?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 15:37:38] "GET /sfexec?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 15:37:38] "GET /sfexec?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 304 - +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 15.66s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 15.67s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 15.67s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=482fbe8f-8016-400d-b1b7-f7406f72b895 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: df4aebf5-1a0d-4396-a701-7f807935d639 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 1390775772224 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1390775772224 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 1390776046144 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1390776046144 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 1390776046144 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 1390776046144 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 1390775772224 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1390775772224 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=482fbe8f-8016-400d-b1b7-f7406f72b895&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=df4aebf5-1a0d-4396-a701-7f807935d639 HTTP/1.1" 200 1542 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_EDW_TRANS_D, database=PL_DEV, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=581b6ee2-4205-4649-947b-5515c336dbe5 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 40872b2e-e557-445f-aaba-c082e40b9f0b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=581b6ee2-4205-4649-947b-5515c336dbe5&databaseName=PL_DEV&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=40872b2e-e557-445f-aaba-c082e40b9f0b HTTP/1.1" 200 1551 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00160s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: b68b2348-e649-4df4-8ae9-06ec223dabc0 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 2009516b-74d4-4cba-a78a-387791a74691 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=b68b2348-e649-4df4-8ae9-06ec223dabc0&request_guid=2009516b-74d4-4cba-a78a-387791a74691 HTTP/1.1" 200 2272 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8391b-0502-b1d6-1a4b-0303c5dba753 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8391b-0502-b1d6-1a4b-0303c5dba753 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8391b-0502-b1d6-1a4b-0303c5dba753' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e5869083-4229-4109-84f6-2c21528a3e81 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8391b-0502-b1d6-1a4b-0303c5dba753?request_guid=e5869083-4229-4109-84f6-2c21528a3e81 HTTP/1.1" 200 1852 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8391b-0502-b1d6-1a4b-0303c5dba753' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9a7e525a-6a23-4ef0-8c2d-99c45a8a74b5 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8391b-0502-b1d6-1a4b-0303c5dba753?request_guid=9a7e525a-6a23-4ef0-8c2d-99c45a8a74b5 HTTP/1.1" 200 1852 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8391b-0502-b1d6-1a4b-0303c5dba753'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: b96f976d-a5c8-44eb-856e-2e62eb7be5f5 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8391b-0502-b1d6-1a4b-0303c5dba753'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8391b-0502-b1d6-1a4b-0303c5dba753'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7ca335c5-acd9-4b2b-b566-8ea7a8530f0c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=b96f976d-a5c8-44eb-856e-2e62eb7be5f5&request_guid=7ca335c5-acd9-4b2b-b566-8ea7a8530f0c HTTP/1.1" 200 2275 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8391b-0502-afee-1a4b-0303c5dbb70b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8391b-0502-afee-1a4b-0303c5dbb70b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 4 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: c402e1a1-23c7-4655-a9f4-a7bb05758a94 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e4ad0a9d-f65e-4ee2-8afc-4e09ae4e8553 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=c402e1a1-23c7-4655-a9f4-a7bb05758a94&request_guid=e4ad0a9d-f65e-4ee2-8afc-4e09ae4e8553 HTTP/1.1" 200 1800 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8391b-0502-afee-1a4b-0303c5dbb70f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8391b-0502-afee-1a4b-0303c5dbb70f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8391b-0502-afee-1a4b-0303c5dbb70f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 402d6c1a-5cf4-4f8c-b43e-3524ea2303aa +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8391b-0502-afee-1a4b-0303c5dbb70f?request_guid=402d6c1a-5cf4-4f8c-b43e-3524ea2303aa HTTP/1.1" 200 2177 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8391b-0502-afee-1a4b-0303c5dbb70f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: adc9e48d-0814-40a3-a44f-7abdfe8a3c91 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8391b-0502-afee-1a4b-0303c5dbb70f?request_guid=adc9e48d-0814-40a3-a44f-7abdfe8a3c91 HTTP/1.1" 200 2177 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8391b-0502-afee-1a4b-0303c5dbb70f'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 124e83bc-ac05-424e-9d8c-dbe9823e65ce +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8391b-0502-afee-1a4b-0303c5dbb70f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8391b-0502-afee-1a4b-0303c5dbb70f'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 5060520a-091f-4bd4-8c79-2dd8b82f218f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=124e83bc-ac05-424e-9d8c-dbe9823e65ce&request_guid=5060520a-091f-4bd4-8c79-2dd8b82f218f HTTP/1.1" 200 1797 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8391b-0502-b0de-1a4b-0303c5db8d43 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8391b-0502-b0de-1a4b-0303c5db8d43 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 9950e64c-2594-4b2c-b2e6-badb67042d3f +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','STG_CEM_EVENT');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: bccfb589-29ab-47b8-a435-fd7a4e4c9af5 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=9950e64c-2594-4b2c-b2e6-badb67042d3f&request_guid=bccfb589-29ab-47b8-a435-fd7a4e4c9af5 HTTP/1.1" 200 2279 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8391b-0502-b0de-1a4b-0303c5db8d4f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8391b-0502-b0de-1a4b-0303c5db8d4f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8391b-0502-b0de-1a4b-0303c5db8d4f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 5b202175-5ff8-4000-9132-cf51486c6425 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8391b-0502-b0de-1a4b-0303c5db8d4f?request_guid=5b202175-5ff8-4000-9132-cf51486c6425 HTTP/1.1" 200 1679 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8391b-0502-b0de-1a4b-0303c5db8d4f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 38640966-315f-4c38-a9fe-7f1e897c2f28 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8391b-0502-b0de-1a4b-0303c5db8d4f?request_guid=38640966-315f-4c38-a9fe-7f1e897c2f28 HTTP/1.1" 200 1679 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8391b-0502-b0de-1a4b-0303c5db8d4f'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: de3ada87-9e29-4500-b7e4-7582fc69fe7a +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8391b-0502-b0de-1a4b-0303c5db8d4f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8391b-0502-b0de-1a4b-0303c5db8d4f'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c1359951-e7c2-4e97-9aa2-17b8f0d27117 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=de3ada87-9e29-4500-b7e4-7582fc69fe7a&request_guid=c1359951-e7c2-4e97-9aa2-17b8f0d27117 HTTP/1.1" 200 2285 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8391b-0502-ae87-1a4b-0303c5db7e63 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8391b-0502-ae87-1a4b-0303c5db7e63 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 15:43:04] "GET /sfexec?csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y21Ysg.NatmJFPs-Lg37caq2iYcLOvTz9s&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y21Ysg.NatmJFPs-Lg37caq2iYcLOvTz9s&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y21Ysg.NatmJFPs-Lg37caq2iYcLOvTz9s&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y21Ysg.NatmJFPs-Lg37caq2iYcLOvTz9s&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y21Ysg.NatmJFPs-Lg37caq2iYcLOvTz9s&submit=Submit HTTP/1.1" 500 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 15:43:04] "GET /sfexec?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 15:43:04] "GET /sfexec?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 15:43:05] "GET /sfexec?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 304 - +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 82.19s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 82.2s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 82.2s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=469fbb9f-a331-4295-bace-0b2fcf8421c5 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f3e2f80c-2733-4431-b449-b00f02c53919 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=469fbb9f-a331-4295-bace-0b2fcf8421c5&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=f3e2f80c-2733-4431-b449-b00f02c53919 HTTP/1.1" 200 1547 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_EDW_TRANS_D, database=PL_DEV, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=7cddeb49-d972-432b-932d-784db845e939 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 046f4537-0699-4c67-921a-1ceb8171f7c7 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=7cddeb49-d972-432b-932d-784db845e939&databaseName=PL_DEV&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=046f4537-0699-4c67-921a-1ceb8171f7c7 HTTP/1.1" 200 1547 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 62.12s ago] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 5f26108e-3073-45ec-b316-8e0cd35778ec +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 36d2aadc-6022-42dc-9961-d95bcf89533d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=5f26108e-3073-45ec-b316-8e0cd35778ec&request_guid=36d2aadc-6022-42dc-9961-d95bcf89533d HTTP/1.1" 200 2273 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8391c-0502-b1d6-1a4b-0303c5dbf60f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8391c-0502-b1d6-1a4b-0303c5dbf60f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8391c-0502-b1d6-1a4b-0303c5dbf60f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7fee1901-ba71-45e0-935c-2a1dbfd9a972 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8391c-0502-b1d6-1a4b-0303c5dbf60f?request_guid=7fee1901-ba71-45e0-935c-2a1dbfd9a972 HTTP/1.1" 200 1849 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8391c-0502-b1d6-1a4b-0303c5dbf60f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 35f6af42-5cd7-46ea-a6b5-e1b4cd406318 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8391c-0502-b1d6-1a4b-0303c5dbf60f?request_guid=35f6af42-5cd7-46ea-a6b5-e1b4cd406318 HTTP/1.1" 200 1849 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8391c-0502-b1d6-1a4b-0303c5dbf60f'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 489e04cc-8061-4d49-8d64-c6f86621e6b4 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8391c-0502-b1d6-1a4b-0303c5dbf60f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8391c-0502-b1d6-1a4b-0303c5dbf60f'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: b71f390d-3ea7-4b57-b4a0-e95502b9f39c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=489e04cc-8061-4d49-8d64-c6f86621e6b4&request_guid=b71f390d-3ea7-4b57-b4a0-e95502b9f39c HTTP/1.1" 200 2273 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8391c-0502-b1d6-1a4b-0303c5dbf647 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8391c-0502-b1d6-1a4b-0303c5dbf647 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 4 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 37fd6e11-9811-4d39-8192-5e7ce492697b +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f439bbc3-2a80-4e81-9670-f417c4fc4c84 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=37fd6e11-9811-4d39-8192-5e7ce492697b&request_guid=f439bbc3-2a80-4e81-9670-f417c4fc4c84 HTTP/1.1" 200 1796 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8391c-0502-b0de-1a4b-0303c5dbdcf3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8391c-0502-b0de-1a4b-0303c5dbdcf3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8391c-0502-b0de-1a4b-0303c5dbdcf3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9c93fdb2-55dd-4848-8392-7d62eac34fd0 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8391c-0502-b0de-1a4b-0303c5dbdcf3?request_guid=9c93fdb2-55dd-4848-8392-7d62eac34fd0 HTTP/1.1" 200 2171 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8391c-0502-b0de-1a4b-0303c5dbdcf3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6ab16321-e10e-4bef-b955-e998493b6514 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8391c-0502-b0de-1a4b-0303c5dbdcf3?request_guid=6ab16321-e10e-4bef-b955-e998493b6514 HTTP/1.1" 200 2171 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8391c-0502-b0de-1a4b-0303c5dbdcf3'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: d6abd4cb-203f-40f1-9ada-d05f2525aa87 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8391c-0502-b0de-1a4b-0303c5dbdcf3'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8391c-0502-b0de-1a4b-0303c5dbdcf3'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8c9a76d3-e9d8-4710-a35f-1b7591819785 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=d6abd4cb-203f-40f1-9ada-d05f2525aa87&request_guid=8c9a76d3-e9d8-4710-a35f-1b7591819785 HTTP/1.1" 200 1799 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8391c-0502-af26-1a4b-0303c5dbe74b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8391c-0502-af26-1a4b-0303c5dbe74b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 31e3c7a0-be6f-4b69-9088-d09ed57e475d +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','STG_CEM_EVENT');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9f666fbf-1b61-4d33-a263-c391871e50f8 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=31e3c7a0-be6f-4b69-9088-d09ed57e475d&request_guid=9f666fbf-1b61-4d33-a263-c391871e50f8 HTTP/1.1" 200 2280 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8391c-0502-b0de-1a4b-0303c5dbdd2f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8391c-0502-b0de-1a4b-0303c5dbdd2f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8391c-0502-b0de-1a4b-0303c5dbdd2f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0ea7ceb3-7634-4a10-83fd-f425c0ac2c03 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8391c-0502-b0de-1a4b-0303c5dbdd2f?request_guid=0ea7ceb3-7634-4a10-83fd-f425c0ac2c03 HTTP/1.1" 200 1678 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8391c-0502-b0de-1a4b-0303c5dbdd2f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e65f2014-c35e-43f4-95cf-6b5c26cc22f8 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8391c-0502-b0de-1a4b-0303c5dbdd2f?request_guid=e65f2014-c35e-43f4-95cf-6b5c26cc22f8 HTTP/1.1" 200 1679 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8391c-0502-b0de-1a4b-0303c5dbdd2f'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: db869c78-6c3a-4b1a-8b69-cfb7a6860c06 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8391c-0502-b0de-1a4b-0303c5dbdd2f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8391c-0502-b0de-1a4b-0303c5dbdd2f'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c6747ecd-0b70-4b8a-8029-936f9325e258 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=db869c78-6c3a-4b1a-8b69-cfb7a6860c06&request_guid=c6747ecd-0b70-4b8a-8029-936f9325e258 HTTP/1.1" 200 2281 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8391c-0502-b1d6-1a4b-0303c5dbf6bf +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8391c-0502-b1d6-1a4b-0303c5dbf6bf +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.2018s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.2231s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.2509s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=5b07b641-b146-4211-b112-9a4699fec4c1 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6020e22c-09c5-48ac-b109-915286ba0f77 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 1882790832272 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1882790832272 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 1882791122576 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1882791122576 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 1882791122576 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 1882791122576 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 1882790832272 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1882790832272 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=5b07b641-b146-4211-b112-9a4699fec4c1&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=6020e22c-09c5-48ac-b109-915286ba0f77 HTTP/1.1" 200 1550 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_EDW_TRANS_D, database=PL_DEV, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=285e50b5-1da0-46c7-abcc-e2c4b30d18e3 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e93de5a4-0136-4ac5-a1fe-3ed82b05b6a7 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=285e50b5-1da0-46c7-abcc-e2c4b30d18e3&databaseName=PL_DEV&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=e93de5a4-0136-4ac5-a1fe-3ed82b05b6a7 HTTP/1.1" 200 1540 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00166s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 553c8019-f1b5-4fff-9277-dac0fd720455 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: efcc92f1-2cf4-4bbc-801a-32215067dbc4 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=553c8019-f1b5-4fff-9277-dac0fd720455&request_guid=efcc92f1-2cf4-4bbc-801a-32215067dbc4 HTTP/1.1" 200 2274 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83922-0502-b1d6-1a4b-0303c5ddd06b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83922-0502-b1d6-1a4b-0303c5ddd06b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83922-0502-b1d6-1a4b-0303c5ddd06b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6fff5034-9da3-4147-bd41-ccb89100c65e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83922-0502-b1d6-1a4b-0303c5ddd06b?request_guid=6fff5034-9da3-4147-bd41-ccb89100c65e HTTP/1.1" 200 1851 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83922-0502-b1d6-1a4b-0303c5ddd06b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: add2c2e0-a128-4156-89cb-c419bc2c08b3 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83922-0502-b1d6-1a4b-0303c5ddd06b?request_guid=add2c2e0-a128-4156-89cb-c419bc2c08b3 HTTP/1.1" 200 1851 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83922-0502-b1d6-1a4b-0303c5ddd06b'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 5bf5a662-1968-44b2-9f37-92ed55956c89 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83922-0502-b1d6-1a4b-0303c5ddd06b'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83922-0502-b1d6-1a4b-0303c5ddd06b'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f166351e-ee48-4c71-98c2-84b66ee9d358 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=5bf5a662-1968-44b2-9f37-92ed55956c89&request_guid=f166351e-ee48-4c71-98c2-84b66ee9d358 HTTP/1.1" 200 None +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83922-0502-afee-1a4b-0303c5ddc347 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83922-0502-afee-1a4b-0303c5ddc347 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 4 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 4ebcc6f7-4d5c-4659-a620-c104fa35f506 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d5941cb9-3080-40aa-a4de-5e73eba46c8f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=4ebcc6f7-4d5c-4659-a620-c104fa35f506&request_guid=d5941cb9-3080-40aa-a4de-5e73eba46c8f HTTP/1.1" 200 1796 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83922-0502-b0de-1a4b-0303c5ddb37f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83922-0502-b0de-1a4b-0303c5ddb37f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83922-0502-b0de-1a4b-0303c5ddb37f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 4e4fc4ce-a5c5-46f7-b2ce-6e4b0a8fca8d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83922-0502-b0de-1a4b-0303c5ddb37f?request_guid=4e4fc4ce-a5c5-46f7-b2ce-6e4b0a8fca8d HTTP/1.1" 200 2166 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83922-0502-b0de-1a4b-0303c5ddb37f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0f16bf60-e026-4c7a-95f0-5a59d58ddbea +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83922-0502-b0de-1a4b-0303c5ddb37f?request_guid=0f16bf60-e026-4c7a-95f0-5a59d58ddbea HTTP/1.1" 200 2166 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83922-0502-b0de-1a4b-0303c5ddb37f'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: d4623864-bd15-44d4-a22b-f676876a0a30 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83922-0502-b0de-1a4b-0303c5ddb37f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83922-0502-b0de-1a4b-0303c5ddb37f'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: aa611305-5dee-4d8c-ac04-f882bf0f5475 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=d4623864-bd15-44d4-a22b-f676876a0a30&request_guid=aa611305-5dee-4d8c-ac04-f882bf0f5475 HTTP/1.1" 200 1797 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83922-0502-b0de-1a4b-0303c5ddb3d3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83922-0502-b0de-1a4b-0303c5ddb3d3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 9f10ea59-0b33-4baa-8bc7-ead0f51f972b +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','STG_CEM_EVENT');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ea2fd4b4-abbd-4438-9ea5-bbc97df25593 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=9f10ea59-0b33-4baa-8bc7-ead0f51f972b&request_guid=ea2fd4b4-abbd-4438-9ea5-bbc97df25593 HTTP/1.1" 200 2289 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83922-0502-ae87-1a4b-0303c5dda6b3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83922-0502-ae87-1a4b-0303c5dda6b3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83922-0502-ae87-1a4b-0303c5dda6b3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 88ef48ad-a2ee-4644-82e0-ff14f25ceed6 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83922-0502-ae87-1a4b-0303c5dda6b3?request_guid=88ef48ad-a2ee-4644-82e0-ff14f25ceed6 HTTP/1.1" 200 1685 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83922-0502-ae87-1a4b-0303c5dda6b3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 28de10ab-dbcb-4880-a60d-93e2ce5bc5f5 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83922-0502-ae87-1a4b-0303c5dda6b3?request_guid=28de10ab-dbcb-4880-a60d-93e2ce5bc5f5 HTTP/1.1" 200 1685 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83922-0502-ae87-1a4b-0303c5dda6b3'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: e5cca949-9224-4e62-9779-7223f3f6abf9 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83922-0502-ae87-1a4b-0303c5dda6b3'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83922-0502-ae87-1a4b-0303c5dda6b3'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: aaefeb7b-d0dc-419b-930f-637c3b72d426 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=e5cca949-9224-4e62-9779-7223f3f6abf9&request_guid=aaefeb7b-d0dc-419b-930f-637c3b72d426 HTTP/1.1" 200 2287 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83922-0502-af26-1a4b-0303c5dd9cff +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83922-0502-af26-1a4b-0303c5dd9cff +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 15:51:49] "GET /sfexec?csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y21Ysg.NatmJFPs-Lg37caq2iYcLOvTz9s&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y21Ysg.NatmJFPs-Lg37caq2iYcLOvTz9s&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y21Ysg.NatmJFPs-Lg37caq2iYcLOvTz9s&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y21Ysg.NatmJFPs-Lg37caq2iYcLOvTz9s&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y21Ysg.NatmJFPs-Lg37caq2iYcLOvTz9s&submit=Submit HTTP/1.1" 500 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 15:51:50] "GET /sfexec?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 15:51:50] "GET /sfexec?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 15:51:50] "GET /sfexec?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 15:51:50] "GET /sfexec?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 304 - +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 39.53s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 39.54s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 39.55s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=1ca5e177-609f-41a5-9d02-231c327c8c0a +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a779d35a-22f7-4dc1-98d5-f1e383657738 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 2173908362304 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2173908362304 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2173908652608 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2173908652608 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2173908652608 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2173908652608 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2173908362304 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2173908362304 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=1ca5e177-609f-41a5-9d02-231c327c8c0a&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=a779d35a-22f7-4dc1-98d5-f1e383657738 HTTP/1.1" 200 1550 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_EDW_TRANS_D, database=PL_DEV, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=b2213ac7-cba5-4f6a-b408-21a2a872822a +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 966a35f5-38f0-4309-ae3b-bd31282d4e79 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=b2213ac7-cba5-4f6a-b408-21a2a872822a&databaseName=PL_DEV&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=966a35f5-38f0-4309-ae3b-bd31282d4e79 HTTP/1.1" 200 1542 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00169s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: f4ca6f78-f35d-4559-bb66-2a1a48216699 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8865ff89-9412-49ac-afc5-a4cf50ecf0a5 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=f4ca6f78-f35d-4559-bb66-2a1a48216699&request_guid=8865ff89-9412-49ac-afc5-a4cf50ecf0a5 HTTP/1.1" 200 2280 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83924-0502-afee-1a4b-0303c5de5457 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83924-0502-afee-1a4b-0303c5de5457 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83924-0502-afee-1a4b-0303c5de5457' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c320915d-32f7-4bd5-9e03-2a2f3628a874 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83924-0502-afee-1a4b-0303c5de5457?request_guid=c320915d-32f7-4bd5-9e03-2a2f3628a874 HTTP/1.1" 200 1855 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83924-0502-afee-1a4b-0303c5de5457' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: bd1517c0-29b5-4d7d-8853-94b9d4dbb266 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83924-0502-afee-1a4b-0303c5de5457?request_guid=bd1517c0-29b5-4d7d-8853-94b9d4dbb266 HTTP/1.1" 200 1856 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83924-0502-afee-1a4b-0303c5de5457'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 12b09a45-20f7-4474-8032-a1f2c16efb3a +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83924-0502-afee-1a4b-0303c5de5457'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83924-0502-afee-1a4b-0303c5de5457'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 75a1fe1b-f402-4b13-8928-d7cbc9b4b117 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=12b09a45-20f7-4474-8032-a1f2c16efb3a&request_guid=75a1fe1b-f402-4b13-8928-d7cbc9b4b117 HTTP/1.1" 200 2280 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83924-0502-ae87-1a4b-0303c5de455b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83924-0502-ae87-1a4b-0303c5de455b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 4 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 4b99c926-8fcb-48d9-a027-fd0651354347 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 2e6afd16-71d3-427d-b892-689e6d91e867 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=4b99c926-8fcb-48d9-a027-fd0651354347&request_guid=2e6afd16-71d3-427d-b892-689e6d91e867 HTTP/1.1" 200 1796 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83924-0502-b0de-1a4b-0303c5de63bb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83924-0502-b0de-1a4b-0303c5de63bb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83924-0502-b0de-1a4b-0303c5de63bb' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e2aff950-3114-4d2b-913f-a6051edcda3e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83924-0502-b0de-1a4b-0303c5de63bb?request_guid=e2aff950-3114-4d2b-913f-a6051edcda3e HTTP/1.1" 200 2169 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83924-0502-b0de-1a4b-0303c5de63bb' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a43012ee-4644-40f8-8077-72d28eff1262 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83924-0502-b0de-1a4b-0303c5de63bb?request_guid=a43012ee-4644-40f8-8077-72d28eff1262 HTTP/1.1" 200 2169 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83924-0502-b0de-1a4b-0303c5de63bb'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: be4e7273-3085-4f65-a55f-d4874f97a4c8 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83924-0502-b0de-1a4b-0303c5de63bb'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83924-0502-b0de-1a4b-0303c5de63bb'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 72374b59-f23c-4883-bd97-f0d6c9a948be +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=be4e7273-3085-4f65-a55f-d4874f97a4c8&request_guid=72374b59-f23c-4883-bd97-f0d6c9a948be HTTP/1.1" 200 1802 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83924-0502-afee-1a4b-0303c5de54d3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83924-0502-afee-1a4b-0303c5de54d3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: db650905-e0a6-4496-a0d6-99dbf00163ca +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','STG_CEM_EVENT');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f819b1aa-15f6-4e25-a516-e6ad2cc278bc +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=db650905-e0a6-4496-a0d6-99dbf00163ca&request_guid=f819b1aa-15f6-4e25-a516-e6ad2cc278bc HTTP/1.1" 200 2282 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83924-0502-b0de-1a4b-0303c5de6417 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83924-0502-b0de-1a4b-0303c5de6417 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83924-0502-b0de-1a4b-0303c5de6417' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 88d36676-cead-4354-bc60-11c19c29f110 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83924-0502-b0de-1a4b-0303c5de6417?request_guid=88d36676-cead-4354-bc60-11c19c29f110 HTTP/1.1" 200 1681 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83924-0502-b0de-1a4b-0303c5de6417' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: b33c5478-8aa1-4e61-b65d-5f20c0efcde6 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83924-0502-b0de-1a4b-0303c5de6417?request_guid=b33c5478-8aa1-4e61-b65d-5f20c0efcde6 HTTP/1.1" 200 1680 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83924-0502-b0de-1a4b-0303c5de6417'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 1d1fe184-5a1e-4268-8e48-a6d1ef3b55fb +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83924-0502-b0de-1a4b-0303c5de6417'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83924-0502-b0de-1a4b-0303c5de6417'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 738e5445-297a-4f5a-b319-8a919817fd7b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=1d1fe184-5a1e-4268-8e48-a6d1ef3b55fb&request_guid=738e5445-297a-4f5a-b319-8a919817fd7b HTTP/1.1" 200 2284 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83924-0502-afee-1a4b-0303c5de54ef +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83924-0502-afee-1a4b-0303c5de54ef +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.1689s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.203s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.2143s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=519347fe-7394-419f-9372-0d4b2cb2b1b9 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: b7e67812-9a5a-499e-9ca9-fb5dc3ec6a9f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 2192184109200 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2192184109200 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2192184415888 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2192184415888 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2192184415888 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2192184415888 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2192184109200 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2192184109200 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=519347fe-7394-419f-9372-0d4b2cb2b1b9&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=b7e67812-9a5a-499e-9ca9-fb5dc3ec6a9f HTTP/1.1" 200 1546 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_EDW_TRANS_D, database=PL_DEV, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=2a289696-9b80-445b-b35b-102cd9c8a694 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7a6bcdf1-8659-45fc-9c5d-51e074736a36 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=2a289696-9b80-445b-b35b-102cd9c8a694&databaseName=PL_DEV&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=7a6bcdf1-8659-45fc-9c5d-51e074736a36 HTTP/1.1" 200 1546 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00160s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 9f819e49-b29a-43e6-868d-928e02322430 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f2fc2c55-9366-465f-a398-aaa4e0f537f3 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=9f819e49-b29a-43e6-868d-928e02322430&request_guid=f2fc2c55-9366-465f-a398-aaa4e0f537f3 HTTP/1.1" 200 2274 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83926-0502-af26-1a4b-0303c5dedb0f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83926-0502-af26-1a4b-0303c5dedb0f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83926-0502-af26-1a4b-0303c5dedb0f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: bde8c17a-c2b8-4875-b28b-219789e02935 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83926-0502-af26-1a4b-0303c5dedb0f?request_guid=bde8c17a-c2b8-4875-b28b-219789e02935 HTTP/1.1" 200 1851 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83926-0502-af26-1a4b-0303c5dedb0f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e0e8bc23-9ba7-4ce3-aca4-7abdfcbd5deb +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83926-0502-af26-1a4b-0303c5dedb0f?request_guid=e0e8bc23-9ba7-4ce3-aca4-7abdfcbd5deb HTTP/1.1" 200 1850 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83926-0502-af26-1a4b-0303c5dedb0f'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 2431e94b-bd27-4e83-bed6-06303ea8a94e +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83926-0502-af26-1a4b-0303c5dedb0f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83926-0502-af26-1a4b-0303c5dedb0f'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 89520d85-e84c-41b4-9ec3-101488ca8278 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=2431e94b-bd27-4e83-bed6-06303ea8a94e&request_guid=89520d85-e84c-41b4-9ec3-101488ca8278 HTTP/1.1" 200 2277 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83926-0502-ae87-1a4b-0303c5debc73 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83926-0502-ae87-1a4b-0303c5debc73 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 4 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: de509735-ef22-4382-809a-170222716df8 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 30fa795e-15dd-414b-883f-18bccc5be49f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=de509735-ef22-4382-809a-170222716df8&request_guid=30fa795e-15dd-414b-883f-18bccc5be49f HTTP/1.1" 200 1800 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83926-0502-afee-1a4b-0303c5dee31f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83926-0502-afee-1a4b-0303c5dee31f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83926-0502-afee-1a4b-0303c5dee31f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 2a806f6c-ec29-4057-a670-dcd88c23c6d3 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83926-0502-afee-1a4b-0303c5dee31f?request_guid=2a806f6c-ec29-4057-a670-dcd88c23c6d3 HTTP/1.1" 200 2173 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83926-0502-afee-1a4b-0303c5dee31f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d9fc0327-2a6b-42ed-a47b-02d6d0e6186e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83926-0502-afee-1a4b-0303c5dee31f?request_guid=d9fc0327-2a6b-42ed-a47b-02d6d0e6186e HTTP/1.1" 200 2173 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83926-0502-afee-1a4b-0303c5dee31f'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 70986042-1c45-4656-8944-dc0837834218 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83926-0502-afee-1a4b-0303c5dee31f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83926-0502-afee-1a4b-0303c5dee31f'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 2aa9bd49-fb1d-4de0-a96c-94b3a3307c88 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=70986042-1c45-4656-8944-dc0837834218&request_guid=2aa9bd49-fb1d-4de0-a96c-94b3a3307c88 HTTP/1.1" 200 None +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83926-0502-ae87-1a4b-0303c5debceb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83926-0502-ae87-1a4b-0303c5debceb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: c128c622-2270-40fb-b51f-55b60e8547bd +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','STG_CEM_EVENT');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: b4736853-01b3-4c87-813d-a2f0c05f418a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=c128c622-2270-40fb-b51f-55b60e8547bd&request_guid=b4736853-01b3-4c87-813d-a2f0c05f418a HTTP/1.1" 200 2281 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83926-0502-b1d6-1a4b-0303c5decf57 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83926-0502-b1d6-1a4b-0303c5decf57 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83926-0502-b1d6-1a4b-0303c5decf57' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ba0ef2be-b58e-45cc-a946-92c4bf6d1c05 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83926-0502-b1d6-1a4b-0303c5decf57?request_guid=ba0ef2be-b58e-45cc-a946-92c4bf6d1c05 HTTP/1.1" 200 1680 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83926-0502-b1d6-1a4b-0303c5decf57' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: be988c39-9f6a-4e0b-b84d-78b18ebc1167 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83926-0502-b1d6-1a4b-0303c5decf57?request_guid=be988c39-9f6a-4e0b-b84d-78b18ebc1167 HTTP/1.1" 200 1680 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83926-0502-b1d6-1a4b-0303c5decf57'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 20c7899d-15c6-439b-a334-5e661c60953f +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83926-0502-b1d6-1a4b-0303c5decf57'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83926-0502-b1d6-1a4b-0303c5decf57'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 945ef404-829d-465e-8a13-4aacf29cf374 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=20c7899d-15c6-439b-a334-5e661c60953f&request_guid=945ef404-829d-465e-8a13-4aacf29cf374 HTTP/1.1" 200 2282 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83926-0502-af26-1a4b-0303c5dedbcf +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83926-0502-af26-1a4b-0303c5dedbcf +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.187s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.2084s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.2647s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=6b86fe5a-6516-46db-806d-893ef05dee9f +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d97282f8-f207-43a9-91ea-3969bb14c0ec +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 1477321943184 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1477321943184 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 1477322233488 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1477322233488 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 1477322233488 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 1477322233488 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 1477321943184 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1477321943184 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=6b86fe5a-6516-46db-806d-893ef05dee9f&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=d97282f8-f207-43a9-91ea-3969bb14c0ec HTTP/1.1" 200 1551 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_EDW_TRANS_D, database=PL_DEV, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=c47e8f23-a5ea-4f1a-8b56-8342edb4379a +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 45ab79f1-dc8d-4c33-b7fb-7cc40f27c53d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=c47e8f23-a5ea-4f1a-8b56-8342edb4379a&databaseName=PL_DEV&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=45ab79f1-dc8d-4c33-b7fb-7cc40f27c53d HTTP/1.1" 200 1542 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00162s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 760c2162-7ec6-4696-b40a-33930a4d7887 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 182886f4-09f5-40c9-945b-ec3158600840 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=760c2162-7ec6-4696-b40a-33930a4d7887&request_guid=182886f4-09f5-40c9-945b-ec3158600840 HTTP/1.1" 200 2272 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8392b-0502-b1d6-1a4b-0303c5dffe9f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8392b-0502-b1d6-1a4b-0303c5dffe9f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8392b-0502-b1d6-1a4b-0303c5dffe9f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a64fed53-97e6-45f9-92e8-f4d301dc3e76 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8392b-0502-b1d6-1a4b-0303c5dffe9f?request_guid=a64fed53-97e6-45f9-92e8-f4d301dc3e76 HTTP/1.1" 200 1846 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8392b-0502-b1d6-1a4b-0303c5dffe9f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 19c1ad15-532f-4388-a070-741dfacbe643 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8392b-0502-b1d6-1a4b-0303c5dffe9f?request_guid=19c1ad15-532f-4388-a070-741dfacbe643 HTTP/1.1" 200 1846 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8392b-0502-b1d6-1a4b-0303c5dffe9f'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 06a70230-1766-4c93-ab94-50b4b88d435d +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8392b-0502-b1d6-1a4b-0303c5dffe9f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8392b-0502-b1d6-1a4b-0303c5dffe9f'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 12e11f0b-0b34-4818-a4b6-b5db6672d3c2 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=06a70230-1766-4c93-ab94-50b4b88d435d&request_guid=12e11f0b-0b34-4818-a4b6-b5db6672d3c2 HTTP/1.1" 200 2272 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8392b-0502-b1d6-1a4b-0303c5dffeb3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8392b-0502-b1d6-1a4b-0303c5dffeb3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 4 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 1fe8396b-4812-4995-bf01-0850d2e1a65a +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9491500b-1f68-4d62-af66-ab3a79ce9ea5 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=1fe8396b-4812-4995-bf01-0850d2e1a65a&request_guid=9491500b-1f68-4d62-af66-ab3a79ce9ea5 HTTP/1.1" 200 1795 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8392b-0502-b1d6-1a4b-0303c5dffebb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8392b-0502-b1d6-1a4b-0303c5dffebb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8392b-0502-b1d6-1a4b-0303c5dffebb' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 615f3bf1-300c-4e7e-ba98-2670ac36a9b3 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8392b-0502-b1d6-1a4b-0303c5dffebb?request_guid=615f3bf1-300c-4e7e-ba98-2670ac36a9b3 HTTP/1.1" 200 2168 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8392b-0502-b1d6-1a4b-0303c5dffebb' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 874056f9-2755-47f7-a4cb-455184c3b444 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8392b-0502-b1d6-1a4b-0303c5dffebb?request_guid=874056f9-2755-47f7-a4cb-455184c3b444 HTTP/1.1" 200 2168 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8392b-0502-b1d6-1a4b-0303c5dffebb'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 0fcbb4c6-9a08-4e06-905f-663a84e7b0f7 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8392b-0502-b1d6-1a4b-0303c5dffebb'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8392b-0502-b1d6-1a4b-0303c5dffebb'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f9363ecb-67b8-400d-b483-48f7fb405ec3 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=0fcbb4c6-9a08-4e06-905f-663a84e7b0f7&request_guid=f9363ecb-67b8-400d-b483-48f7fb405ec3 HTTP/1.1" 200 1795 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8392b-0502-b1d6-1a4b-0303c5dffec3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8392b-0502-b1d6-1a4b-0303c5dffec3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: dd316175-23f3-426d-97f1-26522d280ff2 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','STG_CEM_EVENT');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e67f075a-8265-4c38-8b70-ab351a409e59 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=dd316175-23f3-426d-97f1-26522d280ff2&request_guid=e67f075a-8265-4c38-8b70-ab351a409e59 HTTP/1.1" 200 2285 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8392b-0502-afee-1a4b-0303c5e02653 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8392b-0502-afee-1a4b-0303c5e02653 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8392b-0502-afee-1a4b-0303c5e02653' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 41c7a5f7-42b9-45a9-b397-396f762a13c3 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8392b-0502-afee-1a4b-0303c5e02653?request_guid=41c7a5f7-42b9-45a9-b397-396f762a13c3 HTTP/1.1" 200 1677 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8392b-0502-afee-1a4b-0303c5e02653' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: caf7c08a-dd6c-41ad-be86-0e75fb0dca23 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8392b-0502-afee-1a4b-0303c5e02653?request_guid=caf7c08a-dd6c-41ad-be86-0e75fb0dca23 HTTP/1.1" 200 1679 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8392b-0502-afee-1a4b-0303c5e02653'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: be171799-bcfb-437f-88b3-c4efccf612f3 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8392b-0502-afee-1a4b-0303c5e02653'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8392b-0502-afee-1a4b-0303c5e02653'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0fab0b7c-a2a8-4d99-81b6-1daa4841ec5f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=be171799-bcfb-437f-88b3-c4efccf612f3&request_guid=0fab0b7c-a2a8-4d99-81b6-1daa4841ec5f HTTP/1.1" 200 2284 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8392c-0502-af26-1a4b-0303c5e030cf +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8392c-0502-af26-1a4b-0303c5e030cf +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.1977s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.2185s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.2708s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=de20d01d-f658-46b1-a01b-3d00ab86002f +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 189acd20-3d22-453f-b424-e7b5d2450721 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 2051267438736 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2051267438736 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2051267712656 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2051267712656 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2051267712656 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2051267712656 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2051267438736 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2051267438736 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=de20d01d-f658-46b1-a01b-3d00ab86002f&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=189acd20-3d22-453f-b424-e7b5d2450721 HTTP/1.1" 200 1553 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_EDW_TRANS_D, database=PL_DEV, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=b21f47e2-b9b0-48b9-a0d1-1677a46d7143 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f944df54-b686-4169-972f-f2d467ebc2fd +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=b21f47e2-b9b0-48b9-a0d1-1677a46d7143&databaseName=PL_DEV&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=f944df54-b686-4169-972f-f2d467ebc2fd HTTP/1.1" 200 1549 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00214s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 7fdf0151-5923-4e16-b23c-478d605e8479 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 2b5851cc-2d65-411d-bc4b-c501c9f042bb +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=7fdf0151-5923-4e16-b23c-478d605e8479&request_guid=2b5851cc-2d65-411d-bc4b-c501c9f042bb HTTP/1.1" 200 2277 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8392e-0502-ae87-1a4b-0303c5e0bbcb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8392e-0502-ae87-1a4b-0303c5e0bbcb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8392e-0502-ae87-1a4b-0303c5e0bbcb' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 2dd1b318-6c77-4632-852a-23df45c18880 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8392e-0502-ae87-1a4b-0303c5e0bbcb?request_guid=2dd1b318-6c77-4632-852a-23df45c18880 HTTP/1.1" 200 1852 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8392e-0502-ae87-1a4b-0303c5e0bbcb' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: b42e4475-f607-4644-8e85-0c2d125cd9e7 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8392e-0502-ae87-1a4b-0303c5e0bbcb?request_guid=b42e4475-f607-4644-8e85-0c2d125cd9e7 HTTP/1.1" 200 1850 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8392e-0502-ae87-1a4b-0303c5e0bbcb'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 5872ec0f-8284-4d24-bfbe-35eddf09cffa +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8392e-0502-ae87-1a4b-0303c5e0bbcb'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8392e-0502-ae87-1a4b-0303c5e0bbcb'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c04dd750-0372-440e-b7d1-71a9b2e40938 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=5872ec0f-8284-4d24-bfbe-35eddf09cffa&request_guid=c04dd750-0372-440e-b7d1-71a9b2e40938 HTTP/1.1" 200 2274 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8392e-0502-b1d6-1a4b-0303c5e0af9b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8392e-0502-b1d6-1a4b-0303c5e0af9b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 4 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 336db576-773e-432e-9576-db869d18bd3f +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 97c6ae8b-d7ee-4458-8598-943804415aea +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=336db576-773e-432e-9576-db869d18bd3f&request_guid=97c6ae8b-d7ee-4458-8598-943804415aea HTTP/1.1" 200 1801 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8392e-0502-afee-1a4b-0303c5e0caa7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8392e-0502-afee-1a4b-0303c5e0caa7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8392e-0502-afee-1a4b-0303c5e0caa7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 53435da4-fd4f-4006-bfde-dcce146f8185 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8392e-0502-afee-1a4b-0303c5e0caa7?request_guid=53435da4-fd4f-4006-bfde-dcce146f8185 HTTP/1.1" 200 2174 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8392e-0502-afee-1a4b-0303c5e0caa7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7a1bc240-2aaa-4c2b-a46a-c87a1359f470 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8392e-0502-afee-1a4b-0303c5e0caa7?request_guid=7a1bc240-2aaa-4c2b-a46a-c87a1359f470 HTTP/1.1" 200 2173 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8392e-0502-afee-1a4b-0303c5e0caa7'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: b922b113-b033-4b35-8981-a2ac64fca865 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8392e-0502-afee-1a4b-0303c5e0caa7'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8392e-0502-afee-1a4b-0303c5e0caa7'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 07603318-4f21-461a-ad82-8144bffe3c28 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=b922b113-b033-4b35-8981-a2ac64fca865&request_guid=07603318-4f21-461a-ad82-8144bffe3c28 HTTP/1.1" 200 None +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8392e-0502-b1d6-1a4b-0303c5e0f007 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8392e-0502-b1d6-1a4b-0303c5e0f007 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: cd74f11c-e5b5-449c-88ea-95776a9e88de +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','STG_CEM_EVENT');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 624e2e65-7b80-40a7-9bf0-89a8bf072d77 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=cd74f11c-e5b5-449c-88ea-95776a9e88de&request_guid=624e2e65-7b80-40a7-9bf0-89a8bf072d77 HTTP/1.1" 200 2281 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8392e-0502-b0de-1a4b-0303c5e0e5bf +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8392e-0502-b0de-1a4b-0303c5e0e5bf +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8392e-0502-b0de-1a4b-0303c5e0e5bf' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 56f8fb37-bccb-4a50-be31-a53a5e82985f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8392e-0502-b0de-1a4b-0303c5e0e5bf?request_guid=56f8fb37-bccb-4a50-be31-a53a5e82985f HTTP/1.1" 200 1682 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8392e-0502-b0de-1a4b-0303c5e0e5bf' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 87df1341-1a94-4c99-8d03-1241c8858e13 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8392e-0502-b0de-1a4b-0303c5e0e5bf?request_guid=87df1341-1a94-4c99-8d03-1241c8858e13 HTTP/1.1" 200 1682 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8392e-0502-b0de-1a4b-0303c5e0e5bf'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 311ab078-2d8a-4426-85dd-45192c08b24d +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8392e-0502-b0de-1a4b-0303c5e0e5bf'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8392e-0502-b0de-1a4b-0303c5e0e5bf'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9fa3d270-0d2a-45ca-8c3c-703a708f5af6 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=311ab078-2d8a-4426-85dd-45192c08b24d&request_guid=9fa3d270-0d2a-45ca-8c3c-703a708f5af6 HTTP/1.1" 200 2285 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8392e-0502-afee-1a4b-0303c5e0cb47 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8392e-0502-afee-1a4b-0303c5e0cb47 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.2244s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.2287s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.235s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=178379b6-17f0-4f9c-9d88-c44a43226227 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 4035b168-f482-432f-8f9c-05b50253c4b6 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 2375373120576 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2375373120576 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2375373410880 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2375373410880 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2375373410880 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2375373410880 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2375373120576 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2375373120576 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=178379b6-17f0-4f9c-9d88-c44a43226227&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=4035b168-f482-432f-8f9c-05b50253c4b6 HTTP/1.1" 200 1550 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_EDW_TRANS_D, database=PL_DEV, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=429e4f47-9c03-4b68-b484-03d668f99dba +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a0df8702-7d34-4183-9de7-91a32700b398 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=429e4f47-9c03-4b68-b484-03d668f99dba&databaseName=PL_DEV&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=a0df8702-7d34-4183-9de7-91a32700b398 HTTP/1.1" 200 1546 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00213s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: c4085188-764d-490c-a1d8-f6f4a924d97b +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 26f2251e-820f-4b01-9705-7a5f1ae32ddf +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=c4085188-764d-490c-a1d8-f6f4a924d97b&request_guid=26f2251e-820f-4b01-9705-7a5f1ae32ddf HTTP/1.1" 200 2273 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83930-0502-b1d6-1a4b-0303c5e14947 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83930-0502-b1d6-1a4b-0303c5e14947 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83930-0502-b1d6-1a4b-0303c5e14947' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f1580d8f-b6b0-49e1-8c73-f5532043a120 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83930-0502-b1d6-1a4b-0303c5e14947?request_guid=f1580d8f-b6b0-49e1-8c73-f5532043a120 HTTP/1.1" 200 1850 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83930-0502-b1d6-1a4b-0303c5e14947' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1f7c3f8e-d1c8-4de8-9c5a-9d26024044f7 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83930-0502-b1d6-1a4b-0303c5e14947?request_guid=1f7c3f8e-d1c8-4de8-9c5a-9d26024044f7 HTTP/1.1" 200 1851 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83930-0502-b1d6-1a4b-0303c5e14947'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 61353830-0ac4-40ed-8c9d-167860c24464 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83930-0502-b1d6-1a4b-0303c5e14947'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83930-0502-b1d6-1a4b-0303c5e14947'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d787214f-4878-4e61-9a74-a880772324dd +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=61353830-0ac4-40ed-8c9d-167860c24464&request_guid=d787214f-4878-4e61-9a74-a880772324dd HTTP/1.1" 200 2276 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83930-0502-afee-1a4b-0303c5e1561b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83930-0502-afee-1a4b-0303c5e1561b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 4 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 2ded0b9c-3da6-45a6-894b-deabbb3982da +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 427e01fe-6ac0-49c0-84f1-a533577214f7 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=2ded0b9c-3da6-45a6-894b-deabbb3982da&request_guid=427e01fe-6ac0-49c0-84f1-a533577214f7 HTTP/1.1" 200 1801 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83930-0502-ae87-1a4b-0303c5e16397 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83930-0502-ae87-1a4b-0303c5e16397 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83930-0502-ae87-1a4b-0303c5e16397' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 28c69ee6-18df-422b-8021-8aeeef313d10 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83930-0502-ae87-1a4b-0303c5e16397?request_guid=28c69ee6-18df-422b-8021-8aeeef313d10 HTTP/1.1" 200 2164 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83930-0502-ae87-1a4b-0303c5e16397' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 4d4f4268-99e5-4f2d-be31-9c13377a430d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83930-0502-ae87-1a4b-0303c5e16397?request_guid=4d4f4268-99e5-4f2d-be31-9c13377a430d HTTP/1.1" 200 2165 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83930-0502-ae87-1a4b-0303c5e16397'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: a2d26d59-9002-4d5b-b733-3d70cc8607bc +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83930-0502-ae87-1a4b-0303c5e16397'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83930-0502-ae87-1a4b-0303c5e16397'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 784bcaf2-07b7-4de8-821f-8f8b2685a730 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=a2d26d59-9002-4d5b-b733-3d70cc8607bc&request_guid=784bcaf2-07b7-4de8-821f-8f8b2685a730 HTTP/1.1" 200 1800 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83930-0502-ae87-1a4b-0303c5e163af +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83930-0502-ae87-1a4b-0303c5e163af +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 8372b8a8-54b2-4ee6-9f44-289b40d16cc2 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','STG_CEM_EVENT');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: bd0c812b-ec9f-441f-864a-01f21ad32dd7 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=8372b8a8-54b2-4ee6-9f44-289b40d16cc2&request_guid=bd0c812b-ec9f-441f-864a-01f21ad32dd7 HTTP/1.1" 200 2282 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83930-0502-b1d6-1a4b-0303c5e14997 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83930-0502-b1d6-1a4b-0303c5e14997 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83930-0502-b1d6-1a4b-0303c5e14997' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f80be61a-3409-44a3-9972-de04cac6ee17 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83930-0502-b1d6-1a4b-0303c5e14997?request_guid=f80be61a-3409-44a3-9972-de04cac6ee17 HTTP/1.1" 200 1679 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83930-0502-b1d6-1a4b-0303c5e14997' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 97afc2ba-8157-4c15-98be-94f293fe8191 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83930-0502-b1d6-1a4b-0303c5e14997?request_guid=97afc2ba-8157-4c15-98be-94f293fe8191 HTTP/1.1" 200 1680 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83930-0502-b1d6-1a4b-0303c5e14997'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 20c6f09b-fc85-4bf1-a60f-531342fd3e71 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83930-0502-b1d6-1a4b-0303c5e14997'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83930-0502-b1d6-1a4b-0303c5e14997'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 4b83cb16-389d-455d-bc63-de69a0f96be8 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=20c6f09b-fc85-4bf1-a60f-531342fd3e71&request_guid=4b83cb16-389d-455d-bc63-de69a0f96be8 HTTP/1.1" 200 2280 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83930-0502-b0de-1a4b-0303c5e13d8f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83930-0502-b0de-1a4b-0303c5e13d8f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 14.07s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 14.08s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 14.08s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=c70e615c-f57f-4bb6-9da8-a18faef1caf5 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 29dd0088-47ee-435a-9697-a3203163d22d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 2650408805680 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2650408805680 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2650409112416 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2650409112416 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2650409112416 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2650409112416 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2650408805680 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2650408805680 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=c70e615c-f57f-4bb6-9da8-a18faef1caf5&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=29dd0088-47ee-435a-9697-a3203163d22d HTTP/1.1" 200 1545 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_EDW_TRANS_D, database=PL_DEV, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=5f70e832-e530-4869-b2f4-e246fd06bce6 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 5e9f23a1-2196-4b06-a738-a2aba40ab04b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=5f70e832-e530-4869-b2f4-e246fd06bce6&databaseName=PL_DEV&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=5e9f23a1-2196-4b06-a738-a2aba40ab04b HTTP/1.1" 200 1545 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00177s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 9ca642d3-ff03-428a-b20a-fa4b88778750 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1c390cf8-2e12-4cee-b0d2-298fd4b366ab +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=9ca642d3-ff03-428a-b20a-fa4b88778750&request_guid=1c390cf8-2e12-4cee-b0d2-298fd4b366ab HTTP/1.1" 200 2276 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8393d-0502-b159-1a4b-0303c5e4d383 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8393d-0502-b159-1a4b-0303c5e4d383 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8393d-0502-b159-1a4b-0303c5e4d383' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f751155a-50d7-4c38-8183-75c77611307a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8393d-0502-b159-1a4b-0303c5e4d383?request_guid=f751155a-50d7-4c38-8183-75c77611307a HTTP/1.1" 200 1850 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8393d-0502-b159-1a4b-0303c5e4d383' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e04a9eda-6ffb-4ee9-81db-89e7819ddee1 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8393d-0502-b159-1a4b-0303c5e4d383?request_guid=e04a9eda-6ffb-4ee9-81db-89e7819ddee1 HTTP/1.1" 200 1850 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8393d-0502-b159-1a4b-0303c5e4d383'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: ba36b8cd-57b8-42c8-b28c-533283ea5c61 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8393d-0502-b159-1a4b-0303c5e4d383'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8393d-0502-b159-1a4b-0303c5e4d383'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 08773de6-7c37-4085-8c78-6f92d766b784 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=ba36b8cd-57b8-42c8-b28c-533283ea5c61&request_guid=08773de6-7c37-4085-8c78-6f92d766b784 HTTP/1.1" 200 2276 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8393d-0502-afee-1a4b-0303c5e4e0eb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8393d-0502-afee-1a4b-0303c5e4e0eb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 4 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 03414d5c-cabc-4bba-afa6-996a540b6f51 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 59332018-a9ea-4a3a-b5b9-e2a2b8785d71 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=03414d5c-cabc-4bba-afa6-996a540b6f51&request_guid=59332018-a9ea-4a3a-b5b9-e2a2b8785d71 HTTP/1.1" 200 1793 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8393d-0502-b1d6-1a4b-0303c5e4ade3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8393d-0502-b1d6-1a4b-0303c5e4ade3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8393d-0502-b1d6-1a4b-0303c5e4ade3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7aa98d52-0e10-4c1b-9cee-fe1eb0553fdc +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8393d-0502-b1d6-1a4b-0303c5e4ade3?request_guid=7aa98d52-0e10-4c1b-9cee-fe1eb0553fdc HTTP/1.1" 200 2166 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8393d-0502-b1d6-1a4b-0303c5e4ade3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c3274eeb-33db-4e74-9ed2-a02edc83ddd3 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8393d-0502-b1d6-1a4b-0303c5e4ade3?request_guid=c3274eeb-33db-4e74-9ed2-a02edc83ddd3 HTTP/1.1" 200 2166 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8393d-0502-b1d6-1a4b-0303c5e4ade3'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: d7fe0076-a11f-474d-bab2-cf946fba0950 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8393d-0502-b1d6-1a4b-0303c5e4ade3'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8393d-0502-b1d6-1a4b-0303c5e4ade3'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 88d0303b-b487-493f-89dd-0dfc7d6fe0a0 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=d7fe0076-a11f-474d-bab2-cf946fba0950&request_guid=88d0303b-b487-493f-89dd-0dfc7d6fe0a0 HTTP/1.1" 200 1800 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8393d-0502-b159-1a4b-0303c5e4d3c3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8393d-0502-b159-1a4b-0303c5e4d3c3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 515b340d-e00f-4bc2-b809-f417e8ea422e +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','STG_CEM_EVENT');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 30fa34ff-8ea5-4f28-a9d0-988487ce4ecc +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=515b340d-e00f-4bc2-b809-f417e8ea422e&request_guid=30fa34ff-8ea5-4f28-a9d0-988487ce4ecc HTTP/1.1" 200 2286 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8393d-0502-b159-1a4b-0303c5e4d3c7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8393d-0502-b159-1a4b-0303c5e4d3c7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8393d-0502-b159-1a4b-0303c5e4d3c7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 28695073-d3ec-4d74-8a8a-559d2b33f6db +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8393d-0502-b159-1a4b-0303c5e4d3c7?request_guid=28695073-d3ec-4d74-8a8a-559d2b33f6db HTTP/1.1" 200 1677 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8393d-0502-b159-1a4b-0303c5e4d3c7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9a209d46-0db8-464a-a738-db81ddc16f30 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8393d-0502-b159-1a4b-0303c5e4d3c7?request_guid=9a209d46-0db8-464a-a738-db81ddc16f30 HTTP/1.1" 200 1679 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8393d-0502-b159-1a4b-0303c5e4d3c7'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: d449d8eb-6dbf-4424-8993-11fc5bd5923d +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8393d-0502-b159-1a4b-0303c5e4d3c7'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8393d-0502-b159-1a4b-0303c5e4d3c7'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7948fa54-f1a2-4cd8-9a88-939508492e51 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=d449d8eb-6dbf-4424-8993-11fc5bd5923d&request_guid=7948fa54-f1a2-4cd8-9a88-939508492e51 HTTP/1.1" 200 2285 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8393d-0502-b159-1a4b-0303c5e4d3d7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8393d-0502-b159-1a4b-0303c5e4d3d7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.1935s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.2125s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.2175s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=4a501bee-2d29-4a80-b34f-c04ae10e57fb +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1a2cbc44-b257-4ae2-9548-0086f409d657 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 1799195666576 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1799195666576 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 1799195940496 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1799195940496 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 1799195940496 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 1799195940496 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 1799195666576 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1799195666576 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=4a501bee-2d29-4a80-b34f-c04ae10e57fb&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=1a2cbc44-b257-4ae2-9548-0086f409d657 HTTP/1.1" 200 1553 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_EDW_TRANS_D, database=PL_DEV, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=2ff08d86-be8d-48d7-bbee-29a848a11e06 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 196ff7f8-9320-40e9-ab3c-597cf34c44d8 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=2ff08d86-be8d-48d7-bbee-29a848a11e06&databaseName=PL_DEV&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=196ff7f8-9320-40e9-ab3c-597cf34c44d8 HTTP/1.1" 200 1553 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00237s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 579109e3-3a5c-497f-81ce-33116306d764 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: eac568c9-aef5-4e99-92b4-a98764f79b40 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=579109e3-3a5c-497f-81ce-33116306d764&request_guid=eac568c9-aef5-4e99-92b4-a98764f79b40 HTTP/1.1" 200 2275 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8393e-0502-b159-1a4b-0303c5e53357 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8393e-0502-b159-1a4b-0303c5e53357 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8393e-0502-b159-1a4b-0303c5e53357' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 92c2adb8-474b-4383-82b0-873ae205e90f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8393e-0502-b159-1a4b-0303c5e53357?request_guid=92c2adb8-474b-4383-82b0-873ae205e90f HTTP/1.1" 200 1852 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8393e-0502-b159-1a4b-0303c5e53357' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: fd2f0318-42c5-4aae-b90c-1de4bf55111a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8393e-0502-b159-1a4b-0303c5e53357?request_guid=fd2f0318-42c5-4aae-b90c-1de4bf55111a HTTP/1.1" 200 1852 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8393e-0502-b159-1a4b-0303c5e53357'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: b8e066d0-a2cb-45db-85ab-010f33c43636 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8393e-0502-b159-1a4b-0303c5e53357'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8393e-0502-b159-1a4b-0303c5e53357'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c035549a-9bea-4dd4-9197-9246b11cca93 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=b8e066d0-a2cb-45db-85ab-010f33c43636&request_guid=c035549a-9bea-4dd4-9197-9246b11cca93 HTTP/1.1" 200 2273 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8393e-0502-b1d6-1a4b-0303c5e50d1b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8393e-0502-b1d6-1a4b-0303c5e50d1b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 4 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: ac19fb1f-3da0-4839-b923-5398e5a947d7 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8a66bc40-eaa1-4207-8320-c81d683d5b1d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=ac19fb1f-3da0-4839-b923-5398e5a947d7&request_guid=8a66bc40-eaa1-4207-8320-c81d683d5b1d HTTP/1.1" 200 1800 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8393e-0502-ae87-1a4b-0303c5e5252b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8393e-0502-ae87-1a4b-0303c5e5252b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8393e-0502-ae87-1a4b-0303c5e5252b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6f363a34-db56-4609-ab9a-3c41e4455371 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8393e-0502-ae87-1a4b-0303c5e5252b?request_guid=6f363a34-db56-4609-ab9a-3c41e4455371 HTTP/1.1" 200 2169 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8393e-0502-ae87-1a4b-0303c5e5252b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9908cbc6-196c-4b8a-bdb8-965853d9c92e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8393e-0502-ae87-1a4b-0303c5e5252b?request_guid=9908cbc6-196c-4b8a-bdb8-965853d9c92e HTTP/1.1" 200 2169 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8393e-0502-ae87-1a4b-0303c5e5252b'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 90efb367-7485-4b52-92c8-3933a0eef63c +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8393e-0502-ae87-1a4b-0303c5e5252b'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8393e-0502-ae87-1a4b-0303c5e5252b'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: fb816b53-befc-4d42-86da-29e6f45abe58 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=90efb367-7485-4b52-92c8-3933a0eef63c&request_guid=fb816b53-befc-4d42-86da-29e6f45abe58 HTTP/1.1" 200 1797 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8393e-0502-b0de-1a4b-0303c5e51c4f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8393e-0502-b0de-1a4b-0303c5e51c4f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 0cee6821-f900-40ba-9540-90cb1c5de737 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','STG_CEM_EVENT');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 86759dda-b0b3-4eea-ab02-dd4acd9f4df8 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=0cee6821-f900-40ba-9540-90cb1c5de737&request_guid=86759dda-b0b3-4eea-ab02-dd4acd9f4df8 HTTP/1.1" 200 2285 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8393e-0502-af26-1a4b-0303c5e5427f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8393e-0502-af26-1a4b-0303c5e5427f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8393e-0502-af26-1a4b-0303c5e5427f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: cf3c1508-80e3-463b-aaed-fea120eef22b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8393e-0502-af26-1a4b-0303c5e5427f?request_guid=cf3c1508-80e3-463b-aaed-fea120eef22b HTTP/1.1" 200 1678 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8393e-0502-af26-1a4b-0303c5e5427f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 73fffab0-a0a4-4f0b-906a-8588f21e9ec6 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8393e-0502-af26-1a4b-0303c5e5427f?request_guid=73fffab0-a0a4-4f0b-906a-8588f21e9ec6 HTTP/1.1" 200 1678 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8393e-0502-af26-1a4b-0303c5e5427f'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 7a6a4279-2480-4481-9fbe-9a9aaace3934 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8393e-0502-af26-1a4b-0303c5e5427f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8393e-0502-af26-1a4b-0303c5e5427f'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 54e1c68a-7fa1-4c2b-b343-c47be6dd1780 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=7a6a4279-2480-4481-9fbe-9a9aaace3934&request_guid=54e1c68a-7fa1-4c2b-b343-c47be6dd1780 HTTP/1.1" 200 2287 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8393e-0502-afee-1a4b-0303c5e5510f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8393e-0502-afee-1a4b-0303c5e5510f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.1981s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.2187s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.2276s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=499caad3-1a02-484f-9e47-c69f3417a3a2 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7dbab0bb-31b3-461b-8ba8-0a59b5966b3d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 1684883843216 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1684883843216 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 1684884133520 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1684884133520 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 1684884133520 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 1684884133520 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 1684883843216 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 1684883843216 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=499caad3-1a02-484f-9e47-c69f3417a3a2&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=7dbab0bb-31b3-461b-8ba8-0a59b5966b3d HTTP/1.1" 200 1552 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_EDW_TRANS_D, database=PL_DEV, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=1d6df82e-f12f-4061-8029-738d49d5fb6d +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c0115312-0f11-40cc-b8d0-27df7823d016 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=1d6df82e-f12f-4061-8029-738d49d5fb6d&databaseName=PL_DEV&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=c0115312-0f11-40cc-b8d0-27df7823d016 HTTP/1.1" 200 1548 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.01349s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: d9a0ad0f-9054-41da-977f-68ac59a4bad3 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6a91091c-57be-4fc3-8c1a-b7515bc3c3ae +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=d9a0ad0f-9054-41da-977f-68ac59a4bad3&request_guid=6a91091c-57be-4fc3-8c1a-b7515bc3c3ae HTTP/1.1" 200 2275 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83940-0502-af26-1a4b-0303c5e5a5f7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83940-0502-af26-1a4b-0303c5e5a5f7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83940-0502-af26-1a4b-0303c5e5a5f7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0fb6e854-9432-49a3-81df-8f7bf7e9928e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83940-0502-af26-1a4b-0303c5e5a5f7?request_guid=0fb6e854-9432-49a3-81df-8f7bf7e9928e HTTP/1.1" 200 1856 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83940-0502-af26-1a4b-0303c5e5a5f7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: de7e6fd3-2b37-4f5e-81ad-6be246f3ab55 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83940-0502-af26-1a4b-0303c5e5a5f7?request_guid=de7e6fd3-2b37-4f5e-81ad-6be246f3ab55 HTTP/1.1" 200 1856 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83940-0502-af26-1a4b-0303c5e5a5f7'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 228d52d5-3d27-471b-9843-1f996b57bfc0 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83940-0502-af26-1a4b-0303c5e5a5f7'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83940-0502-af26-1a4b-0303c5e5a5f7'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d926624e-6261-488e-859b-06abbd16ec41 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=228d52d5-3d27-471b-9843-1f996b57bfc0&request_guid=d926624e-6261-488e-859b-06abbd16ec41 HTTP/1.1" 200 2276 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83940-0502-afee-1a4b-0303c5e5b513 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83940-0502-afee-1a4b-0303c5e5b513 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 4 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: b3fa6e8d-8b20-438d-8605-4a09774cf8bb +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 34eaef5f-617b-4a3b-add0-f3331f762f7c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=b3fa6e8d-8b20-438d-8605-4a09774cf8bb&request_guid=34eaef5f-617b-4a3b-add0-f3331f762f7c HTTP/1.1" 200 1798 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83940-0502-af26-1a4b-0303c5e5a623 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83940-0502-af26-1a4b-0303c5e5a623 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83940-0502-af26-1a4b-0303c5e5a623' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 77b4c8fd-2c51-4930-8fbe-1ffd48cfde9b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83940-0502-af26-1a4b-0303c5e5a623?request_guid=77b4c8fd-2c51-4930-8fbe-1ffd48cfde9b HTTP/1.1" 200 None +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83940-0502-af26-1a4b-0303c5e5a623' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 5bd1b0fc-5a4b-40a6-bbaa-e09fa248f63d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83940-0502-af26-1a4b-0303c5e5a623?request_guid=5bd1b0fc-5a4b-40a6-bbaa-e09fa248f63d HTTP/1.1" 200 2171 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83940-0502-af26-1a4b-0303c5e5a623'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: cf4e6930-f834-48da-adbb-c2d2cf55cf65 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83940-0502-af26-1a4b-0303c5e5a623'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83940-0502-af26-1a4b-0303c5e5a623'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e56d4b19-ef2b-49f7-ae0c-26cd3524585b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=cf4e6930-f834-48da-adbb-c2d2cf55cf65&request_guid=e56d4b19-ef2b-49f7-ae0c-26cd3524585b HTTP/1.1" 200 1795 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83940-0502-b0de-1a4b-0303c5e5d3b7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83940-0502-b0de-1a4b-0303c5e5d3b7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: e32f3fd6-bf27-4571-a2cf-0df555ece20b +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','STG_CEM_EVENT');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: cb6ca5d7-e7be-4141-886f-8acd3e5e4484 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=e32f3fd6-bf27-4571-a2cf-0df555ece20b&request_guid=cb6ca5d7-e7be-4141-886f-8acd3e5e4484 HTTP/1.1" 200 2285 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83940-0502-af26-1a4b-0303c5e5a63f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83940-0502-af26-1a4b-0303c5e5a63f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83940-0502-af26-1a4b-0303c5e5a63f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c9cb8662-7766-418a-9fd4-6b80d9ff7727 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83940-0502-af26-1a4b-0303c5e5a63f?request_guid=c9cb8662-7766-418a-9fd4-6b80d9ff7727 HTTP/1.1" 200 1677 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83940-0502-af26-1a4b-0303c5e5a63f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a2bd2421-a8df-4e98-ab69-2620a2eb2fc6 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83940-0502-af26-1a4b-0303c5e5a63f?request_guid=a2bd2421-a8df-4e98-ab69-2620a2eb2fc6 HTTP/1.1" 200 1677 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83940-0502-af26-1a4b-0303c5e5a63f'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: f88e5f40-946f-4cd6-9b4e-53a29d994ced +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83940-0502-af26-1a4b-0303c5e5a63f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83940-0502-af26-1a4b-0303c5e5a63f'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 5a73446d-9a4a-4ffe-ab9c-565b326a2a81 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=f88e5f40-946f-4cd6-9b4e-53a29d994ced&request_guid=5a73446d-9a4a-4ffe-ab9c-565b326a2a81 HTTP/1.1" 200 2285 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83940-0502-af26-1a4b-0303c5e5a64b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83940-0502-af26-1a4b-0303c5e5a64b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 16:20:22] "GET /sfexec?csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y21Ysg.NatmJFPs-Lg37caq2iYcLOvTz9s&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y21Ysg.NatmJFPs-Lg37caq2iYcLOvTz9s&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y21Ysg.NatmJFPs-Lg37caq2iYcLOvTz9s&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y21Ysg.NatmJFPs-Lg37caq2iYcLOvTz9s&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y21Ysg.NatmJFPs-Lg37caq2iYcLOvTz9s&submit=Submit HTTP/1.1" 500 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 16:20:22] "GET /sfexec?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 16:20:22] "GET /sfexec?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 16:20:23] "GET /sfexec?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 16:20:23] "GET /sfexec?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 304 - +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 13.79s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 13.8s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 13.8s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=923bf91c-4994-456f-ba2a-284ec6adf8fb +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: cacfbf60-1e5f-4261-bc0a-d5a6fb8f2888 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 2195297478800 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2195297478800 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2195297769104 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2195297769104 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2195297769104 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2195297769104 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2195297478800 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2195297478800 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=923bf91c-4994-456f-ba2a-284ec6adf8fb&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=cacfbf60-1e5f-4261-bc0a-d5a6fb8f2888 HTTP/1.1" 200 1549 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_EDW_TRANS_D, database=PL_DEV, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=d61b918f-b8ae-4846-b436-1fd90040a16c +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 84a765ab-da71-42a5-a476-d80b3c913390 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=d61b918f-b8ae-4846-b436-1fd90040a16c&databaseName=PL_DEV&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=84a765ab-da71-42a5-a476-d80b3c913390 HTTP/1.1" 200 1551 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00197s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: b9901be9-c528-4a67-a0d1-eaf849598ac5 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 804c15f1-0a50-49d0-873e-fed49716b877 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=b9901be9-c528-4a67-a0d1-eaf849598ac5&request_guid=804c15f1-0a50-49d0-873e-fed49716b877 HTTP/1.1" 200 2275 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83941-0502-b159-1a4b-0303c5e5f157 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83941-0502-b159-1a4b-0303c5e5f157 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83941-0502-b159-1a4b-0303c5e5f157' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ba027f6f-bd09-4e75-a256-0ec858e6ba1c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83941-0502-b159-1a4b-0303c5e5f157?request_guid=ba027f6f-bd09-4e75-a256-0ec858e6ba1c HTTP/1.1" 200 1853 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83941-0502-b159-1a4b-0303c5e5f157' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 447feb57-d1b6-40cb-86c3-d63ca487b210 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83941-0502-b159-1a4b-0303c5e5f157?request_guid=447feb57-d1b6-40cb-86c3-d63ca487b210 HTTP/1.1" 200 1851 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83941-0502-b159-1a4b-0303c5e5f157'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 1f68fa6d-4800-4d6f-8d8d-1a2553eb2cd3 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83941-0502-b159-1a4b-0303c5e5f157'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83941-0502-b159-1a4b-0303c5e5f157'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e80b6810-83a5-4f81-9857-76907dcd6c93 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=1f68fa6d-4800-4d6f-8d8d-1a2553eb2cd3&request_guid=e80b6810-83a5-4f81-9857-76907dcd6c93 HTTP/1.1" 200 2277 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83941-0502-afee-1a4b-0303c5e5bf7f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83941-0502-afee-1a4b-0303c5e5bf7f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 4 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 316a9f66-013c-4a72-81fa-ad82b005c7c6 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8bada90b-fed8-468e-b0f5-17997cf0c35a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=316a9f66-013c-4a72-81fa-ad82b005c7c6&request_guid=8bada90b-fed8-468e-b0f5-17997cf0c35a HTTP/1.1" 200 1801 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83941-0502-afee-1a4b-0303c5e5bf83 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83941-0502-afee-1a4b-0303c5e5bf83 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83941-0502-afee-1a4b-0303c5e5bf83' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 24477af4-bf5f-481d-a91d-371fc43ef26c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83941-0502-afee-1a4b-0303c5e5bf83?request_guid=24477af4-bf5f-481d-a91d-371fc43ef26c HTTP/1.1" 200 2172 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83941-0502-afee-1a4b-0303c5e5bf83' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: eba84667-4d9a-46cd-a99c-cb3520f88bc0 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83941-0502-afee-1a4b-0303c5e5bf83?request_guid=eba84667-4d9a-46cd-a99c-cb3520f88bc0 HTTP/1.1" 200 2173 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83941-0502-afee-1a4b-0303c5e5bf83'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 92517a48-0fe6-4cc3-95e7-14d05ac784ff +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83941-0502-afee-1a4b-0303c5e5bf83'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83941-0502-afee-1a4b-0303c5e5bf83'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 4f163bce-2cb7-4921-b622-7be0d7662ce0 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=92517a48-0fe6-4cc3-95e7-14d05ac784ff&request_guid=4f163bce-2cb7-4921-b622-7be0d7662ce0 HTTP/1.1" 200 1800 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83941-0502-ae87-1a4b-0303c5e5e407 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83941-0502-ae87-1a4b-0303c5e5e407 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: bcfe6bbe-8f53-4932-a139-b1f9391cdbe9 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','STG_CEM_EVENT');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 65011772-26a9-479e-b38a-20996fda7ff5 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=bcfe6bbe-8f53-4932-a139-b1f9391cdbe9&request_guid=65011772-26a9-479e-b38a-20996fda7ff5 HTTP/1.1" 200 2284 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83941-0502-af26-1a4b-0303c5e60053 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83941-0502-af26-1a4b-0303c5e60053 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83941-0502-af26-1a4b-0303c5e60053' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 74544cbf-66ad-4275-90c7-6eefc299c7c3 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83941-0502-af26-1a4b-0303c5e60053?request_guid=74544cbf-66ad-4275-90c7-6eefc299c7c3 HTTP/1.1" 200 1681 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83941-0502-af26-1a4b-0303c5e60053' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: b0ffbf82-6c01-4748-ae40-ded5db7f62f6 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83941-0502-af26-1a4b-0303c5e60053?request_guid=b0ffbf82-6c01-4748-ae40-ded5db7f62f6 HTTP/1.1" 200 1681 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83941-0502-af26-1a4b-0303c5e60053'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 0d160162-190a-426c-8ce6-d717adcc1968 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83941-0502-af26-1a4b-0303c5e60053'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83941-0502-af26-1a4b-0303c5e60053'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a5c118c5-2c5b-40f6-82a2-71ae251f1ee6 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=0d160162-190a-426c-8ce6-d717adcc1968&request_guid=a5c118c5-2c5b-40f6-82a2-71ae251f1ee6 HTTP/1.1" 200 2284 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83941-0502-af26-1a4b-0303c5e60063 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83941-0502-af26-1a4b-0303c5e60063 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.2589s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.2642s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.2689s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=15ccc793-e5a1-4bb9-84fd-3eac3b9ae34e +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 291905c4-9a3c-4837-8b75-8c40286bf122 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 2363461396624 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2363461396624 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2363461670544 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2363461670544 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2363461670544 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2363461670544 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2363461396624 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2363461396624 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=15ccc793-e5a1-4bb9-84fd-3eac3b9ae34e&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=291905c4-9a3c-4837-8b75-8c40286bf122 HTTP/1.1" 200 1545 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_EDW_TRANS_D, database=PL_DEV, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=fed06495-118b-4338-a57a-10bbff5ad44b +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 2d911833-1627-4146-b7a4-d70c5770c929 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=fed06495-118b-4338-a57a-10bbff5ad44b&databaseName=PL_DEV&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=2d911833-1627-4146-b7a4-d70c5770c929 HTTP/1.1" 200 1551 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00319s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: e47e8220-5452-42b5-a557-dc3a2b41ef09 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 42684d2b-d535-4e40-ac42-b3058a7aca5b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=e47e8220-5452-42b5-a557-dc3a2b41ef09&request_guid=42684d2b-d535-4e40-ac42-b3058a7aca5b HTTP/1.1" 200 2276 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83942-0502-b0de-1a4b-0303c5e63e43 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83942-0502-b0de-1a4b-0303c5e63e43 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83942-0502-b0de-1a4b-0303c5e63e43' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 279f07d5-6af4-4907-8e44-b72a7d8bb659 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83942-0502-b0de-1a4b-0303c5e63e43?request_guid=279f07d5-6af4-4907-8e44-b72a7d8bb659 HTTP/1.1" 200 1845 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83942-0502-b0de-1a4b-0303c5e63e43' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f9b423ee-2d21-440d-b6a2-285b08cb784e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83942-0502-b0de-1a4b-0303c5e63e43?request_guid=f9b423ee-2d21-440d-b6a2-285b08cb784e HTTP/1.1" 200 1845 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83942-0502-b0de-1a4b-0303c5e63e43'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: dabf794a-67bd-4a9e-8544-21f5bc6c4734 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83942-0502-b0de-1a4b-0303c5e63e43'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83942-0502-b0de-1a4b-0303c5e63e43'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1a2b822d-801b-4f0c-8868-d41225e99659 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=dabf794a-67bd-4a9e-8544-21f5bc6c4734&request_guid=1a2b822d-801b-4f0c-8868-d41225e99659 HTTP/1.1" 200 2279 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83942-0502-ae87-1a4b-0303c5e641a3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83942-0502-ae87-1a4b-0303c5e641a3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 4 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 39ce3577-8368-4ab5-bec6-9516e37c5042 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1bf5261b-a8e3-4747-acb0-4fd01df968d8 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=39ce3577-8368-4ab5-bec6-9516e37c5042&request_guid=1bf5261b-a8e3-4747-acb0-4fd01df968d8 HTTP/1.1" 200 1798 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83942-0502-af26-1a4b-0303c5e60da3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83942-0502-af26-1a4b-0303c5e60da3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83942-0502-af26-1a4b-0303c5e60da3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 93e4a59b-300b-4acf-a369-9c47ed028e93 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83942-0502-af26-1a4b-0303c5e60da3?request_guid=93e4a59b-300b-4acf-a369-9c47ed028e93 HTTP/1.1" 200 2174 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83942-0502-af26-1a4b-0303c5e60da3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 532f1ba9-afaf-4247-9cb2-85917ea65068 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83942-0502-af26-1a4b-0303c5e60da3?request_guid=532f1ba9-afaf-4247-9cb2-85917ea65068 HTTP/1.1" 200 2173 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83942-0502-af26-1a4b-0303c5e60da3'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: cd358071-f8ee-4fa3-b21d-2d922f864363 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83942-0502-af26-1a4b-0303c5e60da3'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83942-0502-af26-1a4b-0303c5e60da3'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e6755556-769d-4eea-b106-4db44ea44062 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=cd358071-f8ee-4fa3-b21d-2d922f864363&request_guid=e6755556-769d-4eea-b106-4db44ea44062 HTTP/1.1" 200 1800 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83942-0502-b159-1a4b-0303c5e65057 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83942-0502-b159-1a4b-0303c5e65057 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: c929657c-12b1-4c31-ac78-c076298b1e45 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','STG_CEM_EVENT');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f23b740f-1af0-461c-b04e-793ad88a4758 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=c929657c-12b1-4c31-ac78-c076298b1e45&request_guid=f23b740f-1af0-461c-b04e-793ad88a4758 HTTP/1.1" 200 2285 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83942-0502-af26-1a4b-0303c5e60dbf +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83942-0502-af26-1a4b-0303c5e60dbf +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83942-0502-af26-1a4b-0303c5e60dbf' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1a8587b2-74a2-45cd-b1da-789c79e68f9a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83942-0502-af26-1a4b-0303c5e60dbf?request_guid=1a8587b2-74a2-45cd-b1da-789c79e68f9a HTTP/1.1" 200 1678 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83942-0502-af26-1a4b-0303c5e60dbf' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 35149c6e-12e5-4450-b7be-86b4cd455c9e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83942-0502-af26-1a4b-0303c5e60dbf?request_guid=35149c6e-12e5-4450-b7be-86b4cd455c9e HTTP/1.1" 200 1678 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83942-0502-af26-1a4b-0303c5e60dbf'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 798ddccf-061c-4622-96a7-0610dcdc75be +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83942-0502-af26-1a4b-0303c5e60dbf'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83942-0502-af26-1a4b-0303c5e60dbf'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 721f3e0b-2355-4e24-b2c4-1d11742ee8bc +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=798ddccf-061c-4622-96a7-0610dcdc75be&request_guid=721f3e0b-2355-4e24-b2c4-1d11742ee8bc HTTP/1.1" 200 2286 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83942-0502-ae87-1a4b-0303c5e641e3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83942-0502-ae87-1a4b-0303c5e641e3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.2006s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.2615s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.3215s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=26177a80-1c49-41e6-a75a-3956a0ccceb7 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a1cc9f63-2386-46ba-86a3-362cd311afb5 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 2182168520848 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2182168520848 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2182168794768 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2182168794768 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2182168794768 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2182168794768 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2182168520848 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2182168520848 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=26177a80-1c49-41e6-a75a-3956a0ccceb7&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=a1cc9f63-2386-46ba-86a3-362cd311afb5 HTTP/1.1" 200 1546 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_EDW_TRANS_D, database=PL_DEV, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=8151712a-1794-4a3f-beaf-21d3e273236e +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a39857db-2945-414e-8e15-cafdeef923dc +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=8151712a-1794-4a3f-beaf-21d3e273236e&databaseName=PL_DEV&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=a39857db-2945-414e-8e15-cafdeef923dc HTTP/1.1" 200 1551 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00165s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: d5c7e9b6-55c1-42ab-98d9-7b1e25b920d3 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 01e77ad1-2380-4b6a-92b3-bb224e4b4fc1 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=d5c7e9b6-55c1-42ab-98d9-7b1e25b920d3&request_guid=01e77ad1-2380-4b6a-92b3-bb224e4b4fc1 HTTP/1.1" 200 2280 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83946-0502-afee-1a4b-0303c5e75ea7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83946-0502-afee-1a4b-0303c5e75ea7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83946-0502-afee-1a4b-0303c5e75ea7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: b2b39bca-dbaf-4d53-981c-f86d4a09b1fa +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83946-0502-afee-1a4b-0303c5e75ea7?request_guid=b2b39bca-dbaf-4d53-981c-f86d4a09b1fa HTTP/1.1" 200 1845 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83946-0502-afee-1a4b-0303c5e75ea7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 8f6ad9ef-ebc3-433f-818a-ce461f2ff969 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83946-0502-afee-1a4b-0303c5e75ea7?request_guid=8f6ad9ef-ebc3-433f-818a-ce461f2ff969 HTTP/1.1" 200 1843 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83946-0502-afee-1a4b-0303c5e75ea7'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 61bc823a-717a-4df3-b455-cc4331de3b7a +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83946-0502-afee-1a4b-0303c5e75ea7'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83946-0502-afee-1a4b-0303c5e75ea7'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f45d3d32-baf1-4385-b309-7e78e64cd597 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=61bc823a-717a-4df3-b455-cc4331de3b7a&request_guid=f45d3d32-baf1-4385-b309-7e78e64cd597 HTTP/1.1" 200 2277 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83946-0502-af26-1a4b-0303c5e74eb7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83946-0502-af26-1a4b-0303c5e74eb7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 4 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 0f6a86ef-3874-4c0f-a940-2381ca92310f +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: fe763e64-28fb-40f0-9644-9e7525fbf5ee +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=0f6a86ef-3874-4c0f-a940-2381ca92310f&request_guid=fe763e64-28fb-40f0-9644-9e7525fbf5ee HTTP/1.1" 200 1800 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83946-0502-ae87-1a4b-0303c5e78067 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83946-0502-ae87-1a4b-0303c5e78067 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83946-0502-ae87-1a4b-0303c5e78067' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d42ef9e3-f848-43fb-b404-8e4b2e826b4f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83946-0502-ae87-1a4b-0303c5e78067?request_guid=d42ef9e3-f848-43fb-b404-8e4b2e826b4f HTTP/1.1" 200 2171 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83946-0502-ae87-1a4b-0303c5e78067' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0c755608-adca-44b5-9555-ed79c1e5d2b6 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83946-0502-ae87-1a4b-0303c5e78067?request_guid=0c755608-adca-44b5-9555-ed79c1e5d2b6 HTTP/1.1" 200 2171 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83946-0502-ae87-1a4b-0303c5e78067'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 48aeabfa-f67b-41e1-8cf2-c4d65ebe6944 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83946-0502-ae87-1a4b-0303c5e78067'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83946-0502-ae87-1a4b-0303c5e78067'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 361efcc9-67d3-4679-8c9a-68a75fe86573 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=48aeabfa-f67b-41e1-8cf2-c4d65ebe6944&request_guid=361efcc9-67d3-4679-8c9a-68a75fe86573 HTTP/1.1" 200 1802 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83946-0502-b159-1a4b-0303c5e761cb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83946-0502-b159-1a4b-0303c5e761cb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 6d6682b1-8ca7-4640-a67e-104bb9726d88 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','STG_CEM_EVENT');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c39d925d-7399-4f7f-a413-4d2e3b7a859a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=6d6682b1-8ca7-4640-a67e-104bb9726d88&request_guid=c39d925d-7399-4f7f-a413-4d2e3b7a859a HTTP/1.1" 200 2281 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83946-0502-b1d6-1a4b-0303c5e771a7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83946-0502-b1d6-1a4b-0303c5e771a7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83946-0502-b1d6-1a4b-0303c5e771a7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: b9f0bc52-3dc1-4530-85aa-d0e99e864cc7 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83946-0502-b1d6-1a4b-0303c5e771a7?request_guid=b9f0bc52-3dc1-4530-85aa-d0e99e864cc7 HTTP/1.1" 200 1673 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83946-0502-b1d6-1a4b-0303c5e771a7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 6a296870-3236-48e7-adb9-c4da3cebf032 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83946-0502-b1d6-1a4b-0303c5e771a7?request_guid=6a296870-3236-48e7-adb9-c4da3cebf032 HTTP/1.1" 200 1674 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83946-0502-b1d6-1a4b-0303c5e771a7'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 085f022a-4d74-40a4-8321-17a312367ad5 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83946-0502-b1d6-1a4b-0303c5e771a7'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83946-0502-b1d6-1a4b-0303c5e771a7'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 0cb37962-3178-4bcb-85d8-e19114b7eaba +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=085f022a-4d74-40a4-8321-17a312367ad5&request_guid=0cb37962-3178-4bcb-85d8-e19114b7eaba HTTP/1.1" 200 2284 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83946-0502-b159-1a4b-0303c5e761ef +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83946-0502-b159-1a4b-0303c5e761ef +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 16:26:25] "GET /sfexec?csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y21Ysg.NatmJFPs-Lg37caq2iYcLOvTz9s&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y21Ysg.NatmJFPs-Lg37caq2iYcLOvTz9s&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y21Ysg.NatmJFPs-Lg37caq2iYcLOvTz9s&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y21Ysg.NatmJFPs-Lg37caq2iYcLOvTz9s&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y21Ysg.NatmJFPs-Lg37caq2iYcLOvTz9s&submit=Submit HTTP/1.1" 500 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 16:26:25] "GET /sfexec?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 16:26:25] "GET /sfexec?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 16:26:25] "GET /sfexec?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 16:26:26] "GET /sfexec?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 304 - +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 31.02s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 31.02s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 31.03s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=c304a445-2b1c-4042-bcce-210df057eb3d +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 107cd5bd-df68-49f8-a3ed-5edca103a477 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 2251923973184 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2251923973184 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2251924296256 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2251924296256 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2251924296256 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2251924296256 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2251923973184 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2251923973184 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=c304a445-2b1c-4042-bcce-210df057eb3d&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=107cd5bd-df68-49f8-a3ed-5edca103a477 HTTP/1.1" 200 1543 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_EDW_TRANS_D, database=PL_DEV, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=5d055a2d-148e-4893-9d60-53dc0dca1d2b +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7fe69428-c257-4d31-8756-11c27a138e16 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=5d055a2d-148e-4893-9d60-53dc0dca1d2b&databaseName=PL_DEV&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=7fe69428-c257-4d31-8756-11c27a138e16 HTTP/1.1" 200 1546 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00322s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: ffa3ab79-dda7-40f3-a6f8-93d774ad601e +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 3d54e809-6977-42fc-931d-72df12fa6310 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=ffa3ab79-dda7-40f3-a6f8-93d774ad601e&request_guid=3d54e809-6977-42fc-931d-72df12fa6310 HTTP/1.1" 200 2279 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83948-0502-ae87-1a4b-0303c5e7f1ff +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83948-0502-ae87-1a4b-0303c5e7f1ff +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83948-0502-ae87-1a4b-0303c5e7f1ff' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 409d413e-7815-4854-8627-04cc98454647 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83948-0502-ae87-1a4b-0303c5e7f1ff?request_guid=409d413e-7815-4854-8627-04cc98454647 HTTP/1.1" 200 1852 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83948-0502-ae87-1a4b-0303c5e7f1ff' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9a5eef3b-1213-4f4e-a82c-54915aa72bfd +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83948-0502-ae87-1a4b-0303c5e7f1ff?request_guid=9a5eef3b-1213-4f4e-a82c-54915aa72bfd HTTP/1.1" 200 1852 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83948-0502-ae87-1a4b-0303c5e7f1ff'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 7759a391-9e24-4b6c-ae98-60eb4518ac7e +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83948-0502-ae87-1a4b-0303c5e7f1ff'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83948-0502-ae87-1a4b-0303c5e7f1ff'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c0517ce8-e242-449b-a289-23f3d4727845 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=7759a391-9e24-4b6c-ae98-60eb4518ac7e&request_guid=c0517ce8-e242-449b-a289-23f3d4727845 HTTP/1.1" 200 2277 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83948-0502-b159-1a4b-0303c5e7c4bf +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83948-0502-b159-1a4b-0303c5e7c4bf +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 4 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 5eaf89f5-a71f-4007-9aab-15aa3f43492c +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 294b0031-ee4c-4478-9c5d-76e8b75a849f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=5eaf89f5-a71f-4007-9aab-15aa3f43492c&request_guid=294b0031-ee4c-4478-9c5d-76e8b75a849f HTTP/1.1" 200 1798 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83948-0502-b0de-1a4b-0303c5e7e1bb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83948-0502-b0de-1a4b-0303c5e7e1bb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83948-0502-b0de-1a4b-0303c5e7e1bb' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: b0e8e86d-aa43-4f61-9733-99b32d87c730 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83948-0502-b0de-1a4b-0303c5e7e1bb?request_guid=b0e8e86d-aa43-4f61-9733-99b32d87c730 HTTP/1.1" 200 2165 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83948-0502-b0de-1a4b-0303c5e7e1bb' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 087c8c25-9024-438a-8e91-19fff9da1217 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83948-0502-b0de-1a4b-0303c5e7e1bb?request_guid=087c8c25-9024-438a-8e91-19fff9da1217 HTTP/1.1" 200 2166 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83948-0502-b0de-1a4b-0303c5e7e1bb'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 39fa4c12-3037-43b7-8ae6-604a1987bbd3 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83948-0502-b0de-1a4b-0303c5e7e1bb'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83948-0502-b0de-1a4b-0303c5e7e1bb'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 5e5830ef-6c35-4078-abbf-c5fe32477fe8 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=39fa4c12-3037-43b7-8ae6-604a1987bbd3&request_guid=5e5830ef-6c35-4078-abbf-c5fe32477fe8 HTTP/1.1" 200 1797 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83948-0502-b1d6-1a4b-0303c5e7d383 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83948-0502-b1d6-1a4b-0303c5e7d383 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: b4d09b96-7581-4ffe-a1ea-72a0d742271b +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','STG_CEM_EVENT');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 47953641-34bc-4204-b5a2-9bd3bbd89d32 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=b4d09b96-7581-4ffe-a1ea-72a0d742271b&request_guid=47953641-34bc-4204-b5a2-9bd3bbd89d32 HTTP/1.1" 200 2282 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83948-0502-b0de-1a4b-0303c5e7e1d3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83948-0502-b0de-1a4b-0303c5e7e1d3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83948-0502-b0de-1a4b-0303c5e7e1d3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: be6b0439-0537-4b37-87d5-4cd7a848bb32 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83948-0502-b0de-1a4b-0303c5e7e1d3?request_guid=be6b0439-0537-4b37-87d5-4cd7a848bb32 HTTP/1.1" 200 1672 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83948-0502-b0de-1a4b-0303c5e7e1d3' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1db1ad3d-6514-4a25-a612-104d64259449 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83948-0502-b0de-1a4b-0303c5e7e1d3?request_guid=1db1ad3d-6514-4a25-a612-104d64259449 HTTP/1.1" 200 1673 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83948-0502-b0de-1a4b-0303c5e7e1d3'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 29f8f813-80e6-4938-ae75-3e78f69e3072 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83948-0502-b0de-1a4b-0303c5e7e1d3'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83948-0502-b0de-1a4b-0303c5e7e1d3'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9210275d-5ba5-47ef-b217-e973366985f2 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=29f8f813-80e6-4938-ae75-3e78f69e3072&request_guid=9210275d-5ba5-47ef-b217-e973366985f2 HTTP/1.1" 200 2286 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83948-0502-b159-1a4b-0303c5e7c4df +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83948-0502-b159-1a4b-0303c5e7c4df +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 16:28:04] "GET /sfexec?csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y21Ysg.NatmJFPs-Lg37caq2iYcLOvTz9s&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y21Ysg.NatmJFPs-Lg37caq2iYcLOvTz9s&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y21Ysg.NatmJFPs-Lg37caq2iYcLOvTz9s&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y21Ysg.NatmJFPs-Lg37caq2iYcLOvTz9s&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y21Ysg.NatmJFPs-Lg37caq2iYcLOvTz9s&submit=Submit HTTP/1.1" 500 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 16:28:04] "GET /sfexec?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 16:28:04] "GET /sfexec?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 16:28:05] "GET /sfexec?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 304 - +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.2007s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.2066s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.2288s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=2817da9b-a2ff-429e-8d04-f0a0d013406a +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 69b5a307-eda4-4277-8068-3fab0fc79e6f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 2356544136256 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2356544136256 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2356544426560 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2356544426560 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2356544426560 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2356544426560 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2356544136256 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2356544136256 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=2817da9b-a2ff-429e-8d04-f0a0d013406a&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=69b5a307-eda4-4277-8068-3fab0fc79e6f HTTP/1.1" 200 1549 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_EDW_TRANS_D, database=PL_DEV, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=1c109c6c-1a7d-4992-b2fe-b685d2fe3172 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1aba5f38-00be-4b5b-987a-f837f2ee27ca +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=1c109c6c-1a7d-4992-b2fe-b685d2fe3172&databaseName=PL_DEV&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=1aba5f38-00be-4b5b-987a-f837f2ee27ca HTTP/1.1" 200 1554 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00190s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 1565ad6d-defb-4dab-9877-e18dd434a542 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 81b5acae-a962-4fe6-9155-ba7b69e3c0da +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=1565ad6d-defb-4dab-9877-e18dd434a542&request_guid=81b5acae-a962-4fe6-9155-ba7b69e3c0da HTTP/1.1" 200 None +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8394a-0502-af26-1a4b-0303c5e86b1f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8394a-0502-af26-1a4b-0303c5e86b1f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8394a-0502-af26-1a4b-0303c5e86b1f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ad8ddcff-f1ec-4d90-b751-5a5af212ec33 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8394a-0502-af26-1a4b-0303c5e86b1f?request_guid=ad8ddcff-f1ec-4d90-b751-5a5af212ec33 HTTP/1.1" 200 1852 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8394a-0502-af26-1a4b-0303c5e86b1f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 48c4b83f-5ba2-4ce0-81e7-2b4bdd9d5a72 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8394a-0502-af26-1a4b-0303c5e86b1f?request_guid=48c4b83f-5ba2-4ce0-81e7-2b4bdd9d5a72 HTTP/1.1" 200 1853 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8394a-0502-af26-1a4b-0303c5e86b1f'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: de3a5b92-6256-4b01-beb0-f3b6d9b09359 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8394a-0502-af26-1a4b-0303c5e86b1f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8394a-0502-af26-1a4b-0303c5e86b1f'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 64735711-e7b6-4dd8-b383-a910db886b09 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=de3a5b92-6256-4b01-beb0-f3b6d9b09359&request_guid=64735711-e7b6-4dd8-b383-a910db886b09 HTTP/1.1" 200 2279 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8394a-0502-afee-1a4b-0303c5e87913 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8394a-0502-afee-1a4b-0303c5e87913 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 4 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 30cc79b9-558a-4edc-8373-693bb1c8b638 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 074442a2-b544-46c6-b89e-1fea88ea894a +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=30cc79b9-558a-4edc-8373-693bb1c8b638&request_guid=074442a2-b544-46c6-b89e-1fea88ea894a HTTP/1.1" 200 1802 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8394a-0502-afee-1a4b-0303c5e87917 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8394a-0502-afee-1a4b-0303c5e87917 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8394a-0502-afee-1a4b-0303c5e87917' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1a9a433f-4b32-4bb3-bd3b-e279594b71bb +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8394a-0502-afee-1a4b-0303c5e87917?request_guid=1a9a433f-4b32-4bb3-bd3b-e279594b71bb HTTP/1.1" 200 2175 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8394a-0502-afee-1a4b-0303c5e87917' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: eec43e11-fb11-4c8e-9528-af7149d956a7 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8394a-0502-afee-1a4b-0303c5e87917?request_guid=eec43e11-fb11-4c8e-9528-af7149d956a7 HTTP/1.1" 200 2174 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8394a-0502-afee-1a4b-0303c5e87917'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: fb7b47b9-06aa-46f5-a14a-f7d0eec6389b +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8394a-0502-afee-1a4b-0303c5e87917'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8394a-0502-afee-1a4b-0303c5e87917'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d3efa52e-48a6-47ad-95ad-28fa6f8055d1 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=fb7b47b9-06aa-46f5-a14a-f7d0eec6389b&request_guid=d3efa52e-48a6-47ad-95ad-28fa6f8055d1 HTTP/1.1" 200 1798 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8394a-0502-b1d6-1a4b-0303c5e83e5f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8394a-0502-b1d6-1a4b-0303c5e83e5f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: c97835e9-3597-428b-84ca-27fd35cec65d +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','STG_CEM_EVENT');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: af975b42-2b24-4984-8982-6861cf6ceab5 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=c97835e9-3597-428b-84ca-27fd35cec65d&request_guid=af975b42-2b24-4984-8982-6861cf6ceab5 HTTP/1.1" 200 2285 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8394a-0502-af26-1a4b-0303c5e86bdb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8394a-0502-af26-1a4b-0303c5e86bdb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8394a-0502-af26-1a4b-0303c5e86bdb' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 5b7ad2bd-4886-487a-bd61-0cb002621e8b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8394a-0502-af26-1a4b-0303c5e86bdb?request_guid=5b7ad2bd-4886-487a-bd61-0cb002621e8b HTTP/1.1" 200 1677 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8394a-0502-af26-1a4b-0303c5e86bdb' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 91efa57a-3a06-4f0f-b33e-7c445c85e7b1 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8394a-0502-af26-1a4b-0303c5e86bdb?request_guid=91efa57a-3a06-4f0f-b33e-7c445c85e7b1 HTTP/1.1" 200 1678 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8394a-0502-af26-1a4b-0303c5e86bdb'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 363c3d99-5b23-498e-b867-b431b7ee0257 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8394a-0502-af26-1a4b-0303c5e86bdb'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8394a-0502-af26-1a4b-0303c5e86bdb'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 65a91086-767b-40ae-806b-8f8817127690 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=363c3d99-5b23-498e-b867-b431b7ee0257&request_guid=65a91086-767b-40ae-806b-8f8817127690 HTTP/1.1" 200 2281 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8394a-0502-b1d6-1a4b-0303c5e83e83 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8394a-0502-b1d6-1a4b-0303c5e83e83 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 16:30:17] "GET /sfexec?csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y21Ysg.NatmJFPs-Lg37caq2iYcLOvTz9s&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y21Ysg.NatmJFPs-Lg37caq2iYcLOvTz9s&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y21Ysg.NatmJFPs-Lg37caq2iYcLOvTz9s&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y21Ysg.NatmJFPs-Lg37caq2iYcLOvTz9s&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y21Ysg.NatmJFPs-Lg37caq2iYcLOvTz9s&submit=Submit HTTP/1.1" 500 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 16:30:17] "GET /sfexec?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 16:30:17] "GET /sfexec?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 16:30:18] "GET /sfexec?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 304 - +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.2734s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.279s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.299s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=481b0fd9-1a41-49f8-a562-d75303da5a37 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 7d5e1eae-f610-4139-8936-f265c6c97044 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 2346851887392 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2346851887392 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2346852161312 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2346852161312 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2346852161312 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2346852161312 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2346851887392 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2346851887392 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=481b0fd9-1a41-49f8-a562-d75303da5a37&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=7d5e1eae-f610-4139-8936-f265c6c97044 HTTP/1.1" 200 1551 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_EDW_TRANS_D, database=PL_DEV, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=bd238d84-cae2-4d8f-8479-2eccbef41821 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a9b77665-bf03-4b81-bad6-00b5eb98c136 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=bd238d84-cae2-4d8f-8479-2eccbef41821&databaseName=PL_DEV&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=a9b77665-bf03-4b81-bad6-00b5eb98c136 HTTP/1.1" 200 1548 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00219s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: d58b60cc-0c74-4a5b-8fc8-909fd135f095 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: cc60c1ca-6de7-4376-9e96-59c18f738440 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=d58b60cc-0c74-4a5b-8fc8-909fd135f095&request_guid=cc60c1ca-6de7-4376-9e96-59c18f738440 HTTP/1.1" 200 2275 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8394c-0502-b159-1a4b-0303c5e8edf7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8394c-0502-b159-1a4b-0303c5e8edf7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8394c-0502-b159-1a4b-0303c5e8edf7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 46807b57-f9cd-44c5-bbaf-15dc1c26376d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8394c-0502-b159-1a4b-0303c5e8edf7?request_guid=46807b57-f9cd-44c5-bbaf-15dc1c26376d HTTP/1.1" 200 1859 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8394c-0502-b159-1a4b-0303c5e8edf7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: cd796ed7-680d-4ba8-a381-d2f22372f7fd +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8394c-0502-b159-1a4b-0303c5e8edf7?request_guid=cd796ed7-680d-4ba8-a381-d2f22372f7fd HTTP/1.1" 200 1860 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8394c-0502-b159-1a4b-0303c5e8edf7'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 0c91e16a-ca83-43e4-b0c3-81cac7d4fb54 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8394c-0502-b159-1a4b-0303c5e8edf7'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8394c-0502-b159-1a4b-0303c5e8edf7'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: fa83f26e-a44e-4acf-8ef8-90192f5d9a34 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=0c91e16a-ca83-43e4-b0c3-81cac7d4fb54&request_guid=fa83f26e-a44e-4acf-8ef8-90192f5d9a34 HTTP/1.1" 200 2276 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8394c-0502-afee-1a4b-0303c5e907cf +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8394c-0502-afee-1a4b-0303c5e907cf +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 4 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 902281d9-f4f5-4b43-9e75-4e19f771294d +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1dcbb7f9-51f1-4802-a30f-a47ddecba736 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=902281d9-f4f5-4b43-9e75-4e19f771294d&request_guid=1dcbb7f9-51f1-4802-a30f-a47ddecba736 HTTP/1.1" 200 1802 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8394c-0502-afee-1a4b-0303c5e907d7 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8394c-0502-afee-1a4b-0303c5e907d7 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8394c-0502-afee-1a4b-0303c5e907d7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 74ce842a-8748-46e9-b269-1b1a57a3272b +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8394c-0502-afee-1a4b-0303c5e907d7?request_guid=74ce842a-8748-46e9-b269-1b1a57a3272b HTTP/1.1" 200 2166 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8394c-0502-afee-1a4b-0303c5e907d7' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e937414a-d60d-4e35-9c04-be1b2213f708 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8394c-0502-afee-1a4b-0303c5e907d7?request_guid=e937414a-d60d-4e35-9c04-be1b2213f708 HTTP/1.1" 200 2167 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8394c-0502-afee-1a4b-0303c5e907d7'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 9b54e51e-88ea-4a65-80d7-bb718ffc6826 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8394c-0502-afee-1a4b-0303c5e907d7'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8394c-0502-afee-1a4b-0303c5e907d7'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e88122e9-0459-4d14-8f9b-821180593005 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=9b54e51e-88ea-4a65-80d7-bb718ffc6826&request_guid=e88122e9-0459-4d14-8f9b-821180593005 HTTP/1.1" 200 1802 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8394c-0502-afee-1a4b-0303c5e907f3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8394c-0502-afee-1a4b-0303c5e907f3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: b04ad58e-de94-4002-8276-1517a49ddd65 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','STG_CEM_EVENT');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9f505007-6e76-4aba-a67b-99888af72b8c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=b04ad58e-de94-4002-8276-1517a49ddd65&request_guid=9f505007-6e76-4aba-a67b-99888af72b8c HTTP/1.1" 200 2284 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8394c-0502-b159-1a4b-0303c5e8ee3f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8394c-0502-b159-1a4b-0303c5e8ee3f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8394c-0502-b159-1a4b-0303c5e8ee3f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 53722440-2d28-4d51-8736-97e572bd68e1 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8394c-0502-b159-1a4b-0303c5e8ee3f?request_guid=53722440-2d28-4d51-8736-97e572bd68e1 HTTP/1.1" 200 1685 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8394c-0502-b159-1a4b-0303c5e8ee3f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 9251c22b-4c2e-478c-9107-8036c1541663 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8394c-0502-b159-1a4b-0303c5e8ee3f?request_guid=9251c22b-4c2e-478c-9107-8036c1541663 HTTP/1.1" 200 1684 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8394c-0502-b159-1a4b-0303c5e8ee3f'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 3e5aba07-e166-41a0-a439-06623919ce3a +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8394c-0502-b159-1a4b-0303c5e8ee3f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8394c-0502-b159-1a4b-0303c5e8ee3f'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 74647894-7cfd-4f43-8e07-c4e3c8d97ef5 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=3e5aba07-e166-41a0-a439-06623919ce3a&request_guid=74647894-7cfd-4f43-8e07-c4e3c8d97ef5 HTTP/1.1" 200 2287 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8394c-0502-afee-1a4b-0303c5e90803 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8394c-0502-afee-1a4b-0303c5e90803 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.4281s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.5242s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.6354s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=020ef9f3-c5b8-46c7-9a9c-c9c320592460 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 3f1a9a2f-836f-40ad-a901-e6436956b5d1 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 2898548238720 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2898548238720 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2898548529024 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2898548529024 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2898548529024 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2898548529024 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2898548238720 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2898548238720 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=020ef9f3-c5b8-46c7-9a9c-c9c320592460&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=3f1a9a2f-836f-40ad-a901-e6436956b5d1 HTTP/1.1" 200 1545 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_EDW_TRANS_D, database=PL_DEV, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=edbe1cab-afaf-4867-b46e-da1aaabc0424 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 940f6292-9140-433a-a6ee-41cb7d4a613c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=edbe1cab-afaf-4867-b46e-da1aaabc0424&databaseName=PL_DEV&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=940f6292-9140-433a-a6ee-41cb7d4a613c HTTP/1.1" 200 1551 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00187s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 6f1c0753-e49c-48b6-bd28-36e44baa3c3d +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e9e87131-ed15-4d9d-bf28-c69ad2622221 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=6f1c0753-e49c-48b6-bd28-36e44baa3c3d&request_guid=e9e87131-ed15-4d9d-bf28-c69ad2622221 HTTP/1.1" 200 2274 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8394d-0502-b1d6-1a4b-0303c5e9579f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8394d-0502-b1d6-1a4b-0303c5e9579f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8394d-0502-b1d6-1a4b-0303c5e9579f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 05235a4a-0659-4dd1-93e5-f8f73901174e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8394d-0502-b1d6-1a4b-0303c5e9579f?request_guid=05235a4a-0659-4dd1-93e5-f8f73901174e HTTP/1.1" 200 1857 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8394d-0502-b1d6-1a4b-0303c5e9579f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1bca5379-ae93-4649-b14c-5c9c14b3aa60 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8394d-0502-b1d6-1a4b-0303c5e9579f?request_guid=1bca5379-ae93-4649-b14c-5c9c14b3aa60 HTTP/1.1" 200 1857 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8394d-0502-b1d6-1a4b-0303c5e9579f'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: 752822f8-8b5d-41a5-919d-7435add81513 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8394d-0502-b1d6-1a4b-0303c5e9579f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8394d-0502-b1d6-1a4b-0303c5e9579f'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1d547e0c-b172-47d7-adea-d112d837449c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=752822f8-8b5d-41a5-919d-7435add81513&request_guid=1d547e0c-b172-47d7-adea-d112d837449c HTTP/1.1" 200 2276 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8394d-0502-b159-1a4b-0303c5e948bb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8394d-0502-b159-1a4b-0303c5e948bb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 4 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: 3c3c3974-c4a6-4ddd-b292-e6c25b47ce96 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 3b875b62-d348-4dde-9c3f-3ab317ac30f8 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=3c3c3974-c4a6-4ddd-b292-e6c25b47ce96&request_guid=3b875b62-d348-4dde-9c3f-3ab317ac30f8 HTTP/1.1" 200 1796 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8394d-0502-b1d6-1a4b-0303c5e957cb +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8394d-0502-b1d6-1a4b-0303c5e957cb +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8394d-0502-b1d6-1a4b-0303c5e957cb' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f430d9bc-f279-442a-96a7-b4e651bb8627 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8394d-0502-b1d6-1a4b-0303c5e957cb?request_guid=f430d9bc-f279-442a-96a7-b4e651bb8627 HTTP/1.1" 200 2163 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8394d-0502-b1d6-1a4b-0303c5e957cb' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 4529ae7f-7f46-44cf-8709-efd8d5258b2c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8394d-0502-b1d6-1a4b-0303c5e957cb?request_guid=4529ae7f-7f46-44cf-8709-efd8d5258b2c HTTP/1.1" 200 2161 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8394d-0502-b1d6-1a4b-0303c5e957cb'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: abc40e46-c344-4726-a600-1caf7562e7c7 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8394d-0502-b1d6-1a4b-0303c5e957cb'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8394d-0502-b1d6-1a4b-0303c5e957cb'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e677f72b-67f9-4ad1-aefc-d0844b48a177 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=abc40e46-c344-4726-a600-1caf7562e7c7&request_guid=e677f72b-67f9-4ad1-aefc-d0844b48a177 HTTP/1.1" 200 1798 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8394d-0502-b1d6-1a4b-0303c5e957f3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8394d-0502-b1d6-1a4b-0303c5e957f3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: b3c4f521-a718-47f3-9fb9-5952926beff8 +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','STG_CEM_EVENT');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1ccd5f6e-22e2-4eb6-a228-7e7e6cdc1b00 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=b3c4f521-a718-47f3-9fb9-5952926beff8&request_guid=1ccd5f6e-22e2-4eb6-a228-7e7e6cdc1b00 HTTP/1.1" 200 2288 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8394d-0502-afee-1a4b-0303c5e97263 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8394d-0502-afee-1a4b-0303c5e97263 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8394d-0502-afee-1a4b-0303c5e97263' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 03f068d9-74bc-4df7-8cb1-f9e04ed8b6c1 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8394d-0502-afee-1a4b-0303c5e97263?request_guid=03f068d9-74bc-4df7-8cb1-f9e04ed8b6c1 HTTP/1.1" 200 1674 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a8394d-0502-afee-1a4b-0303c5e97263' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: e318abc2-0889-48ba-8a12-7fa8a9d5c091 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a8394d-0502-afee-1a4b-0303c5e97263?request_guid=e318abc2-0889-48ba-8a12-7fa8a9d5c091 HTTP/1.1" 200 1674 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a8394d-0502-afee-1a4b-0303c5e97263'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: a50ff639-ee7f-4e22-a3c5-5aae92932461 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a8394d-0502-afee-1a4b-0303c5e97263'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a8394d-0502-afee-1a4b-0303c5e97263'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 1b48c8c1-895a-4dd9-a2f8-0f6e1d20a48f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=a50ff639-ee7f-4e22-a3c5-5aae92932461&request_guid=1b48c8c1-895a-4dd9-a2f8-0f6e1d20a48f HTTP/1.1" 200 2283 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a8394d-0502-b0de-1a4b-0303c5e98223 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a8394d-0502-b0de-1a4b-0303c5e98223 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:werkzeug: * Detected change in 'D:\\Projects\\grmusim_qlik_di\\scripts\\recovery-ui\\function\\Writer.py', reloading +INFO:werkzeug: * Running on all addresses (0.0.0.0) + WARNING: This is a development server. Do not use it in a production deployment. + * Running on http://127.0.0.1:8080 + * Running on http://10.160.24.242:8080 (Press CTRL+C to quit) +INFO:werkzeug: * Restarting with stat +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 337-346-157 +INFO:sqlalchemy.engine.Engine:BEGIN (implicit) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.2007s ago] ('fromdata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.2396s ago] ('todata', 1, 0) +INFO:sqlalchemy.engine.Engine:SELECT settings.id AS settings_id, settings.keyname AS settings_keyname, settings.valuename AS settings_valuename +FROM settings +WHERE settings.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 0.2677s ago] ('recovereddata', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +INFO:snowflake.connector.connection:Setting use_openssl_only mode to False +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=a07e8e1b-41ac-43c0-9e77-08ca3d5ae6e6 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 5aecfa2e-238f-4e5d-968d-cacc46e1496f +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:filelock:Attempting to acquire lock 2210653006112 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2210653006112 acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Attempting to acquire lock 2210653280032 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2210653280032 not acquired on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock, waiting 0.05 seconds ... +DEBUG:filelock:Attempting to acquire lock 2210653280032 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Timeout on acquiring lock 2210653280032 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.cache:acquiring C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock timed out, skipping saving... +DEBUG:filelock:Attempting to release lock 2210653006112 on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:filelock:Lock 2210653006112 released on C:\Users\n0251281\AppData\Local\Snowflake\Caches\ocsp_cache.lock +DEBUG:snowflake.connector.ocsp_snowflake:cache directory: C:\Users\n0251281\AppData\Local\Snowflake\Caches +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 0 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:reading certificate bundle: D:\Python310\lib\site-packages\certifi\cacert.pem +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=a07e8e1b-41ac-43c0-9e77-08ca3d5ae6e6&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=5aecfa2e-238f-4e5d-968d-cacc46e1496f HTTP/1.1" 200 1548 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_DEV_QLIK_PM_EDW_TRANS_D, database=PL_DEV, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_DEV_QLIK_LOAD_WH, role=None, request_id=40d55f70-31eb-47b9-9284-51c158a752b5 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_DEV_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d37f23d5-c617-4364-a64f-ed9a3899f489 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=40d55f70-31eb-47b9-9284-51c158a752b5&databaseName=PL_DEV&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_DEV_QLIK_LOAD_WH&request_guid=d37f23d5-c617-4364-a64f-ed9a3899f489 HTTP/1.1" 200 1550 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[generated in 0.00206s] ('sqlite_ddl', 1, 0) +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: 6b124cbc-8ffc-4eae-bc7f-bcb92e4bfe7f +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: c3220a95-3f17-4440-a90c-04ff70dfc393 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=6b124cbc-8ffc-4eae-bc7f-bcb92e4bfe7f&request_guid=c3220a95-3f17-4440-a90c-04ff70dfc393 HTTP/1.1" 200 2279 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83952-0502-afee-1a4b-0303c5ea4907 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83952-0502-afee-1a4b-0303c5ea4907 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83952-0502-afee-1a4b-0303c5ea4907' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: db891a40-8bf9-477e-9f19-0f7606cfd1fd +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83952-0502-afee-1a4b-0303c5ea4907?request_guid=db891a40-8bf9-477e-9f19-0f7606cfd1fd HTTP/1.1" 200 1875 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83952-0502-afee-1a4b-0303c5ea4907' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: ba5ce96f-396a-4e4a-b9f7-5827c2324438 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83952-0502-afee-1a4b-0303c5ea4907?request_guid=ba5ce96f-396a-4e4a-b9f7-5827c2324438 HTTP/1.1" 200 1875 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83952-0502-afee-1a4b-0303c5ea4907'))] +DEBUG:snowflake.connector.connection:sequence counter: 2 +DEBUG:snowflake.connector.cursor:Request id: b0e0ab9f-6d08-4ab2-ba2f-22a921a8fe64 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83952-0502-afee-1a4b-0303c5ea4907'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83952-0502-afee-1a4b-0303c5ea4907'))], sequence_id=[2], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 175a03aa-d83f-4846-bc3b-547eae422829 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=b0e0ab9f-6d08-4ab2-ba2f-22a921a8fe64&request_guid=175a03aa-d83f-4846-bc3b-547eae422829 HTTP/1.1" 200 2280 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83952-0502-ae87-1a4b-0303c5ea589b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83952-0502-ae87-1a4b-0303c5ea589b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 39 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 8 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 8, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 7 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 5 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 3 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 6, rows in current batch: 10 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 7, rows in current batch: 4 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.connection:sequence counter: 3 +DEBUG:snowflake.connector.cursor:Request id: eb18d313-c828-4289-96d5-616c9afff6f3 +DEBUG:snowflake.connector.cursor:running query [select column_name from information_schema.columns where table_schema = 'PM_EDW_...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select column_name from information_schema.columns where table_schema = 'PM_EDW_...], sequence_id=[3], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 2009aabe-e7cc-4f3e-ac3e-867484f10cd2 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=eb18d313-c828-4289-96d5-616c9afff6f3&request_guid=2009aabe-e7cc-4f3e-ac3e-867484f10cd2 HTTP/1.1" 200 1798 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83952-0502-af26-1a4b-0303c5ea3c4b +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83952-0502-af26-1a4b-0303c5ea3c4b +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83952-0502-af26-1a4b-0303c5ea3c4b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 038b884b-b089-447d-9315-4ddb2166e348 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83952-0502-af26-1a4b-0303c5ea3c4b?request_guid=038b884b-b089-447d-9315-4ddb2166e348 HTTP/1.1" 200 2167 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83952-0502-af26-1a4b-0303c5ea3c4b' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: d2001402-613a-470d-9642-a0246e352a6e +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83952-0502-af26-1a4b-0303c5ea3c4b?request_guid=d2001402-613a-470d-9642-a0246e352a6e HTTP/1.1" 200 2168 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83952-0502-af26-1a4b-0303c5ea3c4b'))] +DEBUG:snowflake.connector.connection:sequence counter: 4 +DEBUG:snowflake.connector.cursor:Request id: 13c3c1fe-f25d-499d-bd1f-62bc80116066 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83952-0502-af26-1a4b-0303c5ea3c4b'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83952-0502-af26-1a4b-0303c5ea3c4b'))], sequence_id=[4], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 84440aac-b858-4d59-b172-7ef7f159cb2d +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=13c3c1fe-f25d-499d-bd1f-62bc80116066&request_guid=84440aac-b858-4d59-b172-7ef7f159cb2d HTTP/1.1" 200 1796 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83952-0502-b0de-1a4b-0303c5ea2e37 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83952-0502-b0de-1a4b-0303c5ea2e37 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 10 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 6 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 6, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 1, rows in current batch: 4 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 2, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 3, rows in current batch: 2 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 4, rows in current batch: 1 +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 5, rows in current batch: 1 +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.connection:sequence counter: 5 +DEBUG:snowflake.connector.cursor:Request id: 31d2efc3-355e-4d35-8f77-5b89700339dc +DEBUG:snowflake.connector.cursor:running query [SELECT get_ddl('TABLE','STG_CEM_EVENT');] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT get_ddl('TABLE','STG_CEM_EVENT');], sequence_id=[5], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 54e2b5d0-6d69-4b51-97f4-e216f4eeafb0 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=31d2efc3-355e-4d35-8f77-5b89700339dc&request_guid=54e2b5d0-6d69-4b51-97f4-e216f4eeafb0 HTTP/1.1" 200 2285 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83952-0502-af26-1a4b-0303c5ea3c6f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83952-0502-af26-1a4b-0303c5ea3c6f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83952-0502-af26-1a4b-0303c5ea3c6f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 246f00ac-1a97-4af2-8dea-3cf6fd711fae +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83952-0502-af26-1a4b-0303c5ea3c6f?request_guid=246f00ac-1a97-4af2-8dea-3cf6fd711fae HTTP/1.1" 200 1678 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.connection:get_query_status sf_qid='01a83952-0502-af26-1a4b-0303c5ea3c6f' +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: de01516a-277d-49d8-a640-f3819ebf08a1 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "GET /monitoring/queries/01a83952-0502-af26-1a4b-0303c5ea3c6f?request_guid=de01516a-277d-49d8-a640-f3819ebf08a1 HTTP/1.1" 200 1678 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [select * from table(result_scan('01a83952-0502-af26-1a4b-0303c5ea3c6f'))] +DEBUG:snowflake.connector.connection:sequence counter: 6 +DEBUG:snowflake.connector.cursor:Request id: 6899f91b-3911-45f3-abb9-62fae220be85 +DEBUG:snowflake.connector.cursor:running query [select * from table(result_scan('01a83952-0502-af26-1a4b-0303c5ea3c6f'))] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[select * from table(result_scan('01a83952-0502-af26-1a4b-0303c5ea3c6f'))], sequence_id=[6], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: 715b34e3-a6b7-4679-9058-16d6f1acc842 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=6899f91b-3911-45f3-abb9-62fae220be85&request_guid=715b34e3-a6b7-4679-9058-16d6f1acc842 HTTP/1.1" 200 2287 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.network:Query id: 01a83952-0502-afee-1a4b-0303c5ea497f +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83952-0502-afee-1a4b-0303c5ea497f +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:SUCCESS +DEBUG:snowflake.connector.cursor:PUT OR GET: None +DEBUG:snowflake.connector.cursor:Query result format: arrow +INFO:snowflake.connector.cursor:Number of results in first chunk: 1 +DEBUG:snowflake.connector.arrow_iterator:Batches read: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow BatchSize: 1 +DEBUG:snowflake.connector.CArrowIterator:Arrow chunk info: batchCount 1, columnCount 1, use_numpy: 0 +DEBUG:snowflake.connector.result_set:beginning to schedule result batch downloads +DEBUG:snowflake.connector.CArrowIterator:Current batch index: 0, rows in current batch: 1 +INFO:sqlalchemy.engine.Engine:SELECT queries.id AS queries_id, queries.keyname AS queries_keyname, queries.valuename AS queries_valuename +FROM queries +WHERE queries.keyname = ? + LIMIT ? OFFSET ? +INFO:sqlalchemy.engine.Engine:[cached since 18.17s ago] ('get_data', 1, 0) +INFO:snowflake.connector.connection:Snowflake Connector for Python Version: 2.8.1, Python Version: 3.10.4, Platform: Windows-10-10.0.19042-SP0 +DEBUG:snowflake.connector.connection:connect +DEBUG:snowflake.connector.connection:__config +INFO:snowflake.connector.connection:This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity. +DEBUG:snowflake.connector.converter:use_numpy: False +DEBUG:snowflake.connector.converter_issue23517:initialized +DEBUG:snowflake.connector.connection:REST API object was created: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.auth:authenticate +DEBUG:snowflake.connector.auth:assertion content: ********* +DEBUG:snowflake.connector.auth:account=libertymutual_grm_us_edw, user=PL_QA_QLIK_PM_EDW_TRANS_D, database=PL_QA, schema=PM_EDW_TRANS_QLIK_CT_D, warehouse=PL_QA_QLIK_LOAD_WH, role=None, request_id=6d315f19-72b9-4677-85df-16e401f427d1 +DEBUG:snowflake.connector.auth:body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.1', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'libertymutual_grm_us_edw', 'LOGIN_NAME': 'PL_QA_QLIK_PM_EDW_TRANS_D', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'PythonConnector', 'OS': 'Windows', 'OS_VERSION': 'Windows-10-10.0.19042-SP0', 'PYTHON_VERSION': '3.10.4', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'MSC v.1929 64 bit (AMD64)', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}} +DEBUG:snowflake.connector.auth:Timeout set to 120 +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.vendored.urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: 120, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: a8cd430c-0154-41b3-8da3-9d2966745650 +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:Starting new HTTPS connection (1): libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 +DEBUG:snowflake.connector.ssl_wrap_socket:OCSP Mode: FAIL_OPEN, OCSP response cache file name: None +DEBUG:snowflake.connector.ocsp_snowflake:ocsp_response_cache_uri: file://C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP_VALIDATION_CACHE size: 198 +DEBUG:snowflake.connector.ocsp_snowflake:OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:OCSP dynamic cache server RETRY URL: None +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-01-15 00:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2022-11-14 15:50:07+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 16:47:06+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-07-15 15:48:31+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:Read OCSP response cache file: C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json, count=198 +DEBUG:snowflake.connector.ocsp_snowflake:validating certificate: libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com +DEBUG:snowflake.connector.ocsp_asn1crypto:# of certificates: 4 +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]), issuer: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:not found issuer_der: OrderedDict([('country_name', 'US'), ('organization_name', 'Starfield Technologies, Inc.'), ('organizational_unit_name', 'Starfield Class 2 Certification Authority')]) +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('common_name', '*.us-east-1.snowflakecomputing.com')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:41:06+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('organizational_unit_name', 'Server CA 1B'), ('common_name', 'Amazon')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-09-15 19:45:34+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Amazon'), ('common_name', 'Amazon Root CA 1')]) +DEBUG:snowflake.connector.ocsp_asn1crypto:Verifying the attached certificate is signed by the issuer. Valid Not After: 2023-06-22 07:00:00+00:00 +DEBUG:snowflake.connector.ocsp_snowflake:hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'Arizona'), ('locality_name', 'Scottsdale'), ('organization_name', 'Starfield Technologies, Inc.'), ('common_name', 'Starfield Services Root Certificate Authority - G2')]) +DEBUG:snowflake.connector.ocsp_snowflake:writing OCSP response cache file to C:/Users/n0251281/AppData/Local/Snowflake/Caches/ocsp_response_cache.json +DEBUG:snowflake.connector.ocsp_snowflake:encoding OCSP response cache to JSON +DEBUG:snowflake.connector.ocsp_snowflake:ok +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=6d315f19-72b9-4677-85df-16e401f427d1&databaseName=PL_QA&schemaName=PM_EDW_TRANS_QLIK_CT_D&warehouse=PL_QA_QLIK_LOAD_WH&request_guid=a8cd430c-0154-41b3-8da3-9d2966745650 HTTP/1.1" 200 1550 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = None, after post request +DEBUG:snowflake.connector.auth:completed authentication +DEBUG:snowflake.connector.auth:token = ****** +DEBUG:snowflake.connector.auth:master_token = ****** +DEBUG:snowflake.connector.auth:id_token = NULL +DEBUG:snowflake.connector.auth:mfa_token = NULL +DEBUG:snowflake.connector.connection:cursor +DEBUG:snowflake.connector.cursor:executing SQL/command +INFO:snowflake.connector.cursor:query: [SELECT EVENT_DTM,header_change_mask,header_change_oper,ODS_EXP_ROW_DTM,EVENT_CD,...] +DEBUG:snowflake.connector.connection:sequence counter: 1 +DEBUG:snowflake.connector.cursor:Request id: a23f0d71-ce63-4758-924a-c0f30a30b410 +DEBUG:snowflake.connector.cursor:running query [SELECT EVENT_DTM,header_change_mask,header_change_oper,ODS_EXP_ROW_DTM,EVENT_CD,...] +DEBUG:snowflake.connector.cursor:is_file_transfer: False +DEBUG:snowflake.connector.cursor:Failed to set SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.connection:_cmd_query +DEBUG:snowflake.connector.connection:sql=[SELECT EVENT_DTM,header_change_mask,header_change_oper,ODS_EXP_ROW_DTM,EVENT_CD,...], sequence_id=[1], is_file_transfer=[False] +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 1/1 active sessions +DEBUG:snowflake.connector.network:remaining request timeout: None, retry cnt: 1 +DEBUG:snowflake.connector.network:Request guid: f492fb8b-a994-4f3d-ba9c-3801bdde5e0c +DEBUG:snowflake.connector.network:socket timeout: 60 +DEBUG:snowflake.connector.vendored.urllib3.connectionpool:https://libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=a23f0d71-ce63-4758-924a-c0f30a30b410&request_guid=f492fb8b-a994-4f3d-ba9c-3801bdde5e0c HTTP/1.1" 200 387 +DEBUG:snowflake.connector.network:SUCCESS +DEBUG:snowflake.connector.network:Session status for SessionPool 'libertymutual_grm_us_edw.us-east-1.snowflakecomputing.com', SessionPool 0/1 active sessions +DEBUG:snowflake.connector.network:ret[code] = 000904, after post request +DEBUG:snowflake.connector.network:Query id: 01a83952-0502-b0de-1a4b-0303c5ea81c3 +DEBUG:snowflake.connector.cursor:Failed to reset SIGINT handler. Not in main thread. Ignored... +DEBUG:snowflake.connector.cursor:sfqid: 01a83952-0502-b0de-1a4b-0303c5ea81c3 +INFO:snowflake.connector.cursor:query execution done +DEBUG:snowflake.connector.cursor:{'data': {'internalError': False, 'errorCode': '000904', 'age': 0, 'sqlState': '42000', 'queryId': '01a83952-0502-b0de-1a4b-0303c5ea81c3', 'line': -1, 'pos': -1, 'type': 'COMPILATION'}, 'code': '000904', 'message': "SQL compilation error: error line 1 at position 17\ninvalid identifier 'HEADER_CHANGE_MASK'", 'success': False, 'headers': None} +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 16:38:22] "GET /sfexec?csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y21Ysg.NatmJFPs-Lg37caq2iYcLOvTz9s&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y21Ysg.NatmJFPs-Lg37caq2iYcLOvTz9s&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y21Ysg.NatmJFPs-Lg37caq2iYcLOvTz9s&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y21Ysg.NatmJFPs-Lg37caq2iYcLOvTz9s&csrf_token=IjYzYTE5M2M2MTdmZGJjMDJlNzJmNTMyNDdkOGE1ZWU0MDg3MmU1YmEi.Y21Ysg.NatmJFPs-Lg37caq2iYcLOvTz9s&submit=Submit HTTP/1.1" 500 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 16:38:22] "GET /sfexec?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 16:38:22] "GET /sfexec?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 16:38:22] "GET /sfexec?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 304 - +INFO:werkzeug:127.0.0.1 - - [10/Nov/2022 16:38:23] "GET /sfexec?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 304 - diff --git a/work/recovery-ui/recovery/extensions.py b/work/recovery-ui/recovery/extensions.py new file mode 100644 index 0000000..9291abd --- /dev/null +++ b/work/recovery-ui/recovery/extensions.py @@ -0,0 +1,12 @@ +from flask_debugtoolbar import DebugToolbarExtension +from flask_mail import Mail +from flask_wtf.csrf import CSRFProtect +from flask_sqlalchemy import SQLAlchemy +from flask_login import LoginManager +from flask_session import Session +debug_toolbar = DebugToolbarExtension() +mail = Mail() +csrf = CSRFProtect() +db = SQLAlchemy() +login_manager = LoginManager() +session = Session() diff --git a/work/recovery-ui/recovery/lib/__pycache__/fconfig.cpython-310.pyc b/work/recovery-ui/recovery/lib/__pycache__/fconfig.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b39bae2864a1ec6bec2af24ea78f070f040c1da8 GIT binary patch literal 1308 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 literal 0 HcmV?d00001 diff --git a/work/recovery-ui/recovery/lib/config/__pycache__/__init__.cpython-310.pyc b/work/recovery-ui/recovery/lib/config/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a1f92c3683c898c25c9033ad461d497c52bf7237 GIT binary patch literal 155 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 literal 0 HcmV?d00001 diff --git a/work/recovery-ui/recovery/lib/config/prodconfig.sqlite3 b/work/recovery-ui/recovery/lib/config/prodconfig.sqlite3 new file mode 100644 index 0000000000000000000000000000000000000000..1e8c38edc70bfc5f60fa2008d9020333e1593f99 GIT binary patch literal 22528 zcmeHPNo*TgdVWoNQ~+7^-uvr+-}~SD|F`@<$tR+@noK`0SBg@N_M;v|5a>giMhFe-AGoQP z2flmsXM7`U&rXlSX!_Z2_u^9R&2vtKr}?K6IF-Pgmq0&Mc?LZ}6ifbuyiEK$`Z*-J zzLbe!7mB%K_Y=OQ)u@;Vh>2+AnYbDgnNV63xB$zGEGLM3NDQgvhY@WGnfXLMD{#e~ z$A#RcT&e99>$SR65VtBtv0fGB?5pW|bxM}1wJD#CTQnXBiRtBbHLH+$Li` zxoS&t7p}U{W6xuNizR2is`sfOI>>h_O{Qz1js46%yR+4u@XR_aczCdD(wn*BLUB(V z;9z|)NgIZkO(ELjYSf$L+Tx-V&d#%?qsy;F8%+UX{hvagBI-Y=zo&jk{SozBRE7E` z6{WsG%~1EKL8_PhAM$79Kaf8qKPNvWf0z6XvO;Fb1Q{f!$YJ9Dh@TN(5}y-)Nc<-8 zn#d9{;sHSu=g|M6|3v?Yeu_Q^)+ccFPf_SL7f*{!I4p*Q{z)UbwhGBB6BHVchj@{J zB&G@pSKp)1gqj5}Xj!pK;}p7&^8(3GL=YpPzA*}o;0!(z8Xl#PA3tN_RW2T6cpmt~ z2H&O749*X7Oh90CUPJdO256JPAg9RsroaNstDrg&k= zsvasFpdoWxma=k1tmTSwwI&sJ-?>Ghhel>aDpjRSEmtmyx$MAAi@dxmS0tS8xj~^v zI(fBLk)@)zTdwAC(a?23tQTdrrP7ux7NzRW&`3)*<~Dc@gwaS{m0w)&Q0SJ4?aDjQ zuv!DC3vM7V(Oew{X*9vOI7Felw)!s)T50@Z{{VEjUJf<(Uxnn-k{FIe8E!Ff=?ZkL zp5&PX8}GlYl_zo1hAnz80R=98W19J7IIw|Ddd6NwMeMHU!!N%K=p#c#S2h7 zlyG1HBf)^+I>_$tGxNIgB!c{({Sz#xo?t8qSpUm2pHm-M3G za)4c8#8`lTHbk~$V{U^4NTHD$goW4U1oca-qgS-s38?ESi&F`lO5kfC0oNIu{$D=T z|F1!pokBd7z==tq?>t`r_fngP`djK#>f6*ycs#vMC2%T%6O+Kz-X1i1sa}=EtW<*? z8SJrqLp?ocqMA~$24Nt%Z8ecaO~uG{_msy2Di4K`X%)X>c6R5wGz1W0Qe93;OpWfd|iDPzJ_V|8W@2u5rOh>y?Lq|Jg1_HIkAVY7#CXSI_yS_mvg8TyW% zdxswDbKS{h@3|7XxPq8^f;kV8ZX{TU>_ zf@}Fq54!s;&~Nd1rCiKr3p^8Lf&z_mAT>6ss{82VXs);mr`aGIO>3sjv?{sL@df2k zZ!fxgAQp2a@CV{f+|zlz)a5A_a@87*mq0YGtomFoy_~Lyjhw2}d~lhGwaFJ2qcpP? zWL5>*nQ^Ur1hxyxy`Ek)df-!AZL9{JD>*_Hbb6WL7#jN~u&+dOeb7%H)1&6Ha+D6R zp=OE?fI?r7jxKye^`aX}Sw|_o0e}to7L;3LFPb>GivdW5f}ti=xgck1v^Ky+Ji^uf zrE?`Mdgs-OY9Td=K(0 z)XI3Gou0{5Uy9Fj1-Uv?E8`uHGz~fT`+Crgr>f>R5#c+0E(; zxXVN5deGFROhJ}P^Nn;1=M&Lezl^eo{V-SvbYv6o79OBo4pS!t{+cc7XEH>7$u{F6;Y${?K9 z-ac?!Z3X70uW6Eol;w+3li;ON@8G!7?z%%uP3X=p^%;C%>bX0r6i%3^e~OyOgnBBc=jJ?bu@~uwsMDmW_%LHW*`<970lB$&yPe(uO~r zl0(TO2Yobhjo{jq8$B)*^aLUNW1$VyRD{Ql-u7`bn4LkuCb#y}OW}Ho@g57F&d&_? zP-ZAYl+EEO+Cfqv6<7~ozjxdLWh+@azqQX7-}fi>6Gz6{!qq}NNgf)G6aia)2w(_W zGN>}46(L>7zDley$HZ$fwcySWodpc>Z<=SNz3U~rA#GAEI>qQ7==-f11o-EEsASNuz6_2ieR&{1$ zlxvrqz*!Mc?bXj#E+psc{4z6}P6duEaEqMJg_b-^ZTcER2}fA`S##*_Mv|1UQBMomMb6)4V5e#4tuVU=jw;HK;=TYO zogN73^gnE}xLRXU%MS3Y;&tyzieE0&;_2fKMySjZ-o5iK#CRA$<`_sBSnLQ6tN^Bv zLfJ*0d6dc&GDjYdT5C0ifv8}?)aL&$5G9g-3Gu%b^hGD_f1Ap_Q05j~C_Mtfmh)J` zs-wef8$?{1ZMMa$Vj_c9?W%Tk>&0wn9hMbo=KbyjZuwZO!D_GFM5RU{k9-4+)CgG6 zc|2sTcTFhzn03aA2{!i={`GW9l9(<>tyNJo$cAC-f8;`mkp!T_O9bmB6P?|Aq*EMD z$djR|ZS`BqHvB#;yhdQ*H9y`Sj4>@a3st4y3gK$f&(0?H*N@%x zc%oBoJ~V*g>C$SIDb8RF;!HcrQKd-dv$JvL5hJC#Gy+yt%>u;yOv&|AF*yGlK~#eL z0qG$!=!cNdF6HJVSg;YWVDt0M*lkmh6L>pG(p#&>)4Thr;|x|CLlu5Vxi{fLk&y@h zY!Pn5T+s=lHH%3M_eu`2IVsg;BzQX!H`J@c^uOn*Qr0@b78TxZjJ6VP`k4KVa8^hy z9|LX+TXSG2H^&`EuJx9aWNj3iNp3EdPt7L_UC#XN#A@-g0A3!0sec5f{`vdO!xNJm zvHwoeRLc{v#gduuj>JTcuJ2}Tpf^3rM?uimu&md-c)h9VKr=+u_A zqe&MSpH$dglGnO4^+td|i{`8Knt1SRq|N^yA@mWoLjE2^^JCB9o4Wo&@y^1UxN!=1 z6ocN$&3$d3Xw{#kocQ#Oxmv@{``~cM@xXF~2k9OL*`O14%Ag+`oZRgaubqyVg3!6z zAkQBT+1MW+2HBt!gvAFbflXzWy4?47gsgM5L7qDtGP4>?b|YnjE}c)k5JH7Lez{9M z>IhlqYC-n<9nHMiHOBt?(2-#h!jHQ`n?>L3dj1$@zNLN>HP(NU`VpeOgs;=mzFe>4zZU+b=ZNB#vCro#T+9MI2})x*Oi`B7dMdm2v9H=)yAiOUL&z z@H@PkEao8kqf)CzSojHWSmX~qDh9Q$H1jpDZd(5uJqw> zg7erHA}j)a7UqDXRXX4-l0k z|Cqc&{3`l8NOXBA1Mk9*uifzDYac$zGIky27DhkEYQMk1g}itBwY2kkJD%)v4QW)- zys>FG!J4@5@SgwJaTTdse}EH88&h-rrChvc{3iiExiVfg zWoVpRwTG#e^2~gmPq8b!(4|MqsH9nnDmP{Lt^o)isu;8uApN|`0T3?TTn;DY5*v&8 zx;*SNDro^^KdDm2?zqr1`^H)oq6I7}8rvzyZiNGIgC>#oMY7)V>x9syTg?%q$%MRGsS=u%6jv>OPKb^5rYqq|ffo~6-jAA=aIQy05!*L|h9up`apa%P?@a=aiM<3!gyFM(REp7eVUIpEQh z-Hb+Y#%d?r%x4pcbnRuP*yX?XSn{#-L<4MNYoUHP<3j5r>mXcgBCVHA;WnEnovJ(H zOld{Rq+iE`e3$0O0?;14WvrFSX+z#^-8(JDvYouKk~I>_q3t;?Tv$yA$MB>zveitc zf69Q{;yG=#ISxW@C6t7XVl1^dCnS&IjBa6T4i9bq{{&GP^3RE15KHKjH?RLKH7YZG zaQfT!Z%q;VB7kX zEv(GT;q68CB;wRsJOT^nAauf$hTxRA21he^8MHbU8* zcqrpd`Hnk&8~y*Fe7)#1L~-PI(Pv~YvC*Q9Z&Ai)%Gk}rc2>4%pXSxG*+mA;342x> z9ff1`VNi|X2ZPiRszH+qZ6uQ3ZAL!&KM$JCZyBKzw;Wc~wpXmE)ecy7qV@cSu(==J z<&VB8X{p&#|LZp(GQkbOK0dr$G?uxh?E)3l7mJQS)v&s?$ZR?s&aWT$@JXxBf;Vx! hqcClYw07GQt=)E_bSg5-&ZY{f^f6D#Y)nnG{|^~KdH4VT literal 0 HcmV?d00001 diff --git a/work/recovery-ui/recovery/lib/config/sampleconfig.sqlite3 b/work/recovery-ui/recovery/lib/config/sampleconfig.sqlite3 new file mode 100644 index 0000000000000000000000000000000000000000..000fcc930bcb3f61a4e775c19d75606b47482dce GIT binary patch literal 22528 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 literal 0 HcmV?d00001 diff --git a/work/recovery-ui/recovery/lib/config/sampleconfig.sqlite3.sql b/work/recovery-ui/recovery/lib/config/sampleconfig.sqlite3.sql new file mode 100644 index 0000000..e69de29 diff --git a/work/recovery-ui/recovery/lib/config/sync_settings.ini b/work/recovery-ui/recovery/lib/config/sync_settings.ini new file mode 100644 index 0000000..f6b3ead --- /dev/null +++ b/work/recovery-ui/recovery/lib/config/sync_settings.ini @@ -0,0 +1,119 @@ +[global] +mailhost = smtprelay.lmig.com +sender = Qlik_Admin@LibertyMutual.com +#receivers = HTTP_509@LibertyMutual.com, PMEDW_Prod_Support@LibertyMutual.com +receivers = Wendell.Jones@LibertyMutual.com +exclude_list = "'HEADER_CHANGE_SEQ','HEADER_CHANGE_OPER','HEADER_CHANGE_MASK','HEADER_STREAM_POSITION','HEADER_OPERATION','HEADER_TRANSACTION_ID','HEADER_TIMESTAMP','GG_PRC_OWNER','GG_SRC_SERVER','GG_CSN','GG_RSN','GG_REPLICAT','GG_EXTRACT','GG_XID','GG_CORRELATION_ID','GG_USER_ID','GG_FILESEQNO','GG_FILERBA','change_seq','change_oper','change_mask','stream_position','operation','transaction_id','timestamp','header_change_seq','header_change_oper','header_change_mask','header_stream_position','header_operation','header_transaction_id','header_timestamp','STG_PROCESS_DATE','ODS_EFF_ROW_DT','ODS_EXP_ROW_DTM','ODS_CDC_TRANS_TYPE','ODS_CREATE_ROW_DTM','ODS_CREATE_ROW_DT','ODS_ROW_PROCESS_DTM','ODS_SID','ODS_AUDIT_ID','ODS_EFF_ROW_DTM','ODS_EXP_ROW_DT','ROW_EXP_DT','ROW_EFF_DT'" +full_qlik_columns = HEADER_CHANGE_SEQ,HEADER_CHANGE_OPER,HEADER_CHANGE_MASK,HEADER_STREAM_POSITION,HEADER_OPERATION,HEADER_TRANSACTION_ID,HEADER_TIMESTAMP +# BELOW LINE LISTS QLIK COLUMNS ELIMINATING HEADER_CHANGE_MASK AS IT IS A BYTES COLUMN +qlik_columns = HEADER_CHANGE_SEQ,HEADER_CHANGE_OPER,HEADER_STREAM_POSITION,HEADER_OPERATION,HEADER_TRANSACTION_ID,HEADER_TIMESTAMP +gg_columns=GG_PRC_OWNER, GG_SRC_SERVER, GG_CSN, GG_RSN, GG_REPLICAT, GG_EXTRACT, GG_XID, GG_CORRELATION_ID, GG_USER_ID, GG_FILESEQNO, GG_FILERBA +mssql_gg_columns=ODS_CDC_TRANS_TYPE,ODS_EFF_ROW_DTM,ODS_CREATE_ROW_DTM,ODS_CREATE_ROW_DT,ODS_ROW_PROCESS_DTM,ODS_EFF_ROW_DT,GG_XID,GG_CORRELATION_ID,GG_USER_ID,GG_FILESEQNO,GG_FILERBA,ODS_EXP_ROW_DTM,ODS_SID,ODS_AUDIT_ID,ODS_EXP_ROW_DT +cleanup_tempdata=0 +# valid options for utility database are "snowflake" or "sqlite" +utilitydb=sqlite +fromdata = ./csv_files/from_data.csv +todata = ./csv_files/to_data.csv +recovereddata = ./csv_files/recovered_data.csv + +[log_table] +DEV=PL_DEV.PM_EDW_META_D.TRANS_RECOVER_LOG +QA=PL_QA.PM_EDW_META_D.TRANS_RECOVER_FROM_LOG +PROD=PL_PROD.PM_EDW_META_D.TRANS_RECOVER_FROM_LOG + +#Need all logins added here with passwords encrypted +[sf_targets] +PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D=PL_DEV,PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D,dFdRNWdXeUM=,libertymutual_grm_us_edw.us-east-1,PL_DEV_QLIK_LOAD_WH,PM_TRANS_CL_EPALARM_QLIK_CT_D +PL_DEV_QLIK_PM_TRANS_CL_ICREPO_D=PL_DEV,PL_DEV_QLIK_PM_TRANS_CL_ICREPO_D,cDJTWldwQXE=,libertymutual_grm_us_edw.us-east-1,PL_DEV_QLIK_LOAD_WH,PM_TRANS_CL_ICREPO_QLIK_CT_D +PL_DEV_QLIK_PM_TRANS_AVAYA_REPO_D=PL_DEV,PL_DEV_QLIK_PM_TRANS_AVAYA_REPO_D,WjgzSm83QzQ=,libertymutual_grm_us_edw.us-east-1,PL_DEV_QLIK_LOAD_WH,PM_TRANS_AVAYA_REPO_QLIK_CT_D +PL_DEV_QLIK_PM_ODS_VISION_D=PL_DEV,PL_DEV_QLIK_PM_ODS_VISION_D,NUgzWGFuVE0=,libertymutual_grm_us_edw.us-east-1,PL_DEV_QLIK_LOAD_WH,PM_ODS_VISION_QLIK_CT_D +PL_DEV_QLIK_PM_ODS_XTRNL_INCMNG_D=PL_DEV,PL_DEV_QLIK_PM_ODS_XTRNL_INCMNG_D,UGJaZ3FVeDU=,libertymutual_grm_us_edw.us-east-1,PL_DEV_QLIK_LOAD_WH,PM_ODS_XTRNL_INCMING_D +PL_DEV_QLIK_PM_TRANS_CMS_D=PL_DEV,PL_DEV_QLIK_PM_TRANS_CMS_D,ZDdkODc0V1I=,libertymutual_grm_us_edw.us-east-1,PL_DEV_QLIK_LOAD_WH,PM_TRANS_CMS_QLIK_CT_D +PL_DEV_QLIK_PM_TRANS_CL_EPCUST_D=PL_DEV,PL_DEV_QLIK_PM_TRANS_CL_EPCUST_D,RXJRUjlZS0o=,libertymutual_grm_us_edw.us-east-1,PL_DEV_QLIK_LOAD_WH,PM_TRANS_CL_EPCUST_QLIK_CT_D +PL_DEV_QLIK_PM_TRANS_AVAYA_CTIEMAIL_D=PL_DEV,PL_DEV_QLIK_PM_TRANS_AVAYA_CTIEMAIL_D,SlR6VjBWaG0=,libertymutual_grm_us_edw.us-east-1,PL_DEV_QLIK_LOAD_WH,PM_TRANS_AVAYA_CTIEMAIL_QLIK_CT_D +PL_DEV_QLIK_PM_TRANS_CL_OAHIST_D=PL_DEV,PL_DEV_QLIK_PM_TRANS_CL_OAHIST_D,NlJ5eFhBNXE=,libertymutual_grm_us_edw.us-east-1,PL_DEV_QLIK_LOAD_WH,PM_TRANS_CL_OAHIST_QLIK_CT_D +PL_DEV_QLIK_PM_TRANS_SALES_COMP_D=PL_DEV,PL_DEV_QLIK_PM_TRANS_SALES_COMP_D,S3U4djJFUWI=,libertymutual_grm_us_edw.us-east-1,PL_DEV_QLIK_LOAD_WH,PM_TRANS_SALES_COMP_QLIK_CT_D +PL_DEV_QLIK_PM_TRANS_CL_AB_D=PL_DEV,PL_DEV_QLIK_PM_TRANS_CL_AB_D,aDdBSE9Vclc=,libertymutual_grm_us_edw.us-east-1,PL_DEV_QLIK_LOAD_WH,PM_TRANS_CL_AB_ALT_QLIK_CT_D +PL_DEV_QLIK_PM_TRANS_VH_D=PL_DEV,PL_DEV_QLIK_PM_TRANS_VH_D,Y0JVSHltOWU=,libertymutual_grm_us_edw.us-east-1,PL_DEV_QLIK_LOAD_WH,PM_TRANS_VH_QLIK_CT_D +PL_DEV_QLIK_PM_ODS_FIN_FINX_D=PL_DEV,PL_DEV_QLIK_PM_ODS_FIN_FINX_D,VTZuWTdBR3k=,libertymutual_grm_us_edw.us-east-1,PL_DEV_QLIK_LOAD_WH,PM_ODS_FIN_FINX_QLIK_D +PL_DEV_QLIK_PM_ODS_VISION_TRANS_D=PL_DEV,PL_DEV_QLIK_PM_ODS_VISION_TRANS_D,ejY1S3RIZk0=,libertymutual_grm_us_edw.us-east-1,PL_DEV_QLIK_LOAD_WH,PM_ODS_VISION_TRANS_QLIK_CT_D +PL_DEV_QLIK_PM_EDW_TRANS_D=PL_DEV,PL_DEV_QLIK_PM_EDW_TRANS_D,TU5uSHE2WVA=,libertymutual_grm_us_edw.us-east-1,PL_DEV_QLIK_LOAD_WH,PM_EDW_TRANS_QLIK_CT_D +PL_DEV_QLIK_PM_TRANS_CTI_D=PL_DEV,PL_DEV_QLIK_PM_TRANS_CTI_D,Um5IOEVLRmU=,libertymutual_grm_us_edw.us-east-1,PL_DEV_QLIK_LOAD_WH,PM_TRANS_CTI_QLIK_CT_D +PL_DEV_QLIK_PM_EDW_TRANS_NRT_SD_D=PL_DEV,PL_DEV_QLIK_PM_EDW_TRANS_NRT_SD_D,UXBBaFd5Nno=,libertymutual_grm_us_edw.us-east-1,PL_DEV_QLIK_LOAD_WH,PM_EDW_TRANS_NRT_SD_QLIK_CT_D +PL_DEV_QLIK_PM_EDW_PSA_D=PL_DEV,PL_DEV_QLIK_PM_EDW_PSA_D,UWtDZzczNkg=,libertymutual_grm_us_edw.us-east-1,PL_DEV_QLIK_LOAD_WH,PM_EDW_PSA_D +PL_DEV_QLIK_PM_TRANS_CL_CC_PRL_D=PL_DEV,PL_DEV_QLIK_PM_TRANS_CL_CC_PRL_D,S2o5OEVmWEo=,libertymutual_grm_us_edw.us-east-1,PL_DEV_QLIK_LOAD_WH,PM_TRANS_CL_CC_PRL_QLIK_CT_D +PL_QA_QLIK_PM_EDW_PSA_D=PL_QA,PL_QA_QLIK_PM_EDW_PSA_D,cjlMUXRQRE4=,libertymutual_grm_us_edw.us-east-1,PL_QA_QLIK_LOAD_WH,PM_EDW_PSA_D +PL_QA_QLIK_PM_EDW_TRANS_D=PL_QA,PL_QA_QLIK_PM_EDW_TRANS_D,T01JN3RDYko=,libertymutual_grm_us_edw.us-east-1,PL_QA_QLIK_LOAD_WH,PM_EDW_TRANS_QLIK_CT_D +PL_QA_QLIK_PM_EDW_TRANS_NRT_SD_D=PL_QA,PL_QA_QLIK_PM_EDW_TRANS_NRT_SD_D,bTc5QjdTRmk=,libertymutual_grm_us_edw.us-east-1,PL_QA_QLIK_LOAD_WH,PM_EDW_TRANS_NRT_SD_QLIK_CT_D +PL_QA_QLIK_PM_ODS_FIN_FINX_D=PL_QA,PL_QA_QLIK_PM_ODS_FIN_FINX_D,dXZhZE04OXk=,libertymutual_grm_us_edw.us-east-1,PL_QA_QLIK_LOAD_WH,PM_ODS_FIN_FINX_QLIK_D +PL_QA_QLIK_PM_ODS_VISION_D=PL_QA,PL_QA_QLIK_PM_ODS_VISION_D,c3FoNVZ4R1Y=,libertymutual_grm_us_edw.us-east-1,PL_QA_QLIK_LOAD_WH,PM_ODS_VISION_QLIK_CT_D,PM_ODS_VISION_QLIK_D +PL_QA_QLIK_PM_ODS_VISION_TRANS_D=PL_QA,PL_QA_QLIK_PM_ODS_VISION_TRANS_D,dndBSjQwSks=,libertymutual_grm_us_edw.us-east-1,PL_QA_QLIK_LOAD_WH,PM_ODS_VISION_TRANS_QLIK_CT_D +PL_QA_QLIK_PM_ODS_XTRNL_INCMNG_D=PL_QA,PL_QA_QLIK_PM_ODS_XTRNL_INCMNG_D,Z0NSWGp0NVE=,libertymutual_grm_us_edw.us-east-1,PL_QA_QLIK_LOAD_WH,PM_ODS_XTRNL_INCMING_D +PL_QA_QLIK_PM_TRANS_AVAYA_CTIEMAIL_D=PL_QA,PL_QA_QLIK_PM_TRANS_AVAYA_CTIEMAIL_D,VUcxZVJ4a00=,libertymutual_grm_us_edw.us-east-1,PL_QA_QLIK_LOAD_WH,PM_TRANS_AVAYA_CTIEMAIL_D +PL_QA_QLIK_PM_TRANS_AVAYA_REPO_D=PL_QA,PL_QA_QLIK_PM_TRANS_AVAYA_REPO_D,WVI2N2VlVWQ=,libertymutual_grm_us_edw.us-east-1,PL_QA_QLIK_LOAD_WH,PM_TRANS_AVAYA_REPO_QLIK_CT_D +PL_QA_QLIK_PM_TRANS_CL_AB_D=PL_QA,PL_QA_QLIK_PM_TRANS_CL_AB_D,aXI2WFFjYUQ=,libertymutual_grm_us_edw.us-east-1,PL_QA_QLIK_LOAD_WH,PM_TRANS_CL_AB_QLIK_CT_D +PL_QA_QLIK_PM_TRANS_CL_CC_PRL_D=PL_QA,PL_QA_QLIK_PM_TRANS_CL_CC_PRL_D,WlE1alpGeXU=,libertymutual_grm_us_edw.us-east-1,PL_QA_QLIK_LOAD_WH,PM_TRANS_CL_CC_PRL_QLIK_CT_D +PL_QA_ALT_QLIK_PM_TRANS_CL_CC_PRL_D=PL_QA,PL_QA_QLIK_PM_TRANS_CL_CC_PRL_D,WlE1alpGeXU=,libertymutual_grm_us_edw.us-east-1,PL_QA_QLIK_LOAD_WH,PM_TRANS_CL_CC_ALT_QLIK_CT_D +PL_QA_QLIK_PM_TRANS_CL_EPALARM_D=PL_QA,PL_QA_QLIK_PM_TRANS_CL_EPALARM_D,YjZTbzFpSVE=,libertymutual_grm_us_edw.us-east-1,PL_QA_QLIK_LOAD_WH,PM_TRANS_CL_EPALARM_QLIK_CT_D +PL_QA_QLIK_PM_TRANS_CL_EPCUST_D=PL_QA,PL_QA_QLIK_PM_TRANS_CL_EPCUST_D,VDZQU0hEeko=,libertymutual_grm_us_edw.us-east-1,PL_QA_QLIK_LOAD_WH,PM_TRANS_CL_EPCUST_QLIK_CT_D +PL_QA_QLIK_PM_TRANS_CL_ICREPO_D=PL_QA,PL_QA_QLIK_PM_TRANS_CL_ICREPO_D,STZUNnFkMVA=,libertymutual_grm_us_edw.us-east-1,PL_QA_QLIK_LOAD_WH,PM_TRANS_CL_ICREPO_QLIK_CT_D +PL_QA_QLIK_PM_TRANS_CL_OAHIST_D=PL_QA,PL_QA_QLIK_PM_TRANS_CL_OAHIST_D,QW1Id0oxQTM=,libertymutual_grm_us_edw.us-east-1,PL_QA_QLIK_LOAD_WH,PM_TRANS_CL_OAHIST_QLIK_CT_D +PL_QA_QLIK_PM_TRANS_CMS_D=PL_QA,PL_QA_QLIK_PM_TRANS_CMS_D,bHFUenNMM1A=,libertymutual_grm_us_edw.us-east-1,PL_QA_QLIK_LOAD_WH,PM_TRANS_CMS_QLIK_CT_D +PL_QA_QLIK_PM_TRANS_CTI_D=PL_QA,PL_QA_QLIK_PM_TRANS_CTI_D,SE5jSVNJSTE=,libertymutual_grm_us_edw.us-east-1,PL_QA_QLIK_LOAD_WH,PM_TRANS_CTI_D +PL_QA_QLIK_PM_TRANS_SALES_COMP_D=PL_QA,PL_QA_QLIK_PM_TRANS_SALES_COMP_D,aER1cDRraVA=,libertymutual_grm_us_edw.us-east-1,PL_QA_QLIK_LOAD_WH,PM_TRANS_SALES_COMP_QLIK_CT_D +PL_QA_QLIK_PM_TRANS_VH_D=PL_QA,PL_QA_QLIK_PM_TRANS_VH_D,S0hxakxhOUQ=,libertymutual_grm_us_edw.us-east-1,PL_QA_QLIK_LOAD_WH,PM_TRANS_VH_QLIK_CT_D +PL_PROD_QLIK_PM_EDW_PSA_D=PL_PROD,PL_PROD_QLIK_PM_EDW_PSA_D,QVE0eEFkaEI=,libertymutual_grm_us_edw.us-east-1,PL_PROD_QLIK_LOAD_WH,PM_EDW_PSA_D +PL_PROD_QLIK_PM_EDW_TRANS_D=PL_PROD,PL_PROD_QLIK_PM_EDW_TRANS_D,bUR4MjV5Ulk=,libertymutual_grm_us_edw.us-east-1,PL_PROD_QLIK_LOAD_WH,PM_EDW_TRANS_QLIK_CT_D +PL_PROD_QLIK_PM_EDW_TRANS_NRT_SD_D=PL_PROD,PL_PROD_QLIK_PM_EDW_TRANS_NRT_SD_D,b1EzZFdTVHg=,libertymutual_grm_us_edw.us-east-1,PL_PROD_QLIK_LOAD_WH,PM_EDW_TRANS_NRT_SD_QLIK_CT_D +PL_PROD_QLIK_PM_ODS_FIN_FINX_D=PL_PROD,PL_PROD_QLIK_PM_ODS_FIN_FINX_D,aERweDNiaVg=,libertymutual_grm_us_edw.us-east-1,PL_PROD_QLIK_LOAD_WH,PM_ODS_FIN_FINX_QLIK_D +PL_PROD_QLIK_PM_ODS_VISION_D=PL_PROD,PL_PROD_QLIK_PM_ODS_VISION_D,U0tsOWpzVEU=,libertymutual_grm_us_edw.us-east-1,PL_PROD_QLIK_LOAD_WH,PM_ODS_VISION_QLIK_D +PL_PROD_QLIK_PM_ODS_VISION_TRANS_D=PL_PROD,PL_PROD_QLIK_PM_ODS_VISION_TRANS_D,aTZmMVB4TU8=,libertymutual_grm_us_edw.us-east-1,PL_PROD_QLIK_LOAD_WH,PM_ODS_VISION_TRANS_QLIK_CT_D +PL_PROD_QLIK_PM_ODS_XTRNL_INCMNG_D=PL_PROD,PL_PROD_QLIK_PM_ODS_XTRNL_INCMNG_D,eDh4RFlPQTc=,libertymutual_grm_us_edw.us-east-1,PL_PROD_QLIK_LOAD_WH,PM_ODS_XTRNL_INCMING_D +PL_PROD_QLIK_PM_TRANS_AVAYA_CTIEMAIL_D=PL_PROD,PL_PROD_QLIK_PM_TRANS_AVAYA_CTIEMAIL_D,cnJacWxMTjE=,libertymutual_grm_us_edw.us-east-1,PL_PROD_QLIK_LOAD_WH,PM_TRANS_AVAYA_CTIEMAIL_D +PL_PROD_QLIK_PM_TRANS_AVAYA_REPO_D=PL_PROD,PL_PROD_QLIK_PM_TRANS_AVAYA_REPO_D,bjdQQWtvcm4=,libertymutual_grm_us_edw.us-east-1,PL_PROD_QLIK_LOAD_WH,PM_TRANS_AVAYA_REPO_QLIK_CT_D +PL_PROD_QLIK_PM_TRANS_CL_AB_D=PL_PROD,PL_PROD_QLIK_PM_TRANS_CL_AB_D,bHc5RmRSTTI=,libertymutual_grm_us_edw.us-east-1,PL_PROD_QLIK_LOAD_WH,PM_TRANS_CL_AB_QLIK_CT_D +PL_PROD_QLIK_PM_TRANS_CL_CC_PRL_D=PL_PROD,PL_PROD_QLIK_PM_TRANS_CL_CC_PRL_D,YmdDYTRNWE8=,libertymutual_grm_us_edw.us-east-1,PL_PROD_QLIK_LOAD_WH,PM_TRANS_CL_CC_PRL_QLIK_CT_D +PL_PROD_ALT_QLIK_PM_TRANS_CL_CC_PRL_D=PL_PROD,PL_PROD_QLIK_PM_TRANS_CL_CC_PRL_D,YmdDYTRNWE8=,libertymutual_grm_us_edw.us-east-1,PL_PROD_QLIK_LOAD_WH,PM_TRANS_CL_CC_ALT_QLIK_CT_D +PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D=PL_PROD,PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D,cjlDbm12Yjg=,libertymutual_grm_us_edw.us-east-1,PL_PROD_QLIK_LOAD_WH,PM_TRANS_CL_EPALARM_QLIK_CT_D +PL_PROD_QLIK_PM_TRANS_CL_EPCUST_D=PL_PROD,PL_PROD_QLIK_PM_TRANS_CL_EPCUST_D,WjVqTDlySHU=,libertymutual_grm_us_edw.us-east-1,PL_PROD_QLIK_LOAD_WH,PM_TRANS_CL_EPCUST_QLIK_CT_D +PL_PROD_QLIK_PM_TRANS_CL_ICREPO_D=PL_PROD,PL_PROD_QLIK_PM_TRANS_CL_ICREPO_D,TTB6VTNVcGQ=,libertymutual_grm_us_edw.us-east-1,PL_PROD_QLIK_LOAD_WH,PM_TRANS_CL_ICREPO_QLIK_CT_D +PL_PROD_QLIK_PM_TRANS_CL_OAHIST_D=PL_PROD,PL_PROD_QLIK_PM_TRANS_CL_OAHIST_D,Tko5UlZRelc=,libertymutual_grm_us_edw.us-east-1,PL_PROD_QLIK_LOAD_WH,PM_TRANS_CL_OAHIST_QLIK_CT_D +PL_PROD_QLIK_PM_TRANS_CMS_D=PL_PROD,PL_PROD_QLIK_PM_TRANS_CMS_D,Wjd2OE9EaVc=,libertymutual_grm_us_edw.us-east-1,PL_PROD_QLIK_LOAD_WH,PM_TRANS_CMS_QLIK_CT_D +PL_PROD_QLIK_PM_TRANS_CTI_D=PL_PROD,PL_PROD_QLIK_PM_TRANS_CTI_D,RlFsU3N2QzY=,libertymutual_grm_us_edw.us-east-1,PL_PROD_QLIK_LOAD_WH,PM_TRANS_CTI_D +PL_PROD_QLIK_PM_TRANS_SALES_COMP_D=PL_PROD,PL_PROD_QLIK_PM_TRANS_SALES_COMP_D,NnFNYjNydjA=,libertymutual_grm_us_edw.us-east-1,PL_PROD_QLIK_LOAD_WH,PM_TRANS_SALES_COMP_QLIK_CT_D +PL_PROD_QLIK_PM_TRANS_VH_D=PL_PROD,PL_PROD_QLIK_PM_TRANS_VH_D,bzQ3YWVaaEU=,libertymutual_grm_us_edw.us-east-1,PL_PROD_QLIK_LOAD_WH,PM_TRANS_VH_QLIK_CT_D +IT_APP_NONPROD_QLIK=NONPROD_UTILITY,QLIK_U,UWx5Nzl5cW0=,libertymutual_grm_us_edw.us-east-1,PL_DEV_QLIK_LOAD_WH,QLIK_U +IT_APP_PROD_QLIK=PROD_UTILITY,QLIK_U,UWxwNjV5aG0=,libertymutual_grm_us_edw.us-east-1,PL_PROD_QLIK_LOAD_WH,QLIK_U + + +[query_template] +get_data_columns=select column_name from information_schema.columns where table_schema = 'r_impacted_tables.SCHEM' AND table_name = 'r_impacted_tables.TBL' and column_name not in (exclude_list); +get_all_columns=select column_name from information_schema.columns where table_schema = 'r_impacted_tables.SCHEM' AND table_name = 'r_impacted_tables.TBL'; +get_data=SELECT v_column_list FROM sfenv.r_impacted_tables.SCHEM.r_impacted_tables.TBL WHERE ODS_EFF_ROW_DT = 'startdate'; +get_daterange=SELECT v_column_list FROM sfenv.r_impacted_tables.SCHEM.r_impacted_tables.TBL WHERE ODS_EFF_ROW_DT >= 'startdate' AND ODS_EFF_ROW_DT <= 'enddate'; +minus_query=SELECT v_column_list FROM fromsfenv.r_impacted_tables.SCHEM.r_impacted_tables.TBL EXCEPT SELECT v_column_list FROM tosfenv.r_impacted_tables.SCHEM.r_impacted_tables.TBL; +get_fromddl = SELECT get_ddl('TABLE','impacted_schema.impacted_table'); +local_minus_query=SELECT v_column_list FROM fromsfenv.r_impacted_tables.SCHEM.r_impacted_tables.TBL MINUS SELECT v_column_list FROM tosfenv.r_impacted_tables.SCHEM.r_impacted_tables.TBL; +#populate_recoverytable=INSERT INTO recoverytable SELECT v_column_list FROM fromsfenv.r_impacted_tables.SCHEM.r_impacted_tables.TBL A, minustable B WHERE columnlist; +populate_recoverytable=SELECT v_column_list FROM fromsfenv.r_impacted_tables.SCHEM.r_impacted_tables.TBL A, minustable B WHERE columnlist; +populate_minustable = INSERT INTO minustable SELECT * from sourcetable where whereclause; +get_tablelist=select distinct(table_name) from information_schema.columns where table_schema = 'r_impacted_tables.SCHEM'; + +[sync_direction] +FROMENV=PL_PROD_ALT_QLIK_PM_TRANS_CL_CC_PRL_D +TOENV=PL_QA_ALT_QLIK_PM_TRANS_CL_CC_PRL_D +#FROMDB=PL_PROD +#TODB=PL_QA + +[impacted_schema] +#schema=PM_ODS_VISION_QLIK_D +startdate= 2022-04-19 +enddate= 2022-04-19 +use_daterange=1 + +[db2_schemas] + + +[impacted_tables] +#STG_VKX0500T +CC_CLAIMSNAPSHOT \ No newline at end of file diff --git a/work/recovery-ui/recovery/lib/fconfig.py b/work/recovery-ui/recovery/lib/fconfig.py new file mode 100644 index 0000000..b76e7c1 --- /dev/null +++ b/work/recovery-ui/recovery/lib/fconfig.py @@ -0,0 +1,29 @@ +""" +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +""" + + +class Config(object): + pass + + +class ProdConfig(Config): + SQLALCHEMY_TRACK_MODIFICATIONS = False + SQLALCHEMY_DATABASE_URI = "sqlite:///./config/prodconfig.sqlite3" + + +class DevConfig(Config): + DEBUG = True + SQLALCHEMY_ECHO = True + SQLALCHEMY_TRACK_MODIFICATIONS = True + SQLALCHEMY_DATABASE_URI = "sqlite:///./config/devconfig.sqlite3" diff --git a/work/recovery-ui/recovery/lib/flask_session/2029240f6d1128be89ddc32729463129 b/work/recovery-ui/recovery/lib/flask_session/2029240f6d1128be89ddc32729463129 new file mode 100644 index 0000000000000000000000000000000000000000..ffb2cd9bfd75610267f6ba499787709ee5ac010d GIT binary patch literal 9 QcmZQzU|?uq^=8%s00XiC0ssI2 literal 0 HcmV?d00001 diff --git a/work/recovery-ui/recovery/lib/flask_session/5237bc358f133728241b9c024812d8ab b/work/recovery-ui/recovery/lib/flask_session/5237bc358f133728241b9c024812d8ab new file mode 100644 index 0000000000000000000000000000000000000000..d4b79dc754fe1343e8c69ad57b64fa96aca758c6 GIT binary patch literal 75 zcmbP`Jtet;b*c>m1k_IH;YuzpN{cVa&rZ#o(xYKuVPa%#Y@U{6l4hEmWM-OVY>;ef al$e-kW@ce&l4O*YnrxP4Zkjx$SPuYRU>3aq literal 0 HcmV?d00001 diff --git a/work/recovery-ui/recovery/lib/flask_session/54384597304d57212682913bab3f2d73 b/work/recovery-ui/recovery/lib/flask_session/54384597304d57212682913bab3f2d73 new file mode 100644 index 0000000000000000000000000000000000000000..769c1ea96ac93d4106059e7423e0334abd19548c GIT binary patch literal 575 zcmb7=OH0E*6oo};wZWCR6{I3`lQKzdYZfj-Q&CK9nii#k3^SRT(wa1qnIH;+KVX*Q z)~$cjp%xzyeB9;Xo^!u*UtU%8RC)%hD~owlHEBdVV^E|wbgpEr1*}6Sq7DKFh!JcP zh8&C<1h<-qA>77IKqAz3l&o-pGC`1_N*Xq>ZPNl~11Pyp=cGU`^EA&Qy}TFraNyR1 z9vp@4`4Dz|*bQ9Y4SR6lpPs?a2zpAEb^3$~CHM7u5ca*_3>%z@bUJ6Ly4J0#@f6cc z+$XunQ4A+p0&@;2xvS^gq=*aCQnI>?e!p7;q(L^LS?uA&vd6Q@k&@frJbvHx;N^)f zy_A*QDa!dQMy0_S%hKe3sJl9U;QkCco?VUb!}0C#qN_o-zBoQGOAGN2kQIS&OyemR N`kiuZ=!FX9^*3W-#5w=~ literal 0 HcmV?d00001 diff --git a/work/recovery-ui/recovery/lib/flask_session/92a19d3820cf9f946749504f472d1457 b/work/recovery-ui/recovery/lib/flask_session/92a19d3820cf9f946749504f472d1457 new file mode 100644 index 0000000000000000000000000000000000000000..bce8c457672a8c753c108591b7bfbe3aa5ef073d GIT binary patch literal 539 zcmb7>PfNov7>7l0x-l;bf}$5syL7bay3T__S&LKW+@HGPK|#d%W|S&CUsG0&zjSF%#KiFIMeb<3qm6q^WK zL>(K|+@wJqfSTEG5jYW1vdB2ec|tfSSwbd4hGiPIspKxqlV9Qj%S0Y)__W)`J+Iom z$ALe>Vc+WvaIbxHhnpexl`QDmF>oc%H0KAyjo==mJe$mErk?d0=jkMZoWITl7bL~w ze1-+Xki1j{Gk`E|SW2EOE0^Qe1oYr?_~?j1D?p>6cd6vzD%*bWd^~DtyJf26(c1MN ze~=|cX`apgXLhW6d)_87)4J{0egA2iX|aP9^xJD^5&orB&2HO95GE-~qUgWWNSaFz3!^|Iz!8I>r?x1nI&Ld8paIKi5M78hcO`F3ahctv z6$!c}w?0CV2kAtEQKoEDj&dCJL5 zm*)F5=r|r8 zKL(Ux_#)4^){Y3ilEAs0ges)MWPy-#{ZwrOk0iZzIIO~N&j>K+SLdM|4vo3fl#v+A^ z@<~Z2oJ`~uS2+|y3a+L?W8*YHV__zy!cb$+AA7xNLkdc{wLl!ThQ0=aJD?h8lVMC8IG$!B;w!U)~PULDd~`_eXiUoW(`;jwT>U@V)=z4X*W z1H-g*|8Q7i>A~(V8?ZN*KJ2Xzop-KlOZuOv_OfMTx7M-UAg)d@1up+C5u-5wQ_rl4oE@Ca&kd{ux6n|Zn|v+{}!Cl76bKL8fZ3Z>M_r+ zs*X*Q()c7n?3-TTeW|7f(vJN2dE8FaSZ}D)2?QYB`@HQI70&93{XbOF|u(YQ@3e4YK zC_BzjOcvAe2x z<%+ujjsXfFNvbeOrjnHz+S^I;rleWzQ7C+M4>#e<3zQ<%53-+D;y?+5|am$1N literal 0 HcmV?d00001 diff --git a/work/recovery-ui/recovery/lib/function/__pycache__/Writer.cpython-310.pyc b/work/recovery-ui/recovery/lib/function/__pycache__/Writer.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..860a1cc239d859e594df311f177ed3cad3968d6f GIT binary patch literal 5008 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 literal 0 HcmV?d00001 diff --git a/work/recovery-ui/recovery/lib/function/__pycache__/pgfunctions.cpython-310.pyc b/work/recovery-ui/recovery/lib/function/__pycache__/pgfunctions.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..57f0f785298c17f143500ea662b07b540cd5f3d1 GIT binary patch literal 4571 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".format(self.keyname, self.valuename) + + +class Targets(db.Model): + id = db.Column(db.Integer(), primary_key=True) + targetname = db.Column(db.String(128)) + username = db.Column(db.String(128)) + password = db.Column(db.String(128)) + account = db.Column(db.String(128)) + warehouse = db.Column(db.String(128)) + database = db.Column(db.String(128)) + schemaname = db.Column(db.String(128)) + + def __init__( + self, targetname, username, password, account, warehouse, database, schemaname + ): + self.targetname = targetname + self.username = username + self.password = password + self.account = account + self.warehouse = warehouse + self.database = database + self.schemaname = schemaname + + def __repr__(self): + return "".format( + self.targetname, + self.username, + self.password, + self.account, + self.warehouse, + self.database, + self.schemaname, + ) + + +class Queries(db.Model): + id = db.Column(db.Integer(), primary_key=True) + keyname = db.Column(db.String(128)) + valuename = db.Column(db.String(128)) + + def __init__(self, keyname, valuename): + self.keyname = keyname + self.valuename = valuename + + def __repr__(self): + return "".format(self.keyname, self.valuename) + + +class Sync_params(db.Model): + id = db.Column(db.Integer(), primary_key=True) + keyname = db.Column(db.String(128)) + valuename = db.Column(db.String(128)) + + def __init__(self, keyname, valuename): + self.keyname = keyname + self.valuename = valuename + + def __repr__(self): + return "".format(self.keyname, self.valuename) + + +class Excluded_columns(db.Model): + id = db.Column(db.Integer(), primary_key=True) + columnname = db.Column(db.String(128)) + + def __init__(self, columnname): + self.columnname = columnname + + def __repr__(self): + return "".format(self.columnname) diff --git a/work/recovery-ui/recovery/lib/function/pgfunctions.py b/work/recovery-ui/recovery/lib/function/pgfunctions.py new file mode 100644 index 0000000..07cc871 --- /dev/null +++ b/work/recovery-ui/recovery/lib/function/pgfunctions.py @@ -0,0 +1,190 @@ +import os +from io import StringIO + +import numpy as np +import pandas as pd +import psycopg2 +import psycopg2.extras as extras + + +def execute_many(conn, df, table): + """ + Using cursor.executemany() to insert the dataframe + """ + # Create a list of tupples from the dataframe values + tuples = [tuple(x) for x in df.to_numpy()] + # Comma-separated dataframe columns + cols = ','.join(list(df.columns)) + # SQL quert to execute + query = "INSERT INTO %s(%s) VALUES(%%s,%%s,%%s)" % (table, cols) + cursor = conn.cursor() + try: + cursor.executemany(query, tuples) + conn.commit() + except (Exception, psycopg2.DatabaseError) as error: + print("Error: %s" % error) + conn.rollback() + cursor.close() + return 1 + print("execute_many() done") + cursor.close() + + +def execute_batch(conn, table, df, page_size): + # csvdata = open(csvfile, 'r') + # newcvsfile = csvfile.replace('data', 'data_filtered') + # newcsvdata = open(newcvsfile, 'w') + # for line in csvdata: + # newline = line.replace("bytearray(b'\\xff\\xff\\xff\\x80')","").replace('"','') + # newcsvdata.write(newline.replace('""','')) + # csvdata.close() + # newcsvdata.close() + # df = pd.read_csv(newcvsfile, dtype=object, low_memory=False) + """ + Using psycopg2.extras.execute_batch() to insert the dataframe + """ + # Create a list of tupples from the dataframe values + tuples = [tuple(x) for x in df.to_numpy()] + # Comma-separated dataframe columns + cols = ','.join(list(df.columns)) + data = '' + for col in df.columns: + data = data + ',%%s' + rowdata = data[1:] + dynamicquery = f"INSERT INTO %s(%s) VALUES({rowdata})" + # SQL quert to execute + query = dynamicquery % (table, cols) + cursor = conn.cursor() + try: + extras.execute_batch(cursor, query, tuples, page_size) + conn.commit() + except (Exception, psycopg2.DatabaseError) as error: + print("Error: %s" % error) + conn.rollback() + cursor.close() + return 1 + print("execute_batch() done") + cursor.close() + + +def execute_values(conn, df, table): + """ + Using psycopg2.extras.execute_values() to insert the dataframe + """ + # Create a list of tupples from the dataframe values + tuples = [tuple(x) for x in df.to_numpy()] + # Comma-separated dataframe columns + cols = ','.join(list(df.columns)) + # SQL quert to execute + query = "INSERT INTO %s(%s) VALUES %%s" % (table, cols) + cursor = conn.cursor() + try: + extras.execute_values(cursor, query, tuples) + conn.commit() + except (Exception, psycopg2.DatabaseError) as error: + print("Error: %s" % error) + conn.rollback() + cursor.close() + return 1 + print("execute_values() done") + cursor.close() + + +def execute_mogrify(conn, df, table): + """ + Using cursor.mogrify() to build the bulk insert query + then cursor.execute() to execute the query + """ + # Create a list of tupples from the dataframe values + tuples = [tuple(x) for x in df.to_numpy()] + # Comma-separated dataframe columns + cols = ','.join(list(df.columns)) + # SQL quert to execute + cursor = conn.cursor() + values = [cursor.mogrify("(%s,%s,%s)", tup).decode('utf8') for tup in tuples] + query = "INSERT INTO %s(%s) VALUES " % (table, cols) + ",".join(values) + + try: + cursor.execute(query, tuples) + conn.commit() + except (Exception, psycopg2.DatabaseError) as error: + print("Error: %s" % error) + conn.rollback() + cursor.close() + return 1 + print("execute_mogrify() done") + cursor.close() + + +def copy_from_file(conn, df, table): + """ + Here we are going save the dataframe on disk as + a csv file, load the csv file + and use copy_from() to copy it to the table + """ + # Save the dataframe to disk + tmp_df = "./tmp_dataframe.csv" + df.to_csv(tmp_df, index_label='id', header=False) + f = open(tmp_df, 'r') + cursor = conn.cursor() + try: + cursor.copy_from(f, table, sep=",") + conn.commit() + except (Exception, psycopg2.DatabaseError) as error: + os.remove(tmp_df) + print("Error: %s" % error) + conn.rollback() + cursor.close() + return 1 + print("copy_from_file() done") + cursor.close() + os.remove(tmp_df) + + +def copy_from_stringio(conn, df, table): + """ + Here we are going save the dataframe in memory + and use copy_from() to copy it to the table + """ + # save dataframe to an in memory buffer + buffer = StringIO() + df.to_csv(buffer, index_label='id', header=False) + buffer.seek(0) + + cursor = conn.cursor() + try: + cursor.copy_from(buffer, table, sep=",") + conn.commit() + except (Exception, psycopg2.DatabaseError) as error: + print("Error: %s" % error) + conn.rollback() + cursor.close() + return 1 + print("copy_from_stringio() done") + cursor.close() + + +#---------------------------------------------------------------- +# SqlAlchemy Only +#---------------------------------------------------------------- +# from sqlalchemy import create_engine + +# connect = "postgresql+psycopg2://%s:%s@%s:5432/%s" % ( +# param_dic['user'], +# param_dic['password'], +# param_dic['host'], +# param_dic['database'] +# ) + +# def to_alchemy(df): +# """ +# Using a dummy table to test this call library +# """ +# engine = create_engine(connect) +# df.to_sql( +# 'test_table', +# con=engine, +# index=False, +# if_exists='replace' +# ) +# print("to_sql() done (sqlalchemy)") \ No newline at end of file diff --git a/work/recovery-ui/recovery/lib/logger/Logger.py b/work/recovery-ui/recovery/lib/logger/Logger.py new file mode 100644 index 0000000..20211df --- /dev/null +++ b/work/recovery-ui/recovery/lib/logger/Logger.py @@ -0,0 +1,109 @@ +""" +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +""" + +import logging +import logrotater +import time +import datetime +from datetime import datetime, timedelta, date +import os +from glob import glob +import math as m + + +class Logger: + def __init__(self): + pass + + def __del__(self): + pass + + +class lprint: + def __init__(self, filelog, forcerotate): + global ts + global logfile + with open(filelog, "a"): + os.utime(filelog, None) + logfilelist = glob("dbsync.log.*") + datelimit = datetime.today() - timedelta(days=14) + for i in logfilelist: + filestamp = os.path.getmtime(i) + timestamp = datetime.fromtimestamp(filestamp) + if timestamp < datelimit: + os.remove(i) + logfile = filelog + logSize = os.path.getsize(logfile) + if logSize > 0: + logfileSize = f"{logSize} ({self.humanbytes(logSize)})" + # logfileSize = str(logSize).encode() + try: + print("Logfile Size: " + str(logfileSize)) + except: + print("Logfile not present. Creating.") + self.startlog() + self.logprint("info", "Creating logfile.") + if forcerotate == True: + rotater = logrotater.LogRotate(prefix=logfile, verbose=True) + rotater.rotate() + elif logSize > 1000000: + rotater = logrotater.LogRotate(prefix=logfile, verbose=True) + rotater.rotate() + + def startlog(self): + logging.basicConfig(filename=logfile, level=logging.DEBUG) + + def logprint(self, loglevel, logmessage): + ts = time.time() + logstamp = datetime.fromtimestamp(int(ts)).strftime("%Y-%m-%d %H:%M:%S") + if loglevel.lower() == "debug": + logging.debug(str(logstamp) + ":" + logmessage) + elif loglevel.lower() == "warning": + logging.warn(str(logstamp) + ":" + logmessage) + elif loglevel.lower() == "info": + logging.info(str(logstamp) + ":" + logmessage) + + def create_rotating_log(self, logpath): + + """ + Creates a rotating log + """ + logger = logger.getLogger("Rotating Log") + logger.setLevel(logger.INFO) + + # add a rotating handler + # handler = RotatingFileHandler(logpath, maxBytes=config.get('global', 'statuslog_maxbytes'), + # backupCount=config.get('global', 'status_logretention')) + # logger.addHandler(handler) + + def humanbytes(self, i, binary=False, precision=2): + MULTIPLES = [ + "B", + "k{}B", + "M{}B", + "G{}B", + "T{}B", + "P{}B", + "E{}B", + "Z{}B", + "Y{}B", + ] + base = 1024 if binary else 1000 + multiple = m.trunc(m.log2(i) / m.log2(base)) + value = i / m.pow(base, multiple) + suffix = MULTIPLES[multiple].format("i" if binary else "") + return f"{value:.{precision}f} {suffix}" + + def __del__(self): + pass diff --git a/work/recovery-ui/recovery/lib/overrides/Overrider.py b/work/recovery-ui/recovery/lib/overrides/Overrider.py new file mode 100644 index 0000000..6f09417 --- /dev/null +++ b/work/recovery-ui/recovery/lib/overrides/Overrider.py @@ -0,0 +1,91 @@ +""" +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +""" + +import re + + +class overrider(object): + def __init__(self): + self.cobject = [] + + def override_table(self, orobject, minustable_config): + if orobject == "QUEUE": + orobject = "QUEUE_X" + if minustable_config == 1: + if "HEADER_CHANGE_MASK" in orobject: + tempstatement1 = re.sub( + r"HEADER_CHANGE_MASK[-,\s\w\(\)\'\n_\d]+HEADER_TIMESTAMP TIMESTAMP_NTZ\(6\) NOT NULL,", + "", + orobject, + flags=re.IGNORECASE, + ) + minusquery = "INSERT INTO minustable (HEADER_CHANGE_SEQ,HEADER_CHANGE_OPER,data_columns) SELECT HEADER_CHANGE_SEQ,HEADER_CHANGE_OPER,data_columns from sourcetable where whereclause;" + else: + orobject = re.sub( + r"CHANGE_MASK[-,\s\w\(\)\'\n_\d]+TIMESTAMP TIMESTAMP_NTZ\(6\) NOT NULL,", + "", + orobject, + flags=re.IGNORECASE, + ) + orobject = re.sub( + r'"CHANGE_MASK"[\"-,\s\w\(\)\'\n_\d]+"TIMESTAMP" TIMESTAMP_NTZ\(6\) ,', + "", + orobject, + flags=re.IGNORECASE, + ) + minusquery = "INSERT INTO minustable (CHANGE_SEQ,CHANGE_OPER,data_columns) SELECT CHANGE_SEQ,CHANGE_OPER,data_columns from sourcetable where whereclause;" + if "VKX" not in orobject: + orobject = re.sub( + r",\n\tSTG_ODS_CDC_TRANS_TYPE[,\s\w\(\)\'\n-]+primary", + ", primary", + orobject, + flags=re.IGNORECASE, + ) + orobject = re.sub( + r",\n\tODS_CDC_TRANS_TYPE[,\s\w\(\)\'\n-]+primary", + ", primary", + orobject, + flags=re.IGNORECASE, + ) + orobject = orobject.replace("primary key", " primary key") + orobject = orobject.replace("PRIMARY KEY", " PRIMARY KEY") + if minustable_config == 1: + return (orobject, minusquery) + else: + return orobject + + def override_column(self, orobject): + if "RECOVERED_LANGUAGECODE" in orobject or "LANGUAGE_CODE_MINUSTABLE": + orobject = orobject.replace("RECOVERED_LANGUAGECODE", "LANGUAGECODE ") + orobject = orobject.replace( + "LANGUAGECODE_MINUSTABLEVARCHAR", "LANGUAGECODE VARCHAR" + ) + orobject = orobject.replace( + ')"header_change_seq", "header_change_oper")', "" + ) + return orobject + + def override_ddl(self, orobject, actualtable, newtablename): + orobject = ( + orobject.replace("TABLE " + actualtable, "TABLE " + newtablename) + .replace(" COLLATE 'en-ci'", "") + .replace("\n\t", "") + .replace("\n", "") + .replace("create or replace TABLE", "CREATE TABLE IF NOT EXISTS") + .replace("NOT NULL", "") + ) + return orobject.upper() + + def __del__(self): + pass diff --git a/work/recovery-ui/recovery/lib/overrides/__init__.py b/work/recovery-ui/recovery/lib/overrides/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/work/recovery-ui/recovery/lib/overrides/__pycache__/Overrider.cpython-310.pyc b/work/recovery-ui/recovery/lib/overrides/__pycache__/Overrider.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..54acc3629ffe2f9b0a244dd2cef94201dc001581 GIT binary patch literal 3093 zcmb7GUysv95VsvC@%eHGTq*x5Rja%}L@wz+^`TT%L(Uu)IR|1Ng%Gszc{e#jVu!Uu zI4eArH`MO{eW~~o{UCnr6JMdK)Xv)RoddL@Yk78dXLfe>x3jbBZ)~Unl*Y@)&aaz- z@CR??iwun);SUfHBJ>3!5@{^<#a)3Ei2OnzGL?QV^b15Xg<8>GlLSHSxDNFKO3=(B zl%epDqSn-Qpjt}m=q_b}>wD;{#uw-cSEw#U)!H@n$e*E!eS|zeM6-Z`0XINHcT5p| z=Fn+~Tn{<^WIA?j&!K4UhKI={OA`(C{?dSd5Za(?gZA_Y`NO;xvO`rp48!Sn&E|YQ zZ`g^44WEsg$MC^*G$yyp?25U(Jj4eKtQZ{h|zHtG#M%1x8aYH*y+9!K` zybW(5W(33GG+!V@(wO=N7%KEdh%1T5)e8aQD2b}ROp2rg?II}?1?m!6BP!HovJP=p ziPyMK%!TlB#GGx;bMtNZ10LBUVIg1$TvK=>8Z|L4JO05V>V$8^SPtlT_(ou5Q2Xfi|bi=juU|QHM`?v^{g1+1x?1n|aZg9>ogAuIGjrf5KG8J{8z!q3}rLz$`@I zBvSrGeqJETbJ;tWNY+*)Tt_78Y9CpDE|Usa6PcdKH^^qrS~}*`YTrV9RUoIynb+JS z&To-V5r3IjQiyw|rCjTQ{}Vj@HBNn=NBk!+S0B zR%E{4_h7p|2nO@Pl|gNAdEnszd3bfHW$AmGX|?ulqhk&mR)28i+d&N(T?-leolZR# zV3&)-u{{c+-*h;-xYOgr>ENyE`Us@3gT6sn5jL z{oC4um2la9cy-F$iOr6pwK~e!W-|VNj9p)jM33oFRLSflt@YbIeXrGn{HomtQLa^! zV~NqY5X=r@Ro^wbJ+0j`wYbdabPTDaR%HB~$BNI=6cnF12}y`EZ|IKtn<1S{Axfd5 zUif9KCMr*6ka&_jl@f*9*~}6PPQvOO^aU0WMU+JaK3SBKPZmpml}fU7(vnMgepNFs ztCT9KB`La)O~x7-mrm>OG?x|5^9Mtc%f0}HK)!e?1dzR6@rOfUnL*&uK#IqFiIh_w zvWH^y&jD`TyIN1%!5v5y`>kDQ?`ZuCSqt+f-qVeJ$OhLtTC|Z#xB&G(&o^^=cUwIO z%U*OgFGpGL)mrtC+Hjv>=MXMFiUazjT1W46`fvkQYiu3XRukE2UO}pcik;zvUnRLM zI(3Xynnrd&9Bctm#0u;We1FS@ltvdb-5kQ{D2GFu70&Z3BY~LPOQBsz=Q-Gg^TKNh zpoYYp)bg?}F6#tpkSoVqA-;yIv9@MJr36b9orbqWr_-`DbeVeFj(a&-Y$T~`v8YDp z9Y!HI`9oqE)+pVBOYNS<2c=f@8%aXe?&+pwMoN~P0V@t!T%1h-$C`YCT)b{O;mjT< zq1>-{be?dYJ)!S{TFHRIgp9jjF5ot|Bp&nWC;h1?(YZ`5hbIhp@3p`$rvyxnEPp4k z0x;>M9O!qaFJnyT7~?+3k~>}&qcbOSEu}_H;m-l?KgO|&@x&*yG3P57KY@j&61K)? zILpbWoLuDO5+^5-lyLmSGk&~y^aK?k3Ivf-P#Vg5Wj&EV{^7p)4#sQ)6yj2vW)k6t W?8VCWsaHR63<4g-vY>39E&Kya6h7nt literal 0 HcmV?d00001 diff --git a/work/recovery-ui/recovery/lib/overrides/__pycache__/__init__.cpython-310.pyc b/work/recovery-ui/recovery/lib/overrides/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..79db6c43e4b215bc81ee662b4515b6142832b5bd GIT binary patch literal 158 zcmd1j<>g`k0=@3+WDxxrL?8o3AjbiSi&=m~3PUi1CZpd#V&o;$ literal 0 HcmV?d00001 diff --git a/work/recovery-ui/recovery/lib/settings/sync_settings.ini b/work/recovery-ui/recovery/lib/settings/sync_settings.ini new file mode 100644 index 0000000..f0dce2e --- /dev/null +++ b/work/recovery-ui/recovery/lib/settings/sync_settings.ini @@ -0,0 +1,121 @@ +[global] +mailhost = smtprelay.lmig.com +sender = Qlik_Admin@LibertyMutual.com +#receivers = HTTP_509@LibertyMutual.com, PMEDW_Prod_Support@LibertyMutual.com +receivers = Wendell.Jones@LibertyMutual.com +exclude_list = "'HEADER_CHANGE_SEQ','HEADER_CHANGE_OPER','HEADER_CHANGE_MASK','HEADER_STREAM_POSITION','HEADER_OPERATION','HEADER_TRANSACTION_ID','HEADER_TIMESTAMP','GG_PRC_OWNER','GG_SRC_SERVER','GG_CSN','GG_RSN','GG_REPLICAT','GG_EXTRACT','GG_XID','GG_CORRELATION_ID','GG_USER_ID','GG_FILESEQNO','GG_FILERBA','change_seq','change_oper','change_mask','stream_position','operation','transaction_id','timestamp','header_change_seq','header_change_oper','header_change_mask','header_stream_position','header_operation','header_transaction_id','header_timestamp','STG_PROCESS_DATE','ODS_EFF_ROW_DT','ODS_EXP_ROW_DTM','ODS_CDC_TRANS_TYPE','ODS_CREATE_ROW_DTM','ODS_CREATE_ROW_DT','ODS_ROW_PROCESS_DTM','ODS_SID','ODS_AUDIT_ID','ODS_EFF_ROW_DTM','ODS_EXP_ROW_DT','ROW_EXP_DT','ROW_EFF_DT'" +full_qlik_columns = HEADER_CHANGE_SEQ,HEADER_CHANGE_OPER,HEADER_CHANGE_MASK,HEADER_STREAM_POSITION,HEADER_OPERATION,HEADER_TRANSACTION_ID,HEADER_TIMESTAMP +# BELOW LINE LISTS QLIK COLUMNS ELIMINATING HEADER_CHANGE_MASK AS IT IS A BYTES COLUMN +qlik_columns = HEADER_CHANGE_SEQ,HEADER_CHANGE_OPER,HEADER_STREAM_POSITION,HEADER_OPERATION,HEADER_TRANSACTION_ID,HEADER_TIMESTAMP +gg_columns=GG_PRC_OWNER, GG_SRC_SERVER, GG_CSN, GG_RSN, GG_REPLICAT, GG_EXTRACT, GG_XID, GG_CORRELATION_ID, GG_USER_ID, GG_FILESEQNO, GG_FILERBA +mssql_gg_columns=ODS_CDC_TRANS_TYPE,ODS_EFF_ROW_DTM,ODS_CREATE_ROW_DTM,ODS_CREATE_ROW_DT,ODS_ROW_PROCESS_DTM,ODS_EFF_ROW_DT,GG_XID,GG_CORRELATION_ID,GG_USER_ID,GG_FILESEQNO,GG_FILERBA,ODS_EXP_ROW_DTM,ODS_SID,ODS_AUDIT_ID,ODS_EXP_ROW_DT +cleanup_tempdata=0 +# valid options for utility database are "snowflake" or "sqlite" +utilitydb=sqlite +fromdata = ./csv_files/from_data.csv +todata = ./csv_files/to_data.csv +recovereddata = ./csv_files/recovered_data.csv + +[log_table] +DEV=PL_DEV.PM_EDW_META_D.TRANS_RECOVER_LOG +QA=PL_QA.PM_EDW_META_D.TRANS_RECOVER_FROM_LOG +PROD=PL_PROD.PM_EDW_META_D.TRANS_RECOVER_FROM_LOG + +#Need all logins added here with passwords encrypted +[sf_targets] +PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D=PL_DEV,PL_DEV_QLIK_PM_TRANS_CL_EPALARM_D,dFdRNWdXeUM=,libertymutual_grm_us_edw.us-east-1,PL_DEV_QLIK_LOAD_WH,PM_TRANS_CL_EPALARM_QLIK_CT_D +PL_DEV_QLIK_PM_TRANS_CL_ICREPO_D=PL_DEV,PL_DEV_QLIK_PM_TRANS_CL_ICREPO_D,cDJTWldwQXE=,libertymutual_grm_us_edw.us-east-1,PL_DEV_QLIK_LOAD_WH,PM_TRANS_CL_ICREPO_QLIK_CT_D +PL_DEV_QLIK_PM_TRANS_AVAYA_REPO_D=PL_DEV,PL_DEV_QLIK_PM_TRANS_AVAYA_REPO_D,WjgzSm83QzQ=,libertymutual_grm_us_edw.us-east-1,PL_DEV_QLIK_LOAD_WH,PM_TRANS_AVAYA_REPO_QLIK_CT_D +PL_DEV_QLIK_PM_ODS_VISION_D=PL_DEV,PL_DEV_QLIK_PM_ODS_VISION_D,NUgzWGFuVE0=,libertymutual_grm_us_edw.us-east-1,PL_DEV_QLIK_LOAD_WH,PM_ODS_VISION_QLIK_CT_D +PL_DEV_QLIK_PM_ODS_XTRNL_INCMNG_D=PL_DEV,PL_DEV_QLIK_PM_ODS_XTRNL_INCMNG_D,UGJaZ3FVeDU=,libertymutual_grm_us_edw.us-east-1,PL_DEV_QLIK_LOAD_WH,PM_ODS_XTRNL_INCMING_D +PL_DEV_QLIK_PM_TRANS_CMS_D=PL_DEV,PL_DEV_QLIK_PM_TRANS_CMS_D,ZDdkODc0V1I=,libertymutual_grm_us_edw.us-east-1,PL_DEV_QLIK_LOAD_WH,PM_TRANS_CMS_QLIK_CT_D +PL_DEV_QLIK_PM_TRANS_CL_EPCUST_D=PL_DEV,PL_DEV_QLIK_PM_TRANS_CL_EPCUST_D,RXJRUjlZS0o=,libertymutual_grm_us_edw.us-east-1,PL_DEV_QLIK_LOAD_WH,PM_TRANS_CL_EPCUST_QLIK_CT_D +PL_DEV_QLIK_PM_TRANS_AVAYA_CTIEMAIL_D=PL_DEV,PL_DEV_QLIK_PM_TRANS_AVAYA_CTIEMAIL_D,SlR6VjBWaG0=,libertymutual_grm_us_edw.us-east-1,PL_DEV_QLIK_LOAD_WH,PM_TRANS_AVAYA_CTIEMAIL_QLIK_CT_D +PL_DEV_QLIK_PM_TRANS_CL_OAHIST_D=PL_DEV,PL_DEV_QLIK_PM_TRANS_CL_OAHIST_D,NlJ5eFhBNXE=,libertymutual_grm_us_edw.us-east-1,PL_DEV_QLIK_LOAD_WH,PM_TRANS_CL_OAHIST_QLIK_CT_D +PL_DEV_QLIK_PM_TRANS_SALES_COMP_D=PL_DEV,PL_DEV_QLIK_PM_TRANS_SALES_COMP_D,S3U4djJFUWI=,libertymutual_grm_us_edw.us-east-1,PL_DEV_QLIK_LOAD_WH,PM_TRANS_SALES_COMP_QLIK_CT_D +PL_DEV_QLIK_PM_TRANS_CL_AB_D=PL_DEV,PL_DEV_QLIK_PM_TRANS_CL_AB_D,aDdBSE9Vclc=,libertymutual_grm_us_edw.us-east-1,PL_DEV_QLIK_LOAD_WH,PM_TRANS_CL_AB_ALT_QLIK_CT_D +PL_DEV_QLIK_PM_TRANS_VH_D=PL_DEV,PL_DEV_QLIK_PM_TRANS_VH_D,Y0JVSHltOWU=,libertymutual_grm_us_edw.us-east-1,PL_DEV_QLIK_LOAD_WH,PM_TRANS_VH_QLIK_CT_D +PL_DEV_QLIK_PM_ODS_FIN_FINX_D=PL_DEV,PL_DEV_QLIK_PM_ODS_FIN_FINX_D,VTZuWTdBR3k=,libertymutual_grm_us_edw.us-east-1,PL_DEV_QLIK_LOAD_WH,PM_ODS_FIN_FINX_QLIK_D +PL_DEV_QLIK_PM_ODS_VISION_TRANS_D=PL_DEV,PL_DEV_QLIK_PM_ODS_VISION_TRANS_D,ejY1S3RIZk0=,libertymutual_grm_us_edw.us-east-1,PL_DEV_QLIK_LOAD_WH,PM_ODS_VISION_TRANS_QLIK_CT_D +PL_DEV_QLIK_PM_EDW_TRANS_D=PL_DEV,PL_DEV_QLIK_PM_EDW_TRANS_D,TU5uSHE2WVA=,libertymutual_grm_us_edw.us-east-1,PL_DEV_QLIK_LOAD_WH,PM_EDW_TRANS_QLIK_CT_D +PL_DEV_QLIK_PM_TRANS_CTI_D=PL_DEV,PL_DEV_QLIK_PM_TRANS_CTI_D,Um5IOEVLRmU=,libertymutual_grm_us_edw.us-east-1,PL_DEV_QLIK_LOAD_WH,PM_TRANS_CTI_QLIK_CT_D +PL_DEV_QLIK_PM_EDW_TRANS_NRT_SD_D=PL_DEV,PL_DEV_QLIK_PM_EDW_TRANS_NRT_SD_D,UXBBaFd5Nno=,libertymutual_grm_us_edw.us-east-1,PL_DEV_QLIK_LOAD_WH,PM_EDW_TRANS_NRT_SD_QLIK_CT_D +PL_DEV_QLIK_PM_EDW_PSA_D=PL_DEV,PL_DEV_QLIK_PM_EDW_PSA_D,UWtDZzczNkg=,libertymutual_grm_us_edw.us-east-1,PL_DEV_QLIK_LOAD_WH,PM_EDW_PSA_D +PL_DEV_QLIK_PM_TRANS_CL_CC_PRL_D=PL_DEV,PL_DEV_QLIK_PM_TRANS_CL_CC_PRL_D,S2o5OEVmWEo=,libertymutual_grm_us_edw.us-east-1,PL_DEV_QLIK_LOAD_WH,PM_TRANS_CL_CC_PRL_QLIK_CT_D +PL_QA_QLIK_PM_EDW_PSA_D=PL_QA,PL_QA_QLIK_PM_EDW_PSA_D,cjlMUXRQRE4=,libertymutual_grm_us_edw.us-east-1,PL_QA_QLIK_LOAD_WH,PM_EDW_PSA_D +PL_QA_QLIK_PM_EDW_TRANS_D=PL_QA,PL_QA_QLIK_PM_EDW_TRANS_D,T01JN3RDYko=,libertymutual_grm_us_edw.us-east-1,PL_QA_QLIK_LOAD_WH,PM_EDW_TRANS_QLIK_CT_D +PL_QA_QLIK_PM_EDW_TRANS_NRT_SD_D=PL_QA,PL_QA_QLIK_PM_EDW_TRANS_NRT_SD_D,bTc5QjdTRmk=,libertymutual_grm_us_edw.us-east-1,PL_QA_QLIK_LOAD_WH,PM_EDW_TRANS_NRT_SD_QLIK_CT_D +PL_QA_QLIK_PM_ODS_FIN_FINX_D=PL_QA,PL_QA_QLIK_PM_ODS_FIN_FINX_D,dXZhZE04OXk=,libertymutual_grm_us_edw.us-east-1,PL_QA_QLIK_LOAD_WH,PM_ODS_FIN_FINX_QLIK_D +PL_QA_QLIK_PM_ODS_VISION_D=PL_QA,PL_QA_QLIK_PM_ODS_VISION_D,c3FoNVZ4R1Y=,libertymutual_grm_us_edw.us-east-1,PL_QA_QLIK_LOAD_WH,PM_ODS_VISION_QLIK_CT_D,PM_ODS_VISION_QLIK_D +PL_QA_QLIK_PM_ODS_VISION_TRANS_D=PL_QA,PL_QA_QLIK_PM_ODS_VISION_TRANS_D,dndBSjQwSks=,libertymutual_grm_us_edw.us-east-1,PL_QA_QLIK_LOAD_WH,PM_ODS_VISION_TRANS_QLIK_CT_D +PL_QA_QLIK_PM_ODS_XTRNL_INCMNG_D=PL_QA,PL_QA_QLIK_PM_ODS_XTRNL_INCMNG_D,Z0NSWGp0NVE=,libertymutual_grm_us_edw.us-east-1,PL_QA_QLIK_LOAD_WH,PM_ODS_XTRNL_INCMING_D +PL_QA_QLIK_PM_TRANS_AVAYA_CTIEMAIL_D=PL_QA,PL_QA_QLIK_PM_TRANS_AVAYA_CTIEMAIL_D,VUcxZVJ4a00=,libertymutual_grm_us_edw.us-east-1,PL_QA_QLIK_LOAD_WH,PM_TRANS_AVAYA_CTIEMAIL_D +PL_QA_QLIK_PM_TRANS_AVAYA_REPO_D=PL_QA,PL_QA_QLIK_PM_TRANS_AVAYA_REPO_D,WVI2N2VlVWQ=,libertymutual_grm_us_edw.us-east-1,PL_QA_QLIK_LOAD_WH,PM_TRANS_AVAYA_REPO_QLIK_CT_D +PL_QA_QLIK_PM_TRANS_CL_AB_D=PL_QA,PL_QA_QLIK_PM_TRANS_CL_AB_D,aXI2WFFjYUQ=,libertymutual_grm_us_edw.us-east-1,PL_QA_QLIK_LOAD_WH,PM_TRANS_CL_AB_QLIK_CT_D +PL_QA_QLIK_PM_TRANS_CL_AB_ALT_D=PL_QA,PL_QA_QLIK_PM_TRANS_CL_AB_D,aXI2WFFjYUQ=,libertymutual_grm_us_edw.us-east-1,PL_QA_QLIK_LOAD_WH,PM_TRANS_CL_AB_QLIK_ALT_CT_D +PL_QA_QLIK_PM_TRANS_CL_CC_PRL_D=PL_QA,PL_QA_QLIK_PM_TRANS_CL_CC_PRL_D,WlE1alpGeXU=,libertymutual_grm_us_edw.us-east-1,PL_QA_QLIK_LOAD_WH,PM_TRANS_CL_CC_PRL_QLIK_CT_D +PL_QA_ALT_QLIK_PM_TRANS_CL_CC_PRL_D=PL_QA,PL_QA_QLIK_PM_TRANS_CL_CC_PRL_D,WlE1alpGeXU=,libertymutual_grm_us_edw.us-east-1,PL_QA_QLIK_LOAD_WH,PM_TRANS_CL_CC_ALT_QLIK_CT_D +PL_QA_QLIK_PM_TRANS_CL_EPALARM_D=PL_QA,PL_QA_QLIK_PM_TRANS_CL_EPALARM_D,YjZTbzFpSVE=,libertymutual_grm_us_edw.us-east-1,PL_QA_QLIK_LOAD_WH,PM_TRANS_CL_EPALARM_QLIK_CT_D +PL_QA_QLIK_PM_TRANS_CL_EPCUST_D=PL_QA,PL_QA_QLIK_PM_TRANS_CL_EPCUST_D,VDZQU0hEeko=,libertymutual_grm_us_edw.us-east-1,PL_QA_QLIK_LOAD_WH,PM_TRANS_CL_EPCUST_QLIK_CT_D +PL_QA_QLIK_PM_TRANS_CL_ICREPO_D=PL_QA,PL_QA_QLIK_PM_TRANS_CL_ICREPO_D,STZUNnFkMVA=,libertymutual_grm_us_edw.us-east-1,PL_QA_QLIK_LOAD_WH,PM_TRANS_CL_ICREPO_QLIK_CT_D +PL_QA_QLIK_PM_TRANS_CL_OAHIST_D=PL_QA,PL_QA_QLIK_PM_TRANS_CL_OAHIST_D,QW1Id0oxQTM=,libertymutual_grm_us_edw.us-east-1,PL_QA_QLIK_LOAD_WH,PM_TRANS_CL_OAHIST_QLIK_CT_D +PL_QA_QLIK_PM_TRANS_CMS_D=PL_QA,PL_QA_QLIK_PM_TRANS_CMS_D,bHFUenNMM1A=,libertymutual_grm_us_edw.us-east-1,PL_QA_QLIK_LOAD_WH,PM_TRANS_CMS_QLIK_CT_D +PL_QA_QLIK_PM_TRANS_CTI_D=PL_QA,PL_QA_QLIK_PM_TRANS_CTI_D,SE5jSVNJSTE=,libertymutual_grm_us_edw.us-east-1,PL_QA_QLIK_LOAD_WH,PM_TRANS_CTI_D +PL_QA_QLIK_PM_TRANS_SALES_COMP_D=PL_QA,PL_QA_QLIK_PM_TRANS_SALES_COMP_D,aER1cDRraVA=,libertymutual_grm_us_edw.us-east-1,PL_QA_QLIK_LOAD_WH,PM_TRANS_SALES_COMP_QLIK_CT_D +PL_QA_QLIK_PM_TRANS_VH_D=PL_QA,PL_QA_QLIK_PM_TRANS_VH_D,S0hxakxhOUQ=,libertymutual_grm_us_edw.us-east-1,PL_QA_QLIK_LOAD_WH,PM_TRANS_VH_QLIK_CT_D +PL_PROD_QLIK_PM_EDW_PSA_D=PL_PROD,PL_PROD_QLIK_PM_EDW_PSA_D,QVE0eEFkaEI=,libertymutual_grm_us_edw.us-east-1,PL_PROD_QLIK_LOAD_WH,PM_EDW_PSA_D +PL_PROD_QLIK_PM_EDW_TRANS_D=PL_PROD,PL_PROD_QLIK_PM_EDW_TRANS_D,bUR4MjV5Ulk=,libertymutual_grm_us_edw.us-east-1,PL_PROD_QLIK_LOAD_WH,PM_EDW_TRANS_QLIK_CT_D +PL_PROD_QLIK_PM_EDW_TRANS_NRT_SD_D=PL_PROD,PL_PROD_QLIK_PM_EDW_TRANS_NRT_SD_D,b1EzZFdTVHg=,libertymutual_grm_us_edw.us-east-1,PL_PROD_QLIK_LOAD_WH,PM_EDW_TRANS_NRT_SD_QLIK_CT_D +PL_PROD_QLIK_PM_ODS_FIN_FINX_D=PL_PROD,PL_PROD_QLIK_PM_ODS_FIN_FINX_D,aERweDNiaVg=,libertymutual_grm_us_edw.us-east-1,PL_PROD_QLIK_LOAD_WH,PM_ODS_FIN_FINX_QLIK_D +PL_PROD_QLIK_PM_ODS_VISION_D=PL_PROD,PL_PROD_QLIK_PM_ODS_VISION_D,U0tsOWpzVEU=,libertymutual_grm_us_edw.us-east-1,PL_PROD_QLIK_LOAD_WH,PM_ODS_VISION_QLIK_D +PL_PROD_QLIK_PM_ODS_VISION_TRANS_D=PL_PROD,PL_PROD_QLIK_PM_ODS_VISION_TRANS_D,aTZmMVB4TU8=,libertymutual_grm_us_edw.us-east-1,PL_PROD_QLIK_LOAD_WH,PM_ODS_VISION_TRANS_QLIK_CT_D +PL_PROD_QLIK_PM_ODS_XTRNL_INCMNG_D=PL_PROD,PL_PROD_QLIK_PM_ODS_XTRNL_INCMNG_D,eDh4RFlPQTc=,libertymutual_grm_us_edw.us-east-1,PL_PROD_QLIK_LOAD_WH,PM_ODS_XTRNL_INCMING_D +PL_PROD_QLIK_PM_TRANS_AVAYA_CTIEMAIL_D=PL_PROD,PL_PROD_QLIK_PM_TRANS_AVAYA_CTIEMAIL_D,cnJacWxMTjE=,libertymutual_grm_us_edw.us-east-1,PL_PROD_QLIK_LOAD_WH,PM_TRANS_AVAYA_CTIEMAIL_D +PL_PROD_QLIK_PM_TRANS_AVAYA_REPO_D=PL_PROD,PL_PROD_QLIK_PM_TRANS_AVAYA_REPO_D,bjdQQWtvcm4=,libertymutual_grm_us_edw.us-east-1,PL_PROD_QLIK_LOAD_WH,PM_TRANS_AVAYA_REPO_QLIK_CT_D +PL_PROD_QLIK_PM_TRANS_CL_AB_D=PL_PROD,PL_PROD_QLIK_PM_TRANS_CL_AB_D,bHc5RmRSTTI=,libertymutual_grm_us_edw.us-east-1,PL_PROD_QLIK_LOAD_WH,PM_TRANS_CL_AB_QLIK_CT_D +PL_PROD_QLIK_PM_TRANS_CL_AB_ALT_D=PL_PROD,PL_PROD_QLIK_PM_TRANS_CL_AB_D,bHc5RmRSTTI=,libertymutual_grm_us_edw.us-east-1,PL_PROD_QLIK_LOAD_WH,PM_TRANS_CL_AB_ALT_QLIK_CT_D +PL_PROD_QLIK_PM_TRANS_CL_CC_PRL_D=PL_PROD,PL_PROD_QLIK_PM_TRANS_CL_CC_PRL_D,YmdDYTRNWE8=,libertymutual_grm_us_edw.us-east-1,PL_PROD_QLIK_LOAD_WH,PM_TRANS_CL_CC_PRL_QLIK_CT_D +PL_PROD_ALT_QLIK_PM_TRANS_CL_CC_PRL_D=PL_PROD,PL_PROD_QLIK_PM_TRANS_CL_CC_PRL_D,YmdDYTRNWE8=,libertymutual_grm_us_edw.us-east-1,PL_PROD_QLIK_LOAD_WH,PM_TRANS_CL_CC_ALT_QLIK_CT_D +PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D=PL_PROD,PL_PROD_QLIK_PM_TRANS_CL_EPALARM_D,cjlDbm12Yjg=,libertymutual_grm_us_edw.us-east-1,PL_PROD_QLIK_LOAD_WH,PM_TRANS_CL_EPALARM_QLIK_CT_D +PL_PROD_QLIK_PM_TRANS_CL_EPCUST_D=PL_PROD,PL_PROD_QLIK_PM_TRANS_CL_EPCUST_D,WjVqTDlySHU=,libertymutual_grm_us_edw.us-east-1,PL_PROD_QLIK_LOAD_WH,PM_TRANS_CL_EPCUST_QLIK_CT_D +PL_PROD_QLIK_PM_TRANS_CL_ICREPO_D=PL_PROD,PL_PROD_QLIK_PM_TRANS_CL_ICREPO_D,TTB6VTNVcGQ=,libertymutual_grm_us_edw.us-east-1,PL_PROD_QLIK_LOAD_WH,PM_TRANS_CL_ICREPO_QLIK_CT_D +PL_PROD_QLIK_PM_TRANS_CL_OAHIST_D=PL_PROD,PL_PROD_QLIK_PM_TRANS_CL_OAHIST_D,Tko5UlZRelc=,libertymutual_grm_us_edw.us-east-1,PL_PROD_QLIK_LOAD_WH,PM_TRANS_CL_OAHIST_QLIK_CT_D +PL_PROD_QLIK_PM_TRANS_CMS_D=PL_PROD,PL_PROD_QLIK_PM_TRANS_CMS_D,Wjd2OE9EaVc=,libertymutual_grm_us_edw.us-east-1,PL_PROD_QLIK_LOAD_WH,PM_TRANS_CMS_QLIK_CT_D +PL_PROD_QLIK_PM_TRANS_CTI_D=PL_PROD,PL_PROD_QLIK_PM_TRANS_CTI_D,RlFsU3N2QzY=,libertymutual_grm_us_edw.us-east-1,PL_PROD_QLIK_LOAD_WH,PM_TRANS_CTI_D +PL_PROD_QLIK_PM_TRANS_SALES_COMP_D=PL_PROD,PL_PROD_QLIK_PM_TRANS_SALES_COMP_D,NnFNYjNydjA=,libertymutual_grm_us_edw.us-east-1,PL_PROD_QLIK_LOAD_WH,PM_TRANS_SALES_COMP_QLIK_CT_D +PL_PROD_QLIK_PM_TRANS_VH_D=PL_PROD,PL_PROD_QLIK_PM_TRANS_VH_D,bzQ3YWVaaEU=,libertymutual_grm_us_edw.us-east-1,PL_PROD_QLIK_LOAD_WH,PM_TRANS_VH_QLIK_CT_D +IT_APP_NONPROD_QLIK=NONPROD_UTILITY,QLIK_U,UWx5Nzl5cW0=,libertymutual_grm_us_edw.us-east-1,PL_DEV_QLIK_LOAD_WH,QLIK_U +IT_APP_PROD_QLIK=PROD_UTILITY,QLIK_U,UWxwNjV5aG0=,libertymutual_grm_us_edw.us-east-1,PL_PROD_QLIK_LOAD_WH,QLIK_U + + +[query_template] +get_data_columns=select column_name from information_schema.columns where table_schema = 'r_impacted_tables.SCHEM' AND table_name = 'r_impacted_tables.TBL' and column_name not in (exclude_list); +get_all_columns=select column_name from information_schema.columns where table_schema = 'r_impacted_tables.SCHEM' AND table_name = 'r_impacted_tables.TBL'; +get_data=SELECT v_column_list FROM sfenv.r_impacted_tables.SCHEM.r_impacted_tables.TBL WHERE ODS_EFF_ROW_DT = 'startdate'; +get_daterange=SELECT v_column_list FROM sfenv.r_impacted_tables.SCHEM.r_impacted_tables.TBL WHERE ODS_EFF_ROW_DT >= 'startdate' AND ODS_EFF_ROW_DT <= 'enddate'; +minus_query=SELECT v_column_list FROM fromsfenv.r_impacted_tables.SCHEM.r_impacted_tables.TBL EXCEPT SELECT v_column_list FROM tosfenv.r_impacted_tables.SCHEM.r_impacted_tables.TBL; +get_fromddl = SELECT get_ddl('TABLE','impacted_schema.impacted_table'); +local_minus_query=SELECT v_column_list FROM fromsfenv.r_impacted_tables.SCHEM.r_impacted_tables.TBL MINUS SELECT v_column_list FROM tosfenv.r_impacted_tables.SCHEM.r_impacted_tables.TBL; +#populate_recoverytable=INSERT INTO recoverytable SELECT v_column_list FROM fromsfenv.r_impacted_tables.SCHEM.r_impacted_tables.TBL A, minustable B WHERE columnlist; +populate_recoverytable=SELECT v_column_list FROM fromsfenv.r_impacted_tables.SCHEM.r_impacted_tables.TBL A, minustable B WHERE columnlist; +populate_minustable = INSERT INTO minustable SELECT * from sourcetable where whereclause; +get_tablelist=select distinct(table_name) from information_schema.columns where table_schema = 'r_impacted_tables.SCHEM'; + +[sync_direction] +FROMENV=PL_PROD_ALT_QLIK_PM_TRANS_CL_CC_PRL_D +TOENV=PL_QA_ALT_QLIK_PM_TRANS_CL_CC_PRL_D +#FROMDB=PL_PROD +#TODB=PL_QA + +[impacted_schema] +#schema=PM_ODS_VISION_QLIK_D +startdate= 2022-04-19 +enddate= 2022-04-19 +use_daterange=1 + +[db2_schemas] + + +[impacted_tables] +#STG_VKX0500T +CC_CLAIMSNAPSHOT \ No newline at end of file diff --git a/work/recovery-ui/recovery/lib/sfconnect/Connecter.py b/work/recovery-ui/recovery/lib/sfconnect/Connecter.py new file mode 100644 index 0000000..8845a74 --- /dev/null +++ b/work/recovery-ui/recovery/lib/sfconnect/Connecter.py @@ -0,0 +1,62 @@ +""" +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +""" + +import sqlite3 + +import psycopg2 +from snowflake import connector + + +class connecter(object): + def __init__(self): + self.cobject = [] + + def connect(self, sfparams): + user = sfparams[1][1].rstrip() + password = sfparams[1][2] + account = sfparams[1][3] + warehouse = sfparams[1][4] + database = sfparams[1][0] + schema = sfparams[1][5] + try: + conn = connector.connect( + user=user, + password=password, + account=account, + warehouse=warehouse, + database=database, + schema=schema, + ) + conn._paramstyle = "qmark" + except Exception as e: + print(f"Unable to connect to schema: {database}.{schema}:") + print(str(e)) + else: + print(f"Connected to {database}.{schema} in warehouse: {warehouse}.") + return (database, schema, conn) + + def open_sqlite(self, dbfile): + utilconn = sqlite3.connect(dbfile) + utilcur = utilconn.cursor() + return (utilconn, utilcur) + + def open_pgsql(self): + try: + conn = psycopg2.connect("dbname='recovery' user='postgres' host='localhost' password='replicate'") + return conn + except: + print(f"Unable to connect to the database") + + def __del__(self): + pass diff --git a/work/recovery-ui/recovery/lib/sfconnect/__init__.py b/work/recovery-ui/recovery/lib/sfconnect/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/work/recovery-ui/recovery/lib/sql/Queries.py b/work/recovery-ui/recovery/lib/sql/Queries.py new file mode 100644 index 0000000..3a362b2 --- /dev/null +++ b/work/recovery-ui/recovery/lib/sql/Queries.py @@ -0,0 +1,89 @@ +""" +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +""" +import configparser +from base64 import b64decode +from encodings import utf_8 + + +class sfquery(object): + def __init__(self): + self.cobject = [] + + def retrieve(self, options): + queries = {} + queries["get_data_columns"] = options["datacolumn_query"] + queries["get_all_columns"] = options["allcolumn_query"] + queries["get_data"] = options["get_data"] + queries["minus_query"] = options["minus_query"] + queries["get_ddl"] = options["get_fromddl"] + queries["get_tablelist"] = options["get_tablelist"] + # queries['local_minus_query'] = options['local_minus_query'] + return queries + + def generate_query( + incoming_query, + schema, + tablename, + start_date, + end_date, + use_daterange, + database_name, + columnlist, + ): + if use_daterange == "0": + outgoing_query = ( + incoming_query.replace("r_impacted_tables.SCHEM", schema) + .replace("r_impacted_tables.TBL", tablename) + .replace("startdate", start_date) + .replace("sfenv", database_name) + .replace("v_column_list", columnlist) + ) + else: + outgoing_query = ( + incoming_query.replace("r_impacted_tables.SCHEM", schema) + .replace("r_impacted_tables.TBL", tablename) + .replace("startdate", start_date) + .replace("enddate", end_date) + .replace("sfenv", database_name) + .replace("v_column_list", columnlist) + ) + return outgoing_query + + def generate_minusquery(object, minustable, data_columns, fromtable, totable): + query = ( + object.replace("minustable", minustable) + .replace("v_column_list", ",".join(data_columns)) + .replace( + "fromsfenv.r_impacted_tables.SCHEM.r_impacted_tables.TBL", fromtable + ) + .replace("tosfenv.r_impacted_tables.SCHEM.r_impacted_tables.TBL", totable) + ) + return query + + def generate_recoveryquery( + object, recovertable, columnlist, fromtable, minustable, whereclause + ): + query = ( + object.replace("recoverytable", recovertable) + .replace("v_column_list", columnlist) + .replace( + "fromsfenv.r_impacted_tables.SCHEM.r_impacted_tables.TBL", fromtable + ) + .replace("minustable", minustable) + .replace("columnlist", whereclause) + ) + return query + + def __del__(self): + pass diff --git a/work/recovery-ui/recovery/lib/sql/__init__.py b/work/recovery-ui/recovery/lib/sql/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/work/recovery-ui/recovery/lib/sql/__pycache__/Queries.cpython-310.pyc b/work/recovery-ui/recovery/lib/sql/__pycache__/Queries.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c92083db80880ed87be0a7b6cb2dc7505b6d5c37 GIT binary patch literal 2709 zcmbVNUy~C>5a0j1*}EK9f>0`0Q>T`uJQAc3DWufnI3!7uTSpT1TTgH4?p}!)PYP!0ebhu33pSusgP{eWy{II?pufFy}Y3<5Huo)!eXR zXqtZ~j#w%fCBu|5PKtd-w(>B7VaC}czc4Q1EG3ugm&hk5urXt8)V}n`*^msvF-fz6 z3KxMn-Y5uZ+x8)cprD1zEQUK{f>Gd`z<5vJ?pm z-`_8a{CcA?8jb3q^01!qej_RU7mYj3?VVP8=OTFN`}fj>2|+k}Jd8OUt~(}S4n9O- z7d%VC5y?0S`|3(cdO&_?wr*__ z2GBqR*pr;2@8DpJurXTq+YEtSgoN~fiF1*&DDK4(oG9%N!#*SZ?11qU4nlIq2eH7w z32=@2Nj!*)uu$`(STDlxC*+dWs_C-Qy?TYRD5DG}_OR#$*COOCH%Oc^18)GqG{`)y zV_+6O(>f+KsRg4|=3K|7F7;sU&9|UUCbEh|fyI(w z6(F=VlY1~oH_KHLNf&(q=oGi?FjCUv4C;m*uyZgI>(E*H>e6Q!N1)C{BUC+aXbtZ; z1!@k&)Ta6)gP)&j&ov70zA#`kr-mA>si{VL>Zs9~x-X2U-qdSD%KV4CJGK68U(IVt z{nF$d51<0W2rhsU3sG-x-`@Fg^7cu_-pxC*B8rd~5EdqF(PQa>tRBqZ4-iJ_vXmkl zlGf!cParXCmCjn6!UYK>JBx@T;PxGavZC-$!vT}N(u@&j(gP(WRfYRjQ5>qDb*h*U z-4NEwJ!Lwe;m%q%Ec)5P#Oo1T>$8+`P+oel0gwvuvj4HIX7CGOSy~SP#+oCY^7`Q);o>SHzbLc{dZwI} zZjqIQt?Kr5+)poHQwLNsUxPwbG`_K>8@i<%e|x3^`@IujAMJ_|;dyg`Sk%uYm>fqO z&@StztQ%`l2R2~tOdW-Jr#inVk6`B?gD!Pq{sB_wp{u#P27_FkiI>uf{pnmUTKa&1z3!451e7H~@GJ1tTVUyvQ*)a$UaMBYM+3_(2&5kbgNzOnq*ntdr7$Tu zdi%2n$8w9m>(k)9{Nm=sXR|&h%Ei3*O4=n&Q_|8{p~{j<1xgFt}PM)V<&)%vGq={x=zw-i^}#uMjKs>ROst#jE>_`41I8 B>Zbqz literal 0 HcmV?d00001 diff --git a/work/recovery-ui/recovery/lib/sql/__pycache__/__init__.cpython-310.pyc b/work/recovery-ui/recovery/lib/sql/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ad8c11f5d93f36376409f768fe0d8ab453f7d89b GIT binary patch literal 152 zcmd1j<>g`k0=@3+WDxxrL?8o3AjbiSi&=m~3PUi1CZpd= 'startdate' AND ODS_EFF_ROW_DT <= 'enddate';"; +INSERT INTO settings (keyname,valuename) VALUES ("minus_query","SELECT v_column_list FROM fromsfenv.r_impacted_tables.SCHEM.r_impacted_tables.TBL EXCEPT SELECT v_column_list FROM tosfenv.r_impacted_tables.SCHEM.r_impacted_tables.TBL;"; +INSERT INTO settings (keyname,valuename) VALUES ("get_fromddl","SELECT get_ddl('TABLE','impacted_schema.impacted_table');"; +INSERT INTO settings (keyname,valuename) VALUES ("local_minus_query","SELECT v_column_list FROM fromsfenv.r_impacted_tables.SCHEM.r_impacted_tables.TBL MINUS SELECT v_column_list FROM tosfenv.r_impacted_tables.SCHEM.r_impacted_tables.TBL;"; +INSERT INTO settings (keyname,valuename) VALUES ("populate_recoverytable","SELECT v_column_list FROM fromsfenv.r_impacted_tables.SCHEM.r_impacted_tables.TBL A, minustable B WHERE columnlist;"; +INSERT INTO settings (keyname,valuename) VALUES ("populate_minustable","INSERT INTO minustable SELECT * from sourcetable where whereclause;"; + +INSERT INTO sync_params (keyname,valuename) VALUES ('FROMENV','PL_PROD_QLIK_PM_TRANS_SALES_COMP_D'); +INSERT INTO sync_params (keyname,valuename) VALUES ('TOENV','PL_QA_QLIK_PM_TRANS_SALES_COMP_D'); +INSERT INTO sync_params (keyname,valuename) VALUES ('startdate','2022-04-09'); +INSERT INTO sync_params (keyname,valuename) VALUES ('enddate','2022-04-09'); +INSERT INTO sync_params (keyname,valuename) VALUES ('use_daterange','1'); diff --git a/work/recovery-ui/recovery/manage.py b/work/recovery-ui/recovery/manage.py new file mode 100644 index 0000000..1664015 --- /dev/null +++ b/work/recovery-ui/recovery/manage.py @@ -0,0 +1,28 @@ +#!/usr/bin/python3 +""" +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +""" +from main import Excluded_columns, Queries, Sync_params, Targets, app, db, Settings + + +@app.shell_context_processor +def make_shell_context(): + return dict( + app=app, + db=db, + Settings=Settings, + Excluded_columns=Excluded_columns, + Queries=Queries, + Sync_params=Sync_params, + Targets=Targets, + ) diff --git a/work/recovery-ui/recovery/static/fonts/FontAwesome.otf b/work/recovery-ui/recovery/static/fonts/FontAwesome.otf new file mode 100644 index 0000000000000000000000000000000000000000..3ed7f8b48ad9bfab52eb03822fefcd6b77d2e680 GIT binary patch literal 109688 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%0D}#zSrRb8FuaocFSDv)#ldj3 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 literal 0 HcmV?d00001 diff --git a/work/recovery-ui/recovery/static/fonts/fontawesome-webfont.svg b/work/recovery-ui/recovery/static/fonts/fontawesome-webfont.svg new file mode 100644 index 0000000..d05688e --- /dev/null +++ b/work/recovery-ui/recovery/static/fonts/fontawesome-webfont.svg @@ -0,0 +1,655 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/work/recovery-ui/recovery/static/fonts/fontawesome-webfont.ttf b/work/recovery-ui/recovery/static/fonts/fontawesome-webfont.ttf new file mode 100644 index 0000000000000000000000000000000000000000..26dea7951a73079223b50653c455c5adf46a4648 GIT binary patch literal 142072 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 +|+&Vdls@0SAya!8#E9iVniRwHu0GY;H*n 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�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%0D0!#Bo^>xe$Z4SmykflG_VnkLvLv4@e#4_y4Q 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�>=olG4!T4BYNCc4f{&*Kgc`m= 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 literal 0 HcmV?d00001 diff --git a/work/recovery-ui/recovery/static/images/blog-1.jpg b/work/recovery-ui/recovery/static/images/blog-1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c27bd2b9c7a6ed69c09e2d882e1b04702884713f GIT binary patch literal 65861 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 KxuA literal 0 HcmV?d00001 diff --git a/work/recovery-ui/recovery/static/images/blog-2.jpg b/work/recovery-ui/recovery/static/images/blog-2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aaff4d40885b23e9dbdda145013d264bad4b230e GIT binary patch literal 72836 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�S$V$hDjJ$_Nrca3 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 SVB_l3$D0%Qvn;>-p7?)EDZjG- literal 0 HcmV?d00001 diff --git a/work/recovery-ui/recovery/static/images/carousel-3.jpg b/work/recovery-ui/recovery/static/images/carousel-3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..665fd3a6bc0538af27cad41047470e028862a6fb GIT binary patch literal 52348 zcma&NdpuNK)BwC^%rM5K!4Ogn1~a0Fghvdaai4}k$|aJNaaWOQh(Z(^ayR5IiCju5 zmB^*YCDo)0eo4E_F8+bwbx#I@3q!B{=E3}4&W@!EzAJ| z0RRI21An+62JoX$0%!ptetscQECwqoCJI4JN`ePcV#2HN@9po8|MwLkASfsyETJGF zp@4^7@w|&D{%;qt|33`=JOE-CK7e-QLx=&S7=lj>@uwBY0lwEcUywDM00U#pJ zNsrRT090$gjPaAP#Zz`DES+9rU(%}`ZI2bx&Hy<+iH>jnfd0_q?n;j(8Q&|09WP7{ z@2x1c>0fWpypZjmAWdu2)^3pn2viNmSHlK?Y?(cazm3j~b>WJwJ8jDl1>(IrL=EX! zz0oz56Ti>fWiI-i+2!t{Us+jEQPF5yRx;V-jqhYO&^o1CJOB{np!#qi3rJAfUI#7S z-F}`WuY_tX4KrcNBl-IfEKJVVgfC0(LCg8w1>AdA$-{$#36A~!$GMcz}46^}{H%rKjvX%nd4#7iDXD+5J4`^g>07wxjm_MYCy za2;ecRa8JelMRzeP0ZSi36C}rVPGv+2V$}g;h<(WEM?Q8DIi&y4r7XxxqKb>~tak?Gmz%8|DDrn%AytHAzK!f`%5vYO(@|qoBTrc zz5Jwg_;4+lFVjm$_PXGBdGi)fhOT#~JQ<86=IIW^AwsLoi- zjM(k&RxvXLjh)+QrthE4Y~U8uX8ZB$^dm|{owE=i+Br)?0 n(ZC4;q3$ojZ}NF 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 XdJ(qkm@#3#>zi?F;r)O6{+s(h&#lZ6 literal 0 HcmV?d00001 diff --git a/work/recovery-ui/recovery/static/images/creative-agency-website-template.jpg b/work/recovery-ui/recovery/static/images/creative-agency-website-template.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dad349e02ff3eae786e235874cb517cae18ffead GIT binary patch literal 85586 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

4sxq*9 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 z zp7@yw=<=N=pZ#?i&sa|`zem7TWUhlE=d?pJ+oaLoG%{?L@Upfx)wp$~(s;V2p{Mev zWUaD!L->zB#F^gfwV8YvqkKiVldv zh~~J%eO%Wz@LS>y#1z)$Vn^O@nEE2J9l_QQ+KN;_-7qQQkG(*Q((Ab zR4h=d4yas|G8pZ?uSN)UqA%X3m;$$REd>0X{U}D8kI?3nl%}n9n@=wVL_@06c=hts zQDmp6?7;Uagv^r@lxRA?=UOZdoF4Z}dAS!}Nm&%W zB?=QvwfAAQ28sYtVe37=Q{baN-fI?I_=ZB$W_T`E8MGyWcHp6Ja*94Q6rl9Y$&7~5 zUDo~aLD1S>ebIjj(Fn343`rSkIPg;#rZfCFekb-&iMmrxCBqcfwZYCYVM<-LsyU)H zwh5g?kl@`$cdU-kzbyX%{Uw_z8(aDUhxU68j1e+6pW8Wz8)?Sj^;3k#fwfO4V;tV( zEFlg7YX-A^;1!dW!)x}CI05xtArxW5APs!mu!YoHz@n}uA$<6q0nlXgAS2oMb zahFD88DTLz6iZZ;H+U?V{{V>!UEi@z)n;lpVE8Pba>^oVhVKQzLw=$b)PC?y4VI6l z^cxsGgW_re6joSv)h2-_eE6dP;dkwtG(pi}3>-gssCxiT8IJVs%4&CLqqrv%u@Y}7 zvGQU60C3Db;43cB!?{TM*j15LLF;0msZwqV$U%bh;%*#Mp&OeF&$_=n)}c7G>jg2+ z87Gi}=9T39eI>65Lbl#2Q4)(N>s20#_-F zQ}f#A4$m>kyihrgX^~xu)CchOMPn#s`1+z}Wi;$SZEuop^jhnRmZ8inG_#7b`{kIv zFuAmq^T171=_%_|3uyH;94<7^P^6m^sQm|VySS<;>QzP=*FPmOL$B+tNQ&z739&`p z6Xok#nlJ0cuIBYepB1BeY^e%*de6E$GrwIBI;f1V2xjGSdOzJg5_amH*04JkNy)XCkPEq1(ro|(QSu+uwUGx<#NvZL=t>i4xE!7cd!?jfER{6={wwX*HDY zzErDcaVjI8Aw_HMY(df52+}guNzrm#xrqqYM-7a;+1QyItk?Ld8;Y~=_*Xn{^H+a%>Yi1lf1aZds#drDnm7b>X%o!am`MwlSZJZxiMDb^jwQvc`H_c$NfU_u%|$4 z%UyK+Y)!Og*NJf%vK)#Tk%9!yqT_4iER^R|!+i9waV_aTallrAMabqp?FshI*1Pco zJ2t0lSkc7@u{2#2+dOU@8z8>(1X`UUG-L6NZ*TjXOXQ)wrfnrZD*pfqIR5}i(0|Cy zX#q=Krk|6CkRmXN-znlJ^;s+35z%4@g^wheT`*b?L~KGV`c0SaqrO@^nW+7g59O?> z-{s4`S&qaBzT%$KeC-d}43{r!O-7N#4RfF)5Q~HudPZ}YrX*jfa(`kMedWf1k0pYB z@T)QCsBOx~d{(zfz)Ex3!9>bma~gZ_97?q6xyQvBYXiX%voYR}Wi)C|?G$$>4an?6 zkAg9>LLucAK_dt4GU&VF#}w#M!E4xLLJnv|6J!-+QMsL!zxZ%y-L5yE$}ZlcIA19# zW+R_9X@*{|C_T7PjYrkV=W3p5bBAY`?g_k8N+&SPQ-X)tDZ7yTo&hs@?^2y;sEpK+ zcf4k-zU9g4#WE1yd;*)VQWz`Mwjwc8LoidsCcWJuqV3{`zV$3K3s)L?;;5@atiKv; zJM|RIm`uWnGqeF$H2j3|2Q<^*9Jta)^Et@~X&ReYO{O zgEZW95Cd9>cLZ4sT8$8r(Z{6YgH~GCx@ORs8;s?-F~W1Zg6~id##3B+!@*m@$g(3r zAxo1FXV1SK>X6zty0YPlEru`ooqtV8v~-OEpIVdSQlW436P(c5Z}Fm(cEb$iAx_JT z`faR=g{NfNHmtX*Dh;TW@z8H)E@Nj7zxPA9+>_OwU3 zp^dtiut;$4&NrZ@SSF2t0_6qDZlaiyxi@RanhF#B>UkXTLH_^^{t6#qz8T#LAe$Z} zM#Dllg$p8r+YMm>qEwI*GCL;KB_v<*gwhqZ(Z|tNpavK~Qu=R|^HX7Ep@5Y8jtDvV zINP^%Y4chvbU3YWHed6RxQSw)mgOB7EiRV5Ly3@2%OYt+eW#u^klk=lp~RdrU1T)3 zMxcQwiiuFUhgyROT87M|7QFmK+B!|4wOI@sMIhc$gI7p-JA{gxP1nwZZw8?Vu;y7g z!~+kEe_Xey><308tHe@A9qExDSB925wA};YHNiRK`?!pE*TpgWB%_~!K%gK)xTy9) zZ0rl?h~kQW1zv%_>W9P;a}APj)OUp=V2z;%$XeMzHxDyZVw=#&p&!Fxo3@{z@lD>H z6AMVU3kajUquEnV?G?c}ONySthheGjclU&qMLX3KU_z_jWCx$sGbU$HRO>xs#HSB= zz$z-r@-3inkl|Gh2^LPIHkAS27n+90_^`6gTPE<)MRU*43do{4<~i%*`&WG2^uuPZAg=wUD_+8WVy!JW8}(Jy(wFl@vBG z7gV^*P`%rP>Tp3q_+39+Gq~$(hj>trz~2sIVVCFMmFm(TWkNG^r1-l4s~NnVBl&fvhnWLOjy|TM<)WG=0BSoPr zAZ=--X?5x>7*e+O(tY(zV}zX8Z3RDURt(WI0BYY2s(2jMi5rpR%$tewPA$6x-RQjI zHEw#sDcjNPls1&^(O;E6g5JB-Jc}okSn&f`WN6QN(HFQ5sNz)F(-m(0Ty9pbI=q&w z-}OAElbDD7PvdZ3hT!erMGcFUFpzBaT+T;$aB{ahXxuiJD zP`|l08)(5TLNzM6qg+C%+tLBoB2Ef zZeuLP0jOrO&YS!(K1!pQW~54`LWSCvd2G!k7a@Jb+h_F;HHw%Crwfl9(tll>qQ-)L|+*~R(?+cbL z9GtJ8uH_NAEbP70bG7Q1(=${dw9CC%IMdBP?0mbZbX|*14j#0H7a^1lEC{%a9NlAO z;_TH^+M4mvKE6s1VSYe_NiN6lw(M>Q9I7rVLT^# zEPqY3KSQ+_Y))ftkZP0NWgLz?K-S*ZK9$657}pg%4bt*AcQ49U0G-+?yOa52ZYTI{ zzlpiNI~1ZDFon!*+MYwbao5GRBWbxv-7*N_8 z1gmeNXRd;q)=wR+GA=O8>CzfIWoe^4Ib330t6aQRQa{aKl&Fve@Lw_6iKX&VTTwl$m5%OKE(QG&wXDSIE}C{n_G#q65_C?n#!dGI z-j?O8m2BKRs(x#giFq_0u-2`<{L;x|IfLDuKhkCupR^&*3vlV)!$bKwU4w?P<}fL-+eSi}dD$+G_ahb9pF@HpQyZRI`Nw}Y zYQrd6XD#^m^A7W!y`El3O`lTY4!6}H?XvRsRSTIXnPAooH4IO%sp2PdJNFUv3aQ{DS13>)BQ;uqXv#B>PaBM6`H-y#kDQf@P(>p3ekmAZGY zv)lfBG5*&mfb~mA@GC8q{{VyfQ=qf>IX;6tUU;97<_K>(2AWuEp3S%*Be1lZwCmL7 zI8ozK2IV%NTGo|4V5HlzMl3qnpc|@X>bbN;+;l+JZlZ&czxabm{ijvK^3l8z-SPh1~9nO_nHm`S}?`3 zCRAwI6!}IplML2l62pAJtcr~OtTxTtg?r7zSzmi-vgyR<1BrKTrni- zV{tzriCmxX@@AbFW5yxt9i0(?MXxv9oZNnwcZA*YL9zb;ffj9XzDDNIVL1|nNO45n ze6Hd(ZC2sKkp_leFh;-mR_zhRKPZW%U`&(i6LNHC^qxs7XB)n|kcEI1KQ(KsfZ6pp z^Jk8~T9C+Nx?*#4y3Y4Qj?edFo@X@F&a~f(nYlhAVZe_uiWxh4Qk%}VVs{IInv1eS z<(v(f>73@4dLa>%BJr&VknVPKyytH0;c!jff+ZdKxMm2QPYJWsxQ_(hDZEp-W^h9@ zS_n6->WaC8P3mn%b5or`2y9bVtJWEzWtTUi{l^{#xwk7m@XpOdD(8qX0)5p(Y6ohK z5=GV=8zFfn-~!0zB{*&}H}pxb?^GEG*^88DQu{q9r-&i5+H=n^dwM{oZQ~uHf%NQX$&lk+^^xc#9I?^y%7hW2fQP2HJ_)DTxM_G^qtP5{_((i5!@TXE7GRGrco zW88^#-n~&oq}^=DeNLoZIh=iJ38op5ZO2i*ed-QY*;^o68l7{v6Hty}+6orQ_^NA9 zhRWp;1(ER2tai(yJd{?5Cn(FZkVBsSiv_?ob1!vmILHF&U==W0ijh)OO>3zUhP$_Ez%VmbJ_cf8Cs5lCtaE z-Vm4qWP*G9kWy;l$QYRsCy?b2IsYWk1YZ4rg#r+*6{D;Wt7U_(nV2bdG&( zQZo#7T2{YTgvgVaAr>}ZPICI;HD|x*nf7!Empt2c;n5sTcq-{TQ1d=Zl!$BVxM~=y zEu%hXe$AQX%$GW8uGD6Of@#2C<(@hC^OMZkm>y*_R*R5`bX{@V`{#D^otv|SHzsB% z??G@}6I0u?6%VuKzc-R^6wg?vBg}Iz0IWh3nASd-r8Pw-1T;@_WG06;vopG$d5PJW zW|}ZvaSF@-0ErJl+%7yql54db;xqa!B73?%XdL!+sTjEVss7v0A31XU;Gs4F+aQ#^}Rk@K8nx8tr2bmnj<2QfY1IjeqftBfp>~_OZHK>7Z|e99glh2dLwG(Be=wNv+EM4 zo=Z?$6x+l1T!jOfDYsF;w`1ia@o!wCEF(p07o&8d{ae0PB+pbmk2+5u0+JasC`}Bia{t-I~&C zwSkzCb7W5Jd{hGyrC?9X&t^+oQgJx^UT>{*@fc8{KLVI6oMDn7C?w^)$!a$5qE@{grz2?oi>2 zgq6RH{E8V=F{Hyj7a8vf@S}7ZNfOt42-s&Lt=^^-irA>6wka%|?+$D@R_0vuAxeNw z(;yRm&t_1^$9&}0n_Ft;=z}YPGeN`Uf{{ee}>cUGp+ACU|zmi=BJpDtd%6(qbGHjwBO|6 zi&W^??CG=moA95JqMH=L5g~sT7?_qL5yJExb*uONQ<=3GM)7yh@4LBr?%o&OVjsZD zDLqH4^QRQv*jY#OR|2>vZwoGqsuTWtK77YzQ5kA2ELs;2cx`qERm!Nj-o0FFg_*IC|ED+i^sES=qZdOx%X_ z5eeDGXYNct6PM=lLvc*?ih3xZob6Ln&oHN{N-&<^p}k5A_Xl`QX#xs|l@6P9UF3V{ zutJJbS6`m>q0((Z`KHChitoqfw;{4)F%Gzic_7Bz&*n(tgb~yQJPwHZlN31yggMI zjlZll{9|sgr|V;a$+DMponm|LJ_{)RV&G9u{HrVY?6bYoKOvp4{o^Fj4WXs24d5u= z;HEE4-!i!@8=1{#@SuJhcy!&x-U^CZ{kuWL5$B!xqB~O^;84s5GJeWoRejm!hoki3 zrSTl>+;fD*J*sGwfvoSz66hAlzmag#yw!s#TF)6clmr{>h!0 zeEHJM*zD;y!w`5W{{VLocWnA21l@ZNlKf5w)+*jTZ?7E8%OF<8?f0A3Vc&+QNTy|Z zF|`UPm_8uw28U{MI?bzdJ+qXg@10ZHc8&+=pUMe186Fh*=aHyZnNX{G-lnE8&1hVX zMU}c)CQwCv$K2SRlhJ<39220$zEVC!c&CW1wE^?BVqcZvrt_?C3LIEsO>;zstR=wA zFTX<{kCF=fQ1Rmo=?#{U4smd3lV)xg*%P>I3P$Z}M)08hlzI@NIrH#rz7kw`^J&bI zrOLURl;r10oyTK_BmPjzVNt@78H-NcZ8x>p?^aQ6I4)J6#%LTs!(+7`2L)yzkTjox z@+;S`s3TFI&bv0<`D0BAnA-_|H(>dI z(uTC2WScxplTFGaJ?0e*V`tcw zPeiJ8;n#TA`BcsLs%bITk1@Gu-J9+iQ>BwdG$!UhUdBG>YBF}T=#X3=V*4h0?!+jN z@D4ex;g0XwJ|MZ$KP>xIC|0K{F5VMeo~lW|Wo3^1W{E*@Jt6)HC#>J@^^FZnNBE8C z`LOIiBAt;xpzvJKZ)=B5yPPX591gWnHkuKvTtV1H6kM14x!Q(xvDI&PMD9gT5$omb zHXPMeRQ3C+uOB2bteG{!#KMpK#lYrw1(fWG55(qd7-Da6kWlg$ z2|62p=jVQH%54DeyN{9$bF>Bn%;KAnH0VGUo!WQ)t(SglJkjjt6JPHDb2N-IMkI9| zn{t`QJw3FY(RB`Zdya6K#R0S+iaCz_?%bF$4{|-CzbR1tVxEdQp~Dw|N#l2d9LZv& zRK^K|8TcX1lKCp2D_qAUcS;$ih4q%&D!ZLAE?D#p2|>SUYUf6v)WU!K!w z0B>&(7n{qS6yzhf%2zZ&O5P+O-h5803BK2-EnR zaEdnJ6KtJ|ftJI(JX_pBZNHqI-iX$q{h-mM0oEPacSpJZ0INMY(+FpldFHk>@^}9L z79O$hH&fe&zKKlAa$+9}Ae&CHZca~@UqZCkRL*Lgv1HE#L={MAn zaK%U<(RB2;3^$YVQ8K8PLuq%=aWVQQ+wm?3*cVn2f(}rwwgzs5!Xvs;1oZ=W-G2k;OVg+&|(s`o)*6Zu2E(bHX zCS+p!PKbX?d+Jj%NIfWqTeZ7z6->$C^dW!;*LgK6sqJ>~gP7x`=&K<@$Xaxwn{Mom zh~nv<8K;LhdrnFv81sIkhXZzTu{e9qX!YHgH(hzt=1hm} zUP$(e{G~(SpS>K#+Jc$KH04!tC0c1#g;k~iS?A1{U-bN?-}d=Ir^6EF zyI_Ao+iaC&-V~F$7XJXfX$)hqjPk8 zluxuDfAHDj^WZ!4x-0GrNZqC1dZLc;R9u?sYR+>odaz505dM(L;JV<(#9KZbyHTJIdfw3V!raPS)u+*9_BA zD&@UN*DAP42rzHF`E&QH(JJ7o5h>X@BFsy-kE&+mcPkAtpr0@SeAeUprjL040AZ5Z z>^Adjo~nMoZKZ$`AK!bGwB;a#oGzr_E2BBkWH$VF<9yp3^W@t2M-G zDnv@9IQ(tRJ-OxVL@{_2Rn4hLX9Wj~u~7K)8NV}8<{ZOvBWgR!;F?pBMKoh+4ATy( zzKdGqqfBp3b9zJ9$xPqR63snjZ(FknjlHI6uWjCnAnH@r27MJGj^z!wROg>Cb7k!7 z%%X7Ghc;Q5;$;pdgZFh^`CaC>t1h`kgDJ#>IYw~Ry|W8{GiNXn?1oNy8AvSS(qZ61 z9CNhb6x1i4v=$%sjL&CUGn&o=P2K}ECpQMGL0EFg+6PIm6vkvo4YXXFguoL!F`oq; z!sh_q@)rJVvrpI_bkK~-i<~u&sKIiKGY$ZSFO8^`FKIoApJ+lF5dgL|J6`8_=9fAI zO`ozk+uB70PHrfpm?Dn%E(xfjj^z!z&z5`C-svuy)}52FvOOC3{W*trX{jso497D= zgv*T+;hvKnUk|2fB93P}RTkSS9^?IxGr!mwW9(tYanlWxw~Z6vrny$(LZU+#2cKcb zn@(&TrN7-huI@GYDYv3(HyVt>4rmS41*7CMWbkm4pWxpt(8m7&74Vfc4=9c+lg-RK z#hGxtZCsZ|7{e3VK1r|}*N8q-JlS(8&php!zU=;lPLBOtQSG%goK)7_(&kT_y*3f+(V)zhNGEsH&w!a4SF- zl?~=a(;|GsoFamjtlQN>w=Rv!D7x63vr}3!%|KOea*|JQ6QQ_QS z%36rgBjuTl_hC2ZGntLqnpcHsm-@YOfXXG-N1n~ACueEi4gSwtl*I_SSa(c0v-3x1 zv>B{o$9UB^Ht2*j?!V_O)#e6^%7qWzqB;KnFh_C-jKvgl1pUDu%(y0QMHEv`r)R2~ zl#!IthY<8lJ#FTbpKfEA48 zw2C7nAvdKt4k`oSi8auGcGnJ(-g8k_-ciQ`SoSCeCT6pX7kMA5kVZq z6mvB@vX2yZCT>ne6k0F5aIR?%VL;*={{R{Gp`5F^k_zn89_daP;EjV0QE6n><>Che8~ARG<+*V@}HqWO9l^`E%;O58=}H+?$RCyHc);kcK|a$cdS(N7K%+Z zqoQA>{X9I>XJcwz)b{6@W37jn^G@H)q9My?I=;dfJ!!YReL{y1TZ!)H7ki;Ie=zVx z1alN~1QWL-#U06;laWP9Na4*gO@6v}S1`^u=HHr`&S5=C^1-N*X)vZuOx5|NEbKhm zj^reBQ`!e>uhl;yh-O*~I3AC2PGP(mXO?e;Z1ylB`>|MlVK|2Z2BaM0Qf8gnKEU&* z&B@<7J=Pt$+CDNo*!pM2~8fMB*`Hsy9;wR#U?8IzCBZE_DT6fMv%&6bY zcaJij%<~%IeAFDG7eYKRe=wuDvi8!}xj}q4G^i~dCuxn`=Q%Tea-G2x6SEXiLo@p* z@kerJWfW1}nfuV@5}Nyfa;12x)0#6J!kLC>u?Clnips4teg=lg4VG#46MA=k2-m* zp}*!k#(v6t%JZ^(k-a!TmvOnh)jZju?VYu!eaIXJs76c4_;-A1u-+OFN~#T%;xziSHhCE2?|P)nncdjEa}8Ii;NLSIG>{f4uJn zWpEtBo0He$%&uvHdY&H8okKJ+?}s&uNp!H6|Dbc+v7vqWmYk(0HjGd7%@5aQUpDd{gfL=72r`i#V%JR>P{(zZ^wTeD>Go7H&wd8WKd-b~^@E5G$O=B8^!T5_f8MN+)kXMo|1CLTEWBh8WK zP1m1kVE+Jj5#zp29x0GV_m8gT{^b+3A7Aq{&5v@6v^4yNXb0d4uS04Q)=wY!Q&8gj z>^~#)Di0z=*a(Q+XMFa8F+rmbUoT}*ku#fCy|; zofeL1lnL%aXvr8Z#s`%ALKD?L>=M;>&Bs>E#3+5X_=OT41>ae!^QW5Wdhk*_=m-3; zJX2xqpRl5yuV-#X#n!N%sogz`DTS&dPk5J-2i?2Y)K#FI-*zvEnhy7&x6FBFf<6z~ zO*Eqo^qt31`W0k~;-JL$Tt|5Ng+F6IVr8iF-q&9G53b28Ch%p>pS5dv=5GFDw`K_D zJlFOLJCnC2c2Uf8IlOzTnut#{vp9{4jw-3K~=qg*Ko7aFzsm z3TTZ=K2No;A2y#Q3EJWK6Pg<~D-PlGR&YYq#$gb{FesvYC9dv2zq79}^EhUwHLrFd zTEZoGew1HuEVR3K3>SpLTv2K;^mbyCjq0A zbj~E}alDj$hRoAjRdd6J`GO~0FDcF!6YMCYaZ=Un#&->fFx?fUym~{yL2jlWnalua zGN;puFAf$@REm9g%{1RT<#_L0jCr-MJttfZ+z0%l8O{xYDogIyL$?Vixig7|TnHAf zI*2$-;Ca>dr1OB*WSb0N6vs)G9)B)$mcp*~Z#_~(yf4f*j$z%HBCc0+ZEr+`Wh4tj zXeEj+HfP0Puvd=n-AZD+5uV?sV5yux7Q4qd8KiR_Z4@{}%Jbwr{fOQZf@_=B0Cz4) zfO2HY&>E_1aXQH7%}>}@G$)$r1(Zax0U!y0F*)n(cB!pLGjetbNJ@W2HZjC2F9aRD z`Q|(Mv*!+EIOC|`Q%_XGr+McHPl)$1w=|MK)gWjkm>+BhvKB9$JX2n8BQapQ@w@i+ zQ&i^7O%1i4`uw@lR|RlKpCFuy)jFax9PTr`pWB?~V=oS6bMMVPS>&H9o1@)-&T5{( zYoFIOgdjlxLCNOE%l*f6=s&O&4#W@j(?g!!4a9tLB(B(j; zuVq})=F;@(Tn-zv9&a4Q8`Z^JRmEIaM5)N5LT0)MN)^FRlf8coBcK;RBQ}5#b~ES5 zTx;u(IA%HR8-;tSoa2d~eSL^KP~M*q&V5-KR|}+epX?_*HjyC-wrP&He7V*3Q-b?GOPb=`9Iid;;;ug> zaaR?J{gyq*)b}Gra=Bct&4R&Tuvjb>3h;|H^FIxwts)!qT5c!givw>Go;~P?UMb|K z%#xC--Q)PMhj}oD`e?0Oml=X@*5q&wy3- zZWxh8_{;~^wKz^K`K=2s8|CsUQCeH;UT1IiB_C&cyeq8U4`%qVMHzJZ$K7tx-GY;^7mu&@ftE)aN1!%) z+*O9$sb6J1UdDdje$rmd4W8UPP2-*`>XjO(6@Y=tI)N~u%x()7K2KOgf5(1P~ zb%USr9@g>ly=dBg;pSwtAiIhBO$S)8=7}2jONX-M4b88vD81b$RQn)QGqE|?TsTwN zTZy9p8l8I^=5RtBF=dSs0UV5`MAKO}!-9hW*qDE_k zIB>5n#F{m&?Oi*RH;0Kl6D&X!4t@gJ=!@wz)07J~fGrcOj+LV;hyMVLpR+vKs(T=+ zpIsY9K^RA?QOEa9&Ut}36j%Sm04ERu00II60R#g90RaI40000101+WEK~Z6GfswJH z!SE2#;qf5<+5iXv0RRC%5Z?CAYHkkW$D}n%Msy%{j^n%fR zn5zC`%HqJ6TojhRSxGAa;1K+YcvcO1;8&pFmeYa)u8E`1Fcn<0En~PLmevkBThP>2 zHnin_^n+3ziE!7i6{|{@SJP$qkCgqpo1P-Xdi_c)Kc;2Xh<)eV1Sg0pt_BDlud=b6 zcv)#5PsA3^;ore*G71e9Gy|D$1Q?<#m;xz{H7G8TV2SutQr@(%;BKwpzo=@iSLKHT zy4>6sDA}+NX}GvC=>V_>I+&g6SKcmW%$JN5qP8yIq>J(OFNX0Ks3I-3S6-1WK`+s4 z(g!sJLW;~6dY7txjlE)D8&LZ z!o>L3G|qgW!Yg1@x<>BkLR8=_JLzV^$t|l(F1Uh1!e;Ts!7wNUusaTkM*(L62>Q$7 z%;0$-;Lk@4>MnTv3OtHA0_7wx_LRqdguJV`OcVobS(al&CN0oknh`sO{3` z!?*^$dnjUhvqRJM0Qy<{Lz&`Lr_1g;Z$Grj`_FW+-=i0m-2O*${{SpF{GhOLAC>zF zkA6O*pzt!bo@WMGP+*4_(p^r+>Kt#0h#eV9PGk@=LoruM#%s87e>Vl5$wa89Nnht> z?Tj$d5Z*HfG1s#Nu;GJqk3wdiA8=Q!Lzr@&8FG*1^9LW>f?D`dAF-)UCGorsgTx$y zn1-D09}3svDi1^$;gaRJfHpp1{w`&o10(A(0&d=>b2-g0EeV2pjz@x6PArvOYUSGC zy)_7{EvJ<)VvIcvV07$T)tD4FpVBIur_|eBF@v6}DJgoyW)qL8R5o+Y0@aA;Y|~?vYH_ zP{Lg+Fdq<7uYakAdcL5|S%0CQ)X0Xl`!3`S!0PPMXps%!h zkXZGahpdB|bwL7>#&@5wASP*`j@sG*;4KZh(%sFi?04ZQ!OY)qO0l7gmPR#7-3*?R zH(%o^xcZ5q^d<}jnTa<@l{vDrP|gF=Ra4DZv>UORhJGc-Izv>bzCXyY*~~-$R<%kb}McG1=w7%UWMoZezO3o@aKNlqKNf)?Ab>y7K^)D(9RW;xTVjD>b4y zVsK)@HaHk52W}M%RLeVDVP3w$$kq=aAVS(GMs6meAk=+F?;=Takr&$NRsaJDV`fLh zG(QITo_Oc`!GaGxNJZdlnt$)DN?*9^$mgH4HxlnWY(0(_&;)olA9Eu>oz# z@*s0%TZ*3|MxPEO$>OY?MfRz$iLU!WhqS^v`ev3Chxr^Ba7OdUuRxD13SrC~A4qI_ zbpk9~LFz{V!6+%r8Htyp1^)m|%BD&R{tUy9wAviL@YVbM$_MjvCIZJ5AFpM!ug0UB z#iVfm0Lg$*9Giq4ZRP&}W%XD>s^)7uhd1UoU^7k{{x>(iqH^bO46w0_b=QiHV#lX`%oluM zg}kT(xCoWHcP^(6k$4!Xl6^wQk*vj|@O+&Ou>-5mk0=J7SmS{{T=F^m&I&?dCD!KT$@46>uBc#pCb` zZ%i0vcJ5^35P6Ur!_}zOnpQ`p$&@A@>@YqA0`AtYd+dxWYs8|Nkt#f?(|89E2&%vb zm9z)88)ibD(h5BVrQsL5H-AElC@3$9jU+Ks#Mg7m zHWgFK8!&=_DKV9~%c~ZGJKDd|E|EmM`${>}A~+}%dYZH^qT?O@jiFkA3tgf6qlxgx zTWWiAk=~CEPz;_JEP6%rGQQjOF7*h1!DE~Fhd463k;DEjU$8%jEx(KZ01VRbe&uEs z`=fy7WRCm^88>j{T_bO7OufR!o%xh3u;MIM?OA^Y91)U^i-Sb;hclXg6F)R{PC*1$ zWc$nlHGEz;UBP}Nn_mzx^p-Ku7$|i9=AMt-#Ce&r#A?dIcxNB4+y$XOjQ!8mD`Os0 zPgm_fhs+s0NIUYc%u<3C@;ykydPN`rog+JD@%r3oPy{7e4lTS)`=TGz*xO)Q%W3XR zhNxx}qN_CV6m3;6h=hZUL6w=FlXdYoA2Bgx599!XrOL=^4lmUSV%_ow+?az|{s_TZ z069w6{D}}LWNsb#ZS+eZH|1r6kQT-V!CN{eoKei25m-^|_exQ4j?jP1J^R3X}`{4!u2?VA$u5<-x*`brjw=jEq@=eK52-Dp_q5851~#bg`6zEd`EDo z54#8wzLH&Le+v@*WssCdZVpJVg(kFjc)#3AYFbl}qW!=@<*NgLJi-8kSBZgbvoxD} z3rkwvM;-a4EaWjj1r`Kgml!hLDw!y+gcDQcu02>aGWeW4K zLIjTleF)I(g18Wa#viwv_r{a0p!joPX*J)D;ndP9Cs8MKPgA&_*n2aq|`g z2y`XQ2E4vmh}9;aN%1o9u3P1wRsbN;E>GTnBebfn<%g0Lg>uUP(H%-^m+Dg0y?jHR z*X)`nfMo%iu!-7FX&V=>-c{q7iAJqhC}bBhuR_cLU+9v(@?dZ~)LiU2#Lv^jT)*!( zPW;)_#D#ux3wNc|YlZvEgy-lW$FTzv(0OKlsrUY$&5u9zQvU$UgZ>W${gbn30|Pv8 z1luF9s+$x2mpq1>9@k**9Sys?x8Lkx)h=e1Zzga`@(|7Owpika%1Kz z3IZEaBSzBUupc&H9E=cc3Wu2x8N+#^(-r|qRH_|D8;z7HDJka4_c|i^N`sgx12-=q zq+4E40hE)hq(Zp2YZ5|&5r7RE@%xp`$r!iy0N$=KCg34po~{+c0rRSWQe33jlZE`z z3?1t=$(g`;QI2&2qWxPIFU=$~s;OactV|=a{7Q$V_XZb?T(<@Jf}j*n?jnayUqaZY zB62ct)4RJ@pI9SdcfIjYhTiWG@KLR*R!^}|`I`?+x)#SaJj1%_13P~@7pVPDsr!Pz zFSPX`VZ=K1njhhU#cF#>{lTw2pO}6Nmchu9lXyf_o+<@1K{f|+gIvc~0td_P3~B8@ z5%(-!lVW|WIXZuF{{SB|f9~Li&H9S7bQ0ejqlN;uCZW8gh1?AVx;>{athdU)GOEAD zLHr!fUoW|W_OMtmFQTFRC$LDz3@B(U_>IZ|N~E|$vYN-?HZZJVVFgf*Hq<1yyVu~0 z8jLM&pcOEnSv!SRbCIf58f_rzwB z>j!LVl-L>`;82C3EXQl+Tb6#9)etWs(egr)j`eLtJPt5fx>76tGm#EuU>l~z`Hr$FbFNm;0|Tt8(_E^AG!jq z@}bl`G2s-KW6Ffqb%fTNh$O8A*W`dap!|?DeIJ>M_k2e;)cc-;Ic(*CTQ<&5cc7&L zv@zwIZQaq2ML_r5A?W2u3ysqj2#^#8?&Wd%MdEqEY|jrm zRrye@iFiArBDlG_?pURrE}$_%h2c^L16NFiWlIe3fC@IhnpzI6sI8M0MKdu}iNls_ zqtt+V!jRllFbRT2pml>1ZhKXXZ_JM8_F!Q%cS#$3)-W&(k#mY1s_c&s1a5QQOUh+A#A>J0+y)K{Yr z)AW_-Ci{;hGP0U3lq0rE)jja{6PwMzT=4szfIm|*9aQ5z?gb|-usUu{6V2QOJqhb# zn3XunI;q40%I-9J;%4S-eId4aK@L-6!|qoeroKmoV@dR@(f*kb| zm;>9Gf-o{$;EJHFuRiFgFCSomLbq=*0Ie#e^Q56g26m(-S^<%H z9V0~&>3L!*Jp1?n3uJ4H+u9y@KwW760I|T@S~q|8Bf92zfPsuziu8=ZV8Gd0js-P? zSWkEz+_hI-5%8Er04@3q1bi;u6(z?$|8_dECskF4ggCfcwZ( zaxNCE-DlDYSi(G-f>jt^4dGJ7KN=V11Yj)%aGv(dbxw$-E0CcV`3Y4)?1VAr<^piB z0|i5<5)&=N*ziRQG#Gt&fdERV-3V6=*T2$^1CUgz8bl1etq7 zTZIxQtb4Hket21sb#rVlb!m49KxDBgK*pDeOk zbIZ@68QYhe&;CnLCM@EP?kOZN+k5eNijy$v>KIor4@tufUb=$Il%JUUh4KB$vg`%LN}04^*5atyd%UFZ#2O7da5GM8x)l zl_c!@nRpMV7`AYllCP~WLqyT+pgd#kFi%Ks=A-n{!RW?QlEf_PZA>|t7noxpMUSKI z55xR@lM{P=!(OZIWP#!V6NVvS({EMlEvFR%gT*3~wb$>;CF60(e;Jk;v_fjGSe)Wj z72oRwp^)z@4_LZ5+8amiokdPgI)eo0j?ud4h;_EB`_)G{=#?uaVXC+*>NvJ3!B8PPix}&ux`?Ri);0vCqYdxL6>kpLK!I8UwSfUy zB^7@esbp40UVOzn;k&;PQx~_5D!p%U>#p4_gLFW@UzKaOtsOa2tcPnI3rwjak%9fXnE2j}GJua?mNK_EA5yD0KT{&#g=L)g*$xGXeNd2X(L?s! z8lk)?FGDluN*MiyWsO}XD+X3w<6 zY0AgiY4A+?Vd(z=GaH}cnwh316TwG-WrqQHc!f<&>-*W(1-7P_Be9fEQzx zwg@^5V6_?eu_YZO@Vg{En^95Nb-=2Ril_hb&B_)Ne{D^=nJc3G{Ba{@naxM@9okbWpacQ>Z>;;StaTTJ-^4lT^F)gwS;35vei6uPR|ok+NQo{SeDNrHC1(h90ykqmTHe z6|h=Ho75ztV}LljGe?@g%)MU~2awzG1%_i#!iRf{Xu5u{FjxkU6hdbfJM%a36HjEZ zd9OQ#8tQ2Il?mO&ZGVkVhur!mEc@fH=*+|VZe|_-0NG&lDr6+(ujX39<6{amdcld_ zVIz6R2^_7mcq0G+s)@{YKb=BLK)G9tmX4@v{{UqR8j54=xGe8X$J8aJ#>u%4r&;`5rf=b z#15K^VQY5cE5xfUGjR7Vxm~YgEeOgyr@IUpA?`~sSCqy)Mwzb&wahdZIR)kmp+ze1 z9CHNR&u2=>V2eUNRTV1Whz6C2fZF$LWTzen?o$;7wy*IRP)5&V2=P9aWn5S5F$ag# z^dvsxFS}GL;#AAkCLd12t3Rc`7Qr~4PrFa(g)D=6xW6H%gR!1KGVJ%jg zg#=_*U62|*9!QIzSLoN4*NzcmgqotzYmN290tyr_Ay_g`<(v(pUvtk zZ|0Bx06KMWHlHdyRSgBDauRtw@|L|mO0^`t!n5h|eZ|~5FuBishoTLB$xl z9OBu41UdRy%gJT31=e9X7{Bx{>Q-qZu*~xB_Tml)TT^1C9FK5Y2sIU7wxNnOf}9V2 z4k}qy?bZ)wA*C|_TCpf)rM@0wT;}C{!nzbYB($sM;u+(-CWM za)k&X(e<@jG84WV?omN!O7`KzDQ1hnIE^rF8$M`=05mG=i*7^NvQJ2w4QgTLex?k} zvpCOJu+noD1Ga7Y{lZ1x6Bkv%A)G8~J_W}z!!MFr2yE$O&lRkfFh=2zGf9f4MHG^a1f_7+MtXOco zp_}>EHh$c z1auhjL1qznH(}fBq~gJ&8m;@nJ#k0J9LJ2M6?dprN@p!&s2;|_Nw>F%Mp460TZfXo zJvYo80d(%STE9tU1``D^hzdMQ`C_E5;h8K9K?Y=T#Idh|RaoTnFF2#r)GVN));qJP zMW)39Wyb`ev`ylIAzSG=!=hjf4O_6jAte^U&fzU=T~)Rv2e-diHk4jYSLl~|Cc28i z?EDacE0gBtTy%doQ=q0_68`|uc)k!++{;yi#Ch}6L`ybzKN|SEgZN<0Px5h}ehd%Z z1U+7Wg0!KIoY-BEh_pJWRAq|d%7lWIl;*#TMHj`hpIDS3Quk0oo?6HBQyYH;S>R|% z^Jb5S-~0T2r|^0|{3<^;atnaFd1i>ZHlVt&ffXCclaO48!Cw*bVf;YR*>TJ~2Z~{9 zcW8TJ074lY_#(XUDa|LOP7Rvx$^z&GvKI0XOo`59=(It)DCrr&8B-lnbUFZ|KwQ6a zSOhJ_*1-W;!HgF{gaR{hjP98dl-gk6(GXzJQP2K}3;u8*83LHMg}|k7%z+yiE;VIc zCjo(wR)8Grp*RoHg{%4LLV_2IJ`#;#!FV6`Re(cA5`|0J^9T&mar%^)?;g{XP?x<% zxgKHjYmZoRl}?yG{3R58#%vr~!Ay_}6dYvz5HzVQncMs_l)xidqWGc&8B5QBVul>K zK*zwfm=r~zF4FKLLf4u}H#AWY12QLJqr6|3XzCEKzRfch5d3Z_`xS2~avQJ(6mDb7 zFmqFi(SaAC)X%_wP!*kjo)I2yYB&h-yo4}aeUlRF0}*fpZ2h09v#Sk&K~s2heMV2K z_YDpI0EQvq_cUKqXRLMZl#Z15+Bz?T1s^9dqki@O08!&jf~_8s@F+BWMkzF4i&Tx9 zZ?2<6BJS&cW7$(k-ND65pOXIoFhnS>V66cz{{T}GDbQ}9Zd;YOzOY|hP7D#d^qR(F zQqAFD6!WdMy5xg-w(u8}OxtV07u5=M$_`9_!8DlU`Ki1*Vn?@~!T$h~LKz?4%Gx(8Pt(|(}F;*xKV;uYg1h?9+rT+kgP!0lReNh20g`NmShsiZ-q5cEh z$tLEt0?1$L621f85RGgH>NTqjd6rgkFFumMk5duAthi$U(Q69fw$y|yOskNC<9+`C zl|P@;KeN&P)VwJ`hXlgmNWub$;2~?5sEFIEfWTT_p+vLJc4|Rh6iN3o6tF^rn7O&0=1O(o!(zbPIZ4^^YIH*uoE#Lky${XE5l z(`9xnw6|ux>_u)Z%eq!!LFipJTmo{uUFLht03qF@O70AsxCAp$uUH3lI1m7ai6F4p zdmui|M|H!#acDImimHT=mX4)46hIB4R8L^w0DC|Is3`E%N%?^Arl4Z9QQ6ds#x|1A zEEj@tlwaaq_z9WleNNxyf$|EB+?8^**VP=H9KeVi!VQHQc!Rh;NA4QLc&VxI`F}iNH`+^K?_7}(h(bNTG5-K&{{RV^>?V3cRdNvZVl$`J=_+<$oHk&( zt=!59xP|d6DPUwA{{YoX)7R>i9+%V&)22{ihX!2uBNcX*89*Qz+RDK9+9+zSDrk21 zEj0>>%EXXhxPs2X*p)@1+_XetZp~kay0tZehr~E}F@FRJNL|xlF>VCH=7iXwo1h>R z%K=6-iK`ewa6kPRTO&|cGmbPK8H<+`?i`gMockg8Tx*5_MOzBWwumm>o{v)q?X?Yu zl%UEHRjtzFhDAMtE*9}HsF~zhmTw#Ti(!+0EF7yc`78;oi(vr84FFugVNWI#zgblF z3*eox4WVNsI8tUnfCs^VdCmI-`%;e3Z&+9rfMc_Ajc~lMg2Jg4tK|STz}aP*cbHVL zd6#N%--Lt4AlYUah}$cYu*IyJ_JD$-9ehj_up45u1Usv5#2hJFhQv1oj@61eJb&0o za9YfDJ89>0fFbC<{{Y&D&-Wd#e_Q=-v4^-&v^!b0kN}_Q4UyN-SYChR&}YY|QKuh* z3jk~jY4}_WEEG^65UJA(mHZb3(x*TSB&viF#vDVxkfGlC?sO8=+Xma zfghBY;?yo?^iR37=Rc*~zoRRcqnq7Sp;GxK7P$&1Y~=-uYU7MTQjbf~96k$6wYgE8 z%BcVaS@QwH(@lNL3I!rH7oyFT*nwjl-r?M7{UJwjVBM@hn6!!`f#N63x8h^G#Ir(G zhZXe`)=*P83^VF|r2&8Ng4L191qW~OFMXuQBy_kFVsQFRx7+s=3*2^J54nkYA-}Kr zIM>emg74FbV7zKopP7gpLW|^xU=^gfx{1DTGG?h3RGliwOzlyOVv(sOm8ycpf`@Y^ zgOeZj6Iu$S*?*b5w`NIfPnd+%M3sZY4Ef58IUz|^Yq*js!m4rDhXzdsg^$|{yBNC4 zQ8GRt?yzMUkOGfEP+;S$qWuUf1Z*#4SAn67Op8Dq8xXLEvIGGe0ywduR^<=n77&K8 zI|Tf&H!*|(>I|UO@XRBj1wDPI?FF(DSN{M+3;?6S*o(+NP^b_Hbe^ynQ~=~x&|vx; zE`&lFhRDb8%!Drh3^)!VDWRK}nTdL_6>6g@0#LzbE)zgqmpH^?(O%g=yo(dF$_m3p zzdXy=d<6~k zZ8mtiX5z*nQyN2LR4|u zAnhSXEL7txSiLJqy&g(S9H}4EL2W63A_v9AwPZW{=>$>v1L3SN3i3^Zlevv!OiF>7 z#AYc35y;AhBo+ww;Gn^1;v*)ASzEoWnR-wu*p48AoZSEuLe_8eC8dsxz9vh-Yu&HJ z5}j7{n5C8XX|>L|^^?FqF?Y5*;9v3@eysXj#8|E-Z#=M>+7^vE$_#?hY~0C_Gf$*Y zY&5H1L=!EQLZCunYDVr=UX1)yco~9;!4iqxqtEfVQ+7`?{{ToE5L1WjAmys9bR6Ly z0^-#pO?gB#tE3ko%wH~_H$IZh2Bk6_^`!!|u0^Hrr3y-Gos83I1uI-#uP6%e>SqUU zgGqCmBg4WQ>`ga?_XfYpoR-DKE0-To$m%Ept5Tdh zoF|D-RkH5U?%=OM_cSrv)?+lU<|8Yigu}%ks`v?Q44p&HX6sVpequ^6z{?7m#lMyV zIu-W_7Ts7;ZCpbd1OY^qdEyW-HFiPkC$ln)+gph58N;R)F_7UJKm;lnE-jC!2e4z* z5F!Cpq2__BA$Ap>ypX?unABaKkdx5M?hkw1z*I2HgUHj&!vO#b$uQJRwO+1}GUHGe zRz>;lTs*X>=FP$^5F|_ClD^n%g}sM0a|MlfyvwZps&Czw9JhX{iVWvV1jB(cHC>f4 zF}l(|sC3blbqdJsTNTX4JS}jgKL{PJRUSA%K)hDOft3MTI3rPMv4y8Sl#X;$5OIN7 zf>viWm;|Y4{lRT6*Z%;0ph=vokKz>)?B*aP!z=d!cm>43Si;#~_X1)Y1QlwH<)w?8 z*lC4)v{4iu8-f}I5DfYdJRz!7AebJlNSPr7u{g+1Az1dJUAehN^+i&HT!e*QRe5iH z!LVrDL50<=d6&S5<_&P&dq4s`%K+vIQ!qQ*xIAPC@=pe7=;8oh-DS|vuqn4yEn7}G zLH&r*C)zjgr7EeF0BL`9noK?r0SevYDG?n10O1VN3=Sz&fvfYGlRmPSF@l)3{X_{C zR2aS`09O{V@;Aa50Eh}qg5;1Db^xTiA>J<*f(mHC`_0^lE>fXs_aiWVIMQ3*jz6Jfw4A-d%JLgAIC@yu2q+Zx|2b`6L@ zRVDe9wGsCf?EZ0QZQ=N31`ov0P9VN&R*P?q=Xqg^P`a|X@fdXB)UE5JBy|KlSH$OC zUiw0r$yg@_`^?SfWHfxHtIjH(A{W2xiv*A}d_ARP1A)_z2(q1V8g3yKT?R3JlO*HI zYy3?Fu91i}Oys*+sBJCZ{z{*DbHc&)!5i(=1|w>kcy&&((#yY|V>gJxm;MwMZ$CuN z{={HB)W&~TEN?A*lI#2h*O+ny&*|+3CkRDu^KpTe zwx%W2OsV3-+{ry7!RO*BYyqE=uysIZOeHYtFg0*0)O=_2FHu7M-zZ~yhR#oDSRiY# zg8dZD8(EM}#nljLET-Yx`oIcrNi28*%K#j*!sUaExj^x)lm1Fwv2uAJqXDv;7vMy| zvlZGNWdQ{o3gMY-1{tt|se%A?3pPFg$wBxZ1NSQ{+Gxr%0@C?Y9iIN#Q5vh@jC0GZ zBsz$dnBI%(+mvmYRnsea>!%~E5K=0QwnYl`sEliq*7|^NK`)phd3kGaFNQMK&ZP;v zY_`RW5vrlsHX~$D3}QA{9k4@scLlBR7aXshOXYP@j6kQ1#=Y1I!_79wH>L>H^Ixl% zKrPs>0tt9(sXay@04bac^Wt$UX*<6prA@0|P&10J9hY@~pkI~zRIvF^!d$pnPM8ev z_SR<#9u8f5K+B_II(i;k3Ie*~7 z$_sT)VnvzcO*0%w1yS>DQKu4Br)3nE>5%6V%RbS9DQ55;dZG&@LepT(6|w4wM4)W; z;pw0+YS*KP9}vs1lmTrwhcN#DY0xX$;y{I%-TTFvF4HBT zE~45zpM-L8#9#*{Wu-%E!(ViShSIU(W_xN_y}!9&Ib16FYHj>8{(7w-FT}r~K9K67 z*uyjT?<1ZQgd@w}M5{7#A93c?25@fUdTN*JIn=zmC78AV}ciH(UvePg1HOT zOR3%mLpcqy#j9Hd639#9=Ol9UAruvTZaCh6dxrP9UZ$sM^p4W!6X*myE~*wfi_wLY zk=U|c_P8?0MTF+22eP33nm?4590uVduP!)l?;6-V%K*0)G8;W)7}vMB_f;djj;^2! zJIM-6xf1j7I|3*?-%;>x;ujjMt^xRD1FRwJt1pCWo6r1y1hU_F!fDU^*y^)y!Vs-x zQDO^lYEcbR!DKOIdyJsDlOIS9vPV}g3F#{im&X0!r_XF(OhxEbV(b24QmhN{x}pJi zUhzknQhsfLq;M+TG^Fd1J&aGm5j- z4uZUxqZO6q`iRYoUoxK-iz*!=TA>8+p$uqNAy{NZK*?Mtd`cKO%sjF{0d#AANSy1I0aRp4XhH3EnYp$V&2^ubzVLt zz#0#BR)qrts*VD#t~fDDdmjb^Xjmv;RwGkL&cMo$j-lPfczq!UYp5|6@l!5k4_~<1 zD40V{ZW~R905Pp%S(zHJ1(U$S9Ug%o(^~cDV}h1bFQzZQ)mIN95;$@tg;mrAXyWuGy?RpvYe01p?}3s`!RT0ayuAsNCq9upq8#9sufdEV4a}! z^2-LvkAfwS3Wk&%4(TMlvTNF|Te5tr$bm;{f9%Y6Ot4zYWS-p2JprG@?tV53Zd3S_ zrK3lzt?m_!ZMG?sWFZXe zLABZHN8<0O#!HMlX^X#UK`s~_%Sa^R;pvZ-ux$<_Nvi!zfOQp_j_Eic95*&xxW6pm zCe!%5%;D51TtCb}MCup1sE08>b9Hvj0}(HCBh@oE6#)lDd&c`8skCzG49ok5FGYUQ z6%7V8saC}gc$HG^SAqoq1$s+4DgOWxurKpGlET&tIJd(PUfoo0Fd!{0o2izp!!ZEU z98|l+kE}EpQg}#0&0eZhX`}N1dAVYpFwkHw{U;SD0aUHb%2cIEsf!i#{{VH$<&q-7GDlaFs)uMV4ZX-=qa`PxdhM$}FZ|x;kiKn(Zy}d<$vJZR>_=Ibv7R=NDGHgN6 z0uP)aTmh2<=3LO+4it;yppy;+)Q_JKieVpQ7X&v$tk1_r7b+Kg@d+C5Qpk4}0a1r# z_m4G%&B~~knmB?*4=_7m_#iCvJ1|?`Px)riA^-`m(Ek8!=pEpIqtGwpz~svf61$R+ zU#`9_ghL2o2L2{*P^~%^ZB14HOy>{enJFH)B$%ckDISCYjJBPICzyF{*?&NYl}I_a zB9;IvFz_#87$l+t0H7DA1WAw40u}`54KI%4&2Jd%+6c0Mg5cp{*NEkSeu5A(w{`AB zWrEtrP~4(aHa<;33tH&RiqN~T$D|qzQ-oZtK8J{YyTJQ@*qXK*gJv)+QxHU?PzWec zs+2wm&kf7rih^~HLc)EI{z{R&m*<&Y^koD6Tsymcz{&UtlHcK%zmqDnihmN{rrz^f z^0UUK|iYu>2W{3{{d9jRGG!zO?4n!{N_5u2i&@rqj(oK+(RG$RM`nNl#_3) zD9R!jf`;+LS_~oYGTh1r)U~(XNGa8ZQn7-`=Hlin#C^Erj=%ypDF){hzUcj_$HAHC zM(T^k)&y`3aY$QcPDEe_j%L-eD=b5ugaeVN%WylC+n*DqN?DKtDN!;+=VLYVG+58n zcdaSUF+?@YI$3MFDTl@(!#cKO(}>8S$N+NYDe9M+&d3P-qvHSt(dL+VO)Rd9XnvLp zaPC~_NavM4q`7j2Tn6Kkik(&%dQHOdei#589}h7dl?FN*5YLXLc{8^8gHvO#+^uUH zG5SI@uSEd@6?}TYY_uGR1Sx@W5lB^vEY&WRCvuY?P$tYG8VZAp-UPm}NGTeiG}Mbh z*5jc3f(LGJ8g#eM% z6jmzZ_bPP}TOI!Zz+kXB{+Wj#KeRhJN8&T(ci5PdHUr`*-5}H=CPQ|*Wgo69Sadvu z+#_ouGS$^wTVTx>jX^HNY*{|j&g<($xJ%>aIu0*!2xl1zVGMRtK43*W^%Y}&lDMoA z;pX!$ex`)QLmN>S+1)Uc0|4AhCQwVlfpJFpl3>+{syp!(YpAqf{Q+n4c%o zXWr1|t;(e6CVu|_@)n;FfPv7jmNK$vxr5NK-hhCk6px5(d3`X@b$9ax2B@!yck>n_ z+JoaV!fqBk>RSxjcqFbqWlg%i<&MjSfa`Mzx=mj(6f*Wr`vh-ynvQ6c1Y5qht;^Bf z5ILjfVN9#!nXDg5e?(OwU&sB8mrX96&2wkOAtJ%205jB z`pSOAE_*-ZZf6Rw7jq$5M1?M%e%MLJrkU9dH`X9G_){-=FF%OaHu!CCL>j}V7=h;B zi~SYH3O^BcXX=LD8FIO3M&{5|9;w$-5YYD`1-@xs^4Hvcp%UZzl{aU7XQ*Mj#LO6? znUSzYgluK4eh5UK<*iGVn=k-1X{Iw#t>7CV=!1f(Ubf2*!J&D#R749QHfC}txx@l? zt|GMo+xmi!g3d+OyKhqxqyEX#pJF^752=stkEE{FSbGq$#h=fJr(ONfLN=RL{J`%F z<6jIq+~U9{DIDi9TCy_3AKc2?V^fGfQqmM^`GSwOy#E05i1}_ld4Zm-KbWjwEA?-d z59H%@Yj<*AXzx9=TW$|%jeQ3rzrcH@zU ztuS7a7$H_E8h&4<9$v7IfCteiXO=Yf5c=Ko1y6c_@c?t8klXlx$q|O^b$i0ju-{Uo+}i$P zxa85}2~_9(Hu&mc7Hy3$M1m%phlZle4Up?P!!6>4*%1k>MQeg#3K(3V#s&#HD-uC= zm>V<=pgLGfRa94N25OoQ5lvRs?d^i0p#4n`CKrfu>Y(x@J!z1&erXaS2Rlk&28_^q zdcrEzdz(FN6jh;5PyB{K%a_Rzqko~iL`hM*qaxpiG#b}ALcu|rWvGDQbRe+>K+Ra# z##xw}1sOpAh*f;x=~jh#nW6Xb3o&V)(mPx&Unhv)n2uP%4()Xd7x2`D4^F+IP(dhb zxC9f*;4=ZuiS`lBHuH};na=RP>>}#@V=et!h`;kuX!S+O9HVlf{Nkd2vUDtk;ReVXqHROocWs`u#wSyvjs`W&(OJ$#eQ{+;;@DsCon(D?dB{dI#Mx@yquDiqRSeRDDW{ zc!`>KF1mpkF)gQT7)LpccKXT)7ragB9vkK|%A2l@#`MOsqX4aSJIwJNy&HLcA zAdcCVThwjKSdQ0-*{R#8_?uCP3Uv}0!xG!$0v%g~Zo>UcF^f*fw)tbxiJ$R`Cq^>$ zWYpQl;qrlh5e^zd(k0EL&p@x@0uE3IbPvo#w?|Fp2dNnq0aF@XU^l2x2%2$Qm@a|; z0J)5H4h&H{p$GMWSrKrEmZk9gd3sbk8 zYCF(GdzL$EX08(d0Ea?sIsw*fcXU{dDQ#Kib*2dFw5(Zx%UjOmEV8e$QU3r17Q=XH=!?m1a`(auCz*uNmgPck9N^{kMpMPV!=wwy z`GXV4U$nId^N6`UFVXJYIifCJWnE zo(e!v@97S%&*oJxCBtB`L{I@TFg(L~Acz?&9=)szCjkg{ z%y3%1J7swai@8Bu)D!`Em_@Ou`L^Jy!qIKzV7(S^zq1vwQ|5g5M$tFelnTiWq;pG7 zsxRrmRP(4odW|sy=qxFqW|aUrMu?_FC&2!4&zyx-S3X|hO9hGYZU)e3KnBB`s&G5B zYK1iG673Xc0ZelN%2?ybx}Ak(M~fm_iJQF+ARo}iWD*#9%&SX2(6_8u8O#8p_?cl> zH4J;r)FlsayK@T^I!^8|S7UzixV3+_dIC0M{K`8XziC7-Pog}#lv9G>rElzGNAC_L zUatQD?3T5-73~-bCbI#vGSl1!!^lGiwah$*q7aS(pFU+@SYE<00y;L!ONHfuXBmw( zzgb{*5D;uM-b!aUF7;3p?$vF$;a!$`dcz}jdq(3SfD1(ViE4w)(ij6M-v$>_DRu7% z2LY;>;~n)#)RG^5h)_9ZgQ2@5?J|tMH@KLn9Ki+wpO~X;;~@m>~Gj53LY$hXwQrisV}nr_cQIE8W<5?i?6l2xM~8*ngV=>NpTQ#G@}ImA5!i* z0(vPJk@lAcjb4FsUmSjw+Mz(FS*l+Mp&;F4%mKUQ^?_L4Bcn|Rc4G^Pj@0?br7LKm zeK2vhg2&#b)krW4kc#sR{{WzYDKSZ)I7W=D*@paN%TYjt9D@=R5h4|_L-78h z>Bj#6iSbMjP!60W*Rs)3?fNDy%rz+BBSATjJBQ8SH4#GE8-;u{tJSapx#iO%WY!sw zKv~TQnl=`{UR3@ zU#Mb%8a({8LMfR8uo4}_^mP4%EY_h`qOjsBOEW93uIGDcnWWhh0y4#gV6RY$gzu1ai= z+ary3lC2K5~wLDOGNIGYeDBV zLH&rQ1BzhY7;XT~qXMv3Mc*(q^~;0}H$(xasf%VIp?)uBRLQ~crSss64WNx+n1(}i z3b;f-mrLN=s+f(fMowIv`#Io#s#BDL1U0{O;3N1OUd7~JNTxJOc?PA`BQJ4@y*Ijy`dNQ2U zj1z|gV37hla_H!&0vj34!3J;t04Cb=={Oi!Kvs>A;`NnP!PML?@hp0nieoP2+)?_8 zwbZ{GhRAt06d6fc9)yt@n^D+l^DP%nU=a?@u=7Aq4rK$o8QX&gp*k2Y;4s|7DqPIz zrgIveWGW>wxA7~<5wuaLLd`{ujDJ4oP+MN+bp}`T#bx&t$JYJKWnnjmkncXu5C z!AW{yU=%yE;x9RN{{RMC%00V=+-WO+5QBIu_ogt^TZqLdypct|CgKf$kP@1s?n77* zKFv*xuuo{|U?u3<^cYbHuD$|@I?%o1g}$OQxM}9*8F`g=xPi_`iI^fQ%`I2gFo~?u z!;i@T?c`$$aS6F1pIVX6y*v;903!BN4Wa;u+`2=!F8l~H>h6p#2)|GkxZMG*eyCEy zlF7rYLgMdvqH4jw?#eUkBHU2c^<%`4U$jaWIL{(|cdCfgfx9;M+C_&8)^0q7c;4V5 z6mwif&ENc#~${K=y{EIaFpMqk7H|--H-Sslm6{AtoC`rfmow5!$T{M{reY z49OgX!Zh^^`=&vLYsc-3QVRue0{luiHk#4Uxw6%5URVlJsKZe5b&cu`1kUfDXonl; zKiHO7c`t@57nVGC?8cTV%Im~2B{5$GuUtuKZHqi!VQm8^nOxW6c~B#+S9_SKGJyOF zQd)Q2IY5v^j{yoT%9;yFYF8aE}HRY!Bels-X-6si|~tWE(gyx?lNV6@eY#`u&m(;VZt z)tz-Ob-l|zZdV}^hlDU&WV{Y6Wf&MGA=rZ<#v#K|p$=Aao$tzQ?36rtADP_Utw0R! z1hAvF6f#a&+94^_$9Q7DNaeCrV+0XQ7>9e}I4`uf78>l4!6)=B%Aj{Prha$sXL$br z#5d;srVhXHFb>#!US9Cq`IIM!G3YT<$TJ1$fEl__De!uT$8C_m3;rXq=!(CdCQ7@E zwz`;)LUDA;sR+^YEL!yU4)rkkk1Y1n^D{sMQp$B@L&k7OG#Y!eC5j7GL{VS;{@_=oOom>*$R@ryO8m17c?e9(5M0)bO3#Mb=N!af}YC|0E!7=4X_W<8B(F3 zL}4Z9QAypkGv7sXWDtX9T)*-Jm%;msidr~k!cgi423-3@^?sepjff+IzN$9c6NV7= zB<`9!S=8x5-O0jrDgv)@j$65d^r4b+15_$6P1=g@Ig3cTo7|8_vNVqDb07-)ClRLf z=bd|})XS&+prjpTOu71DG72hmuCf>YhIqDMb5jDi4J>yYF!cmvDn{>S2fcV#_>1{$ zR_ULHbbu@FB%^{}c69|!+~4P@V(BX^aTOVbvc<+LuUUZ(*?eZ>t9kzb6cjW^KVA&sn-U{8DLesw2w$_T@~}}szuadS;D`dXjl!!^_XcWJ1gZblw?LMynIhX*(EC?8Ih0<@XIC%;<~Kzuemw<^Bz?=4KVpmQ&m~p0CL) z`DG7jf-J|GfW`x{D23SmNUeI~`d%ewexAch@7(!J0>Qief5(u_Z!E4di~jkwB$glC&b+!YjcA1>_rzZ6)>QQn|sF z;&zTw@e;d0wk8l7D1hV`F-1FH%02QXWLH2s$Ek2ollr7Sgyj%poq&*Ls=l z)mZz?-E9NfW0@7`7GM+us+eo@2Na*3%o~dYD)RpTq{!s5u-GTeVbQMnaRQ;jIQ#^d zWo7}x(>O}Dy@~u{v?;o-sw)VQr(x*ulI_k@rD8)^u&O<9_>NpmpLlMN0Cfs~`IdrB zkQaquWqF(khybw%fsXxPRj73uvhJV2s)`Ho>3J>mj36uyx!S9c#UpyB|$QY{n< z4HR`DqQOWfB8-?nD-i0WO)O%NPRdo61>ogiDHa+GkaGz}M^Q|4Nv={6s<<;Y1;f}< z+OPxaam+N~m_bJKt{@3?&HF&5GZLd&-Xo`r%vmjI^@*FM^@s-HdlA~j4~~g;X-kt3 zU2MWo=zqQCcOp>2-e4>uTTWC83za|oLN#@;;6+kiiyP^SL^|^sz2M)W`i7f^t&DWf}&-nt7GbKU)|BgF|&3=BwxgDTX8tFD#?pTm(gK$~3DKiuAzT6nc!h zoqpv7+!?Bt2b+l;ZVKM!Ra>a<$%Wcv@BGDL%qzI1<9?HdVW6*)szM3lFkAG51CWaA zQ8acwA$7Y5u}hc=3%2K@Y{zsGy2VeMQC1JcX-UjC9h^)r6FWl{#I|mKT=B#NvOXQV zguR75z{~tDZH>E`{{R+Z%4V;)Ib6&e!y4Whh~ONgAITk_MC0Kyk98SN#yt5X(&m!E zU$Ip|m#gY~Z_^pCdVIxl>EE>1%2ghT%hg3e&3zXzY+SiVIMAsbcp@ zPiLei*9&D|@>+z;SI{AV7yw$RB~AO^?m4bUF4%zNq zwj6f@WC44XAGnAND!yfMsPCB7y20@*lLO3V^yYYCAjR3ZsvMTbHwb8}el4QEexb4y zZeZU(nN^?bly2$f4`bhm;AJ0QvWhF-VD`xlchqsW_Jdp!!PleI5Vd$*FA!r9O0um& zO9cgvwKbt}Hc1&&^~g&H!w)_&^Fj$FHlB5``$Ku1kdNFkXE18~FjZ|?PJSRDz(*vi zUb%~Uo2OWy>IHQyugJv+@g(F6E6`lpnhTNP|$qJ^SEp2;$kPE zD!pQV^b=?Stqo0PRZ_*#=)iK)t?9q{FL&@BsI+uSs<~zW;0lPk#^t)pGIPuiLxcpJ!Eovg;x^_9lxI|kk4ZPPKYUiH332}bi<>6Ny7MZ348zQ3lQO-~ zA0!*~lS9!G4xv$A7_xW~uX`$}WFNsd>OP~P{o;Cp6<5lAOixrpPR1$fj=%H($L1b` zZ5#>sZU!>GI z(NWYHcKMwyp2#Po#8=&XIvgSOq+bqaL*4M)$1?)Z#rcA}MxzTLN>`b3`^+>uv##Qb zpdXoNXqfDzhL^FnL@!8sB1WhHLFFKQW^p!XS<6G@QVBZ}}~ z7Ts?!`=hc2k0N`miUaZNU3{{UqMy5x!gC&Xl?9ePg?q;4gUm}Xmv7Q|-3lO}Ag zJ0cJOR$=f1lF)9;J)+NV3)*nPh)jDqgM#v0HYUh%G2#HC{blN0@hpQ)pSY>z$8xYN z9~TE4uQbLeDRJu=NWj%iaP&MWpLUTn{38Yz0 zu`(wY$pnY1-M=Vc{aX5?1zplRf7WK#ikPaokz>3MALQVuf(c-Q&E-PklM#?LMZ~eh zymK%aLfuqc3LQiTWpw$G_2Za0_b_YqHLe{+qYmaw{P0h~W4BWR@pUr~G57h2k4`18 zihsimOUovs5HKPocMEm-f>e4<N;j1c%MR`SV6RXVF2GU z()W2~i*)RRd>R#SF6%ztlCL5L&oS=WBj_PuG!UA;c<}(f-uy&4b~*7MV_f65EG+R= z+`ZUhg%v2k#cn4BqZFdQ&Ujs%=*lqls91BQk=ZM8YPi?pab!k{vgPf-oSnfH3)+5RPwu!iua} zd;b9BeTR<`4alwf>UDC(n}zR_Q)T&-!DL|n0PAomaEf<^D2+gE#0|b7x#fv!bIrv#tkH5q7xX2a3$bIVXg!Q zf7f!id=ivHU7&AMK+Y$1Ap97FU~4>_#+S#$!g|fcl)zV7J*q3h@qD2qzR;%CTw(33 z^AjgB>*6ZHO0Fs+&(y@mo0x(4i$rPb{g~2RUXI3OBI*U}bv6r`d|s0@+Me6}kkIa> z@Ez3eX(&CfETXG+ccX z`W-V8CXK9p#$t@0RH|N#**V1j0LW4rEkHHmuApkmd_W`OR$Uh}O%}p)?<`k^#>4FE z&LB!tiiXqInVZ#P?q`<}E6*^CWSKR2ErUS4wetgr&|tkwN_RO{YW7=+8sdZ9Kk_~Hhsmi^ zS4$a_Wc7XuQPBS zKJc@DG{uZ9{W+M45AtG`d^6YM;JJCbH{RlI;LNmzo7V)arA+dOV#q1C;eif|#s2_t z9by!`UFIiOF;>`ER|6~++;}VNHf^Y2AbPv_jsdkR4|5>#qy+}AZlf2wQ_zBkq?{m; zT3F@mW9E{V;C~Up?ZzEy<|E*u8r_}^!qr{Nn2LgeIzAI>2p?89MN^}QZ$(%6Kd$AE zaV%@7^5u&3iDktdV2I<3*D<{2ZBFMd-dhF$Q|RI?@STD84piUybeHoHKT%neFc5(p2>pP1BGMxr5fBe3`|?;Zn$aQ^@j z{e@QJ_mVlC=qOV`$`%F~1Us0-rD4A3Q?6=DzhlfB}doZQD4( z?`C#XT2jlUjdRf$gr}p3VH>)N>)9FB6|s*=P~opw7Vq;cai0*PRfEhk>Egzxz9Rmb-~9cj8>9Q3Do36|dL%P9+ki8e$yE8C;@a-{^euLzDa) zwH61-GG84{JV%T19l11oj23+#2|S zS~oKr#l|s`jC;zJO>(-2p1vCvX; zu(=zg#ZAz)<=kAOs9~8_HkoH|o*W_a0(@o!zqoquG0PEm#^w9mHIESEdc1$^yWjHy zrMQ`3$8m^jjyi^Txv@6Ormm%i+`zHEQ_?tEZQOYM6x)cUlE1vJiX-#;e#?Fw3tsL0eo0d z$RnOXzTjPO%2Lwx@&5qW##PU{uOzSCJwb2qk3P}|ZI40wAp+VeysT|;>ja;D!pPTf zimlZ=a?K@1IVK}dbVdawwNuL6B_FXKfejntSkHCu)ai2DQxFvgBWW0^Rp5o=zucu5ad+@_Fx^oN*AoC{ylU-+j=amaHpiq!pbjPI z(-Cvh5q>2Zi*ur6pb&P&tQUP}9`HC=bdaNh0;eWrcqb_u8upZqMsGQR;fFUFOPBAf=1mVRU7WxUYy)$`v{8h;!pbmRs90ooIv9X3h%wUXYGaZ>YS#!k8oKUX!jN zNqMl8eX!8WVf@DMp7Ml!vkNW|OpO&1_m2^7$&aZq`HJoviCD&>>8O(J;gk!9aA~qo zt~-Yrfk);FYjFU8;qMx6j!eOO7@G_z%BZWbMadU$^p zVGA})8EMGuhOR{Oa++Rve8Xp(sX|{8j$LPnk%z#DH|r^Ey7I-V%|W$tKJya6$>L}t z+WulZd_$2;pzgIcUl`25s~_C-;<`{0y6zFTBp@|oUedwfoO(p=!R3PdV}_vbL;OEq z*P2oXa_cjUE|*cQZulS*$|y!b9AB~+)c7`yUq3_qm^r(|I1Z{XS&DNVo{6zqi$%AP zCLY)tg)zjSqi}IdI~wj;VZqYFTuPemSgL^?`eHQ60IN^aAZ>pU)XW^;^2_q|N4_QD z0Zd`U_eiKL7B!`hx-Gknfy?(D?<_gQHiwypO<>9@4FiH(cQb8}&2t4y(orgh1S%${ zU?_b^Sv*anK2tHsC$$R|`Z2b;E997Z)?ItkI6o6LdPUEoRDB~df8#N8?=YvM6{a@( zT(i*zy=T!Dg~kiwS2PA!;4-I(DQV`CHLkt6ha`dEIfg25F;TZ0i$>v<*G^^igW?-> z1-(NPADB|4Radk$SeeWLn=Ra_QO_v~u`^Xtk6-dwkcw`?P|-jhK9QeneaE|HpP6>z zV#;2eJVd3z{3j=GqXteY{J}Ya#M!-ET}stEg6lpd(d+t)rd4A-`$Hx6RH&bL?Y%O` zCMTOR*KrYLsD|h{mDX*`#10A>3vL z4k8>H+-=+IaeI9K0Lf$3;~V}X-vVfjcGD5h=oH~0;Q}6)h%8?5a06avi_&G~*ZxX6 zS_x(jeLkln@eisG%o?%~I;q+34vt*n7eL=VMhbFxmJMfXrFF!A#@sZs;@OcQjrPxs!RQIANIlM6J*KfyQBfbp?nHh%|Sp_JWwSb;LXF zA+jK!&U_j2$3zA@e#BmbT3bM`oU?{${Uxn=>#)e?U+EdFQ9B~y@UecX0z zPh;(qGu9$o*j4%ZK46mD>+xbRd1{2;a|3E<(XwGgh|&w>7qzH1D^Kb5xfc8l=t{^v zi{4=WLGiJGI=wq~M^EOf{UNT0U z|E=Z`?FGnO(d8l1p=#~vLic(exc!h+{c%CLH(3>`%M>d9e1aN}v|I7d{A*}cVBBXs z{!wo}FRuS^w2DQ?6ljSY9vrLCfat8MVJ&plAPVHZ_bMnLJKC#H)edDQSBe%9Kc~)h z@Z8-Cb$3<9(jPwq1gl9O_ker+D5fSr!<&7qe6^HHX4vS7x`fawAY$ipXdUM9qkbwb z*Ru%AK!;XeJQ9;jmP~&XW-@t9PWW{frz_#^dQRf2lfj?b%|tz;Ou4 zcuT?Y`5?LJ7s|ySNWXj=@})RwOy4tn1&OL>lp0G`-c11Ex&b&ihdR97qYC?g==~bX0wiO$o7)?cZ8ib?E~F;hiP%=>M~R-Z z>Zg`(kxjMl(S$CYFw7;_%s@v}?5g8Y)_nor%+^>8#D;>QR6|mqJ6|IxcSW#`yzhn| zAv>*cBn5=HE5}o#);~Uu)!oa8Vi?lW{M%jxGDEP0O6X)cog$hz4Jy#Yn5Qjm7+@oJ z*Gc~*`IYmegV0m|QG5Z!9df4OHc*UV!QFLr3ZkHBL$ne}1w~a|o`YoH)Z^_SA0*nS%lOH|}kt zR4ZyjsekhI=)Dl8kb$ALryt1L%A)auRY-N`y%>Z~BuuhRcXuCU%mt}`Tnxo$>Cpw~ z2Sj?sZF6()dAzPs_UTp}>cr4ZP(YbypH>cODL^?dsnjl{hpxRuHmVTIjKRo2Mk;!P z#m2$yD4!v9dVCx_Cz5Ogeb8ec>JJ?O3y9*}J6HLiF*Hz8PSrOXA~G9EFIAja8HVOa zQRbEWds%d{4Ws(5Ro3J@$ny*z?=|bSoJe=2B;m|ZHVHr-BmfJ6eT!xMKLweWpk9=4 z=}oZIr2SxR-gYw_9vmfPq@!JCe1q#xjUoBSB?|8NOse7qzK+t>=!()9;hz!iAwTg6 zndDtL6pimU7;Hdzct`twFj^7Wdf;(ftMtIDn|FZUIJ`wmY0H(D-wK|nypbNVpm`Y+ zg|-ByZf67GzpwYN{CQ=dF9OPY-!*8J*6FVT=2!a{o0w!fKE1Piw>l?ZVJ@6c10Thv z7IL4B(dy^1ex;ZF)5#dKEmqzCtLE)cQ4rx^U?j4|t#a!ER{w)>Y^GEyW3HqH+ViAA z?8n%c^y9=NzHTMi$7GQK3D$b`>5}b_TCGB@OH5kMDOY55z&e@2#M&zQADXtA?Q4Iq zFSZfXjQrwhcJTXi_ZHFN@F(VJS=zk+C%G^335>}S+@w#klPK6;(pj(dHwmj;&NlgS zAy`!u_ycAz#CXS9;#rY_N(c&R4Y>>aueMo7M13D)v^wEyQ9&S*oa(n8?ktB~$;^P{ zpjj%xpo9e-hBbFWvs3aq3oR^ke^VNrN=X}j`cf)xyoCW2q|Da@i+;6j_2{oiqKNV! zzNB8q%~e8#ugpr!fDSz3&A%@tTKgDjA8T4cj3bi6$jQB{4<@e~Q|gV%kXD)^B)1-1 zXRiL*%F??&x=o~y_|-lFbnwslQd%5Y6P3bsrDHZBt$tH2ycuZYE5mxELpT>2Jd}HQ z`DnNRgQd<269m;Ni0_J5w>qCi3eR`tz0M?R8ACsUe!q)HCJNX;ZHi3_w~s6roQi-F zhfz{$zB(9L{Q$GIeeQjzXF&36Kml~u9tZ53)x0V1fOix`-D>xT7O#-+Jv0*2pW+Ro z0svdg2=$+(f{ORstJsjXJ#@li|Lr)+_$(RJ4Li&bXprPGB&R<#Fu_07Q^&=Q>(89rpYY6yQC)bURAQS z*>!$I-)dD2))`y!dNCP-j(Tw!M=s;oj?&pHi9EfDD(P+P*U%duxVv8;!yR1vk@&T% z&QJ)Rzb=VA9M!1aZjlUg1VrT5IaLahmjFSw_w`Asu;<))^$X|=CVgFpGPn6dHn^vn z|7=V3nT>rnZxaGn>C-B(;6yUrdVY&e!g9JpA*3*7`%}4V2EQn8j7o&}-!GdX4t-zx zov0Yymor8RPPxog9=Fs%xUC>wJ^$e(xpp`b25!5Fj0|>^WC1x!YMEzO#T@L07B(Ym z7;-;HOzcsrZIQ8dmu%Y(Wj_oP6|Vbs-G?dXC6E2+k;;jGCMZ2C3^W1rDWm8U4OwKj zL9Fu8I-&p&G**x_8|)aE;quGe<z*vR3hqJb#qUYv_8!SUB((!O%&d zL-i(TmA}!XxJkzzQh%2^d_3%4pq|;ioa8ds2be21^z*O$L>CbnuNcCn?Zo|8DYAvP zT@7L4+|!?Gzsl_NM;gUvp8?Y%YCMp{;4Gw3)i1xdM|3~O7GPE6Dv!NS(nWen`rif4 z7E(MV{vw>XU_Ohas2=}N%B=dQ?)Vi(Txg-W#Ar`e=Ff}x`+=xd=IC`=1I7T3$&{xb znKF=Vr;POpUC)|De`gs5X4$N5Oz8@8Ca3p3?Qi51 zeWUh6)>7`>OUR=gjs=djsmrRn60)i8mnb^RW8B<;C;%+;S=z~vl$iqhHM2u;5h9Db zSBCQ?ZKuvFg*fs2dc13<>??QorOcD7lZ{SW?IABNF?W#WVz+P5$+{wo=xL z*vhnLjQQJ-&!SdA)e@ib-Ue;}v+!cY7uNfIYu_ws1uA|eeyTZ6m!*&!xJPV#R-=jG zZGOyptR$)aOMRclpMXOg7|w6_`Qv(`wb!}ED1~N!OQ`+kw6Ia*Gi$Lc7b!-Lcrm)z zqp-h}2;oa^L2nY!;|{Pz%qb51=>qwkEX(6cUEm|AbBA5w(QS4>Mp}xDEwq<2CU-m)D+orilFGi-MSrZ} zgjRe5UuJDUcLV~ilW~P9+~|WjmItPVhYLKMO){w zRtE~}XgP&976>eTaAs}@i)=Qw-s(T4ds^*cC9sviWHj5gYsj44%aU%*4^wA$qIX~| zP_~$S#nxvl2(uWV6!>$sa8) z_K7z3xo~gMH>9dYiFy4zVNg9YURbG2;oAfu*M#xFfM_>yM#n_Xr=}O5D8U2`_(a6U zon2Le8x%$_XT<`|R_V8L&0Fumn)8K~nd}tqj$=_hLa7d`N%brn`!n2j6>=u`zB_p?kB}6GGy!*Sv?1<1Kjf_(YGgp-I z*HUZnFU=#q(LeMR@kY%GA&AA5@{CBBj=+q-aw5M+Gn9ni{)8~&%|C$cm*%y~Cr&?p z=fYX;XY=vH$HLvMhHr{f|*YBVbcSkXdJK|oyN#1{`+v* zr)?Ib_vwK5HqK+NXuHRMR*j{$TfrywrQ_n_Or8oR%G_R!EU(`f9pZjfiZ3I6v+i~Mxma75=Y4tN zyB1A3@6oAQ|C#d7`waGR3wL;;iOXl=j0?+P@%X_u3pJNt$Y6yEB3vx%{~6!QztGDk z!c+xh;Qw%H%`A`~I))^)XII<>tjyph1a7bLww-*<0Y#HmarXAJ!u7SeClbh=2A92mDqk?2%{XEXm~KY(uGJf$W9*Pn712DHTRu zZFA|HQ<67I64up4+V85odu@(hh*$dK6V4t-DbHIqKY{o@8pYEYD^byxe-e}X_nCa6 zO6mt8JzKlo3Vj;1^$o?L50_lQ@vm`F8eOIN03_Xa7oJvfe&U|K(O~9s43@?N|AxAI zC>onNr=hj{5vp1|cbh9mAm!smLXR6gW3I8Qk@`$Gxv z#izB@+P&!&;p^yTeq+}JgaEG2v_jl30{p$t|Ng^C!^;@c+9Ndiem9(#9HrhSg6;_V z!tqdIrxs+N6%nD!b19yK zc-x^N%r{)}xCQ?MeHa-Z&Ck@0DW-2FIFE;`$cpDMucR{7t}@kaOV1H}2AWb2<)00o z3E{DP8#jkoUm`3+S#6^0ozHBp89uA|eP^1!db=cHbV}Rci`a7);1z0ReB%o3MbJDp zaH7V#>{YT`;|j5ROgZJ0f3tYj+@d6rYNb~6afY~-?YVEG{7eb>?S&k{~H%NQ#_byZuh~QVLMmcAq$QP7d+lA!OJc z*)`X&kn&Q2!B_Ajj_LG`0X6a&%|1_8R|cPebu($75HDTL3Qmsis`NSOE;UXzY9f=^ zys=7~B1i#Z`-tdm?xzli$x&3{Zp~nJY0r;(;kfJY2sKlee^=471{-f2_B_HopO7A0 ziVagm3_inx@P>@bdoT~y6n01>=w_?J+#FvNgAK7{q zJt8=G$VV!}ZU#?S2yG`U)?Fwek!=NKvCq}08xv^2yEjqr4elpUCG{)xjKAV&Sc@A@ z{=1QD&hrHjzO6v)N&{V-h&p;n-NR+4PVTL6Cn$ioM_4W&`-FJP!q9~@w8%B8vIjOiA?5HA<>Rx@wutkny}>Cf?{o-(jybJYN4?)60nWCV zE!xPm==J;eJQ3OUuYUj04Pbza*MncMJkI`*^7t=?S3pJ?bCVSebpbir1PCfzl98(>~0u>^%uan3^+w$S@tA6vKFO{5?qgyY!h| zWP5G*MT#r)g~(2QO0RX{67dUujC2E?qbT3kEFXnrLT6={lvSSF=t`Ux$9dvfy0UFf z-Cu*T0#r#4%Jr(gsp1q^d`B-3ai{E8;E1Ka0Y2}AjLzIW&+zQnrYdpdBAsDA*S$dqMUoBfC zHn1??MC@NN=7D?w{KGYRi8wo z6pWr@SWtAgUFfz*<>@L!IYRp_ZHO`iUwQ$Gb+#4*t8(>SGyF&mZ_>HFY4oyj6-wxnS0_7vm zuT?w3U=|;rh?Cpu(2FL53Zhw~BoJB?TgE|3v0I5riiHWU;Eyu*JH80=6Mz_hV67j$ ziScv{l2f;6-oa7W@(Kn-{$|j z#`S2{27wS3&a#Q1|HWtf7&j1EZa3VSLCV{-FOrp?WBXSqDv=XTZbU-hT!*p}_8{BL z16Z0f`4fJUD0e%B+D=>SNg97b>&BU_S`2#O=X^&WQ7~yU@Uq+JvOavIF7$X;gTc$O z7vR7+$-4`1D0V!SE_AH+?gb=wxZ)Mg_7-&uwUwM5;?9@QK8q}Rwa4sTWNdwa2;wo1 zXtV+gh-iZzZltxNA9d0Y&4Tn(oH zi-fj5Ywhc-VbhJDP{Y>`~|T(qqvF$X~@@+N^R_<-Om%RKhno-*sjD$ zLeq^8HcunXj5J+e;)n6k0hwR2B6Ttv}+s8@6H-sRy1tN*Y$%CX(Az=~7Rs zkVB)n3Tw8l(}b%&U?~q6*j(6A(!T01N)fjh^D49UuhJ>mdd-j|K)~Wo+xR-9WbRFC zdv@WAfc5f@jt`6@COL8Tne}D}9Yl-$dm9B`s7`GO@R;l)<@ldFml!>?Ik<>%#IBJL zG~r7tEX37e99_8Q7kwD`1_kovsq>UwsrALOB%~GH)FbSZzm<6}z8=L@9XEPaWB>nN)1O!TlAB{!edu@A#(%k2KkS)H=A)r|Ju6_NMDex9>at8{$ zBX3hFvpb*ZuzDzEzWKa+O7dsh_Umr+=5)!+ZzVe>3~>tXXd+s4w#1Ytkifh;KIhvK9F$fa(Qdw7&!(1=suEshVeY{z)5*L^x zQRb<+$EI>6`c8s+SHN%v{~#Uq63s3l@fpElV4NE?2y9OmD$_L&y3SbrTGKF-)f^tA z_HDf2=Pl{Gy%&OZ1PR)78${qI1pB1kwyW=TNvk_JreA*OyH?Np7*BOhrN$VR_=B&N zZ1tnF9c^4tL;$zm$;}(@`w}^#?;k?=)j3yiKGw8CfuZab8YWYJ53=+WtWQ%>Yd3a7-6{^tRl-1fybywhbLe`2;rDrqh_s1 z3{`x>^+UPQA6g_GjrPY2Jh~Ic1zKZ3O%7$4EbCWdSw6k3G(e5m25_OiO>LbL+rn-}S42jd_;2!r7eJDm|#6*P_YHdw?Br311rN=ic42s=bl)`^y z^L^Dy9uXj)b5-<`Q*#~bZLPL7FvYpnv6uUWmuN^AjTs@G!Z`7n?oB!_?W1GXUOgrk zHpp9TZ8;6Qc&{b{su-QsS4*&A?34GDW!E7ue=dw>;MOg0dI?;cROsRwcENTlXfxSk z$&GQ4Ke}cLX#Ps-ok4?lnX&!&(JfSJ-a(sh{I!XmwBf{JiLk((>oyrtQaNhuUpq|^ z7t!}#a8-N8HrF;WO1whvzE$f)WunZS*@eWHhuxWkWJ_{&$uvE1ScbK^ACG>FdNS(k z!!{X<^V{!|XK$AAn_(%EHovnsvpA9E6V^07l?jEnR)XERqgRl+;veirqmM!}69*G>9pBJv}A#oO3H0>$AA`^utYJ0A0 zHfQbkh&??faG3Ov^|qh8Hwup4Dpjoy)S5Kz@uH3q`Dw>|BFlzaxpOFlqfm*$SPbn? zvcz49Jle)BVI=1{V710Hwg>bV1+sM2D`0#4Ny7&E-j4|PSSbX4@PWE4+OqfeUyNKw zV{tTvFje3JQ{c?{&&DvU6g3|Jt3>_i>Hla^}e=GD9B=Uwr zUYAW&#|BsLfAy#zKYE0Zb3J9B0fxvAF8RcXbC|ms7b=>Q`3V2fFO(JO90cwL(#G^J z_R&OL{ir4I!3da`162z6(mEN8CcgA;8SgfZ@wuI-q*64EQomxCF^Jw`Rk+vj3J&8r zp(xh1;?=!$5l}528-nD>Vbp$>ZM3TPB3)C3+b+V`i}p;%wa#tMPBcA3tX9f%rYm^F zL$gEG=o_bxv@JztyG}kuy0{oU=N*Ap)WR*v3p}TFcPvtov_tTWwJkXGAUS5~h$s^{ z>YweyH`b6u3^fBTuVOtCLRa`zaY#{cx32sEN@?C#YO(&JTYU<|b;Y4{(Qt3v$uTo{ zP&~yo#<26j4-r)@NgMc<9kx%d-{12c{6x(3OH`MNfi~{9q~O z%-h@-M#O|gR&m@RFi!!Pfbl)~LHKQ^>5-W5C}_1a8lJWdPzA?wD=@V}*o}(ycmQI5 zHV;*2#5Y$hb{AsksaNXCX4QBEM@Gf;=2ZK*NVsGSah0ncUZ(dJ-8oHSFP-bDw%?1~ zdYyl)c~@+tWVO7#aqW!ctxE5VEt$|27#1c1k0A^j_6+BTqoj_A6#dkJBa63mvX|=J zV}%YDN!5XagS>=OVeO=?f0VQq`*->EXs_U7GtSf zc+kmrFq2U^2w;>}pNv_&MRg4hAiBnOOyG`%`3(WVFkNG_dEg$5pXWsdJdV{t1>b>cnzLjHmc==07eJEr;y;jQE zD(=SVMHx+%i>yd``@8tQ&r{{SJ3kV{zr)_D_gH=N+LkhHx;PK}`3mS}3jei;5RN0V zH+glVH&=Z9^DnT8ze)Rk@K1W)24E1;V{;*UDlN_Te@mDj9mq?qGj9c6YcP4IprEvs z6Ze^Xh!Qg8CrpWz^E`YJuUv0Rfq1y zYOb_Lk0Jc;5wnIlu+acjrCy_zKdxG{%kkS~40`a`t=&pYy4e&~u9URB##w2$P+TBY zTwI2|zJ9_MnOKw+Eo`6skG`=MuNA}u7%m`*2EFFkCvCXQzWF6^DiDP|b zzGikqLViO0**lX*MN#DCRoq@|!|X@lSbbPWqozAr=w-~B0PG@MU+M^7 z3a>1y*vvR^_XRSUC(6;V8sE4J-n|XQYS$-I( z8rAA_zhzI)c(vP_eC3dX+0b&Kp^}7zjpC1seVZ@NEL&XfcCNtI`b=bdn@-{jX1&ql z+EmsEltxs>wN=u8(JkNm}Oj43fl_}1-9aD`;upD@2~`rC4b z1l+5o{}A~(vz8*$lO6{JgeKRoC%0U7RrYKV?x}9G^R@ZK_L)k?*~^^&M6b%I{?djx zR#a4YXVU%@q;gbh?3-Uu<&{*-2~lYz(0vggs%+#%)+#NG-KT>~0w*`rc7Z_dqQ(5c zf$@zhp8EO*PX2g#yF3y<)}*xI1|=}B7$i+moid4SVkkk?Y~Z&9`X859!$nw$pUN#b zELNj%p=8;e_8?Jq;kX-a4UOXlPHO8TOAqcd1Sh zt~R`DoK?(vK4zd~42RAo-@PkPe3*w(yM*xhN(FwLvXgC)Lms8)>DJJvDUnv12HPx- zfez9(Zy>j1t+JVPSR0c$1p6OPrQu9k*SM3uhzp|}J)oTu(T!<@@A@B^L zIDjbKh|6Y*?hgmbIN#gZRottHVCVAWo$;)>B?~|MZY+;9N2_K1$QmT#2NfN>!#HB}}1F5cVwuzqsR1_0)Ijx@HQ)_o6w%eT!K=(}N<8DWd#D!E0I zo3Iv@Zvm5Ao9e}HXQO*!JLF~s|G`4Jr|wcDR8@$lDtN&I!v$ALN$DI;$F_0GaAMJ+ zd_Ih0gfyL8>kGHkkKh^CikG*M&{5z!wUloQFUqzCbk%$KRmAOz?&v+?$IU~67(dmk zeQYP7DuWwKUx#7W*J`-HJ7Kmq3;YWtEJ`a`zdrJ~m{#+{|3T?p=I(r^A=rwrCeAg-zo`DT)iwvQL2M zXpZ}D9<4b0rqO(jg|LrR!_9XP%4NCq^lPyNqWIMP_g%VSP8llWYSUXT?f#VQsy|1< zrMxow@5NS`G2?#NPSA=L-^MNEHVs0UMbgMyVXxih?vx|BuK~AKGQuL-5h_(2S4}&= z-r153zdI8v2)qd;FB+Cm+TaVJ5mD`VnX3wH9GOPI{9~2`GIz1NmvtjQCW(BfCnG8f zo;zIp(*)uwNVZvwNX7U*+Qqf+Sxvgb1nq?lau7n(c^{AyYiyujwk(#D-v@hF_9pic-3ieC5 zsvwVlvKh0J!+gT|4cylwh;(y^T@paKe(B81MVDg*kq4BAgxDl?kCkL(|Ievxn!FIx zS4nO-u-I@oZje&D?3UJ<7yC^&pVaLikck(DIoia%hFt}0+@jWRAqGPtRN$f6u;ZVPPuwNMj-R=n*IF9 zP6%lrl5WcHy(@inHy@vLgH4Wm{z%EFNw7?Bq;VX5(|hrlgV<(aDe0fWT`V=J!Kt9b z?A@dy!DvpwQTx;bgY%3Z$x8F{1+dofUG*o2DaH>UV|4l9F?i;rr%0B5eH zGmk;_2{BdLcCb#@xPdexgFWm1ns_H74$ZK=SoHRFU=e-SSkD}aO# zw22AVXU!K|S&2Ll3J%rPNo*HRX)tzHP zta_xu%_AYF9%c8FQ(QSRBq#E0wp|RpUE$niaC^vKn^Wd|-w8t}Fj1BMl1(a}_SD+C z!oI1L#`<3=NgxCDVqFss1A*42d0&q8jyl##6zk>@ec1VrfFRnaoa*Ya?%pW))J~8S z#>65H@T)>jofkjI)sC4ih_ePC(kO#}0ERAWxL<>0muM98fC@#z4Lk}v^2)hq#wmti ziY?Okv4&XwSRzxmoKiMTuY}MjXr_ssTJ1|!PsvhsEvV>^!~(cO9eRlQgj`MQOF--I zxU$CM-$NFlDBrz9b63in#(}rRCeL2*F{bd_}NCgB1`lbiUzgHq&2z{5^Domv4qW0x0 zdN)O$T~SevRVA8jhIVAlAzIm8hF?*}>cl+7sDEBO;G6MM+2Sejw9ik_xa=v13)Cef zv$EWM&Q{Y;y@7Y*{`IXZDgNA@p9Vxx7{sk8J8uz3lwy$aQ-7MB0}L;d)N6KDkIeC9 zpivlH9!dx4o+w(?{O`)|oMQxrp#NsgkBp523c+K)%R6KUiNUZvBTMdd*A(e@iUCS5 zc)TNE01-v68Q$o(#{yZu+0HCZvx}0*q1DbRYeA4E^+t;f=%KUh-$D!e5O|hpD3@2j zj9<0@LaPgBMAZ{Yver#8iBfSS0%0? zv+5bGY50w(`jP-ba;1SNY*$8oLye8@nMUIgfT7J6OkOipkoY%FGFXNi!Y8LNxO!1| zQf>l=*mY7{8HYVTFi!ks6vRu(SIyc}ACw{xwZ^(6+-YV?v%F(};_Sy77Fq112&J-v zsznDvVs{UVOf6>&hBB+;Yu?k9ED5Z!RKd+xevy3SII?{o0J(4u;#eC_aQ_iS5iBo#W&Gk;G4Bm9K7j*Jxs2iOLG%2U%b(?-HB z?Ye%|FoSI^#|2JOIPB&?&!Obx>k%jBL#FEFiAgW|(N&sK6?C(=?ay2_z!HW|awBstK>^}(L*c7+;yBp{P2aoxB@K3WL2c-Cd zJ!O(M11u7f?^1s6%ALUjLfp<{j)P?40816~3#V)v)u0j3!R!%zNKW6=;>~g|J0Nus z2ND5i&j9SB!5Ob9FfQt5di+ae0t9uSQ=lN)Rou?vSQTJbyfr+|+^R`_gcWI{fsYl{ z=Mg6#UdpAM2|F;Sjx9H_^VQUe>^l|)%l-r-0+*^9NNrb78i><%MiOMlt)g``)Q6ze zwRqBMFQMm{DLSL48=DDqV!OQrwV|&CiGh+uB2CqhvcdFV3lXgxyRIb;FNiy|5=m!J zwH4HZ51BDPFw15QCbmE0yCHjcw%A3@Ha~982a*Q@|7KuA>&%fnu1osF-{TONV8Vxp zGZ%&Q8D`!sGt-Oo?o0{}W)3BtDPnb>Qwd#2a5tAd6X5;uQNfIx!Y~|+T&^FEL$1s- z%Om$m*F&HRY>n<~05A{;oa>YX)7e7641H7X4`MRuT$}ZI!j)H+h@l1yQfrJa^>jGr zw%TODr#$VO(t8kVT+~exclf`!KS9*<)fypg7QxyLgn)fPF-V;25_sQxaL5L20rLo} zZk^0~J;-o=6Bb9CO`|n#d}?PQ>}YX6D{F}u)=reuC5;~}%QzO^*r3UX8Duu2v7*7= zXQH?yR}eh7)@lNb<`dpXS^E#i#NCd$FoEgxxM!h}bP_SH1%~-3t+9=;`5joE?!ZcG zRf$*nK5qnv)OwX27+Vnz8PCz=@+oG(y_SIa%mb0ajz$t0F_^+X+Ue5RKuV(TSJ>|2 zBz)j<&3;hBPBoNvdYhNrmm0$ykoygqe6(%#n7vwKW_Kf4TYQT_9w|sz+N!b`b6g~8 zGPl?&a|8y8_4RMWXR<2<-T#w2PUQ}oe0Wi%NwD0=n;NV_&->4KF3iO^sk_CNZRW~y z4x=7pCk3$riEXX_Q`hced_Od^1PJz8sahMtupXS}0f$-9^6Uy{Rf0iR;N5uFjWA$Z z`4q0*wXImm#k}}EpTJ4O{zlkq(0)=jX|(fk?!c0d3ML37nE2W^ly|YMNugmQ9+E;j zT`gfAmsQqtC!uL`CNoC*CyBU-G#oM$oauT|-zuPOMR@;IFhj&5Cm4$%#JClx)TGc1 zAQU}5`({^JFbNxzD1sbcY##+AM=ldNe<;6ePDwJJ7qF6x-Cfhw3R4AWB{lAr(MfWHh8F6I9*tEdC>j~w!agsOH`Yq$M#b-zNO8p5)b2o9@yPpEez!7)a?I( z#4(hZQOo3KH35ejNbMpO)7F#BI6GGMNzrCvaN5F+?cGEB;AwQW+@uvn7-wvWqTxo4 z<+%MNm~C*=DXg@uE(I-+b-~9r|Kl>|SRKGI1#ES3>+bt}82-m~jAl>OL=tmDSQiys zztOlSC?z`{I?pz*gSE7o4@yxO>7KFT|Mx)mFv8UgH(TsD;dAV$`J_$t;|aLi!Z|dK zAl@Q02e}k{7az1WFXLvhaYqgyw*c(hEii+|R;b*15|Ts!zBhq=u+pl`UISqtxjC&4 zV5Lh_86v?wlP#9)$3xCPKkt`06nB0b7=oWV0I7k;0?*ejU`2HZ#g8ajLN5yvi>@_k7NVb^yA5PFB#y(#qWix;{GXSWP zvK^3bn?Dy7g{h0$2+g^thIziRdUEyqLDYi$2pj~|8(jS@-iiq*isk0G;dyv4z2c=&)<52I+2Aum!XxVFsH+`Eeqh1R4`ObCO50SNu~LL>VE5 zPSl)3QCsej^}RG0xx3k83?oXvP*YS(V$5T7Nuwy1SM0qL_Bn+`k^FkltQh~AgDGm69%@qISMmZ{spRPYa16t?%3|8|iQzlu!do8#u$3ky z0JgOB43`-1DemKE*fP`qR+`8}0Ib4qt!=>G;f({+$4_)TQ;X1|3JoXv zwqE^HY=xgbN2C-t&HVpLPy})~NAag0L6il4M~ra+Cae zoi|o{^bIKpD&^NvYE4IROBQ(o+0R8obP1ls!Zicof)~)_(V(Tl8aULpzjzBI)83GZxqVWo&Dw;KuodfbSmbwBv+#J z!kCzr_Q@&5w+i!#n+ga;F~#s^Vg z%X@f|dkJ|c!pj);7`O;`_#*%!a1ll*1PX=3iAu(Ya{cd=n?4Zdw<-PGt>y{0U`3tm zKK>;ukV{z`{K5G8?t5FOo$iaRBAPv&Q~DQdv^wX$;r)Zw$Ms9~gL?Y@u6Zd-rP!Ii zhE{lyUBAgBJ$+8Muqx^n)aJqs!jzno#w>>o`$&IH&&(j`{#x{qY>~~nV<1xIDo+hhMyH>4EmhTA z=N!lCFkR)P%!Y2LX)<$=&45yY1S(2m@vcp~w(`l}eeD?tVQG^X012AMLOm@9(Q(`R zZ?eTf4hvo^5Hje^)2&-9C?i=e%lW|}DHc8oeX%?(VXiC1rq?j%p-Em8Kd>b&tz2BG zr11J+&bHE*$+q%=buEG4Nx4!G$v@*4_>JZ|8Ubz`M`x26r^nA{?RC%W#8ABW0)-@~ z7{o^VS7%SWj&^oz+5_spm*n$LACyAVz89@wJ-*d`yE`29+UoYnzPVbw3A-6v^3RhP zJXQOlz#1@k>S-4*g#X)f8FMyAH$J3Tf^tLQdHt*&gH#L6xYVbiv_u}MUhHcwHp~2h zMe6ZedQRcf7%da3)Uu~3^10B-2sYV(zGMK%6wPx2S+W0xLaM9h_3R|NEB>4*$6yt+L9_IXp+o?w1ebYYUE%L>IF(CdXDY)t=W&j~ ztuG4KWe$xsG+bgwbEKmSRCH}Aq^G9WM`yWeZA1l5J_XzepJIP44R+c=O6evmvroGV z(FFT=)kK><94ZDWq=%-fiut257G?FzbMLo^R$oW%Ca2K8mRDbPnP{m3zVlTj3q7yV z4qMqRXWuSId6A(|)F|#4u2T;-KwpnLFQK}ok^gcGzN&amX7vQ8_IX%GeeP7@06FAE zW4!o^sEL{WG9#mE{IA!y5Gu+GRrMNIUNMDIc`HNar=}(L?rhSLlZi^-bb7$b=gb-{E@Z9x%3wGyJTyY>%8y> z<3`N=_x;CBzcWy%p*4-%o|Jv@)#aJOBO>BGyU;d2ha;lltttsl*_BG)j0#yo8_9iv z;H0pRXl?{NhT=Q1`(KpXk6_Md*KQmyzpjcwxu}3UoXB3P7SFZ)pR0<;6`TLz5bfo( zYVX_q#9Dpc|HBtN!Fhy>1s6Q||KJOR-ikb>0KL(bw_(%q`agI97J`6}vv|ss5ywlZ z)2=`^YU37??lf?X1ezx(ZNikVMo=J`q=uw!fmXRlFJM+2%?rY&hd)WT&|9`^&=fGK zyifqZ{4G#Cj9S_V|NlOZ)!eO+Z^plh+Gz{=gBes8Ga5a96by9obsqK07LH&7V+%NQ z+f$nr^sYE?K{{SyfdR2MvVqZgmz%{iX^!$)(W-eBNtdYbTf5 zQnn=7g%%jsLOB0F0dg0O=qrton|-vOQcvrp+ZeEgmLU&q3Oj1Xvc1dF^0q7@^AY9k zydfcseBmMDtkH*)Cly3VSloo!4p`Xao*AjpCvOOe9^PIf`0STRiDmX8L}mO-6Q++N z$h$o1NU{>UM5Rj0AuC9XxoFeWz70u#8423L6D*5ge5HY$pt zzb-|o#fzq0lXf{@CzbZ!(lfWi{#`-%J|)_cpA3Vu$IpYrhY@8r-;!M|RrTqqbtt&@ zEG*c>A?=SFX_Z*25QabLt*dR8bX}InJ0ACxL_@_3DE&8Vp9D&=!5%b0eIFx&d^H*+ z(KoUrd&|P>WV%Ff{*lCb$I+7Q9HDaTOw;;m{y5V7Nd8RH_-cRA4wgU7j98yr;%W3J zRzX)SyJ8{mZju|OHRP=)Wzx49@XsYhUsT%WQu=C3#n}#BrT&e1k?NDbxKn6`rT0A) z`dVo4M}iy#A&5iU7||UT#rko6m|v$z@JO0Zf=k8F#4J6_V)U(uS+SM3On#n(>`I0_ zCM}<*f6Wsj#5Osvu+&WrP>~_KG@<0r)WK=$IH8f~hhxLUddnY3hMW50j|&tAn(cLu zsARiXd^nd~#UyI=jV_4(Ow;Wezw~MTD|*EG-k&Vf=!9+CZpGg#mMH%K8gu^u33p^< z)3vD|`c-1#9g%gy{{Z#f)0ZhX;^OE^$jRM}U-DjQ_Vm;0QER@)L&R?n9TcQE`0&`U z$FoW{>`!AQ$*8Siiw|=4t*c|h*`_?Au=XO$v5yF>=>BNd6BDjnwRszFyYV9`6v=as z)18BSZLz3wi$!y`VO5BUIaz=hUJxKU6G|9jA1Fx@B{JV(;+UNNv#Hfq$ zjgyCx@=1$R*;p592D-}9Ui{^CFIi=;Peh`;wrNxDm>MqVz|=99Sp0LrRU zH0I#>q=Z94`;MGZ;)*23tb95b4H9Ya<)igALn|;=&dNf6znAConI970Mlw;1!}^H@x4Zl_yiCmu+u{!PC(W$ccd zkhD@iZ4=V*lRBNvpGCHjaahm2@KjY)PN3liG;C|U9#U3lBqOmec_#x5y$8<67Sa@3)y(=^< zS!kk&j}Lcej$Z>F)U48la^=w(e05k%Pm#P%ek5JCF^FUZh9pt&t17VagoL=plQrZ2 z0LYmhkEr@S{{Si2{}kxJ&QJZ92I2|JczO3k7F)`&d##? z!i#6^i%3yRtTaMb!)Wn5N)k0V&G6k1)6`IVMG^6I9Uq zKUld!!#X3X(fnphL9U?qL!BZ{(3`3$jD(tXi9ShdxbU04U$OcS_D2`BNU^ITsCZ@U zcw7i*QEX`av?!!3EsSW>pO+4>*p-j6OPd(P?Cjxp2X~9Z7eS+B(se53V?p<(4ZH1(^88oQQPx$Itq#)u4KIN0+R zC{aTeY*@XzbMhJ}swLRQimWy!B}2`sJ{nyNMvCN=PZT6-E<}gV1eG&e@jPu=(?VR( zyNI-r81{`wq|(lkxe(xZk}Q(7M3>A}t2|NSi7Gr%NTbCbD1xP*(`k9TC8CLboQ|C% zQ-+DcP1&NF;p+ZFcIm3K!uoQdbIIn@O=`t8i zFO-GLN9xz{79P){laE?+wRnr6PVw|?iLU&obN4aHs-cYl6t(HJ|eQm7iFS&VG zOn6w9EQGw3;kxc!k1bf>c~J*;JXvD=O)iEhxRE90$sUCoc4|A3E@H~0 zHOeBnJbxTRmdM+adD3;sL%aDa%!q$Bi3d;lIpf-N5&}h@+C&Ju1%0vBz~z}a`3XvIe4*3 z%M+o_xf&^yR^-bcq2&mBEV0C6G{=XvjE&u8z3U0$OFyTV%xg=UEb`}U zpqT|%mxQ=9pKA-WCCL^!d=j!+a%+Vb9_()0XK14NL*$p_u)m6If~A!fkmDvsEixabqI8%*V2_h)7c`alQ*lQ;kS*qEGn^rl@OyVn&;$J`XokY0H#qLy^U! zU*QF8V>GAai9s>J{PL3OK5bba{gk{_iqz1SrunSzNIQ2R|R6T zL&E3Q_Af&j0riH4Ufl)T%P4zphqlWht!tL>{{Yc)wlXW1mQcDh-#A^OPMDe52EP8} zQ8~H0dXw=)ctlwxR*$OwpHW1)i^??mB@|LcahtRC9b-vdtjnS7ZMT#|9EvRcw8*a$ zQgp0~=E_Wq`Id@EoBNG7$*#E~-O;M)k*ne3PJS$pByJ>TPg3|S{YIyk3O$-#nvT=L z+QpbI3KT?1(K&fL%?TIiTy0|7_95<~i%5gax5hpyvhe*25>)pyN&MK)ta$8XdNh~P zNBCuIDZ|leR~*OuMo7 zv1KeqHYp2{V_JVQvbM42$CfRKc|zS~=S+QKTeP9|<>8BM?3VQDk1Zcq^W;TbNUBsw zT_SvuRw#+IOHzqDe8;jwHRH{Ra*0S>v|WvG%e*5`p$=8rnj0X=8qVG{d(4U}aw5ex zi0atgjS|&S>AN)7BN{Hw$&n!Wtf!qW_CQ>9Z0yya#6Y?r$*OyvBOEhIcbRg<*wDQU zqO;z`u@5Li^uT=xmfbkp-ysceM|;|_a<45|yJN*zqR1~4A&6tO%7oO_qfv~Cv@h@BIaayNYAP1WXm9_TAah?7REb(p#(9&2R9(RInF zsqic_M`Q(=v@!&k**k|97MQ*X-k1Go=t?7>%ofVz4L>)VCo}!7e=tR|> zkMc*+^JwV3iICR#`y@Oes&|=-tTOk@j4~3wHYY`SV^CcWWLFuBp%yoUgoKWXO8)?% zC%~}9wdEDIg~s+QArB9HIv-e<-Jb~chq+mlx-SHlSZ22_h`R^LVpcK z#$WhGO?4M+o3dgqnI%rtl}R*pzQ}4g_2=feXrBX>GCc4#Sf4`cEWN0j&5?JOCQW@> zg6MvWENob@Ivf6sg@?BGM|(tep^FGZ!`~i<)+LvSb%%$sVXQriFT6vBYJN{-IvCv= zPl*Xu?Ke!JswC|X6?oBq2@>p!v`mw=m$5t}#fbesF(#>#8zBA((cdb45$k$+Oq^?! zAwL&lcd|UM6Hr|bKX=f!KX=^7SbmtX?t9pY+_}N`qv{S zScXwp)5fPpm)(zKUyHNImL3zLQKoe4vNEDB$#;v(+J?N95{;^QI&x^7Y4acA%FB0N zr1NB>T;?*Zn!KdN*2s6cuX@_Whw6EY9$v;Lv5N>p^h@C$iFAL2wrH+$hJ}aD7pbZq zUd4@1#L@e@vZX_Iw%3xPNLY-ilJ9cbiAMP}wLBU6h$g(15q7=SS!In@eA*PRm1SCD z%OT!w_Pvi|+P1Mf9uWHV#CzG+$CM%ZAHqEkqv&hgK8^bp$Fhd&2zf#tUg-2op>~I!^JVT^ULIEi9&EfJ4|?^oy)S!Ks|bJZ^y|wk zgsl=*hnRFNj9!)Kdl?=@hwe`gauCIYA^Ky{E``|hrmgN}WqOt+*oGufgdy)<_wJJV zM+=SyA?{wOuef9|@mp3K*!HdKcSYgl`qQjX)@W-lC`0teqFrIHMPDK$`Np2xtUpTiJ*Z+Ix3noHB5Ry!t;lQAy-#x=1rOMT-X7JlZ(A2c zy2H+&d1J#6w?9Ps%?XPLe%jv^ZimF0TbHGD@gBwKUb!MfL`@WF^||_&slCjXIDWQ; zm$hY!df2)p(3c}wi>G;cVixDU6YF9Y5XvhwQC`?OXw_a4=C>jG7Bu@8p?cp#A|hR4 z9e+W3q$0LIa}c}BD0o?7!}RnuKJfDJ zw!ciByfFw{C;b(et0L*I=zaAsWV$2Xbqy}Iu@BO>EsuL%#pv$~EL+yu3$g5rr?ug2 zdsbdnDV3Ble^2!M$kpjrwd3f&t5?9GS=3w_UvXvOhj{=#f9rz86gkS z@VC6Iy_K~LU(?Z7B!;PR?_&O{**=Xel!lXB5751D*7iPkKSJF0t&EX-Z)*|vd-tp_ z=&WeEk~Kfi=uo2H^;X>vzx@l?))r_>7wCC;TWbqrBvAG-Vd02--}H6*G@(l0^kC_u zQ}eIrLOnFet3`iJZG>sRL)!Mgby-O9D=lSZiFzIo_PkL?iQ;&kB@{T>;C|WrXYHT1 ze%ji^F@IHItNx>R{Rqj&s5>fvvi_Ml+~7(!ERC_SVPfTh_;yg_pL(^HzACCyC;Clu<>0 zM)2~@C&!_BmR1+7MYU`Cb+<|t%aa)WE7ZTVwju6YTEoi3o?wRr#|E)Rr0lF{;UfufNA+5iXv0|5y?0Qh5-nvNHlUF{(7 za(Y4}iQwXhrFX4b@tc*Jju)6>20|cmTmmGDBLj)$B^`9K(7e?BhQ&`hju?zFDG+aI z2$Cp~2NXpszlw`tG_K5I;dzzbQ+r56a(TFm$;A!U)g5K_jd;!xdb0?Wh^53Q#H3J^ zACho7L(Z+dxcB>#b%DYM_0S=6Gyqs zH-aE}^n*UppAwNmP<0cG5ZpFUcB8bsC2JFzUl%Ggwa~dBh#$%kAIV7+B?nPB!421H zo&l*^(Z3rBvqa>9;p@5&{1mvT>y@ObEh42#ZM1+|RM#q(YX~((yblTK2mS_pZdC=E zOJ2LB`lUnIltpV+H)zKQf_g#zMk#R$nCt1eRZHOy8Cg}5?Yo+VoHa0bPf5Z2sFbx6 zS{lFEQl?aPK6p<_!Tv~tS{drRnvT*cvxlp{L||*%q$2ziXZ^C8BLwt>UPzb9k2L}Q z0S+VCbu!Ty9F~xal-UO|97^} z%(;ELyQ-^iSG83C`fcfL3xF%`VQm2bNK4ZJ-~s;$Z>In>F;`PtPXGh}`aRhU0C?Mi zqPGHrop_m<9bA}<%^Xe4nM@t+nLUi1m|2-vm;s*!J)De9ZOy?XCgzsb4*X;nZCzv} z)@J-h@=l`WR@PEpAahkO1vOJITT>o0GC={7&mO!U_D=TZU}F*wdpidgUJrh< zznSyC$Nx%ZCL{T~2-udNO!%)_NwnmZNJJe$<|G_UY>cKXtgIxQoJ_3j9Gsl23?x7n zRv%XM;-7WBzwwj(vr+Eu?o94%OpYK+W>y{^ zp1*hifsF4Z7+pLaz{Vbo4ld;X;vi=3VhXZ$0$V#eko?8b*u>El%un_%=|7ra@APlB z|JQHzUj^mm|No2H+yC_e{$}d}Rx$sNy#H6mE^3}m=FBSQE{?7sQ}g%Yh&$9bCZ14yNYPV*F(9 z9GI-F&3Gj^fa0vIoFWn&5~8fE;v76cVNM=)R$)#yk@r+#@qf{ZIhwlKn>&F2MQipS zTG9WJ_AgbicY3c`%p7FxW^N_{a|2UG)Up&-xzkZ2H4Xb^9GfK~wDogdUY_kY_zBEkna zcqkZHXo&a90FY1ssQ=^v;NW3k5g?(UAy5GTH~_?Z1PTfO3;O{A0P&s*0}BTaKtn*s zz(gb^!@_12#xVwpsF33-t5UF2;yHgcVRNBs;`Rt0l71Hf@|_eC5*8XBh8Y87!}^_5qXHtwLHH?R@-3jQmjYbRfz9d0^|k^)dKU~54GIk) z2=I&a=LH->Wh4J@57xwt22+o8mZe*JTj0=1Kj|F%dB&GArJT@I6F_bNtxZCR3ACIT zzv#&+;TwP-0?X@e$-5Vu#!_m<^CD)Mun{A=qLxZCqOUTM#+{Ba-}$&;1$X1uD}-nZ z89?xa0IJy^EuzF{?6aoI#8IK2&|c=iY346>AA@mPEV|h^R53()fiCNYlTT_1r;y6< z-{k;;vHq{TP{LJR9wV~q1msEgNA(l=BqsH-omUD}#krK2Qh?)eiW$P1 z;3~5JoUP{iVp0^QmNfyxj*llf{4+?W65n-LEa1-(OhRyUE|xROpffGT#cQPhAobHX z&!}dEaoO!j4EQ!Cjf!_o0!`32)&P8V_Al7~3u17(tFuA~?8mp*ab6dMfk?!AaWZ2nozCgkcNPO@=N z%A{+XOYjevxGV4MmeF{K?~!haiKrU;EbZQ)8)0-s2HcV8>f=(^5ZYB!FWYxa4xJFs z8qq>X`~URQ-@S(T=(%%;wF|)|{{iuGb&z0Rq{FaP)-r)nSJm8phRKU`@CWA4o`nYbe<{ zejY>Zu(kCaLBZMI%BY735R;$fJ$gojp_HC|exKv*n8X*$Rt=_iI`kxC3W>e}QW&sG zw0C@kpuJm&wh0ISOnvfE9k{~BX?Vt=8$a^xj#qxAmMGWck0H4uDR}yrpVc0?n?0lP8XrG$u9QXGkc|04p^Z=^EF!wvV zROMi%UllX7ldLe*_@RLgrw1(9nIdC-T3g$891olrN^H~NRK`>$>m;v09Wv!o#XPf} zEKc5tOcvj95M5|Va-TBW*HAJ@s42oMAwmEcVhZlR9)>Wr|6ihk>-4O3OU9~VJtlrDI0;eW>;cUP@vK6EqYN zs`fJm9ntaEPu{A0g^DTC^}^3C1GPx{REUjU!#xVAJW}5NGy#Fgx%5>Kw9VWI)i&f5RkoNb&fe&%AGka&7xwos2D<&Dkg*NdJ+GUQ8N5WG5*_BwL0u9 zD@eI!CzFw6XDz1jvQU26^n^l8!IW-K?uVyIcR2~Pe7kJ3+UPM?GYOR6^?!8(Si@G_ zCIN!cwnZzuRNV?zR$5`%Zf1ti(K0W_@!Fm&~=!F))+BfK3Dd$c+}Lq%5f{beC857;iHXm3-Y07zfuYj zzs~Vl!Z0@ixPn6cs^Q?;3nj&7%Q(@u(zE!OL6#A%;9h7ubcbl6Q32<89UrvckL^GT zX>oprS$kjrIJ~ZSVHiTeh`(ydWM(^S%X=czKZF@z?eXt@)v13XhXegJ!zMlp|)8FE#%hFuG zQn6B7Q=I)NWIcv>(070aTf^xM;1RKhgL%I>v{aDBFzeLE_EBihc6G(-^*|vwBQcy6 z0JZFlL3e3UT1WyJTb%q2K#6+zG2(q3B{`UgiuU0P@F0YRLszO!t$g6J`Wn(%Iu5t_ z)0PAN-kmc<>c<6|Q=h$~Ms1Bl-$`Mv6_xu3%+6zL1Xlsw_Fa2!rytaEVQDgk%8Et{+i;f>O=$C3XiEm%5Wb76{2>Evs%*m6)? zjG*N$uVsxFKv%IA$dXx9d(m7jC3^z^ohn&JxD|F%+Go{Ve*dm)P0v8DEm22MpzoSr zq-wL&bpR^nswmqG`xap&Y)ujOlu*^$kky)LV+Df~q*buQ=H*2~kW&M>5fnt@#h~8< zTsGav-V4$EP4k~OfXZs^kSA5TWuuOC<*aRu80O9?fyF}p#!tKCUa=PoGxz1$pK+#0 zVF9Ii&c+`|YJ4OWo3Vpu99-@3(^RI4|JX6imF-!;?kU!amt72K(cK0Y#<@N;?>*sc zn9`#^U`=xw-B4wt2zmMbW3}_yA}H@*nUJYB?>H$m(J@OcZ$6=3|3ZT%wLqZ*KiHq< z(c&lfS-769N^-ZMPH8ms003pk9}Ma2N%|DwJcz5|&Uv|)g%h`U+eI7FnD(fefP{|r zXaN*zM?w&x7MTnEHk@2^o!UkO3c<3wSutJBCW$TRL8;zciu5Iy-u+m6B)?N1Fh^C^ z=(FxgU>e1$d>j%vBTCUr?~EYW#tr``g{n^O*E-fxp~~lEDEN{oq`jYh#Zi$=98KTr zu8ha)QXd1Djc23VY4!uc*rKK2O;V|8OJ!*u^;?jsXlJU&$LpL7dKlw~XQz;Y7sJ+U zOe3Y8w*{k`%iR#zaLXAg=|3gS;~KC3KH%kw$eI(`{NLiDBR` zz0R=zqY*We;&`fuTe?R0Scnajj)qIUjOaHc=H@~msWX5`t?=9aQQnYxzCE(?i#LE@ zL*as8q{Ak@QK4P?C-HE_2gDV^9T+tG-^xZBHjPq81Q`&KU--!pxzmT4PZv` zLMC_ycRNkl4Q#vqA@0ys&|mb(VS7Jns5rhqaM@PNY1h1O{aDl5B5HWlJfP#3_Y{(H zxw^#{MewnXU5)w*rvd%rM1L~3 zwirT;Rq+Itr*W;@3@7I+ZK5W4EG!5EP_!2+s8XQ$XCeH1{FJgtsCSznEt?ZO(r{Ly z5UKGNvxQG`G(-%cIxFZ|Gq_0;S?G4_TN**X$;7&cYr<`DMd1+WQeOPZL3hFn$d)WlK}vPgV|V$BbF$LrSPwrHaH0k?ucy*mNm#4lH zaez1v3C*JrEY3f+36P}EMfVz8MG23zE2j;9zuMvnL~0%;DQV6ylzCGBZ)8+H24<9@YKMzlqi%|%0peejSb zxIduR&D-duEH)SGc=kntewpR^T?h&Kg9=NtcU6t0PRa> zOmp+|H+#q_;#Bh^F8CueYKAhAJ#&!f@@Tf$V&eMO*+~92xBo0#;q+Niu#AHf{4*lW zSrK^fABileq-zz)3&`?U=|&`Yp2SDMgg~!pm;6#on&@4Ycp)J#$f`-g%EHftKFNjm z4LoF5Y=oUBs(N~$@__H~;S+pA;yLyNb~Qu1AVE|DNd>9dbtzsn7A`u+*gHhX>}#0Z z3}7Bg65juv7Y&i%lXw%!XsAY{b?1auut_Xdr$xE}x1UEkKMkAQ;z{%%I#F_(TM(yQ z^Kn%Yk!)oz_mHvfCVwcT@7q>^0DcL`DU3_M!z!aMl>VCu(GG|}?E6%0%MD9fB+=(0 zm{<0K)vAXQ+562kUHP!RPcB3K5o=-YWuNF|HPtcO;$83g%*|!h59f>)I%93iCeuZq z2rma++e9pNCv4dUO47)0V_1@Kuov9d`ph!vG|pmcmjq3UM`x!!jzmx+v5oe=5#{g| zNl_@PR@K?>-}AVYveAQO6vY|6^QsoE6$Bk3d>HW$I3M)(2)rHZz&kCj=k@A1v~y+P z&6UT0%%_zDpnu;6#{hxl|L|v&e zHf^U(xN6LU%64^XuuJ88SZTREIg3us5=rF`T?pxkeii7)?U$0=gyj#lxvFRb39>aF z_9TB=vV11DV`vY)@0$WY*kK2-G-NYi^+%9bI_Hq55Bg!{*4fQ#cnMHlW~a1;a4{@c zFetdWRD2hhBnC_iAiVZ0}vB@gr}^PPver5gqa;$>)SONY?gdr8v>h=lbd0fInDXA0xYWxTkm;Y zh7>WOENr_V;$wjv04gLcH8E&Ye(zP9ez*;Vgwhkrugh#iVznvh?!YTPK-$*K&R)Pg zy)rQ8)WIZLuQPcb-q}t_b|%;#qZ-1KSxD{YZNA1q-oxZ7jWhhxd7PZhXUj>p$9Ns| zx~oEG(;=%r)ARW0pG?}obtz@$<0C^rv*@s($q7o*M716xPTLd81GkoLS?6ZaktEcq z&l-yk$76Fh2`OxmEn&=$Vib2WJa@xr|IH{4rC#1mK+vXgr$zxK2f|#0?U#y)nw1I#Wi`Y ziI2Kh>$vC_1PBNUH#L8UKAOFtzkbj#dawlUv{Tz;UJTXR<_7mS_cxsDQnZQ`+phC; z$>WHhP~#TP=W5&YOt>c>@H`DCVN-*3C`HnbyHAmji}V)gFMo%PwLoQv283{Eg&v%n zq7?6}Nj}~P?93hJVm7U9!4Dc1i6wS<4vp{de#$&cXwlRu#lz#&$?hO2PcO{vEI!G7 zLUCVg9)uJ6GKp6gV{t4XTxK~&%&DKY&x|TP%N4#(VMfpZUIu00d`u^ELEYsME20U8 zher|8_;9Ot*)%|mo1Q$zBm6Vswj$^V=PAv$$H+7N|NS?E`vV>$<86Splv0hj~mGI8Pwf7lv`*PM0C>56UHJ z&xuJCq2W(qNFes1BSADo@=(N?#4W<}SRM**_L@PVt(LiPN(jw-5^AzM3G%&i#a830 zlHYuES9p?c8+gq+TW$u!h8=x@Y_o-R($$Q)Ae)ZBMuP;7vquV=^xH+p??LMhnSQa# zk-vR+KDo5=u6IK#kUt#4KTiABJ%3om#Cm|J_k`G`JJ71cG_>2-2=P-_moZ6OaFOA9 z1L!vUDV-W!+@n6bK~0GGC_Yn)d;1AS>cAvTzcyWb30_0J^SjR)WV(4>e*@h5@Iz$S z66*@W$8XweZNSbDeldc2JkxRe119GApro>X3qdn17r?twohR#*|3x>xV#rd@Zf(ne}M>&H3 z0jY^;qE3TK4xNn`hN?lq$}C`ZnblE0JW@;*Maq}Y?HNu;V|fp5cF3RJuG@Kf=0v+8>(itR|l22NwN?$z&l=WiXVcT$i1@~>|jyiyq5%NQl{-lzy9R} z`)dqhcv(sm8AZ^V+oKAPsW+PTeiu_wvBGsvJi|^M#I6AOcRlHJ_^RLJ2a__tID;4a z2NO{C>h*3jjF_C$tX9gTanl@e?HK3jIaAzfrDLf{GI`CBQ^+YaE}r#@NEJ*)a6`qv zn#^j-XK^~*#03(ud3<9^<+G`E_{3|s^{?@&^+W!@#w$n?eu&BUy_!eZ56iSeGlz^f zfIz;1)D(1uv{R|ja_~~FqgFzTMKV9MkmAFs!DiN^L77$V#i|I#?8C6&9uSwW@uZRS zb}c>Jo!QW4c(H1AWueI3pj_jaHAG~de#$i%jATlVVGv^c0XHNZ1`3Y~tzwl!ZUE9B z{wq|M(a8u_PxGxN7VZmzRafxC73iwY-hE%!e6dSgK|#guOPZzUV#=Q&Ay4|f$B0B# zJ1?pv=W@$A{4c60qxv%ke0bVr8e7XrbH@rGFXK_}p#d5|P>Fg1DL@RW%Ng1K-EqzI z25|gw_y(Zt{-Vn9FfsR_6qnxJq8W8cmJ?1>@rp2U%FsQDb@8a0S;GO{?PIjUD1=E2 zK;zjNJaOE08Hw0^PTSYdy&HT^6HR1novk|WPptzno4<5R?RoM>5KWxXqvt2uKtmVV zg|V8S(xslx#L9h360)6`m zXtc30P-jqb&2u-nqQm3E-P#av4^HRF&WKsO=Ec(MJ?6n9;CZ=z9%Lo-V0bXhgfHAh zd+F>Kmp;hwwwa9CTljT)pvvAcMuU~S<;;kWk zPNvQJs_+OLJHPt&E>?FWW@L;K%Vt}2$I6bGpvY( zFtlxeyR#{52QZ9{-GfA8XJGeWbX@RD<`|)n;recam@{K}Az{n#IA#D8Iq? z1F@Pak6li@{?mO`{auAR;r=>qcShW<*24v@k#;n*d?b*hSfe{tt6;O-Fd-Y1h5b)W z1?XIaLWkZZc%v)g?W#e|tVqFryOheHOupGs)P2EE`xXSRkcYIH+=CGLhh~A%(wPCu zQD2T^5`Jind=X!!$@|6tP2zERML9MJ@rhq`Krn?nB#1yE*~>$K@#-Zuc438) zi4q6C-ux4>i+ZVp9d4OPc~T3}5heq>kv6b$swPOBGn+r~bD#VVDkfh@6c`Ja0I<0#a>igwe42>E`7 zVZm<3jE8v?+Q<2_-EFvFx!u_yL&>MHqG7cSY)<;e|1MmK-LL+&$4QwDon2Y5T?rfg zXZIVR+Ha}n1T7o%@Nlo#+bcuKA(y?Gcgh}WhNM(lq9Zlad??vB4G!~SNV@wpp@$VI zKSNKvHB7PA@1TSm7n+Ix%;~{4nfrj(qE$D{kKT9`O1)>vRAdWJPiU)#bd)9+nn49V z#vGodSyq)qC(TcZ;ybRlPhzR2yR27V6{u#d5iY;w zag3tGZTlgUK1R7i;MWTp|EU6Adjk}RjR;2iS4tkUQ+)elJ`(JK(#w zRkQ1ccm~AGHAM)7WGK82jxu8QJDWoKuXdZFM*V6IX0bRPS% z{KKM07zYFE_46X5#)phd4mSS^?2+l*UbUPf2YrmoKOb>85&SIn(ax2K4@id(aRt=V zw^P(TD-=0~k2un=LUb)$6GX5}l!L9|V0(9Ylr0^xMEGMM#20wODvL_Qkxi2aP=U-s zHjYf(w0!~|D!2#fE#1X@-z`YpnX+MLhF4_?)n~WK((c$#Iy_G~R?@e{sg7cXw|DXJ zeqxZSVL-?LV1tYd4Fr)1?AofQ>wM9siPy-83dlc_m*|3DY6AHN24S@MBFazh!Wz`e z4sW`#9CmS^^VMk;)B$}Y@d)ZG*GqPicngiX@P!%PWMhu0c3bf*6d|O=9NM~S$;HmB z5bPrZ6fc9#0JytD#Iw#Mp76$$$w+gMSD!j%hEg>}8Ok0Gbuj{XvjKjUL>l4AH)&!A z7y^PjxJo^K0~|vR`}&u+o$jl%304>3)?>hDBNwmnOwVXRO_9hfjM{(0@_z#qHOI(k zcWL?!7B$@-e%yQNmpMEV_c#j>?+f+(bc8H1GF0ziE<(Bxg}F*%;ja+e%u{zSCeuxgFp24LJIF9&NTK6_SDFl^w#)i8#9|dXOM|;q z0e!RToG#Ho`H2ma8q3hTF*lW%3H%|Tl8;rnsIM0!%KgJ&r;&$Xx<;62^vuKfwuXfK z>e6wnJ)xebd-snEO{_#$jY-#}>Wv!ty0XHGB15_A%R>WF^~w_Gy5%Wd#VDX;=t2MsJbr>uFVmfl=nREopYOGtJfjF6Xq0pZ3Wf^m%9f zG{6Lq4hV_R#Qa0PJIs}^nwf;N4HvBHTXJP5^P3uav%=UK-kDfC8g_TBIK*gJ7b1Cz0Nnl zFz&)b9ana#oWb}U4Vv;JRxBZw7-E~|u~fe#-5v|(oHJ^!Kn|ZvyuYaBytOI$L0()) ze8F|g0FTbsHviXH9MIUBe_XXc;BnR8&*_wW3fuM{C)E&<>>Xib{aY$Er#hL=af?Y> zXH%Io7g(tjbfbkr%3|p8^&{e}$|k5nV%gcr0PovFWTZB`0e5(JYyw@qG1q%oTeP~C zvDPQ`uHFWx967ToXKK~NM6+*$w9rC@+_*w;m-mP87EjDq90J_;c6)J!lfngYHX#+x z6P3{=XTHA*+l(wxz!tC&Q1CxgR=S(=0Y1Ky#;3|?0CJb3fI(N6EJANC60;?m1XTQ%Yo@;|3i&HPs~<2OJ#vVhR^0mH z^pb-x413GRj7W{Tj=jwsfgSuZ<+_%oaAE&Ez+ z;Z3_6LO@UuWQu8eKaD>@gn{VVNy+E%82vGZ6B1r@G?WdA7Uk0Q5x)qMpBA;O=TJ4l z)Y4)}V!!yqMT4B63i9_oZyn-m!7}z<TRf^?)s%Y3_#w{!o~5zkG6mH-iCv1)I3tbZ9PnRd2GvrGEmvwo+2xf__*`?^ zB;?GC=&+aj^qO+`z_q++ZdVly5`nWAbDA;lpgJ)Zn`^>hZ{8%F1njJWe!WDwHDvzDJk zDkP=A5Arf+g&uPvHMoK!uu+8w2bhV@Qm)RCZvHuX1K4J>DJB{=QPZt}KFIZcc5Nuw z<#E$=tWg?tYM3=05^tJ2=Q*p*H;1vd0`ZGBEHJgl%^eq@vrIAG$B zZ`u>pWGzWPu2H zga=&1jq>g*r&Ej$aqsT!r}j(n1cj&%<55!61c)a@MJjJ+{a&HES(ZvJb(~55G$-hP zh{*2QG2E$k)fLO@kTquOy3pI0x@h#HR!FbQB@$_V%&cu-;*ZxE|3hd5B4qvz2RsGKIIi;C;$jzwx=buaf|iO0;I_(VW^a(9TILch%b!auS2IELYI7N_Jk2@N`a=7U zzt{JrW~M#%jV4BD>K&qnN#mSC=}=+6J(XXr+j0iGu-tdg221=attPYE*|2R9sFn+-_|}e<>||> zsWT{0MxpA;%5Y@Km|He)b3&P96ZXX4IY=_Y!~sL0Vs$SMz|=rD&YLK z4k%2WjOQ6KxNIHR@}@UetS&W18NOXD;9T>WgN)%2d+Ni;+nhoXm}+|tdsO}6 zwL(4ye4T0c=Md#{oRPMUXDu`Z*bcnI5W&hN$kq?w@LjfC{%}p<>PdN-B}et^^+It) z)G%By4p1nqK%Y}tV-RAtpwRdiE;BtJ{U-$Msm>-9mC4kBYCFZdB#%oq-CV=# z#77Wg+QL@jf6@}hI>0PqRq_$`m=6fhn!V6%J6duw3L9(rr=F+qMpAZ!Hd!)hR zY2t)*6yh+*N*KB)U$;Lv9N=)UMvAS{Xz)&=HgD!=xQ_ZJ@T1;xw&kw6Jp4$MaZ{B5 z-C!y=38d5wa%xmNyC9<@fAXY704mJ2E%~gu`%uM1CIKau5o9tK@6E)9RkUs1KjT`p6n4QT65qa z-oOYZ@vG6g7>B9i2_h2)mKaBH+FW3y!6q~Kdihef0fi!ClzffuW-PA z0ZxfSzX7J8f16$3UM#IY0nqD0d_=$So7=Fvc$GPR2?KA=( zr~CIT6`{<8mX<3sA1SFJzjUWEKn*xX`7)%WWeWZtjnqybg(9<97}6^(Jib-sB36Ob z6iSJVYvTpNo|_<6O;EA~2N|Og`ELmP1rYjZvhR+56$!rdGu!rEn*Ni%V^JF6r9Y-p zlEVQ-)g%7>M~VGcZE%uZ`VH?Y@_=$udulP>s0fzYoRoqngbp%R)1Thsm|cU(=#y$- zD>FXWn##ce>+p(UBy8wQM%rFVx842IGL}LQlxis(7(_QO-j=TA zN`R84rB5A`ZZ|~+wrjlZ!--0W;-)13NE3pNXH!s%C;H`ayr;c2JM8{Ioa}7wlt1tX z=@_)d%eUv4qfF*69*Pc2Y1}TSi)R8UKP=eXaQmo9X%{|yk*}R4cl3llgo&RG_DVok z{MF<73WuKD#&zHn)o=%4ksE zHaT%~jZR4@pYP5I{i|`ZS#F1izCcAr*EA{!pKIM>=%@HSsfoP~7pm03YikP(N1aXA zHd!}wGH2bY<(=l|#J>pNKL-h!!+Qp&A<5}IL+68cG1pvZJ+zD6EAn&Ax6RV1u6Pxg z#AD0Y{0Lrh`_!>wd1lq$akR!X{?~A(?_OovgJqZT1&F>*&T|5o$xXJo2hE}9(7pII z`f8OD-|26bUJ2@FHlWd*p@zGOjRRJ#G&N%q=_5B2I?0LtHf1}_Zd2yMgO41M0>8UF zcbQ6LndZIzI)Pi@9Nc&Jf!l-Fi z+sz&HUpU^s;iM2b8)EIC%dFupVk(cPVVRq zgd?aKNqa21a*9ygz%4B7v zR?j=k<2G6n#G3M&gvvB8gY{wFXRZ&5r+(gm&}q20!;g-x9@whUsmJ53RY%lh`Do_5>DRU#sSYFlgb77{3?howqE$@0}z zW9ZqWmQX_p2^x28wa z)e*kD4$RJ%|>a5ow{HlszqY%NKO5W-Gs>W_-vktI8o>1b3`F_}>YEq2SXkqIzb6oO$8yH3kR0QW|Otr>}X_EC{(VUgo+(Tu{CDpC7wd zF0ic}+&!Iw($dqjl9(c-x6l30uKNoY1!)fd2>b5wg}4$(^MD_&y02{_)s$x&Cf@*& z$vIc#SP)OToDSoyNXyw_8WGCUbs811WFJ?#guY8dqY9HHP$-L&eU%dN$1He939Lhm z|8GF`e<*m>m%Qytm~kYH&B0Dtiz(hjO;_79>2CR4P;*qYG>0sqS@{?TFL2)5j4TXK z0%(UVyrT{+77D=aCefImxWF+G7ifHrwj6(jw|4jT!&6Em=j5&ThTdJ%Ffz|qVKIHK z%ma!=tGZgN$4S?!LN0S#!wIdMb=f9h7gIq6-5WnaI>(L7yKxC-y`&-T2Y%)%T?`tN zK_#z}u6Dc_(fNHe3>D*T?jaMi)*PhN%Y`hGwL$))1Y6jN$|a79m3woDJbHk1IQV#< zbc9S5vp;7NK~5FUm^PGj4O*~BNG;{2V7hA{)2>;NqV#q4lX#Zwgkd4oHQM3>3fA;- z3=M%_S7ATZuu9OKGB8L;PrxL8j}=)ZJ%}cLmjxo!B$*Glkme2wvztE(jQrE%EcCQ)A|-{7sOV0Bub(d z$?{e?r2>oJ{C8;7nQ0e@zVX_yb3aix|ip4?A`o)J#v_;|4~u}~({-5mCSvgg1lh+y>+@_R*Wg0;zJ(S5H%N|JT1Wt}pUEJMaU7 zrrLLdMeH{07zbCRvoQ?dNSjfrA1SRx?pduuhiwOB*W^b8#e%)6K{A$zweVcM>764Y z60v!hnP5dZ{|`c?DMFZ}pEN^HNA8gON#&290oO2zotnObUzjhA{StpNaOjhJ?DpB) zU=JKHWH&|mS87bx*5Ju(bG=aYW!L+EZdZ;4tL=~%8N4G^>1fsplyXUEs517$CX>?X z!#h9yOkcT7I6$XI((B*~WiU6^j0}r`$_=*D%d6oDQ>k6G7($+8p4T|QSvw^Es)L`XL)yR4xgFezZ(F^jgtdxe(y zeS}IzzsK~^-|boR;~@7=x@Ii_4lsXLJ3+l`;A{RA{q%e@EQt~G5SSrPNvv{rv)Isi zw!dFeVF81#Hk8H`S7@Z;|Geb#Uw19uH3Ayv^5A5C=PvwJ)IL*^t+)f~If;$UxpDUD z$hsK^cS6&1Dmup2xpCU|%$DI`8njp6J2S}cNp%(|IH9GJt7xCp3uV&6x8*kw1#H3l zIMOL|>04J~H;t;Set?0#pgZU4^^T}gr8M}|Plh;&rP$gMXyt4d8f%vxvI1$vc%B~s zB7+XHrR&|l z^}h7{KQH9{^LifXpE1AWG11t?JY_ji=TV3zQbl7 zfgz>WyfqfMg)dh~6d6z@*unX8uSauYFjtphdu69syHSY*;ANE^J8{W@vn*YAr~+9_ zPjNTS#Qh)By~pJ{1FZ^mMlo&L5wg|AqMfdK`fPYRa5M=Jx0*Ie_?qz>@*XZd9S4!= zUv~F%H_7Wj-*}(@a5S&11Ul%9@4?(~@>|*VUyd9}sBA1Jwcy+iq998B#72fcnpH<0 ziUKVAyaAkxohPH(3@Og#si|qWCAjh(I1Ab5$aYWTu#kG<*nHBh)$QpS;XaV^kbZzI z!7bc-;w-HML5Afghkl3r{H*qnyd#)&INoX*kuphA9FxrU{0f}A0GC_L=gJFCe_A7y zXex~poWI`FPbKZ(P!+`aZlnU$xG_{o)>I2S@_=&igJ;Jv}~FcB%*|&*q1>Hs3VRuVtcxG_tlkwY!I>t*A(Dm{W-tip=RQk^6$%V>Rw7456A_ zFvAwhO?6EAf=flEfd%G%K}S3Tc7#sq$)3&!2d!5AMS{*@m3Ydukb=j5I*Q)c=Dud@ z&+~`(%M{l{LI#5SQm(aNdRa`yapIasiaSht7lA zo%LHE+NW%@VMB&zvC{kPGEcFoy|afRg35UAvafldSuypOZ_uCP4`I8lRp48C(otqF7vaA4r97;&6|6-cQh* zkkParSE=TPR{At4j^<#tNKu8G#dC$jH{U(=~-K8<}( z@Z?koY@ge@7$eO+SH5Ik1bt&XWxY9ik|UQ!&nOA(vnM+vfj}NXIjF|R+pkLHbA)NG z5nlMM=~}4y0f&Tcc`UZE^ihNRkH+4g3XQQ#cCFH_8Wj&<0=9{|j|e3RK}VP7j`Ts= zxgXIA{rGA+*41!0G3Z>s5?lKE(KVFe4KU&!%AJ(_B`j^gGaW?TFkP#kfF&PU;$1z` zTgo_0UGB}4S#~u246naqN#EI%zCLE|8u?kf&Jxq8L1r$5n`47VGov;wL;@%y9REds zgMX+0Q@t(2R|rkUd8n_0HQ^>90pcr7QIr?=v16;$s)HBKi;cmD3laH+X-B0u;*|%T zoDXD|#3WS_F5zG9FNhPrZ)~=;>J;d$?cm9HT!pK~1!hLa&MK5pXAcl$USSMoekA?T zf0a2;tC_N-;?<9UtMj;^p^QQ=cd})bR$W__(pSe#b%k*lU0P>xF=q;onGwn_z1l>% z%KbR_05UK%3#=LzB3RdifG&^rqu*2MMU?@@Nt$;+8Z}k^ zh3bYbw8D+Hj;Z=nHKYZZIVu{lmfIGi`7Sb501mm4#OpR1=rDVotOT{D(3v6h{WxMP!pV*l=<|Z8iblT1eJMe2qtVi zEy)%$^gJXKu^%^Du@aR+@~M^fXf8b37GM=-Kc0hbov00c8?A}vUo|2seDgP|a*x$s z?gsSg%&&+P!Bc1BsRHUus3Yv=7ls9q|MPtrp5^$PU(OwtSTRV|_q1ROm`tFMT@ z4m=kQ<{F&g^XE6wE(h(zZq+}q2Q%sCl zJ?{u7)=pM_@7X8m3d~b}B(03N0XZjTupi;fR|To)ZTc#=5BA>+IDX!ZH`+S8$9=tt zmnGGXTl!xCKMuh0r5L{0(Hm;+N?q+r=;;{CSKXvsymh*jj5+}52nF-s;UXu@E-{{~ zOTNct+?T+VwzNM_pV?w=#DX=Vg`kopv&o3~=_i$j4jD@|LE`aCB(G+xrsYzA z2qnTlBz{bM5_2ABh^tti-0At&&|Ldu;xoGw9V<4Ul6gGQ3H36EEaaAJOT5pd^cQC# z5aE%Rd~``H-Ed7-pai{r-)Fu@B={#-`K=Tfj5}1G{kVrfUp4+meS?n&t`jM~Ng6-? zE$BqY03nXqP#}nu{eX;`$CPg;ekieiUU-V<26b_=W}0UkH*6BKLDnC-PTh$()-wx! zeOJ6<+9-bW8E?kO{%DSdF%@6Jx^97nDa#cFaa;y3`b1WfYsB7dTtT8_R(FvUYSG^U zrWKs0Q_WJ8Nukj7iBnCHu7^2J1pzp?FbI#J0H8znnx1*oeAIbq#`r%C$js*o;ARu0 zKhIrmIwk6{M9f#6W$!J!?+@%(Nh zx*oxk04wtFfyypS@q0_&r#Q{yXx>O{HoW$`4?j^1X8!=Q6E9-Ueapz}Qqej6LfZN* z8F$7OraHjXi-LZFtLhKH7UJ=t{Itg%aGBc_ zAL_0zPxpQQ0QOza{{UFX{{Wubh;i{i*UX!&%9@W2R9HBMZRN8155#rGCMyzEw3Ru1 z2!?T`sM}NY9K*utq>qp_soIFS^kN%7KkH@F5y6YbQ0NQ_9`nq~_ z`aUJ4`I58cV!lC@FDfPdr+(&Z8@X=MU5+=bZkVa!e$~%MV(v|AJraumK3%?KH_r%eKf32d89XO9E;eRY z?WK_&V;bGG+_aOGaf)iG_g62+6rnpEi6-#B`JLsXzCU=tjWSUu9L@*b7Pu-!}KPt9x{StlPcwHvVXcb z0;bWhE_8)5I9gO)h`D6~QZ9@r36%s2ucOja_YR?sBe?Dx zenr#U@IOB}K_?$>R(5sh^o(VuzMli8KQSCTi1QtzZN}x?xBk<`rz&!VznZ5P^9{i% zR;6{dDLAjiqV8*5TF_{JD_kq&&pNmp#{{tY>|HkPOJiHp@0@5%fu1myl(JCTDI)<2 z%4p13#aZ*o=gyI98!C2%GH#uE*DIuxNqKLWY&)+Zk9OPu2PgBCxKklrugR7t5{bue1BzXSt!@GvJds^4pAP*m05H7cZtkI*%6YqM@g+b z!W9>&uNX+VQmBB(iEvOsv_j_=fQjL2>K=G#xZU7EWkT3Hpg^-|VJ>Xxa;x3%fj zH_*BsX7N7j=Uz9F%sg4mcNKw|hT|M6vn4H~E-;IP>T#w}Rm#U1M%QY+dx^$%!|`bU z06kdqiy_blKtfNPuN$13@?C*rd1n@R7~75Z>SolPrt@Tyx9L@Qx$MRD7TpOo4h=Je zoULY>PRQmVR?MUd-JqaXC;3SnrAfdV8{(ttuf=WxX_VebZ#q1$E%_Bik!fb5sVP}+ zOviJZi&cJO3sfB?NjoIPuHRgF*zwYm(jwivl*siM=I;|hQ~<=^Vc!7U+49@U%yVVq zwvok}PJNnj?lUob%W1l6Rm+phkZAfPs$J7YRBU5NgjTXxN%*ohRPPaVXF%wuL=!4U zI1C@;2gb({{Fvj;G5%C$tgNXtP1>|=78I=^^=z(T*diyJ&hFn0)7WJeRk9{_$x^tA zlPV-5)~*vNN&rR|j=u(Xt_%3^=YIiXIYzWY{!i>0Otx{!Y~HXa=v8c%?U7|v2=>-G zZHYmIioCFST(CD^_Nf&^;lD}SNd}J$LNNj{{CNF3IP;sMxCfERw%m-8TKLW{30oz+ z=sC5049$cySBhJ#@$qWGO|rY#=H%99<|#*#EMt<3DbRA~q%7~q-l!ofl-W~o|RSow!G=8ktc>p>?;Wb9yVC(prdCi zI0HKQo%;0h_nw?}@tuQUyq3-HQhXfG_If4vSmoWC-B!Bk3EtV^OlmSLi<0Bo12@V= zGs~T}aA*G0!nOutv#BR%bnHOOoQV46M{=*k2NHN^r&+UFzc%=Jm@=+rJbLhasqZ_}Cl5T^<5-~{OtH3t@0FHhYVK`^v8WGhRvU|nTVprn%^6f=dERB+l#c}quV@Y+j50D4oL=%5$J`cj*#^ow?<nyFDGK>tD}rnuqgAXV+Ua)MM}G znsiJZ?#1xyl5CoLvMmu+KacGY1tiE}17Ezu@K;;%4aRylGmO}?n$4oKy4G~(@AT<= zG&Bm(Fw_k?s_COgRa%A8MM-reZjDZwXKI=vifV|eQxt?goz3|6ZzbBR!NHYKx)~9% zyBw0yLdfX5V<)b%UkxnA1a3IZ=aDVhrV1ri!d?9EgC8GsVb~YdbR-tW~2? zaCse+vABHie7o+~{%dvPo6b&G zYL9)m8)cI1TIjo{p5BXBqSr;M9KSY#n5*Yh8qJBrXO;@>Dys!L?UT1p*}9mBf?*#f z;iKoxSiO4LcdgE3)ma2pP=W?I2w@V0=ZjqF#jdMbc1F0S)75H{Pe$}_uf?QtvwzIR z+;`mF!v->r75R5rTxAs*C{D>r3C1o_i&1Gf#!^Z2O|GKbaI3jHc(Mkg_YItu0fM*YSF5rls@p&&`jHx!-{=@ov$Dz1PSs!rSRq zT}~`<`>`@HEwQ=7GRr$<8YZCqrrexVlv8amPbjk)?X!&hiN1)jNkae-WS!p<%>An?2A36e*!EW! zEp$$Blv8>p^wsszH>bgro5!4k3yE|6kCkpwwtIHjykTYA8q{5quOBA6ryA6y2)Vey zs3}ena?v?ObxKv6eSf^E;g4QQVLZdgGHF``TUJ(w`L^fC+|}%fTRL5IV%|NcWbGWz zMYS-MRE5B&*;AXcMeGJNGmGPXVYkW8Z_c8b$!RAGZ-akRaj&ZTe?ijS`{!5X%a~Oh zeq+V=P0t#O9I1|0-?n8&I;5QA8}k~jZ>oK|^h@zQbW?$N;n$Ek{{S4=&mF4#wpOXj z+Ety5mHz;JPgd7mme~d~7oXhY6wpQuJq~ok1!ZIH5&I$&4IpkP5%HRW8{`` ziZ;q~dpD})obLB5eal(uyY%mUB)wOxSEh-T8))*Egz&uUy7QgKjI5s+<>Sg2+jGOh zkF#fHKV;T7xbdt0va2<9*xzlkdP}-cdb!0P09Bec%^AqPX783RSn1JoEv&8KrQ1sl zW&M&g&4wOY?_su1SZ$gg?TR)kskdBMwmHa|7bAp9WR%2g{y3{2Ic|IIOtUi7yR>@t zxi3dKNy<~x=z1?rbzK~XP3tZd|B=d+#%3s3Y&D{;* zZNud6=8E)^@RtVtrCj2^|7TbL#Pk=7w~I7L?hh)Hv8FbY0?HG?1mzdvgM$SHnM6eR z1%;s^B7(e35U?Ob0DS+5@Cgb_Kt&`VqD=oJ&^?-`oxOyvqS8OH?*F7g|8&aF&yU|v zh#%$YARs6%F8)Uc1j2XE!RHl#^tSQmLwd3Ntw9mt1^0Av_jW=dnf_?Bu|@fKOM~t$ z{f7%~?wXqaQv4sI<>vOsufMpxymb-(Hse2Xd+7(bBLs92UML?=IO3k2R#lV+-OupbIoU}-g%rR_!opx7K_xH@Dkvx?q$H{U zRa8_|0xOEjLq-19@t~($N{aGIV5pp+APg!81uMd!Vo)JLVR1n@n9$#{sz@(y z8zda@H?Gq??muPa{;RBnf+xbp8|A5wLb?8(0oslzZQ zvpoOsRuSRpi;4&dLH}QV|3lX9|0iYw_r?hPNsj+3 zS^gfn&%i(3f2IEY&%cTXfxNF6&->E2I|UH_mGA(&-un_nyITcB0?_{Vg#K^B_!s?C z932hqe)j(T*Tny}bJq(1;sPLm9Sk%e03C>i0YtkS1U$drCos^^0O%P1+Cy;h9^hc3 zW1(T<|22O9`8Q$XVBz9nVh{rW*!Nc4L!)Ej{Fz0^z{JAFLBj>$kpM}_m?<6zl2gio zbRhC9HfP~fDlwx#z#r~=`lI%b#2-i?CKd@c4znOBhzwUwhup>kqRaC1rBK8GD=cb= z0#E5~1@I8#o)L%v1jqnB;@}p5+~Wt9eJw&Ydl7Ag)nM!Tqa0dLC*80Er=^}5rbi;K zJDV22OVTtz4(kR^^-GZ%AB_;g`R5edo0D$!yYcLL%HHy%wP_ za7&)Cvo*Zr5Exsj$l2F1O~%2eYD@?bF#kL^AAf9omEIyA;6ODuKS4%Z@JgyByxs3r z1Ii-9n!-KTwr%AcO`132@yNX0Q`Js^i*ricZkS9*`?zLCvh(i#(Il;<1I0F>+@nPk zO*i*Kq%0qXwQ}aqbW>g*pXfddYS-`8pq4KPR&=4XS_kT33cozKTsRNyCTXM=P)zZE zZ2Tt(hwBej;Fs}EnzpU;4|pR-xah{6Z&zs&AV0fAx&bKB0jXLshq#7V8^nm6GSA`p_xU= zxL!dsgOD()eXzQc{dP0hWNb!NZoD7B91&@>Sjjs6-UZ6XSitxrvX~yjF1%9(u%CM- z{JulYdT6DFl}IH)oV3{|ZhSuXB4UiH7gT_eY-R311**-dQRwpNe#W1ows$cgk_yTe zOK1~TY!gd6GYV6KOwX>(eO1q4Y1AhHy_Ns=!G=pYGN4z{C`KGFj$p&Rbkq!elf`p`p?+Y@hU{HCbDnb4H(Q*2hduhWq#`B>Q2&yg#thT};s%9RnOVlb1Cq4Z&@XWG>2j9zu`!fv zb`Op5r~p)JR6L z`t$A#4pU`!=OvV2B}6upqY=si9T;*(yZvE#zw2E&9c)B-opn~$v=os?QVKb3l6pQ{ zQ>F_QS|fFH>}^hVk0$4HAQ*%(%R)Kd0!w?d1XA;^`4HxGaB8(2s$SeW#-?wt>0PQf zu`YYptqA4S56T`-JmJee^-kTIBQ_J%Zh=@osTBSs0P0_({rwdW_envZwRys+LI)=A zPjbmZ?^&yh@{~J(=A%1+f#27HU>SC;ea}X}E4Qn@UHes|58FZ#Yq1ew7$fpDs?e(9 zw3RymO(#cJCs8bl&ax?Gr76aFL9(2EFiPms|H|~6VToX?mrJY~%^G-X5ahn0BFk#4 zDLmJ-ebv}EQ)n@1W{IX&x+vENiGqlGXrj zaj+u^t25*ZhL88X0(Q$;=QmKonZ{zXDm_MLLo*i7(xFGn~AKwrpQTC+7tft zQLoxl)w0`!wN>R|j264D>gJ2sC2%`MX=o=jXCj3n^sNpHP>xNf)DYTz2S{O4UBs~` zJ`q_SMIT5~n=YcKNss{rS;IstF$7C=^AelHgzGIYX%=Rq6802PxGYeU_b7 z%A^S6m6SjBLDu@Hdt5PBd?A}!akVMVc~bqnNXx5GAF>&}Pk}$bBUcC3sV5dn)3F<45e8BPdw!YbA^`+Ja zU3Goh2hB_J9ScUJB(cBAIpwY2t8Ju(rxpa-+Uao25-OFfQpHNH;tj^w(HIZH@{&gx z&vDk?R$lYBEI#q8g{CdKc5~>Hyjp*XlPhU`nbWS$IKrW94IZLKO+OLG%iIF>fvR? z1~3I#Fib3g%i8!0l?ViNd!Q_RWAC41sB~RzU7da*JYXL5tO7~o$IOL^yDAJ(m6 zd%dR;tTV0qQBR|ASa|TQ(!88fiaPv!xaAf7>KN%z)t~M0>=M5N6s@9=r=+j7Li)$Q4}9-o>+@*NgRclkuOssu#Rx&$=?nE!& zj9Q(3XQWa$U|Xqq_XQ^A`$&6Stj}l{d+%Ib>q8NUg3h-EZ@SZB-Wh&KuB0~)jqV9K zTAVK8kU0#>_c}w8y4aSqy0s2P)aCByk9Z(if-{mR!g%-;@K{RZIJycYf2_M;$Gg2T zjW9CUntE0q)u2)vZ7BL)L=%)m;^Q)nl4DS6W{144QKezy37e@Qp<^JA!g&za+XNmJ z<^LUx+|5n&e&i@+GfV8an@uYFK9IEhS+u6J#H;AYw=CP@*$JoZHPp<>Z!BXK{)fMqQ<#-v%UsBl<0LV zLm1x6O7>O&2?6s@von{J0LtKP->7e9@vZ$9{+^U1L`<=l!b#Yzz2+)cE!}yREN5BW zv)J8vH-H}&&&LB}3Vrc0qZZw+ENGp1PFA565@H%hxm zg5C0JrY&$1)jec=#O|+k-kEPV)>&H;V>!GrJL2qx_6=I-X!?2I-OpqGmvVr4C{07h zmkg0$+Wa?f(_Jlk4@|r$<7lHB;PzcuU7z#VXLl(FpAc2kg!&BE);Y7ZGwiiBmQ9=0 zo0ipIk$JM7o6*H8A}JwkXvh&(=E1fPH>p+!i$8J|9hDDr5Vx42I)S%=u*TPmA-g3) zpLuH$u}QOAG#fl>?+*(YJ|TipRtcdb->1)|3~$$#SLvcA9~tMfz84>shUKkp4U4zT z<6at7p1}NRo0ly#UwmN2Ht>Q<$e4+cf)K#2aE|cQ*Wwav@*nLob%*L4xHPE~1UvZg z*tw+C9*+(ZljuI(2oa&!Sof7gj*Hj#`E1u-41e4XgZk|+ga@WuHDK0CZ!w^)(=B(_ z3+8K{4Ya!=KrYL#;BdM<+^~mevlA?)>c;P9WYr6XXJGt2l8`mcvA0X64iZMp!zCc0AuVEKjty)hR7$GU{XfC_^Z_T0(h1E(J^AcXkJ+pt+b)5cn@yzXi>abi|4Gq6Zodhr@7 z&b4u-RY@^paKf0PB?CPp%f?1GSB|2b%g*m1KjA0B?()VUi0@STO75|tNWV=rAH_W0 zIqPH8*Nq%6bEIRS?OC?GS)yQr@(o=ME15u&4w-fPrQz1f5K>c;Em*}x+FgiSuj6RC zQ-$7T1fM>oj|{`CuKTHqGd|V+=VH17wPE9zsZCS7??|(&1V93;CX36r%BX#@b6i-a zf%XMqfwE-pQD3sG(>S{{rGt1^ecT%A0Yj}gyv8n^ZrzgCafXYI-u)|^R&gLnUqB?< z@MBPmW$6`BS@j*jwryviRw7Uo?{#j$ltIwcs#8S{&PPYOGW;09Y4Fvyc4{__S2{cO zmTV3|uJ8=zS?L|X61S6WakZ^upiMF`JzkD~l)SI<_S#c|WBp*dyRjMkNJ;@dQW`su zTVoIto3m3lkjbO+i56G?Vf(;iPS(sVd!cY1=#hLv;KCI8e4MQ=x`I&5EO>6Op9wpx zxkg-#chX_xJA)1mri1!6J|-_N8Ue&iNc)5Q|bGGS}bkZQ% z%1DUypvfq6EogHCb{OW!0al z*5lLqgWGR%;<6^@Z9*ec;8@*Q&UbCj-7hvhI4tk;hE(nN~qCCo~>ErK>an zFVAjs0!F~}mXfg3k65Jdl`(ldI8eAewQUh+rr@%IeO1AM$k)^_>+hzd_6q!3P zYJ83~xDGWm%r-52HJ2^w1ob@Gs4I=zpj1Wak~?cR9>a89O{$u}$9)m{iP?m$f_6+Q z-p~@sq~XMgk`ESzU|B9 z!rVk15rR@Ritk&|Rjl-#AKNpIu0YRtT55{Mn7V77H8KM*V z9eM|7mihT(+${SJFxS&_2f*@Py#t8%{9wE)x`C42Rxi|wN15bRwR$24jwtZuXlIbl zmx7i}~9mQ|_1PK^#U1E>Mb(P#lQXR0v>d_p2t!?=tS+Gz6h}?88d=y%J zJ0DG}7=_b^?Nimti;$vM4ZqbqIk=<599wTc>`=&XxvRomHJ5h#*Rar0{!#g?7N zvKnYkte84NE6^jrKd6iZa#A=K)--Kfp5!aKE+Q%+Iyb+FrnC4q4MrykybbF-=`CpQ z{9YgWxn9suDB4wunA-QB3g8 zI;VVBN!W}ZB!}tQRhL){nSJP5Uh%prL1}Yc<2VD!!T^sOF^wrDX>Cwi(H3lKD;Kck zX3EON(6jZf)JZY+NWjF(BK}Nu3(qF}9mgqRv8LTx6I;xLAqxn7#NX?UU%&{g|I!r7 z-uCNC%?T+`>MQpy&8SQHO#$LW{rS21R!C`@p+(@Z_tMq=e2kBbP2fN!`4aE<+p3c% zewLc#QceDtRWw@ef$_x_4?_%F-wf;iCK}~(2LIRq23%Z>-srgDK^h0YIHWf>wtPds zQs+#3x6f^gPp49$Ht)0F#c|I6&U)RBnKm7cl%DC(f+($8z>itqgfC^QP}5B#2HjjD zqsK}|m}eEb7UEUAJNFlwkO};4E$n8}7Dt0yLR7xw9`MPXM)@PBN#=ms$8maM6o)^j ze#F}f*0EkBCAtVj_IZvba%mGVF}1eWtq<;+E9 zylBRiqy};T?D7*rIyrl{vEd9okIlnOHp!_jS3^ZF&nPo|yc&TVj%5|~C)cgXm2r7< zI~pi&pEr=3%;&uppj~^}!j;eA?J`(t3P8&EVxe(1RaimFPZ|;dYKoI_V3!WE%-1q6 zX_BciXfF9Kc$!RFF%r45!*1+z6Bl=1|l=0lM#}Y(l^o+G zg`H>?-yG_qbrR`c9uTP;n)n^v?|kY7nRPV~m8C{k!LMfpE0aBGn>X!S}bXJ zav)AyKupQ>g_!IW|Cjf_>o04!lsHEQJnuQrD%#Bab#Xdw-$Q#-GI@PWSPy0)*+!XHD-wkfhE|e|i3QGKp`tIhd-HK!0&gQOS>Qo*&#wGr+I$n@7qAfTeIxCO2Sln#^*HH$ z=CzwQ6J(RR=7>mThZ)S7*{c1RNQgPL%RC!7r1>B6vH{I9hcpamam>}6X}jLWtw1wo zIu<&mxb5F(9wdHX&iTETldFQ2aYT~4Z|lPv)5@iVtI66+MI4W*of=VP!QlLUx30~K zhY}w{&zQaf1zghK(!JRD!Kf$R>_E|gIRkZ)PSeWNmymm8r~vtt!T|ziXpwR0h7d^2 z3MjwmMjW=AUvNUN;-aG##Kc=>J&$-Ah?R==W|dXpTbY$l*;7iaoiN^lQYV?=veq$p zIc{z&Yok+R&mP9doLs9|Jo%zDYd~w%c?L|5SXR6??Spc`d_YglZRF)?OX5RS(iAMGpo{d9lN{u;~Ab8YTPTn)YR$|JV=hVM~m z?3J4-6oVN!olm^-6181eUs95Ze;_slc&JtQA}xUu$qyR7SS3PsbC1y(1Yg zX!NZeC&ieqrl_>g$nm8^XrzrLItn@oI^TGd4re4Z2sN$DzdRWm&L#1#U{G!1^9uC? z*5RbFaaa#20JOyXIoU|V$k6$;7E(k4>pH>=fjj)_R6H>nhS`c$Yi3P;N!0@bD#Oh7t34c zNA3WCGOo+okn9Tl;P8*Zq&EV$iEWU*^S7TSzOX#ke6;%R^VxT#+kut)ufW!Y#PU3P zZF{2c2M3y=(3rEMB_Sa0cWW!GQg;|LSxQP%!p6rTgjz5k)0^%MhFgbYH89U2mnKq?K6icH=kR)s+ zvpxW*-i$&Z!*uvmmxLY{JMk=-ja{Nf>Una%Q(@(Xe!9jVVL`-BS=6Ri5vC*~I1k=O zs3o;9%^i}%9lvPbF2C>{e703#e;t{n$yQHa4I6dsJDd&h~Rnx69Rcv&grP(lR zL=w-x;O%<_E+Db#7?URs11tJojSjh0FIpLox!)846JqK5In5XKof6Ai9dBnd_uE)< zLUd5S-B!VF79Sj<+egekHJ#M8#O;bdOdS$tt`oADp6y@$sPd3-o<<=IlRC4tYYuab zhA^lu%dDj}iPZKG4LdAFiuL& z!&3)Rw}RoZ_}5;mDE_=GV)}z1OHOk-$ri&G7xgCw$~5PM4)LO`SwC0LOsBFNzWFb^ zFTN$+3pevSa`lw|rlhg84iQNrV1Gf87vS;JRT%2rSfy!uA|%JcCx-sC>xofb%1e@h z;)lW*zGdr_c0=~r=?Ujja(&P60loNV0P8PXg&lj&uI-78*540)d5|vlgf7d?xWU@r zojQdB$=W169m1cW+FlbvS;G|lCJ{7*sY(&DP)dn95&EVlt}a=N3mLG-s9fv%SeF$$ z$IT6RdI{VkKqZZTope0FbbiwI#zr@)GD3rd=>-EB#ymQjEifQsr>#u@>V!gsZiCJA zH0k9X*B=$*EMd$RhHAw<`}{lbQ-MQ=5N)<|5a)SrttFh5U8$i94z+P9l2s_!P3A~( zl9qEPq!%z2b}+cu>~_`+s?4$BCmaLBo*Q~hL%5o^v^iWE=WAeiP#}p>zAc7 zm5pIO<9vj6acL`Z#faIzW=C*;rsqH0E2=jV%htQ7m4Q9oeq_BJV$fmtV~*9Y0AcD%aedVAV|&r4sCqgf3znMi^_ z*B-TWYtGP;3DUAxv9rr+IY8cHi}?T2=j4_j>H_+TUFOSQVlI0U#g%00{psz~4mJfz$c)fV20^%Gm zhaO`@q@gV*VT(H+lC0Dpu3x33Je$(ZP|%X1;LdTU%*Bf4RrZ4^juxsZzMoO_zP84T^&j8CTL2Bv{-i^mE3X#_ySbC(Zp zDr#_t1mccuXRvGLL$m^fLv-mw#}A1ui%)92diFXW?oo9vjJ5Z%xfqwv(ANsO=^4wR za9()$jeQwW8Mg35&&R)jtq40OjK2A96L`F7Ms=$E$fxK`d$+hz@Ec>3Rk8NQB&AzN z-w&&I4aX;aZ8=eMz@>UTYwyKV|Bik6v1j5Bn+pszQ0x-Hnab-%nW59vle#dxzD?%m zqrTo|W%l_Z-M8!6X%viWL29`hf;*?3T$uZKXhjM2=Ps%9y@|%*J-5oQoEWzK54O#I zOyW4=XE`0IZNEN`O($+PwK`rIe?V{U(RLaSuULGWBPmz8Wc2Qb5L;u;!><-}-kIp) z@BF&$E{>dAkqdF`RNK}QvtuqCcsL9+r=C=CHN!qB-l;M<)uPwYVRa2>2_!Rcgup2F z5E-Nzu~1AR){3s?Y{f%K!dSVZOsbr)#N*Z1&u&LNlqe*%eTIx_H@z_C4uhK|bdb&;S1^DmwsgxO zvB8VqfhopP0q3_Tb6&HF#Enh-y3xp=k-(TlqQ?`i4b)Nw^Xh zlR+6ELZMmQ;XcfX`8+sjGf?xEzsFC6hjRv|`rUdUvrAu?=Gu~4(eAT{p2Zh2{P?n({(@_4UIBcOGeX_6K|sbJo!{r?(0;l+f9Lqs z!*0q&8j`LVc%0k+1s-^#WEN%=rP};dF<5R8`uUW@&tJYqpr)Ro#nO2RAdf_N zzXrr?$Jq((g$BJ@@-c+~=piK0!}WQ&LNhO6i-FXpJ{6PBb$ga<0jU;?HE=3k(Mx$# zUY0LFfgW0agWphR@|y&&%~v;zG5>}Z2413{d8WKuIfZ|&rs~I`a{PG7j;rm2A*P5! zzkYZBkQ=yi)U>q5Au@NHZj{SOxy;Q%B+}WPFM4HYySK`NHc-%XZK=AQ_Pfzv zfD8u#HHOa}>wK;+3Mt`faCCHMMrbla zJg1Fd)QF=aOB}v&*(1(U3-0V@P~)-_hBqAKGN1eH4twyegU)o={2UI~i}RP8`lXBn z<1t=HEBq0KWvBJ~m*NG>g9XQyIlCaiWw)bWhH9falTupKxFo%A-au@xK?t1~(AUxB z*#YaKw;=q3R9P5yCFIi5T;$z~xj$ZX6mGiJT z--*4?Y5xN*w)Y->l%cCLYWjMM?rL&}B+k~S+j)DC9H&7yOWjD{^Jkg6zESGKId)I^ z{XHQK)}RPLOjZjt?!|IHL5cBHs^kOz*D{xeNT7XfU^aF8V_4SJJ0OO;c!X-PrO?!E7$8X{ee+l`<&7-KIjL!XwbS9IdR zIcfK|a9+M4hDX|hDY*>J*Da@XT*q^&0w)$TmeM?acWHdtQiWTKg89OC>WTC%6(;2# zG7RY?DCEf3KMD+h(@n2MH|`K@t$!GU907p%4`TfPFa{#9tM)_X|0}=cWdfY*j z)3Oaj*E`;@x-9Dp+y2zvKCJc$&20>8*d}b?D>G=~KqD13=lAyU?JaFA%U5MbPI|95 z6|~Ys`Qe0@d<73*f3WUTKl5>`^W00{6mzp$f{37ZNr5nM&gA10)r)?siVB-~l4(y3 zncIK`bs!>UT{NS7UGwn+=0(Zr69$<*sUL)aiF5oA!Of~|Bfr`}4%N-v1)`UY!0=Ue7nl5N&uH*}E*vPOb76z&%{Y!jS&GV1Ib={?3~_ zfO`zX&kiA7zEf1yvfujE$*`wHtc@Rxr9v7|i-*6>`_?>6>J8FbOw32z;wnIF{RXAF z6hT}`raqs=*eRiLuzRC)^TbOxmW&vN+We!i z?&Wk1uY;rEMx0b-9M&_Kxvjt2Ow;0)or7%9lx%AuSc`{(I&&ulCbA5s=K?Lxju}%E z%m}MPMmI%SaVm(d*&IFnRl(X+SILyfW8+qx>BX^y2lx_R6V&i|!`8*hsgp-mzm7DQ zKR;HQw|`@W-lB`Pa6Rg`LgHbQ%0>uP7Zde91P-Zhma(Dd-*2wIoxB>@gbF_m`*H@T z@S{_i$kV=}H|F2-oDy{i`*jCY=4sFRgTqO5@ z0WO-?LxY$xY4)?v-+;8a#pqvjO<&&hbriAU57JL~UW5{CQ2D|Yu|aW6N6bMAB#=A^GR;9)}QQ%#*=K*BTa5XQ3q-kr+Nw<(S>V$mjOkf7J&{<3v__lB&yBt>|BmtR_{f3*2#7!s zDi8@7goN}T-}vvxfJ+Mk%i!nx?3#wrH6K&sktG2ACipD% z43@aY_{7DZ2~Vr;s{8 zARL2Gk3oGaDPmdru+E{BOabq-62)WbhlM3y-{yH3kH%gA0a^ni`)3WcT`UZiT@sY9`_v^(|8rJaEjU~wdi;;3@37x98;PYOf=C9QKU z8Tp!;oM%xP5ksF7H zTNHlQlmAZvVL*B*F5}sMQWAEIx~~M3+95xUQ@^b+WP!gjI<^ zCyp-(7(tzVsvZvb9r-%JuFZ3&ANN1pe%kUkE_><<+kDUdV=}ltC#0>}tdM#Y^%CbX zY?WL=Yd{ARI?K5@y^30mZ@P`2fU9YXpPl(io}Kne{)IURedIT--btawq~KikLb|K2 z=0P^|oTSogc)w1Kv7#PaVN%K9bVVmZmkbFoih7I9qT>g zC%vCg_!@A@p+FQQz{@i0&}s4y3!(3Rf^WutaIgs4=zgJ9!Dy=I(@Rg3z*fhPTU-^? z5ECIlbdXy3f~mu=(TQT8+}+^+^{nkLKtilDPCf4Hcb}}rxPx3%p)o`k0%W=30pI6U ztrj8rX6nTd46#OA4}Fd#xv8C6*?#hPPQcMK?7b5;xfW}YfAVvFuVI1}>_R@EsSsRSN|aa2AYWoy@53g#fhy)0if?=p zP9%>fVP4>rL@wHTQsNjdx@Yr(yIw|OvFhCFtX(986o*9on+}EZdAlc}I%3w+w|*?H|}jx?Hq|B)&jz zh#khRCk2y1V8VJ;da-E9dX-i#ln7s;9-~FRVYH7UKf16{7`Dk-z6j{0`_PP3l=3{X z7`l;He=T|O)_h|+L!)B9!f$BW`{QYcQsj+lP-ERoBeEY^`#~U0^rOYbqnGh&X$Er! z+_+%Lu#jZ?>gkHL{TRZG~rV;UZ?MCYQ+_Icfzh2jc- zA3NP% z#YlS=?dI!&lxlvD5mJnsrw+}YVo#PKU3GZA9aEWXnI@il+q32lk_5F{FBdB9sG{ql zeLNn7Y;cAawVJP>jzY>$gFr`Edj-WXI7@z@>fz_(w|rp`7oCl0A_`KuDNmFXYr`j| zQ*_gZzzm92!6Uv=i{KqWRAWOzM)oZxqP(;%o6+@v71mg^4yC=SI)z&n_YD)vl_zy3 z%%dPArv%&fdHSQ35nQooGaJ-2j8{i}g7NMaAN35kusBIQ^RLPIe*{1GuCDO!R(DOs zjY9e4=q>hD6cVwiNsCn(%YK)x6C1w_ocm!O6?|~sbPp%hY?Lx&3+?vo!o%FqvsP#}8{Ed-*i-Sctp;S)I!5USNh*kGMP~Rjm3EnbB-VC8qMCtxGFrnu;Q{h4% zj9;@zt{3T4?tK?4ps`Tg+g)t*Lfkq0^TzTUPU9kmU&+k7#6MBota97P87yYIC3SaQ ze7XEOoVe7ovdg;j)N-fih0Ep?Ov}8XABpo3H30kiArR3Ps*@%2UL%IWVg!VT!2X$2wG0UuOgVMBAJirm~8>R|`yQN*$3c`J&Q8R~p7kNvRCS5H`zq zH&6)Ym8K~-Eqs}UKmKtG+5B`x+-52bZgg&YM+*_KD>Qm*6h;JcWBGWyJL#p@y%b_^ z7~i`r16}Xokd@DE+YrYxaWa5J?3a)E>b*$xAzHFq8t?Ar?%u@;TfQMG)p)gCJgE|o zzUwOaj$@VFw7y4T%RWY@Z-!OOr7;xLE<|BQe=)M5E(aHO^I{)1SVc1AmhpDnag_NiItx?9Y-hk4xn+r_!J$l`DAu<2Bh`; zlU}-Rrvz%!%hMi#G{cq(KQM|{CN@A)zV3N`k~w}~G%9lsuUdK)aEW;(#!Ku*swlDzTMpR3L|lv$ic-HS z8s0O0At4J-bLvZiawHLfMBi{2gn#SDYs1~e*6%K zL6NC6MgDCY%~q9gAYI*4lek`gJ}+F_uCxHO?yi4yybp;%MMtgCwaA@SjI1yI<_RTF|!qbqf)?oloF6B^cBxVKN4g9 z1*~!K`di_w&=myru%r%S)5m5ZaGh+6zv}Dx=<0s5Lj8s~@dM&vYQ9kHE*!k=@{S}h zbO*GcXPnI_C@3A_0Rw)Md;J+9OsMwj^TJag%04<3QlX{<@0Z<#9DP5|^0e)(KqQDe z@vF`yaNtR@HSYL9={#Om?1u%TAkw8b!qqDCHGe=oJZ4%xNO#Z6pevezg0Q_SJWfRWr(o4N z7KI@gR4~AuO&=1(?e~^R#K8u;R;^_eSL%Sk-s(Im7Ew2hG}t;X1BKi8?K>E(|110h>Pu z1wRI5faVoZ&i(@OMW4%TD$~m6&W8TcBUUf~5fK4|hyeV@vHxR7|M(FuEid>#S_FgB zlr{6n3@%>mUH%UZ;=8gN6h)!c=*iOCBh0Xa8k6$E+ezoW&ZY(89wb_Yil9Hoaursf z4-RgXIutL_U$QQkSq0=0`RY@zVYAy(T0#Qba-v&C1iLnQOA;~pGa6V=skUY*6z-an z+UM!-!eA^$YAsVH;7;;bE0nS{ZMrj)AG9_?nQGpuUw6&+l=zrM8zBw?@(!f>{#$;U zLq1*U9j*-bn3|sRAk}DOxp71X)==D2DN!!g3q$XEY=Wb$rpjkY(mV;`NwkTg!9!*J zifWO;NV%TB00IRHsgrS7ZneT#)jPS`)8#r^Yh#SGP1WCnN|vXp3>)S@?8ElHZD)jn z)eG?=?oDMFCE{CL5^o@T*V@dw-;X7TG}QY~z8oG2y6BB`o&07g!A?A#0?Z*WsHyM&gswpLb1WSergu`U|MI-$ReLp^!iV}gY>#=?qGqiM*nodfvCl1k^y<6;~|Aj)Qt-K`N zp3Q}UOmfzz5tqN#yNd12FgfilQyJg*hsXlGT4$IrsWP1{(GZF6N~0$Mm*EGKwf^Fr zth_+m@*klu4Bnv={vE<$Nd0%9z^4>pS|YeLUo*^IaW8vS0XMZ%K}rj=+Nw25 zmfbAgk;ineH?J+DRjCX(UI;o%5mg#M+a17E1{`j#=I{m%OZ`o1w@*#E>zYq-h;oD zA?odFQA7IEh12OeuKd#3zqfi}=eQQQ{k)R<3vg$oK;0p@QgNd_yR))1uBfTJ6Z#AI zmdQBsY$Bk0<0)9JntKgd24+^y@j#}}-Ix7?#^wKQScPQB{$nWRBzroMvO>uLldwcL z8OV#Fe{(JR8&{sVj&0WLcGM5%0Ue7*PYtGTyCp2!$5&$X4qwxI3u`sctQc6XPJEiG zj_h`)mCsrfzeqEFk{m?)ycIo)oLL*ImoW&J9w_+min$(&S<%R7RB$oku|pXb&qiYS zE_N0x;oXu1b*73{RK^ZX9rwhwP-h4{3x~%@^=^8T2va|D&Bb#)P(^TUmQ{7Lj9HjB zJ*yexdtyz(oww1%<&<_$(K>^qx4rc%TO4Sk5O=qx=Cjy|~pZ$OSh8XLw1WDcZ}fMS^n|v=uacb2m?@ zw!yhoVmOF{3{6=f5|~dIL}MRR?E6o;z@NumkVd)HN0J%-*Obi;+eWi?OkF33R zXA}$;I$Y5cVe9d(GoUYlbZjgYaCTH0@ARS@x5bnEjBM9b?m~En6}`)54V)r0!PTw* zFn+1RfkLr2bjnfCyY3B?RfWJkfQZl6S7C!I+Z%G2#HBjMF2V|qm#mC#!~m}CXcVYt@b3{K zEwR-gMuf` z=Pwv*iS!W9@$grlgfonhw*bj z{6qvZD3u@V1UUkibg+BQ`E8VGt3cR>5?BSzQQ#h z#SEhtgJ4+LLzX(!rgC$sc4}9w-=kUgPEw_rLfAhMoLdfQ1)p5XeM8te%ZiWD zAgoqU`wLi1bWOFHj_zN}Ct->=QQZ0kL9$(cHUar<*)ElzsS&hnNT3M~jS8GiUPXGI zuqJQ>G0JZh7n&)Ix{qa099+oR=%t{T405^r1te1>Sp8v2O7}-mwP8f1gdWFpIwUsG zr(fkomt?d~?5g=wGs5a{rRfxLqnj$L8ex))LSN8H$y-$6(C2gm9_9xVReuusHyp@H z@Ou36^v|!z2Nc~zBc^87Fo&IejY7Y=D@%c9H5NB9M}hCO{)bOgzL5si-Z~7Y-w&_G z^ff!LWCfO`P&u>8%_{lPCaR`wqt>#KI#8=wG!hM#$hI{hry^KbeKW-KPc{_p=#kku z00iQzkZ`Ds`ebsj~4oyR3%-Uvve^CMs-LwuV;HTD$4K)1}hUseyu* zMaVpG&xVw9l9cn^Fe)d~)wc5_FyH1)b$n@c#5CFb-=N4`m~^5066TUKy}8vo-8_GkFS4{;hl z+1N?Gu<;1}^Kr78%%tj=vR3OVbkOiXnnb#Ca&g95QXX-mg3wc*Sh56ul|)gzj(kz# zuw-I8)nRWca|Clb?jdi(Y8cbu?pZW%m<^vVk%{qS@lskR;fbnuZT{MGqFe<%l_3h# zZZQ48vyKkbccAUQ(%Cdbl3;RE4KsbS*pxm{0@^LcneMlIZuQJ*pGmtE<8B#^=zpLx zQWs}kN1xjat!D1Zu5Psb?#sGLQ87)Biwn~{$zwi!%5Irw7! zhPzvyKT>4Ll34YU?N$%Bd_+I2PdBH|~^K3u#* zW5~F!IaKLIA0Hxa$`qVa&@Y4NbhqeE7o#`^+}UMkP7z4nW;dn0ZpbmDprkY1Xfm&s z*iq!tqi<-@k&Mb@1#>z@_Udu(41d-=KTzS-Dn};#t{tUTri)5=A*g65rw`PyefM_>w^leXR6AIvr_pVMt=lzv~o#h!QWV00)hglFJ9>wK9S+bU2HV${6-w zobpycFm~2DAuk8VJZ1X?&NkP72ua$}dLe=HY`ZMNsbw?LCkCRe=Cr1#f4D~V#j#MI zjsp!uJHDNn$H81`K>MVJS`n^Sc&!oI<4rb%W%AiHkLdj{$~J`rpW->Npu0^ds#Yk~ z;suw}qN7%1e^s#x{qnR8TF0OFDHaCz&VaODi~GctW<80uZ z%Fq+9O3y8;Tk$VpZx$xW<*wWIBp6}zVFx@;K6}!8RB8#ql~;3`czR>;H)^wxbZJf1 zv1e?8&v2Eo4R$-XweNO8#OE5xDH|Dvd!mO26_wo0V#pEVOU~yqLe57UtI&0i!4kS8 zoHDl7sf^{t(om6CJQA@`RKpxYe-(L9vm?&rP310)_6YhvfzOe0N z+HPP3@spQfv4Gv~KR2a54|`tL;`l6n_aRJn*$2+B-g%ZsPswn#|3IRmY7`-yNl(JA z+qSROL835`!#Xx5dS|~A!0!EEYWyoXut}*Uec`L;jxd@1d8~_5IAfnm^Uw6`f6N{q zLxO;zR-Wxf@sC~!nMsFcx@Px_QfdAb&qDF67ov-?L0kh5mfDNTv5oy!)W~`ZZ`X4# z8rZssG;J}}gikl|{X~00@Vj7g<>9+fG^T$Uy1#(+ZW?X*VD7JH@T3;G=XU7`g{07; zIOnd3-TSZ>e7p;>PP+?|Wp;&oEM<6C!q*pc*Bl{JkIXVc48?2Aci@sstI25e(zKC8 zYlmj~J8|e-hs38~Lelc#4}?N;WOYRr86{T=acT=ixYG@(z={lSwz#4Z7)R@c9~}p4 z`DT>LnJ)Tg&loPO#1c9MSuC`FEF@9o(dbmOf^>TrHAjJL|On1vbxpQrD3KYU}Cx*^H2aj3=68?Ayb z#MQ!7eA#RhHy6)aHB6qd@P#cMUu@~1qzuS25$6xVU|wc;9jv?%VD;^bIzaX*=MY!w zr&sfZIC-@!eWHf&<*)5bL9ZNpu5N^>`&1 z#|@*$V~Pg1K3fg5;W(H7B7wpmYAfC4_srZ1WFJuuHQ&Y2-_oDh3BO<~hsA(fhZE)H zXGuBft8nEFC90H~-^WjUs3q%+^rV0MDQHpBw~6{t#GUlsnn z0)JNjDKnmIWvq!S=^CDW#6XxDDSJs3-3uxIO|MOhikf}qIi49kXE2EVEvc`(s{R8xL#l0F>^@vk@AtQbjie#PkW1VlGV$F+sc~L1rBfz*XawpK zY6;%!kk_Voakko@YU)gh*s2z@5GLYyhS67|GiA6wLm3w+`Y?)E!I%G^l)>_!l<`l@ z_)p3B-&zI&E`XNzKP3YUgO@e`r(@7u^8AmILE9Q>j2(#Z^^%{6l$>e{qP}}_5eptf zdSxvV^Yo0i_RU5MAsJkPNq4b2DqEw$0v21jjKE93A8I)wW7U{=h{QZ*mPz)h*62vN zU-Ae00`P>)+he|T;{LEJFT$5DP1pQp1bT0F-C}^k)S+ z*F&lAre`rfs4UwRh|C8ltVd3V2kJ`yTb>hI5UlNDnl ziR2L*@f+V~P}2d5o-)_sbLY?&y`#JAj)ytbx_R^3rzQemDRrR5c3JKSJ+_@TjOg3MTy z(z!4+CBj6RL0EfPV(KF=>3S<0mAR-3RO?# zm<>QEwSMqH%u^zdxwjB?8Uf6q4ACdza{#)zx7OFGdG6E--!h9^P4NvQub!XC(8B_S z@syFVU)qVF(y~M>z`2*In7liL0g8c(XEk@C6Ol*`l=XMJND86jvS_8pES9%pSXOUjzWHr|$@= z5ersrS(9=u|Tn)AAg z87qY*j!kzVFNk`a^8N;lZ$CtT{K;Oja`$GRgx#N1u3RqR?FxT(zs^WABhvas0YxDy zI;?qzC*6`C6^&86F4-3`37Ogpz2@UUR6&*>rgc)k4{M*t4l&!&`puKN?Pqi^2s>^0 zf$6&uIll2BDRpGe_+SjwGRoy+@<8p->G~4f2i+!dlcfEFqjCCLxk{{vz(ctuq8uwQ z=^J_6);GBZp1fFMD?7sF{f3RCS_N29_p7K7C`Df(RXkZN3X2gZrQKKU&AKnKSu!WPAF{%Wg-<_uEHa@ zjvK1xxPb3LdQH?Lz4O6$hFuZqsC>Nm6cQBAaR{o~|2~0zurO|X1dKz=sdh2;d8C3| zghDM3B0bqMk8#c8`4DrLy4cOXw6h+Lb&+hgz~FqT4v**=N!BUKED+=s`Riel4# zFtsL@oXw)*!sFSz|CgOmWO=*tk`_Lvb)7^LnJdE*waYEVnBds@L`_N4nSPFehf-Ry%0X}__Z-Rk-h;azydbX* zED3ZC*zz9VyT<;5e2-8s%!Z!~8s~1awB;ursi0rrV<3TJr!hG__#i1sD3)<-7#PJt zakqz-O?a*M=6R_rG5$og7GP7Y@;J^_5Fh~C+pb$tp?zi;(!`j$0jFM6;cQv5;cB7|}bnK6RnPqB>bDceA&xFE2> ztyw!w2X;#$j_&S`g37ZzS|Z=LA^=(BJl{wv#pLkd42=+S`64nC2w7|SK}O@?!`2~Du$8W) z$Su9(G^MLO(=|+l#=MCgY``FEQJ($3;1dubmLszxspS@>a90J1QcuZ6K0KAKQc4Lg zVQdAA7|Cq(doAG~L|>suBFAZ!vjcm2PTryH5d1zskb5N1Z-$Tc4rB7TeGZ)=AyQ|! zHXkx~EbCn(&@;y75V=U$ zA`X^A0RZ`1^Z^|thusPyNmfO;c$JvFScLX~_=)#1NqwzaPtaS8+;A3p7GdZhObO!} zIkf|MpK9550f6Q0dUMGu2qV%)I;HOEL8zmODa0*-ih{p9V|D{%)gGs%r=p9&@zj+^ zT&)xXN#F1`e%RMDBcdImOD$s%c>Xz_*~H3{MVRyNo5EAWvM(%2a|XYV6jpf zrhCs;b-b`R>d|(}eAvdwn~|ANFms%Km+8~63-5%oU244OciduRTUa=U~iC z^4sSDL^+>;qK`Ce5FlvVM-NkOwuBI){fGe4&7(tCfGNNBaZkQeo`*ktzvZI~&5a++ zt{_4o4&^x}((+H0vr zdG_5`UJOe=RJBrl>-(fxkXt$(X|+6I4%Agy1B5n!fUx}=p=mgm*50`5{kl5i9hVT* zpS&${fE7;PL2j%i5EG9i+!`>zrPfkGjpD#!yY=HNS^+_J;Vwtl;lqT&MQpl|RvRF7 zY?8OusY$9lC{I?1>zH|pnoWYlI$=jusO_P%=+3e;tf-Ix&g>+1(;9uv(zmK29Dg zTwOXLeF$Kd4WIc_5Z8KUV_$l`9{w`?qSNZOdI3fh9+7_YRcav~AOSPoNAp~vjm7eh zN4dv@KqrqqU&jtGDylF6gJ(VjSq8Qsk4r34&7_hZ4CDDH-6H*#;?alX8X2h3Cu;Go zOPn~jg$VNS_%*0GtA-(4^dJ7_*cl!#7XZ`VkaS=X3NveDKw?zpP~p^4G-UZ2GxOK6G~l5 zRbzWR3+9+2YuNPcf&zN`WM-$Pa&7Hs1`0n$+)l!P2wiz1NpkRXt zNR44fQvyz|$s1K@g^832FXKf3QSg>(X~HoPe!a?er6b`?-(o)Tbp0shiF}BPjhlpI zr#--I$wX)*ruX9Rj&cG4idCiek6?g0TC0K=DU<9i7~d{=NJ^o;ryDR$hki50% z5_V?gW-EylA`?^MudTP1M@>B>dym5%x!r3L3Up)=Pq`-;60coRh+lE^c2j2YZw{dJM#3L7?tP!@w5)lfTqYk5Q_6G@k%K#FxTGX^}4^WAXG3I$~8K4|uVTY_d zu+o0$Xe7J!xLvdKnZU%eCN*@X{PKw>-gb>NLX|wU9gzvLD55~(fC?hkf^rM}J_030 z2ubT<07E6!t3QE96Xq60z_by@S6?0Ng%E?k%V_XIPGpVX%tx4%Yr8YjQ4gY&s>w*2 z<9T6cJsW3`id5h|8gNtFQ*r9Eog8W;!nsMTkkUCI1Y7g%F2ljvaMsITKpHmY>cGDw zz#t8xyw*Ew>&?xZz{JhpsQ5Dd_46$A&rH;{O4MH9Efk^0sGQUa@WdZE_Ld6Ti9al} zVfoJ^9EkLs0i&!IroTTzqPj>o|dM-cn=7e^TJxg`u8@)G}z2d^P`<09@|umfGV8_*mZ2B;|ge*U@CQiNgW;)haKK zYd2vCh-z=gufqn8rd2ukiBQr1v;9lMO#+J*grt!XJ$agJsNSN2da3U`a-#xjZ&GLg zbF_$SGuYH(6EMcJJVf4+k5dvQ>9kYmGg7x1d_3l3$kBPfaa%3U#ZAy;!(ju=*Ilw4 zBx)Ylc#fB(HgG)y5+LAKkGl-D{#M`-vQ@27Pb(aPu*V^TV@Ha`)@_I;{7f%A8E+y+ zg~@5IaeWS*IYFojX$pz*Ys;dbWFZTMS-mT5Ive!^0V1MokML4s_GouKY!Sb64tccl zkkdWxlLLx{(Mt~{kJe8pk|)PFln0d{2N8rnbC1C^_(HRzyyY5)%~&+7bfPd>}9$sRWu zDl;{h=SZD9{0mL;6WD$JuC#52B4lvOy;LG{pBcJkcyWzZn3k=J`=C_%h}0Lb zOXJEdGR9ME0eCXrj(Av~SN1{%1s;aq%qre_i4+S1aO#JEJPjj2bA}0w528{D*&0&} zO6OEbbTkN!GhvS@3Iz9QYF(xEc?Q7gSKE3 zgd1K=8U$hqa;HG#-TLtKyi2EITU%DGR&Ad1us?V=n#Xg@IL{G>)-Su7LVV^GpJEm% z<9h1;0`3SC{GlZ;?JEmXfRamB!9TE@_%s5mN-RQ4H%~MwW(OVHwkBokW@=`X3QYf|Zn*~xtD^OjGM?}y3R!SmA z0k5EOTXF9@ot~lTY8KA5KIe%ofXR;Hr4Eq+#Hi;>*W|1B))?%L%Z_(MqEQ^=m}i(7 z&uDIrfp^7w;AXXwpWVL0;vvJ<_J;*h(Wwf8CpLcpBNwT|Gm86~Ai#6&{6&-#^oklf zClNLOg()&oVQ}g$+_sYqb$`4(7B?LvV@ywn!Xd@DM*#I98TMM=Cm#HgkUm&wjwG6q z0dN6$gMwzPc;w<3ZzJpmYGZ?7&p{V9M)s-XBe<)M2i`R9EyT{MB~m`bKlX;h}<9y^1NH# za6t{s(#FfUkM2oAw4QvMi#7580GU8$zuFK3#0){Lkw?LTbQwSpgH1#dUzw_#9L#>m z3kBR1XdR-TcubUCN7;Np4R{U>e9><1H<9KR#z8xP(%rp$!>x{)O-*085DUmBxou6Z zf3+|M5l~)(NrUezQ-AVf>R+nbgJyZ2V@d<{^>Cmn#N|W4<^Z;#*eY;>0!5~a77+!G zAXs>Stc4@apk%c&eh?=PPyu304S+jW zP#X`7z>ozgIVBxsktClmJXDxXz;0y`W;=#tC`IfDC3MTxedX1GrvKmzFV3~0k( z)x@Y!6YoM90ZH%Je4? zGNI)Iwjrd`n3@33x^xLfUurRdZs3?j5RBmg$a~lR!aB)^Bd+5i!;GUiOJp8AKvK(* z08Bj{dx><*>_CODczSD@iKZd24kF=NIDffVxr;oyKg*{qzD zCbUlh0Q7}NcNqqf%$IvcSUB802u0>F(}{5m;CdJyrUav&{*SqS`i$EyWJWh87FjtC zegul3#y(&J?6{qxAy0@nmj_}Mc_;HBGQEQg5JmUQCj47%K$+qwG$_C`A(1Pjq~MUNRhq1M>o*fq)}F5YLYeOsiqDv*gRMgOlCh z0;|nJn?#hnLQr?O48gBgP{E%^iShpc55xxdIhf(cm;!mq7<`Z@%xVG}z5Cn>rM$yp zeFzKtggvMLJ?rZZa#J0V=m_E?*i6Jups+>d=LqCDoGcDwrwKwzU}hw6I&&m3KEmQ~ z-6;J0UJN!_ba;Ch3~)dIKod9Irpg)+kuo|YUTV=R-ZSC^Ab<)2fQspWY((#q9jU^& zPN4K2p#1*;(wfMQIL5;;;X#0aNo7VD{iM6w=@KR&!RX=ufx#3=vP{tnHe8q^#*}@L zqA({SjBXUrEO7y{Tce3;#CHsUW*+dqQ9~8I!tt5r7(i98!GUf}EhFqV4xR^?B0cUe z4EHc#UVT9XZbJl_l(c((kZDU7#9$->0Q3*2>Hh#ZLmYqb;W5H{gu?_&_h1=o0Sg0z zDYudk{se>;n#3Xk8!iQpYnV1lJc)o@$O-UxhL9X&0Y*PD7_r<~-N6L_LP-gth0Zs~ zpLl5;{6G-$H5*{DDJvhejKRWK5#&|O2p4xKywD%s3nCC;4E0b6u4icE!REafkI}~; zqn_TR$LLHZJivLVP9a-8#c%-u5y3BDOSkBB?sSI$V0o1V$}V3K{{XMV?&3QW0aXYv z3J?{NqX99$Xu}E$&N_)qjz1_@1GsxbYH1HRHe_rTU@1k;kRjFX2!>(3myoeN1q}=hVk=fY2qufelA;{Q$w4Ne0YuAs<3w+vx+yA9!F3d%)2tL}392 z40D}8Z*(`{z{V<3kG2!)CXE=Vp}Qw=gv6|jz+!ZLQ#lIj< zORNVRpi1z;CV=)k1c>6NyEF~J>4sG<6Lyf;Ap1ao;jqmJi;!)9S&r1tvIgL#4RTiy zC%hthMA$HlfPNl`XFm@1Vb~`dg#gxIB*2gU2mE{bnEgm_A&kJLZX|->LJtdtge!pz z{h)AAY^Y4op1V-srh%F2)h+@XsmEr~Q zSt`GT)YK%AaE-bV3~R1q5E}`ou z7uX_MB7P8s3vM_f!H}s#*vxEI4oL5V1P~+uIF1Pa0O9xP=hC1-^k^_iW)lHC12qhA zL6|)p8S>$XLnF%r5p;qR8ipeYj6%2_U2`%5#sgt93|b9;k%f;C;vAR`qQp(cQ9lrx zTqIC#8U&$>>0<;uevHO<>Lqc*3xs;meH1@G_y`OK(e8Ih)}l}As1`*-hEFCHn2$e+ zrz4n1L_7ol(GPHmd1K3#OQHe)00Jflz#+sSgo)@9JwT`wCOH29=V)NTalx6#4m}5} zMEgVQz<%QhVF0x(r?e0%;#jcbH|AQ6oo;A^t(eOav=`=H%UnujBbQ;vFo41vghFf3 zNFkG6@{Yis!yxqn0~{WY%qD#LsL=WcpokEOVJZj=aQYYu69{p0NQwu?_Lj%7akwlD z{vZHT9w>?XsL*(cTWnwfFp3A`>i}R1d5-gyyAarLLm7#K=&RW{v>QGXyFwy@;DAN{ z0B5xJp3pBsp&pC$A`hTbz-#^ny)#^!hd2@b)C>s_kaY+GSA-;cvlxoc9Kt9r#r+`x z?{$b*1YIw>P@L2clwbg?NJqD?cuhmkwTb=j5BxdY)jTpp5L$MxcZdi;U@#azLzVMsV*YEH{C?9%kPFE@Xa2BPA2& z3lToQsu74kLE+3vruRdEHB3K_B9j-`G#wayIEG4VD8UlJ4hQpQ38yU32e@apE-+yt zeUC!)0SEkCb^ibcCIlXVD~~A%^j8$$v==IZQGF$QWkEcYivB+^pX5+zAOW)k6kcl} z{{V0C1FdqP903c#afn+v{CJee)IJ$TfB(b)CJ+Gt0s;d70s;d70|5X4000315g{=_ zQDJd`k)g4{(c$p%5dYc$2mt{A0Y4Be)Z0AnvkpQL#Ykop_S^U7fOJ=sG!y4BL@ql4kzsfkVRzYIVfAI&% zEt0GE6?UTtYEjq4+KcCK4W-_vx<=t=*H*Y!Ym*Ax6M)@#BWfLuqh46c3|fJbmCjBl+l7kDKxISDkvCCX>nglmjq2e6 zU1O#>4M9Y)!=U8LISeQRMP<6kxK9X~0fJgnJ^z4yqhB*8DUW+16m;`N?15IGf*87W%Isn=B>I>)Tv}%O9@h)W)QP)g*tQK%2HJcWqXwc?3GB=bF%RP@Z z352MsId@h_@`?!Cad#F>hop%z>$Z^`8-BhCs?0jwOM7Ep-X(^b)_G$yv`s4v75t`L zE*7VxWrK&ix=P}#OryqVt6rBFxQd{=Cc5vmHC(MJ1?4Lo#6s55p-uw?Ae0QdL1OHV zAz&7SA<%Y)3pvK)*Nz)YyBWlOFJGJ*1u(qIdJ4e-+eZV$W(C-ynD)+M*(-**13YcH zK}d3+xmjX&VXhk9?G3;-SuCG{4YioIr=s|U*;c8AoaRYj%w7#^J7Exx2ZNV9!GNn` zf$p8bZA#Q2@WP-5v){6kj%q1io}(3orxckbw5%b={V@d_R{Fz=iOzYpu9Wr)oAH=& zh8LY+q3}`7T^k$4JAq=3$+3G=+*B5PJ6FsjmyG ze&-;Xr=xUSz#O?kKD{%T(V(I#v5sP+?4y`wvvv06$+pQm)<*=OVQqLOe%I zqz{XZ=rj?tl>1Z^(8ZxtJx3cafBgrFHTVrg6P)Wd1)93KezI&3YV z;lI?XRoe&xSMZ3blz?!C#2oi2N1w{HIf$-Hl@BnQ0C3UrRC&T6Fxd?V{$;j|aWiV# z^#Qy%6gx?Rc|-FdQ}UN&q=L)7iOiLuDr23CXYz~yVqMUu^UDCTijZ&P`HNpT0=gjj zDuASVO3?fqd7^cTn0)xA*R&{t~sE3}NCG8cCw$4rqjQ*fyW~?@+8|I-ZMX&iM zIbR`GJW9;TYh|l=^HVYaz5=vH;|XXAO$~PyQ+Zsy#L9*FD{Uy2PY6v@RvfUR0Ov5= z0nPSdTGK%-+rugdM%PyQ<%Ux;bQM$mk!w8v~WRz_a$O!^v$aW(DHr zemx;j8j9H@t6V&v<$*i6v~x+t;BD`rX8c8HhsrXg`NjW zf7DG|b2H%?M4>~)c*X(L(c_*GkWHnE>v)YDqm+NQFWT~v9Afi;AM~wyLX+_xKJB7a)G>%^v(U`Eim{UM?!1eVai$z-=YLi@YWf2rvw^vE))We+LU_&{!*a^C^eDU0u{Ig zH-5p;l?|F^jz1FjM$*1aSb))5dKH^z^uYV46E6!lduLV@R(QQTS+5s;@;sncFbUW0-`~W+5E2s}4!i-Vu z03gZ*qANz?9O0R~`#qJ<&<2|BX5H1SH4<^eS|ZfB;6dUO;12r>%Fsc%YEtBKk;alDlRR1MN$ji5S6gC<<@^DFqt7Yr1tRvN8oq_;j!rf^%xIf~5;xX6@uU?mMW!~NH*N5pOT`s0 zh!Gn6AuSst zDi)!%znCr6)~o9A5Z^tC1Je?)Lu9k=*2o|_mK|7FeoTAOUXJO)GTG45+Ha?En)nK! zZraMnws~D^!7%fRHQzc^y%%t)2X-+@rZNrz%)2!z#R4Ts7`X10i?+4JZ`Gf|1=OI5 z3$5xc;xr}nziWZ3329CpUDB`~m)P85xS0?l5LnWixqby7EEcYas?#x-BWng4oKmI& z#_ZfBbm@OftBbp5tU1hBd^Vf{7(~23)!;6HWlH!=LJ?LlOQ0dj7x4oY`HRCx)K`4V zU^*{A4;MAsv>u6Y&tT*eQzx>IduV=Tokoy{q!_WqgloGVtr)oUS=U$zVq5Vf$Yt-U zy5xbV(zbvq(5u2P1T#P}6Zrs3dZq$HG{9H#VOW6VEVx{xnWid9$+MaqFy(>U6qoen3UU`mb_o$2shP}2TjTWAu*a^Hcy29L}JY%5N!^Y zs`;B9<~XdOYxcyq%R2Ig+F(&~XHo~gf?Zr^hxKwyU$`=bJHXq_7Zi8z$sI3oGlw!&Y5vsPm zvihTZj>ao7Pu5s`g+mcYvEL?_nA6Rbgn28nEW-~TQ(?4%FCV9X9^h?!+n}7r8iHlo zyc5D(r*ue?SaoEmxOc!=Dj_YnlV>1C!-Y-gdsPcFICLvphI`zz@L1JbMS#Xi$4W==gLjuZVV0c3!yrrP+4cn<> zy)PkM-O&X`uS&Y^zo}NV9M|)RUn8)8R|I$7pZSZj7a--^F=z->z72iz61Ud1iESBq zH>og6Z$0@pF=s3P{uy?xwKEfav0ygk7iZf>v9pq#)N4Ta?~t4*xm#LfF4 zC^NR8)*f)UtI-e;C9Tt4+#ev1g9-G8QN6UlATo0BOM7CP_NXI9#%9%Y9t3c@x#p=^ zvM_1&jmH3Kr*ex{yoYcY9h8#4 zH4)@g+(22TP%t%pkb!N3vOh6`>iBURX>sxu@*9gzHHBZX@XAnL7r5{ybZ;FqBU(6E z$2o-tGiy-qXfZ4l5Kq}Y3>BjrVYsG@V3!*BALKq-cV>P{)M<38Iq#4_l&xT2*xM@2 zD#?6(ki?H8=YpAQBGkEWY|uOJ)2??Hp?Fv)Y!7~M;>j} zMwpPaQV(TuD6WqvH493>I)urs4GOpldrZaJ9S6n#tT^ z#A&ug%o_+aW>nyYPo#wc?t4h8SxFR1jgqusz| z&dhM$dO$LmH3K59e~76&Z%b(@t*b1W5*ko0I#TgAmjqzbWG;#Vgts>>PsV7Q{>VZ4 z=uu5?PQ-LPYL+kA+UvpB&gGdkPaKj@)LV*=Q!Ji)5r?4Bz$^=KCup`bUAy+BItzfY zgVLi)6pr1qDf7B&0npe`xWm5ZJ<#2mAZsxjI^-HZoE2<=V+BX8C&E5I98>Gz3N~@u*jq-is8*gr zjn3`d4q!dwHCSroV-GamhC?t_jUr;86;9kHp3XAOEDq4xtZmsrOM_6rSbe3qTNbko zSYx2&f|ViUnWd#!Uf-y5Y)&@7!?uOH`pS-ja!DJLm_F@0UTOO z4Nyz&7hr1I+-@1Ei^vo;OfdrQXv(+1>$#pL6++hV^ZJTJR3leda|KPM+PL7mepoJ@ zR$Q7G+Eh{q+Zal=quGpOR3^7L$*p-sUS~1HYPR0TTjcH+ytJb)E+3c&{7}~=vofot ze7uztn`L{wRA6DVvYnq1i?AXCO*msRe>ryfm4!ycsOH;*j)j%te-Kb&u#lkD6lv~W z%Eh60Sg(hCm=iiWgLjK)sCh5A{f0N&MghN4kgUp$=PdCk!3U^f)x>b6GJ5b;e_`wT#q%V<7WmojABjvHldzOq1l)}R4H%TxJ= z=dCV1nF5XB@8zjODS%t1D@u(BrcMhK?kXKiO}|ePfzs4v!dK}ncQ&ERCMFmvF=GnN>y~G!1W3J-iHYh%Tys(gB-W>2Jai;94u)$DVqMiy@NEX$Z zXlBotWmT|cFL4vc%B9sWV+@w6yXc9dDUoW$azF!0ifYQ)^A&+?`P;L%;h5!X7^z9s zOK2NS311H|o05t^FV+#Iyv4WTrFD;6ub8UbOjKW&EaA9An)k_fgRTWVQW9E@w|t~^ z(zH3gFzAI=Oswo*;Vdh%C{ppgKXXc0Hv11Hp=#i-@38{8Y*-OkA{MH!sxrzGo_m2{9~E#lT;FOwD+5tm4f6 zU~+F&-C zIarGtIY__u*frc>rgFORxO(@Tr4ZML;aT% zGK{uzxlZRVW%aNlg?zH|*BTL3Mss(=2I8%AP90O#YBj@U!3pk|D~1XO{ghl>3bEj9 zZdJP$d3(Ur1A2K*>bZcvXz6w3#=@ZTG4~$|UD0LpxH#3EnKYK-09BRIaS&F+qw@PI z(8SDNt-fHY`mYMP9%5>_VQhRv3k>p`pFgBS^m}!yiW0`NN7bCb>sm$HR-2TirE4d` zybz^>DXPzd#G!4uit*(zO`WJPEhmD~_;oH4-4epP3l?0gKgT8urOp;#ElU&g^4gB@&L4X;* z6gy&W6YjG^ZD*<>-=+r7`+FW=Y!_~wcW)2xxa9Rs*Wid*)Y&dEwvvcj!)Oe&fMlH7&+3PkzUf zT^xDjW)kYlRfnC*qCEpAcT)@ma;|+Q2QBDb)O0W8<#Za!1{Xs`zvGzD!?UloDA0j? zs{09)vmKJ^7S&p(Qq7huI-|;oWQ?mH5H3M(45d4f3iq3ScKg_ZG?) zwJ#cCxOYJOztpKkrp%z_JP)=RQq-ybstSbaihT8$fonCNFzit_L7Q4ywNNI@yma)g zNt|ZOkdV5GUAT++G2146g=trd`g}zC?&ScI4dqn#Q5JhZ(%MvM95av~?hsj2IxYU$ zZ2?SG+?y#wlU~?Rqi!S#hqQr`*M`8@OmazGXlKp;7k(tv#k~;nZtH8mWqY z;X^#gq4-vDUc#F2Vr;c?Y8CG>UhTfWs+GiQ7HQ;fr3X>F>rnD6nIt`XV4`;BdbL9^Un}_=^E}Qn@2iUaQ+#5C*j>YKLzuqZlP_ zJvq24A)bkn_pakrkZ5lF=3j-+>fviBpHb@R@i6t6J3gY}F0kCu&#Yh63xdZ@58^z! z#*KYka(CM84xwZlYz!4G8(Va?(;0Cs3TJ|;&5^<@kgMa^it<(V04yka$4M-r9vsn(wP9y16uP;$$qOtRMp*-Zv% zkPGZhai+Zw!%V2H)eR*;7XWk!*GP%q5WhX(n-@+#LK=yC6=!8kc(cOy91T$3UH2^q zaKYMh8G(n{MwadH`zdK6>YGWzx2n`8DNuFsabe|Ax*Ejb2x9@{ftUoaKPg1%$lY8h z-3|zRSZP*tKh&Umk(MW}hEy`$j0cvXt57b!TH59TY*gv48|DdFLi;Tkg^<485PcfJ z=)KE<7x)BOencqPckqI4|fb7ycuzo;X} z5pcfp;2#XWw9$1IbQc*^bqM-)%`pQ=sfH!2tL9%9(bv@8k2NSL%g+QfXXg_Zv&HTr z&Tn&S1U1^9InRO{UDs0Mbo`($OKX1+)`LC%phiV$ex;@|327qkjnPOnTE*oHgkf1m zK;#b}GNncUuhZcVs*jTvGZ(tKnvj;ig)~0xc}grGvzzY_Ac8umH-*LEBNF9j)pX^8D$I zl=Bs(naXiRjVuiPh|6_(5Z|?dvkrZgtY#XnJiU_1%rk|7c5~S-*+z(ePiEncadE@D ziF!a3^5~5BJ9zR@W~vy5*qZZC2QQb#SXB|%uzyrY-TwgBP%&l)FX9G(rfUBH*xHH6 zFSE!_pRS=9HOsv<;PK0wkD-p5H(_kx_}FJ z*8yrK@7~VW-II5;$gkpGX0W>|v2XZHZdp`*@FbZqQ90Bp9?KM`8maG_60^KiPwLXK ze8Y2{;YSD+p}0?+QEl@w)4n0`_wg(#p_E!6`ZNiK1^)m977J9l{T%w+DW&!D^5v5~#qaUM zId$Jq1wz-v(-_4vm9^@s2tWIX#ah`iVB@LM4TE-(4#ttlGhsy)iZY9@OrlLy)yXb+d zL~zT-7lthKsdstjQol1=0u)n~E^pvzBfc;pF10B3tX4RJwf_KaWNV9@Ti$wzP*gdt zVcmXsc9PRr9FD%2x{glFh4L>z#aS2C)YCcH{$g|1>_sq{1%N$OrP1`Hs5O$mnV4>ppAT1MGNO9S_nJLk~U}G^Hk#@|#^OmGJD^cR|@yGkXTDtQW z_W(duD!Rfu3fx=#?7Rr(3yT2CRS76nX^8yRl~_l1bdu~>lHTSf7lm`abIfU9 zbIDh7{&l@qe>0MDRlXoYd@)e<2x=Wg?#g6{ISe%{E!Zu>J%+EUcTXR1-uwexT;KX) zP}U_wIcy@-I7U6*XJ@;Z1!oaB*KifQ{$i|gtiQxU_>9w)ltU)h-AwK0*=dXVk5^Y& zK4pMv^;(TCka1TlEN7O_b@^f64y|U#e{#BE_mTj47amHqHg)V1Cl*ayCq3PNaw!d);hkshyX!ZtsU07fSSO~xQnbmp5i8I-|x5;v1byj)toZDQ2f9&5E!^y zOguw@DT%wIFxEW?DQf`sOm$xL@vV44Uc*%TP?`3vaTm2KP-Tk$|LUn)s`Yw2gR7$24V!6h#}T*wlVQ z3EFN^P$g8B17Pk6siGz;G%*?l9ph}^1-6SaeHw-IObF$sp=W!m<}7a~ zcp>3_##&;t8GG(8WH%fhM-8Q3Pi8||dBi9b-|-L`=c$&o%|I1#vAUP5{{XiXQ6AK| zjT}J+_chchu;Zz2;_7 z8LZVm1jLOAU&zK#9fTUh!n=tW@|<#F$1!G=%jIeT#jFz-@i`r`Ls#J*T1WYwih3UI zQ$rhP8Pr=t+9jM7a{mCxD%(o6XW;TXPbfGaEEG3J#Ch{W6vF74a?eL{ z>0C8-+D}&cW<^eGQEP4Y+@WnVLhzLdYdTcxL(mjT{emUcFubmiLLhC%m|OPy|o%`2-8*cmV_WmKci=c8x3h#GL>UGCsXb!EO>x5?zxv=~A^FR(i@`2PTz z=&r@zpD<7znjMf9U2{f>Qq9Y>IjG)bVbI&fdmaTNvw7(1X$Z|QA1u1e7wZ1GnaW+p zDJ|W6uR+_0)e(L(AWnIgQp*uAj?sja6PbEa$B9xrIoz>JmnU;9K)xvUaX)BhsA!uH z&r;&w#-)^p4vB%vHKf#ADExEm0cbB!va@?3e?EH}!m}wggZuVV7guv2te$RPkIWIJ z{pwg{Dm~hhwn+*%XqtHmQZbE%pN5pI(NQH$D2%R=!B zFHY@qO7ZG7pbriHMZ&eH6fcMY&q^GqdhQzZoTr@JcPpyw9KaD;no7Q-;V*6XiJ%nP z>JKnwZ>W;>+^Ce70_k@xFwV;X&0&~CDS(RP{vwJCgbF-9U}3p=M!?j-on=%Xzu}?} z_Cox<5Z&F`Fa=9RYEg%ru<}q0qEN1xUK^I>9UV%5!DxnLN5^*+JW3o+<}!F=6CW&EY8r)@WJ6G^&rUXi+I8R83t zo-+#4lE}iE{{X5GBW@YEO+a!t;qES@DW2V!gGKTh_?524U(7|W?6zefT)S-PvSRFT ztvLB70;?d#KIQm3)wipc9`Vu+Fy)zdHx69;#0OkCzaog{JLB;c$DL<~*?VeMPx~rs zZIs#JT01z{yP>?#d*yu^mY;v2I zD&YkOW1^|Gl@Tl&dcs>aKFY59{$ZFKe=`a;FnKLc<(fIprKxtj_biuw)`?S-oXT$d zj$ieeYTb|5)K^aUCQHxv2d5BMyIkBFJj)excKq1Sa zu}1&{hwZF27AfRGV6{I}DsUghXAv2Fc@F+bwrZJ)U)@wyLihgwL>w_S_RLV|H7g%_ z1Tn23v3%#bTHld~pY}i$a};mmGu98(TU<+~{{Z$6AB3)Z*Al`i_;7PCiavaW*B@Wp z660I@lw^8TrpGUnJO28JP-V4M;EMFjU*se#QSq7JA2|>oYAtE**joHEnv6eR9}wnR zLaMhdfyd!j{{RH2SX*^~xV7&!y1!z_OGh?Jt+=hYv*Ck|a-FGx!s633-KNL&Gp&<> zGZ1t@P#ch<_3XZ^wOw;^k%g9(SJ5m64IM$Ppg1-B#GMZyqZQe;QHVW7U6>1>xNKuC zMq!rfp@r{{T^M zJBZ_dFd0iPFNV7y$8b1Jb_WuM1qD@JFk3HtrulRO9Sk=00u+@1Y_f41)dms%rA>LO zf|PjODlD=&SOeo-&UAuFUv}>j>0<)x;$N4orC2?esYnM*jRBsfJZP;9nMBgc6eJ?( z+iSdsu(2-~22$UW+sEWEM#9#zdjdIaHu(}}!gDHAItAW1LaawA9=3ud zxpO;ri1$VAIx%IimzyD0dFpt_kSw+O()>d${{XSQuH~{-GaS;*I<9uXw92LH_Y`HC zjz?r$cez)jZ3$Whsj;tsa~$k1f8oRw8@IyqHfvJK#lwVabh)#254tL(-{v)lUm-AP$-Pi9 zl)J37F`ou%FJYwEOw~LCn z+{RRnWdeCqSpqP9!G7Qvt9L9a@5$X)4f(g`XC%*7h0EVAFVskn>S9*nfyjrCHm{Y_W)*k-=_9Kl)o+tj1AM+N^XMfC5%)90`)cu^)VS?ChVYuVs zq8oy}%F~~a3!|a~H&Jy~*R{xj@G{QJVe{dZsEl)|jvH z20K#7ImAWgYOGN1Iw`h!8)_?$Er8Wng)7pA$;M@(`>j~+*^et0=9LHq^oN=5{G}pt zHk+u$Vv(&DE;c)wtNy@VcoMdE)I;m6a_Rci=ldT)hNdhNo0!50mvV+5)Dhxaef&%J ze8jxPv?fOzS$F-##j%S20GO^=l>Y#Dh$8t{2R%*>UZo2#cTo*7at$%-I)RlbXMmb? z)EF6Wk`4|Ea$N5Ornd8CP(>#HWsN{EkLGR#zs?tZJo-02!c=3~mX#zKA#TD@|Oc zvzN*L0857liFwBQsgUa7Z70x$f5cu5_Y0;wf&A`m97Il71d2rr!1agJAK9|yu}(=* zL^f?&QHk*am2N?~e`NgxEm=h=7*sCaYZ{M;5rQb|rAA@nEnPZcL(}EtuREQesnsN8 z$GpOX1qx8J>T6JH+o*)1AD1x*GcL%X?klz*r|@nT1=xb+*4bOYMp9_2m&)xKu9@)2|O1KdwYs;$HyI%B2s(TsBk z+)!8-)LLWO0aSW>DWgKo+Iw4zQKhssd%6WbTbNr}KFlMP{{Xy4M=h{{xHLAZxVN`G z-mMX4AlY5EZLOueLv@|lW`K_`WFud+Yc1SWKjr1`m8l5gEPmke768DrFW8lQL+5%g zn6_y*#F0-@LJFE@liF&v=VXV_51@*XJ?IU!MN}_^@!nlB0??tRuVp z#=DE}uTt;fh-wNVW+km&;&2;t7X7te5B3RPs~x;7V~)a|GUO>I4Ec{3-3;TpjM&kP zy-RIsZ%?DRN-H9cTl#}lC>mrqf?W#$2+GXoP3z&rCXPv`OT+`U>@!ec{m9rlq0|m5 zo1 zMs5x(ogNTY*}L(5N@zGwgtBwOS)h2CJeYigsZO^6xd#IiH3j!m(T?R3I@Ls7N(d(t zFa9Lv5a&>iVn4wC<6`2taK)K;hi^tcST(gsK4$e2_$-npITSBf+*Tmo{e4Ub*8--7 z*mgT~#21%1IiPs0OuS1Xvk_a|=;FnlR!|;h90x#DV`m)XlzLRKzD^Zc({FcRMB$ zK3Ie-#4+q}eQ5H9WK?iX7YSid;b5LHYa8RgxvQn6xt4n(8WM z`>3Zk8oPunemjG<0^o;$XI#B&xuJRoP*82DY+M);Js`NuEXGI+&f@oYmcg$acQ3!U zFmq4B4Lbhj3~i_rop}wxxqdSMMg8*%r%VY4$SPVHc!Q7rWdovB%|C%Iw!d;M6P9U4 z>$yKw)ftyDq?8`aq0HahCRecCq59Em8F}&| zqRjo-xb@bn zkmdX}1Bo(#&|helxWE)FuKBddvSsrStK6|qn6$O^9H^-a?EDFs{x5VZm4@|$ZPAGp zf@#SMi!n_^mY(+%mc$rF+F#Th{L5<%J;W`<-XX^>B`op8cUwe1$w=m7xEy9DSd9t6 zbIt$+LjXbAUD7#nL3M0xZ{PM231bEi{{RH=+QtJ1y^1u^lPk8~$d=aHVx_!nMy86? zz&I%dwP@G|mBwW@8!2vz;Ei_cu||r4F(HREuh9nlY*kyH&n2TJvAr5TR&!!jQbmn$ z?Ho=cv$M!bIgQR@rN7%xkLRgIX^k$)*h0HSIw7;w^)UwsfoSr`&$FmOj1)pXr!XDG>ky0s;a80R#g80|5X40003300RUO5+MaK6A&OGK@>7k1|vdo|Jncu z0RjO52ml@HS_NNr_U_Y$fhKbF3@oLHAFi~0A6-nJBaM!D6!Tc5iB@hdM^*m-oA39d z2k&`A{{Rmr5CW(g_nqL+S{+mC!zBJy( z?q4g3*w%p>AOJ?-ZnSPvwG#@z#@Ux^|`U! z$~wZzjCP1i2t9YB`tNhNS4z9R_+w+O$`p&_7>@iQ-VZDWNME!#pkWPUxw$Du4BS)ya;pFqN)`iu`+Z`9uVKcgJ%>KzC_FQFgnYm8m-CIUykBeOERW<8bJb6H8*S=yc_ zW-2q7wF1kmA0I|NgCQ6CnBMn4^Qqhuf9oE#HP)uICoRVtFagJK>JRd7+zZ4-{fLA0 zGcWk~smZlYUP6|sA6ot>^iK-ch{v=xUNTBO!M#T8!g|zFM^Hj~g}T)D?_Ez_#+w?O z5cN6{L=k;*8T?NpGMN7WD%OJL_CJ)-?K+rjMrJXUxfT%0dX4UHb6su?LOnzNk8@pi zb-hOK*!AA@VGx+Q{i^m1M*UALQorqx%J*362@vu60#%iT9$w$Y@-Xx9vlERByC6;k ziNK(PP?gcx(SwQfKpmPc=D(LZSGTh4VcK)6i6mV>8z$^{xfthb8#5lX`6g$dVp%aR z$hP-3UVgxg$4g;FMX5pT8I9)isL*OW~MW}$Kyh&}yx zF|)0psF>DOZ7XdSGleXcGl%JNG6N1*WE8A?ZcMOnW_d!d!miEInO?^A=RAvBX~d|X zv>CEze|2fil@E)^d@GH1HuN;ZaZyQV)uE_>+8~K#YUn_r3uCC9IHBd_GR7V)mIfr9 zo&BS)xInCWAA?k(>qZI+_`f1=X2!7o_OFXmND9inOL(kGV6t` z;BmW$;D|<{>+8R$`hsED0v_P%c$+>v++r-z-s*K4BrzJ60G0EVWcD>fa;%V7eT!MC z$h}DAk+R9dml~}Kr}6u}{Wk{p)nGHKmP5YylPQ0S%A8qd`H_xxyC?eYU11>YU%gKp zd1H24;|1F?&zk&;04JOm61+o=Y&X+iP(GkQB}=za7?9^|KXA_xn`Mb@R?%_M-!aBl zm>r$p=Bnl__T&I-Me@02F>S0_umb@qP+dgHPy!gh4}W%`>MwGoKO#(`RgtGKJB-`> zXOFky$*OU=P|C|aZl@he+6b#1Sn@ea73yi_G8XKuCjG%vbtqNa5tL8;YY3YALHcSd zaXX0Ml`|+1>PS_EH#MU?HMU(!IlQ`L?Qs*E30moZK0{SeeT>DLCll?8>SJ${5s2p*{Q&xJ=r<9fbU_&ken_KGji0B5=Uy|ANo&+fT!47e!;lju zw6`9_cdVl_FcF64B|jzT4sxeBz=%nk`wSlEa1Bb^M?{WeV~(RuZ$M$vX{M^95E$yd zfR%<`FBq$<8$7iNmaX*IxvE09EBZ)?1?)4v9`LaJXe-y$ny< zv4;`(O%Fng=|9m5K=fDEO1;ibrhg;73f~|y9LVzlSP=-&Cr6AUE+X*(Nhakm{gH#Q zSf)N#5?ka^;d?;hX}&>yC;Baiq8dTy427`Vf(2aLBLME4u_F*}U=gzA#cQO4Vu|1u z3E>n$Mq8w(a+zuFC0>-G)N^6B?}X{F0uy0jk297dV0+TRQ~=P(o33LKBtkPRl=9t{ zE1lnEgyo7_blCSN5;c@LoME%Q)&>kk!`2oDcN{D{5ZB%vS}Z_Z)-|NYpmrw!oNKyy z@|4oB&)FV;LnBzCd5Zv#F~Sawq~zHv0Px;nKyX(G5bh}%x3alf0+dvvko&7|p0quQ z&=8_CsqRz4a6=4@iOBGQbJ&UVlw{Am1WanRL;nCiC;tEvx5${9W<2@>pdm;(44F8f zau97fQ$Kc8`$E7SURjHvk3qf&#d?8E!f3cKP=UuIxa3S_?)yNd`k|T3B91|Qk4ng^ z$n?yws?SwOL#m<~I&*`QgIl>%!c8ZjV1fuu_Klb%QPQyieynhZ4+EIV!k0x9ASk`U z<9%a=jjF|rFnCFDA|0}RfYcE}vDiFU;&8ukSnTs(h+rGa2lK!B3l-0C)yJYFs_>a{ z-2VW9XrJv_wk1!U)Ztr9m{5WTIr;qg^FBIq?lGR}>^%CUGbY zXe62igx9<3;xrIDg2XOAVLJiSpzP@LvsSvP^4Dz_?M@}#r4wl>+`LtbfU#Uj-JoO- z5)ezBC-ofP{{SXY@$ozS9YN_3B|3i(ir@(vI>4>-ZnVfDV&UZCu60M8^0V_ExJgWP zEhMZ?A+gz2?QDbDu|ig*P{>CiB3x;qag+~=Jh(y!<~1pV^{yb=bn;v-2S%x6+yg4- z4a&|JM#m$U%<=nNLXQ;d<35AE0Nguvm_U~U;~iOA=4rH=vf7+vC4oF~YGkfzyK z+XzvN0Jbx$!_AAeR=jdNIKR%=%s@ zfu2h$_J_w3D(B4(CNZSy?rk(}@@4cF@lnrSV3yvP32H$p)7dplRAHcs4bL zKabGlm$f@fheAW3P@U%%y}6D*C+N2AAsQucs&)l|ZRXo-8JFJ5!#q)}ao4wEqomnd zIsX8}2y6lSq))z~;*^fTz7gCJLP^z7wP%KI&Ej&)ElG@~%#n4DBo^5=%R)ty@&x|? zl@fO=VW$L1$ga=R{hz*l8NVX8F$F^nzOzZ+L%)>SNzW)GY)W%dE zpr`HFDy+I1AK=>zKe9j?RM=uM*Rz1}JH*|Vd8Cz8j~Q93@J&{Dj=>o>{?svoINLh} zxcDIu2@m*z&CYB1?<$!h4(ozG$)dx(fgxkJ1j*@%$lXt}fN8KVKtLq+8;yFd@CGfs zBd8cX4PbCkbwel04nI$jE)*X6mtYl7ALKV;o*Ii3{eWPst)rV(`;pZF0p!x1^BnEV zmCXqx-*wV&u9)lP1hE_R{{ZOpVn#+kV%SMK!}}4M(t(kYj?5$q0mHx8fCvb2pSyw> zXshInv%KPIen-n9(1q8Jrg0{Cwjc9$HWa+C*xiq<3y+s}P!hpQ3_zh2Vt`oVg>$@d zq6P)thAJ@IvuJGL*w+2*0GXrP0RHhk`ye)kob2qKfCfIx2+s@MLMBoJ@gZC>0(5^F zF=GptSG^mEY{VYAG;%NffMi7LSO$s0Phg<$cnQ;DkJDIAj)^|~4eNNHs2XFo(t))A zruKUQwcbBs+E#K`St=IOr-@a&$PpDmT53b_XWjzGH;e-Urk8|q{Ox;C@xDpn-2VWK z%wLs9>H)(dsn3)-#y;>PlDaztgW2>pq@P0de}+Nv6u85z6|3?GOJPLCl~t=;W(pFu z&wF}TM^_a%PFIq&Db?|h;ZjyB9!pPv<9HfErxWBnbky%pDH*+uV}Gpr&kf+L(-Yma z^;Sr}IXV9T;vW;``^#U*KZ-nqf|5yNsl=j!&1I-po8u>v?CMr4kUP1RzvE<&<9GPC z))C1|D-V&&J$~M~m zhrANCN-=paB&wtDYlmN0-Ev6Oar4bBCF`awIk@TBMrb{YJMbxP+uFR0~4ob=-lnDGE#$U>Oij^0G zRpwZfO}8Kk6t`S&ymS3w1AnuRt@Oa3WG1~}Aa4+Z>^p(?%kp*TqfKhW_8Qfh5#?Us zo_mKC)N(O<&r+U6SjX8aaB0q78i{EMaEJ1e?Fbq ztRqbw2|iYuK+FaYdpI?ObO7e|bL&_&_7#p3p}dfmPhNk?*q4($dx%or{v@obs;}iR zyYVH`y6kq#5{Gk$-CJYgZi;fmnm~o?h80dh3}8M}@;~_B9N>6Og5w1Z+gpI zX}{v0Smq#Cs9Orw=XvEsL8 zy$9g55v)-JPmz9?wuS~hfWq21&zl~xq}E9{(92S!gR61{;iYkvxXU561uhn8rBOOk zgwe6aEOm^15=+a`+e@zc%5b8v2_$>d4s}d?iWQCrw#!<)ykl`6i$T~gTot=Y8N6x{ zS`_?4VWeP+l8-|^U-$BX?-k1p=JURWNhVJ*8p-D)WO7$Yp<(j82=v28Qhtr06L)1{ z{GsCXxY_vbSC6|?cTx;w$QLK#o+zV^AI7;>6pA{uWC=X7e;)A3bICaAbk0O=XC zc^9{5ZyLEb$;c~IndKj%w^6KD*WSS%(X=&%@>xj9CpjkOL#q-=6Oefe5sEi6#N&p{ z9E=z!O76-kLJ?KRoKgJ$03W#)eAM1m899mzF-k7T9=Ss`*Fn)Z$7hCR&jR7)d&Mgj+Z@_dT zO9*wZlwp1Q4`mc%*#r_Tp69R@W?$DiH29BX@vtM~+~n+4&a1!pjIAi%*ZEo~8<^v4 zFbf?Xk#doThzypvNctb+iB=yg<6Z2|WLGONhQg_M0z&1a<Nzx|8 zLE=cH0}>QZtpGKE5Pk1n@)uXw$&elPD;oP*SOg`x2m^L>hEY+~azhv(H~% zOOU;HA`a1j(tyV&WRSE%Fz~!$4+`a4#~UXZYGMJyAW%u>ZJtI&jy?_{UJ9|8;E{Ee zn!@WMcXS)>;OEQsbJ_KhGsNAN38S=ua@A&x_7W|ZMh3(aF*@>T9w&|nxZYxDl_I?j zsF^-h=K1pU>`~*aajX9TUZR30iP3-m!~i-G00II50t5sE0|o{H0{{R30RjLK10gX4 z5vHh{!>%V!p7PeL0D4I`x9^;Qb$g$-d8mXtw|9r z=$dT@%!mjh<}Mz!tYQ4@W9s5-Xn_XdrS+=f7YNY514>97rsXVf$K-HfOnx9{Rq09 zc#L22m#H*v>M=UsydGnI`u2b?ezy+CLJ2>tp-s$4?+qQusjoJCV|v)!Vf-t6zoa0W z6l&wrC^jsS0S(vwqH{MeHm!7Gb+gTXYw0kS!u5Qse5brT_%ba5r_8?hMko$Ret>(V6wnZkqq>KdKpgSA`)iq@eTdeVYpZ?#w3NIpZk zjHZZ96m-<>7?wO%GBxaO3J9tRA9-4i)4Tyd^{5iPi)kp5Y>{8u9sOex%po<{b%25G z7f>!OgV<{t)a^g zYumhJ_bN~KoGvHNk5tG@)%WGPfFK2q_n|f__MA zOR2E!6mr-$W*`pa@27EbPs1ETW4@NE4v-5Qd(49xo~+!Wek+8qu~tT_?j^7{M(s#~ ztlSoZ3FkZ3!U0BD0<6cakCuq`)?JynI{V7nFP6K`R`xnY`b|L4-jTo_+D*;r29SKJ z;%WtpH*qYFOZr?k#)mIxwcFIfrH2`lC@OBlD)<#DpZr%=)n7@%<2_F?02oxGd6jIE zm$)-w5A((>e_V?@L3OCOsu-XLOV0RcYe!+Ns<4jg6YL(Au&bQjuQ(F6q1 z`UzlMCdrvP-H*_SEoz7qCY^zoe)G3oCa3Qd^49RnYlfd=rH^UKR(pyt=~eTN!Ge{& z4U-z%;DuxAH1HDU{{RK({H1NYG-@5Fcn!Tw5bP)pk?eYH`k0`SD^2Pz(@z2fA8XgR z@V?WhLSWPzgLCb3bEE*Rb==LU{;)yevB8u6CQ%GwB82-1+E+H_ea!6$sC_1oi}rvw zsfVSRr@T-A*p9Hl{or6Wy`k8HIBc9odew2EHD~SaU;{2MD}ZbU?SHr|5J3m1Gb!M> z>?jCF^Wb$lda~;{2N(&Z;xXP#CjS698XrSOTs7$qy?ha_^x| z$Bc5{K34Mj3fvjP-eSDrak8Fdy1nKb)UER=9K%94oF-#m(xibnJj2}#;WC|nq|d{6 zjM?1S#+b=9+?{}#!gV|+4s82APwcaS#lvB{D~)Q;b~}^mVv~bAv!m9Qb>%0&?t2Os zWWZNH5~`ya{{Tic)L-T&d5k(T(<=)Eb|P@^_;(W4dH6~QPp&iNiTi&9yJx^Hg8p>f zW`~;WOhmBrf;6KrDCN2xrw$3d2<gpCXH#NSA4mhQyQq|C793vYpmm+hrwX}!NTMr*mlU{ZM& zHi;SV4p3WvItmRqa+&ZFm2FI?P|A9%bTJiB4e03xyu>c%%u2{o)k_epK%6=%jeNOS z->}*PC@#tfxZJ^2KwI>H3o}r3(#!%cWhvd$lYh~^7JzOx=RL*zbN!}VmuhsU^$fuzP!pI z6c}>>5S|ea$KxBI!h~4&b4wHiDL?^04wN9EJR45K_kGg-<3k$PC{<%3WB(= z#T}iT{{Z7l2)^BC9fuS4X4kdQjtU(?2EiQ&gGKP$!>@x4Veuh^z`qBF<#D)nEW6z2 z6}vD4^d=DGZDOGE;meGk-ftlLm^{kg!aBvGMvw*G19i2+Y#XQnZcJ2Io!=N^-@N7^ z=t9K|*uM?oP~|%EFvctn<~wEL8_d>vo~CgHcs4?X7?nlrL>&7$=sep`d0f6C{{V5S z6U*2W6gFNMtD{z@4o&s+GJ)`2G4R;keeplVYWWF77KLu^o3y*-IvCudiKDTeXFGdA zOcNNPwwQz_$fdsA` zpn9nqh`$vMs>(*A+o6PGUZ4=peSq8C#R-du!IKX!VUb8SdXv=38CA--zSyH|NY|O@h9;Czw*tkv@G6v`6Z-xU4>qH+0W;y^^ z-Aq6S0kY?9&!CKXf63HByK);J*PxB@9~cCR*-uG}m(<4j%u9*5$7SMi;~EUL%p3u= z^^N8?w}Y2%QWUjv-*%xs9#tTcrGI^!B3?x2loEvDfA0I3_HQ#iX`oT%L2eLnLOE;n9s$Ei94 z>OCV5J1QtALKnI~FdSGB~m5`-VPE-0vVibFw1r@ZdK`-ptPZVca2ea_Le;rL}zKQofw zp%JWsHdWFRDTvdp#kb+|rct=q-A24wv8$o(tSopKe9So%cV^Nxr!la4LG_Cbc$fu< zCXi{+!UQ2hxd8WL4}qoYeFVr`h! iVq`*tTfHL|Y^YK54HPSALiaJb9N4J5&Z5^|v;W!FEpB}P literal 0 HcmV?d00001 diff --git a/work/recovery-ui/recovery/static/images/team-2.jpg b/work/recovery-ui/recovery/static/images/team-2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..32c4e62e3a66fdf9e9c631afb8a995bf3fa2b494 GIT binary patch literal 33757 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 z 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 literal 0 HcmV?d00001 diff --git a/work/recovery-ui/recovery/static/images/team-4.jpg b/work/recovery-ui/recovery/static/images/team-4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c5492c2147e856f2b82f3c0f7be224056315ecb0 GIT binary patch literal 30558 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 O@eCX<>$W5AS^wEyft{=X literal 0 HcmV?d00001 diff --git a/work/recovery-ui/recovery/static/images/testimonial-1.jpg b/work/recovery-ui/recovery/static/images/testimonial-1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6196f6892df4670037fc4ee388b9e715137a1b74 GIT binary patch literal 4049 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 K={WrI)Bgbm4E;0! literal 0 HcmV?d00001 diff --git a/work/recovery-ui/recovery/static/images/testimonial-2.jpg b/work/recovery-ui/recovery/static/images/testimonial-2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4ecbd11441e4f765a6df049099392721a39cfca4 GIT binary patch literal 2234 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 literal 0 HcmV?d00001 diff --git a/work/recovery-ui/recovery/static/images/testimonial-3.jpg b/work/recovery-ui/recovery/static/images/testimonial-3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a6b7971d5fea683a96866f82085f5bb40c65a8dc GIT binary patch literal 3359 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 GHt{d-Hs9m` literal 0 HcmV?d00001 diff --git a/work/recovery-ui/recovery/static/images/testimonial-4.jpg b/work/recovery-ui/recovery/static/images/testimonial-4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e4377980b78ba66e9af56d816f5f0e7311a5bc08 GIT binary patch literal 5228 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 literal 0 HcmV?d00001 diff --git a/work/recovery-ui/recovery/static/images/testimonial-5.jpg b/work/recovery-ui/recovery/static/images/testimonial-5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7f318d1b95a0d0c6ccef9fb92a5269d5385ca2de GIT binary patch literal 4407 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 literal 0 HcmV?d00001 diff --git a/work/recovery-ui/recovery/static/images/user.jpg b/work/recovery-ui/recovery/static/images/user.jpg new file mode 100644 index 0000000000000000000000000000000000000000..869b274cce90a37b9f15ccca5b252223bcb68699 GIT binary patch literal 3511 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 literal 0 HcmV?d00001 diff --git a/work/recovery-ui/recovery/static/scripts/js/main.js b/work/recovery-ui/recovery/static/scripts/js/main.js new file mode 100644 index 0000000..c12711e --- /dev/null +++ b/work/recovery-ui/recovery/static/scripts/js/main.js @@ -0,0 +1,89 @@ +(function ($) { + "use strict"; + + // Dropdown on mouse hover + $(document).ready(function () { + function toggleNavbarMethod() { + if ($(window).width() > 992) { + $('.navbar .dropdown').on('mouseover', function () { + $('.dropdown-toggle', this).trigger('click'); + }).on('mouseout', function () { + $('.dropdown-toggle', this).trigger('click').blur(); + }); + } else { + $('.navbar .dropdown').off('mouseover').off('mouseout'); + } + } + toggleNavbarMethod(); + $(window).resize(toggleNavbarMethod); + }); + + + // Back to top button + $(window).scroll(function () { + if ($(this).scrollTop() > 100) { + $('.back-to-top').fadeIn('slow'); + } else { + $('.back-to-top').fadeOut('slow'); + } + }); + $('.back-to-top').click(function () { + $('html, body').animate({scrollTop: 0}, 1500, 'easeInOutExpo'); + return false; + }); + + + // Facts counter + $('[data-toggle="counter-up"]').counterUp({ + delay: 10, + time: 2000 + }); + + + // Team carousel + $(".team-carousel").owlCarousel({ + autoplay: true, + smartSpeed: 1000, + center: true, + dots: true, + loop: true, + margin: 30, + responsive: { + 0:{ + items:1 + }, + 576:{ + items:1 + }, + 768:{ + items:2 + }, + 992:{ + items:3 + } + } + }); + + + // Testimonials carousel + $(".testimonial-carousel").owlCarousel({ + autoplay: true, + smartSpeed: 1000, + dots: true, + loop: true, + margin: 30, + responsive: { + 0:{ + items:1 + }, + 576:{ + items:1 + }, + 768:{ + items:2 + } + } + }); + +})(jQuery); + diff --git a/work/recovery-ui/recovery/static/scripts/lib/counterup/counterup.min.js b/work/recovery-ui/recovery/static/scripts/lib/counterup/counterup.min.js new file mode 100644 index 0000000..3531cbb --- /dev/null +++ b/work/recovery-ui/recovery/static/scripts/lib/counterup/counterup.min.js @@ -0,0 +1,11 @@ +/*! + * jquery.counterup.js 2.1.0 + * + * Copyright 2013, Benjamin Intal http://gambit.ph @bfintal + * Released under the GPL v2 License + * + * Amended by Jeremy Paris, Ciro Mattia Gonano and others + * + * Date: Feb 24, 2017 + */ + (function($){"use strict";$.fn.counterUp=function(options){var settings=$.extend({time:400,delay:10,offset:100,beginAt:0,formatter:false,context:"window",callback:function(){}},options),s;return this.each(function(){var $this=$(this),counter={time:$(this).data("counterup-time")||settings.time,delay:$(this).data("counterup-delay")||settings.delay,offset:$(this).data("counterup-offset")||settings.offset,beginAt:$(this).data("counterup-beginat")||settings.beginAt,context:$(this).data("counterup-context")||settings.context};var counterUpper=function(){var nums=[];var divisions=counter.time/counter.delay;var num=$(this).attr("data-num")?$(this).attr("data-num"):$this.text();var isComma=/[0-9]+,[0-9]+/.test(num);num=num.replace(/,/g,"");var decimalPlaces=(num.split(".")[1]||[]).length;if(counter.beginAt>num)counter.beginAt=num;var isTime=/[0-9]+:[0-9]+:[0-9]+/.test(num);if(isTime){var times=num.split(":"),m=1;s=0;while(times.length>0){s+=m*parseInt(times.pop(),10);m*=60}}for(var i=divisions;i>=counter.beginAt/num*divisions;i--){var newNum=parseFloat(num/divisions*i).toFixed(decimalPlaces);if(isTime){newNum=parseInt(s/divisions*i);var hours=parseInt(newNum/3600)%24;var minutes=parseInt(newNum/60)%60;var seconds=parseInt(newNum%60,10);newNum=(hours<10?"0"+hours:hours)+":"+(minutes<10?"0"+minutes:minutes)+":"+(seconds<10?"0"+seconds:seconds)}if(isComma){while(/(\d+)(\d{3})/.test(newNum.toString())){newNum=newNum.toString().replace(/(\d+)(\d{3})/,"$1"+","+"$2")}}if(settings.formatter){newNum=settings.formatter.call(this,newNum)}nums.unshift(newNum)}$this.data("counterup-nums",nums);$this.text(counter.beginAt);var f=function(){if(!$this.data("counterup-nums")){settings.callback.call(this);return}$this.html($this.data("counterup-nums").shift());if($this.data("counterup-nums").length){setTimeout($this.data("counterup-func"),counter.delay)}else{$this.data("counterup-nums",null);$this.data("counterup-func",null);settings.callback.call(this)}};$this.data("counterup-func",f);setTimeout($this.data("counterup-func"),counter.delay)};$this.waypoint(function(direction){counterUpper();this.destroy()},{offset:counter.offset+"%",context:counter.context})})}})(jQuery); diff --git a/work/recovery-ui/recovery/static/scripts/lib/easing/easing.js b/work/recovery-ui/recovery/static/scripts/lib/easing/easing.js new file mode 100644 index 0000000..3b9c776 --- /dev/null +++ b/work/recovery-ui/recovery/static/scripts/lib/easing/easing.js @@ -0,0 +1,168 @@ +/* + * jQuery Easing v1.4.1 - http://gsgd.co.uk/sandbox/jquery/easing/ + * Open source under the BSD License. + * Copyright © 2008 George McGinley Smith + * All rights reserved. + * https://raw.github.com/gdsmith/jquery-easing/master/LICENSE +*/ + +(function (factory) { + if (typeof define === "function" && define.amd) { + define(['jquery'], function ($) { + return factory($); + }); + } else if (typeof module === "object" && typeof module.exports === "object") { + exports = factory(require('jquery')); + } else { + factory(jQuery); + } +})(function($){ + +// Preserve the original jQuery "swing" easing as "jswing" +if (typeof $.easing !== 'undefined') { + $.easing['jswing'] = $.easing['swing']; +} + +var pow = Math.pow, + sqrt = Math.sqrt, + sin = Math.sin, + cos = Math.cos, + PI = Math.PI, + c1 = 1.70158, + c2 = c1 * 1.525, + c3 = c1 + 1, + c4 = ( 2 * PI ) / 3, + c5 = ( 2 * PI ) / 4.5; + +// x is the fraction of animation progress, in the range 0..1 +function bounceOut(x) { + var n1 = 7.5625, + d1 = 2.75; + if ( x < 1/d1 ) { + return n1*x*x; + } else if ( x < 2/d1 ) { + return n1*(x-=(1.5/d1))*x + .75; + } else if ( x < 2.5/d1 ) { + return n1*(x-=(2.25/d1))*x + .9375; + } else { + return n1*(x-=(2.625/d1))*x + .984375; + } +} + +$.extend( $.easing, +{ + def: 'easeOutQuad', + swing: function (x) { + return $.easing[$.easing.def](x); + }, + easeInQuad: function (x) { + return x * x; + }, + easeOutQuad: function (x) { + return 1 - ( 1 - x ) * ( 1 - x ); + }, + easeInOutQuad: function (x) { + return x < 0.5 ? + 2 * x * x : + 1 - pow( -2 * x + 2, 2 ) / 2; + }, + easeInCubic: function (x) { + return x * x * x; + }, + easeOutCubic: function (x) { + return 1 - pow( 1 - x, 3 ); + }, + easeInOutCubic: function (x) { + return x < 0.5 ? + 4 * x * x * x : + 1 - pow( -2 * x + 2, 3 ) / 2; + }, + easeInQuart: function (x) { + return x * x * x * x; + }, + easeOutQuart: function (x) { + return 1 - pow( 1 - x, 4 ); + }, + easeInOutQuart: function (x) { + return x < 0.5 ? + 8 * x * x * x * x : + 1 - pow( -2 * x + 2, 4 ) / 2; + }, + easeInQuint: function (x) { + return x * x * x * x * x; + }, + easeOutQuint: function (x) { + return 1 - pow( 1 - x, 5 ); + }, + easeInOutQuint: function (x) { + return x < 0.5 ? + 16 * x * x * x * x * x : + 1 - pow( -2 * x + 2, 5 ) / 2; + }, + easeInSine: function (x) { + return 1 - cos( x * PI/2 ); + }, + easeOutSine: function (x) { + return sin( x * PI/2 ); + }, + easeInOutSine: function (x) { + return -( cos( PI * x ) - 1 ) / 2; + }, + easeInExpo: function (x) { + return x === 0 ? 0 : pow( 2, 10 * x - 10 ); + }, + easeOutExpo: function (x) { + return x === 1 ? 1 : 1 - pow( 2, -10 * x ); + }, + easeInOutExpo: function (x) { + return x === 0 ? 0 : x === 1 ? 1 : x < 0.5 ? + pow( 2, 20 * x - 10 ) / 2 : + ( 2 - pow( 2, -20 * x + 10 ) ) / 2; + }, + easeInCirc: function (x) { + return 1 - sqrt( 1 - pow( x, 2 ) ); + }, + easeOutCirc: function (x) { + return sqrt( 1 - pow( x - 1, 2 ) ); + }, + easeInOutCirc: function (x) { + return x < 0.5 ? + ( 1 - sqrt( 1 - pow( 2 * x, 2 ) ) ) / 2 : + ( sqrt( 1 - pow( -2 * x + 2, 2 ) ) + 1 ) / 2; + }, + easeInElastic: function (x) { + return x === 0 ? 0 : x === 1 ? 1 : + -pow( 2, 10 * x - 10 ) * sin( ( x * 10 - 10.75 ) * c4 ); + }, + easeOutElastic: function (x) { + return x === 0 ? 0 : x === 1 ? 1 : + pow( 2, -10 * x ) * sin( ( x * 10 - 0.75 ) * c4 ) + 1; + }, + easeInOutElastic: function (x) { + return x === 0 ? 0 : x === 1 ? 1 : x < 0.5 ? + -( pow( 2, 20 * x - 10 ) * sin( ( 20 * x - 11.125 ) * c5 )) / 2 : + pow( 2, -20 * x + 10 ) * sin( ( 20 * x - 11.125 ) * c5 ) / 2 + 1; + }, + easeInBack: function (x) { + return c3 * x * x * x - c1 * x * x; + }, + easeOutBack: function (x) { + return 1 + c3 * pow( x - 1, 3 ) + c1 * pow( x - 1, 2 ); + }, + easeInOutBack: function (x) { + return x < 0.5 ? + ( pow( 2 * x, 2 ) * ( ( c2 + 1 ) * 2 * x - c2 ) ) / 2 : + ( pow( 2 * x - 2, 2 ) *( ( c2 + 1 ) * ( x * 2 - 2 ) + c2 ) + 2 ) / 2; + }, + easeInBounce: function (x) { + return 1 - bounceOut( 1 - x ); + }, + easeOutBounce: bounceOut, + easeInOutBounce: function (x) { + return x < 0.5 ? + ( 1 - bounceOut( 1 - 2 * x ) ) / 2 : + ( 1 + bounceOut( 2 * x - 1 ) ) / 2; + } +}); + +}); diff --git a/work/recovery-ui/recovery/static/scripts/lib/easing/easing.min.js b/work/recovery-ui/recovery/static/scripts/lib/easing/easing.min.js new file mode 100644 index 0000000..fc7dae4 --- /dev/null +++ b/work/recovery-ui/recovery/static/scripts/lib/easing/easing.min.js @@ -0,0 +1 @@ +!function(n){"function"==typeof define&&define.amd?define(["jquery"],function(e){return n(e)}):"object"==typeof module&&"object"==typeof module.exports?exports=n(require("jquery")):n(jQuery)}(function(n){function e(n){var e=7.5625,t=2.75;return n<1/t?e*n*n:n<2/t?e*(n-=1.5/t)*n+.75:n<2.5/t?e*(n-=2.25/t)*n+.9375:e*(n-=2.625/t)*n+.984375}void 0!==n.easing&&(n.easing.jswing=n.easing.swing);var t=Math.pow,u=Math.sqrt,r=Math.sin,i=Math.cos,a=Math.PI,c=1.70158,o=1.525*c,s=2*a/3,f=2*a/4.5;n.extend(n.easing,{def:"easeOutQuad",swing:function(e){return n.easing[n.easing.def](e)},easeInQuad:function(n){return n*n},easeOutQuad:function(n){return 1-(1-n)*(1-n)},easeInOutQuad:function(n){return n<.5?2*n*n:1-t(-2*n+2,2)/2},easeInCubic:function(n){return n*n*n},easeOutCubic:function(n){return 1-t(1-n,3)},easeInOutCubic:function(n){return n<.5?4*n*n*n:1-t(-2*n+2,3)/2},easeInQuart:function(n){return n*n*n*n},easeOutQuart:function(n){return 1-t(1-n,4)},easeInOutQuart:function(n){return n<.5?8*n*n*n*n:1-t(-2*n+2,4)/2},easeInQuint:function(n){return n*n*n*n*n},easeOutQuint:function(n){return 1-t(1-n,5)},easeInOutQuint:function(n){return n<.5?16*n*n*n*n*n:1-t(-2*n+2,5)/2},easeInSine:function(n){return 1-i(n*a/2)},easeOutSine:function(n){return r(n*a/2)},easeInOutSine:function(n){return-(i(a*n)-1)/2},easeInExpo:function(n){return 0===n?0:t(2,10*n-10)},easeOutExpo:function(n){return 1===n?1:1-t(2,-10*n)},easeInOutExpo:function(n){return 0===n?0:1===n?1:n<.5?t(2,20*n-10)/2:(2-t(2,-20*n+10))/2},easeInCirc:function(n){return 1-u(1-t(n,2))},easeOutCirc:function(n){return u(1-t(n-1,2))},easeInOutCirc:function(n){return n<.5?(1-u(1-t(2*n,2)))/2:(u(1-t(-2*n+2,2))+1)/2},easeInElastic:function(n){return 0===n?0:1===n?1:-t(2,10*n-10)*r((10*n-10.75)*s)},easeOutElastic:function(n){return 0===n?0:1===n?1:t(2,-10*n)*r((10*n-.75)*s)+1},easeInOutElastic:function(n){return 0===n?0:1===n?1:n<.5?-(t(2,20*n-10)*r((20*n-11.125)*f))/2:t(2,-20*n+10)*r((20*n-11.125)*f)/2+1},easeInBack:function(n){return(c+1)*n*n*n-c*n*n},easeOutBack:function(n){return 1+(c+1)*t(n-1,3)+c*t(n-1,2)},easeInOutBack:function(n){return n<.5?t(2*n,2)*(7.189819*n-o)/2:(t(2*n-2,2)*((o+1)*(2*n-2)+o)+2)/2},easeInBounce:function(n){return 1-e(1-n)},easeOutBounce:e,easeInOutBounce:function(n){return n<.5?(1-e(1-2*n))/2:(1+e(2*n-1))/2}})}); diff --git a/work/recovery-ui/recovery/static/scripts/lib/owlcarousel/LICENSE b/work/recovery-ui/recovery/static/scripts/lib/owlcarousel/LICENSE new file mode 100644 index 0000000..699398c --- /dev/null +++ b/work/recovery-ui/recovery/static/scripts/lib/owlcarousel/LICENSE @@ -0,0 +1,23 @@ +Copyright (c) 2014 Owl +Modified work Copyright 2016 David Deutsch + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. diff --git a/work/recovery-ui/recovery/static/scripts/lib/owlcarousel/assets/ajax-loader.gif b/work/recovery-ui/recovery/static/scripts/lib/owlcarousel/assets/ajax-loader.gif new file mode 100644 index 0000000000000000000000000000000000000000..d3962f969930b0a5cb13fa079f273167082abf68 GIT binary patch literal 3208 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%0A;2lG!!z>8L*~z#POx} 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 literal 0 HcmV?d00001 diff --git a/work/recovery-ui/recovery/static/scripts/lib/owlcarousel/owl.carousel.js b/work/recovery-ui/recovery/static/scripts/lib/owlcarousel/owl.carousel.js new file mode 100644 index 0000000..c1d3ea7 --- /dev/null +++ b/work/recovery-ui/recovery/static/scripts/lib/owlcarousel/owl.carousel.js @@ -0,0 +1,3275 @@ +/** + * Owl Carousel v2.2.1 + * Copyright 2013-2017 David Deutsch + * Licensed under () + */ +/** + * Owl carousel + * @version 2.1.6 + * @author Bartosz Wojciechowski + * @author David Deutsch + * @license The MIT License (MIT) + * @todo Lazy Load Icon + * @todo prevent animationend bubling + * @todo itemsScaleUp + * @todo Test Zepto + * @todo stagePadding calculate wrong active classes + */ +;(function($, window, document, undefined) { + + /** + * Creates a carousel. + * @class The Owl Carousel. + * @public + * @param {HTMLElement|jQuery} element - The element to create the carousel for. + * @param {Object} [options] - The options + */ + function Owl(element, options) { + + /** + * Current settings for the carousel. + * @public + */ + this.settings = null; + + /** + * Current options set by the caller including defaults. + * @public + */ + this.options = $.extend({}, Owl.Defaults, options); + + /** + * Plugin element. + * @public + */ + this.$element = $(element); + + /** + * Proxied event handlers. + * @protected + */ + this._handlers = {}; + + /** + * References to the running plugins of this carousel. + * @protected + */ + this._plugins = {}; + + /** + * Currently suppressed events to prevent them from beeing retriggered. + * @protected + */ + this._supress = {}; + + /** + * Absolute current position. + * @protected + */ + this._current = null; + + /** + * Animation speed in milliseconds. + * @protected + */ + this._speed = null; + + /** + * Coordinates of all items in pixel. + * @todo The name of this member is missleading. + * @protected + */ + this._coordinates = []; + + /** + * Current breakpoint. + * @todo Real media queries would be nice. + * @protected + */ + this._breakpoint = null; + + /** + * Current width of the plugin element. + */ + this._width = null; + + /** + * All real items. + * @protected + */ + this._items = []; + + /** + * All cloned items. + * @protected + */ + this._clones = []; + + /** + * Merge values of all items. + * @todo Maybe this could be part of a plugin. + * @protected + */ + this._mergers = []; + + /** + * Widths of all items. + */ + this._widths = []; + + /** + * Invalidated parts within the update process. + * @protected + */ + this._invalidated = {}; + + /** + * Ordered list of workers for the update process. + * @protected + */ + this._pipe = []; + + /** + * Current state information for the drag operation. + * @todo #261 + * @protected + */ + this._drag = { + time: null, + target: null, + pointer: null, + stage: { + start: null, + current: null + }, + direction: null + }; + + /** + * Current state information and their tags. + * @type {Object} + * @protected + */ + this._states = { + current: {}, + tags: { + 'initializing': [ 'busy' ], + 'animating': [ 'busy' ], + 'dragging': [ 'interacting' ] + } + }; + + $.each([ 'onResize', 'onThrottledResize' ], $.proxy(function(i, handler) { + this._handlers[handler] = $.proxy(this[handler], this); + }, this)); + + $.each(Owl.Plugins, $.proxy(function(key, plugin) { + this._plugins[key.charAt(0).toLowerCase() + key.slice(1)] + = new plugin(this); + }, this)); + + $.each(Owl.Workers, $.proxy(function(priority, worker) { + this._pipe.push({ + 'filter': worker.filter, + 'run': $.proxy(worker.run, this) + }); + }, this)); + + this.setup(); + this.initialize(); + } + + /** + * Default options for the carousel. + * @public + */ + Owl.Defaults = { + items: 3, + loop: false, + center: false, + rewind: false, + + mouseDrag: true, + touchDrag: true, + pullDrag: true, + freeDrag: false, + + margin: 0, + stagePadding: 0, + + merge: false, + mergeFit: true, + autoWidth: false, + + startPosition: 0, + rtl: false, + + smartSpeed: 250, + fluidSpeed: false, + dragEndSpeed: false, + + responsive: {}, + responsiveRefreshRate: 200, + responsiveBaseElement: window, + + fallbackEasing: 'swing', + + info: false, + + nestedItemSelector: false, + itemElement: 'div', + stageElement: 'div', + + refreshClass: 'owl-refresh', + loadedClass: 'owl-loaded', + loadingClass: 'owl-loading', + rtlClass: 'owl-rtl', + responsiveClass: 'owl-responsive', + dragClass: 'owl-drag', + itemClass: 'owl-item', + stageClass: 'owl-stage', + stageOuterClass: 'owl-stage-outer', + grabClass: 'owl-grab' + }; + + /** + * Enumeration for width. + * @public + * @readonly + * @enum {String} + */ + Owl.Width = { + Default: 'default', + Inner: 'inner', + Outer: 'outer' + }; + + /** + * Enumeration for types. + * @public + * @readonly + * @enum {String} + */ + Owl.Type = { + Event: 'event', + State: 'state' + }; + + /** + * Contains all registered plugins. + * @public + */ + Owl.Plugins = {}; + + /** + * List of workers involved in the update process. + */ + Owl.Workers = [ { + filter: [ 'width', 'settings' ], + run: function() { + this._width = this.$element.width(); + } + }, { + filter: [ 'width', 'items', 'settings' ], + run: function(cache) { + cache.current = this._items && this._items[this.relative(this._current)]; + } + }, { + filter: [ 'items', 'settings' ], + run: function() { + this.$stage.children('.cloned').remove(); + } + }, { + filter: [ 'width', 'items', 'settings' ], + run: function(cache) { + var margin = this.settings.margin || '', + grid = !this.settings.autoWidth, + rtl = this.settings.rtl, + css = { + 'width': 'auto', + 'margin-left': rtl ? margin : '', + 'margin-right': rtl ? '' : margin + }; + + !grid && this.$stage.children().css(css); + + cache.css = css; + } + }, { + filter: [ 'width', 'items', 'settings' ], + run: function(cache) { + var width = (this.width() / this.settings.items).toFixed(3) - this.settings.margin, + merge = null, + iterator = this._items.length, + grid = !this.settings.autoWidth, + widths = []; + + cache.items = { + merge: false, + width: width + }; + + while (iterator--) { + merge = this._mergers[iterator]; + merge = this.settings.mergeFit && Math.min(merge, this.settings.items) || merge; + + cache.items.merge = merge > 1 || cache.items.merge; + + widths[iterator] = !grid ? this._items[iterator].width() : width * merge; + } + + this._widths = widths; + } + }, { + filter: [ 'items', 'settings' ], + run: function() { + var clones = [], + items = this._items, + settings = this.settings, + // TODO: Should be computed from number of min width items in stage + view = Math.max(settings.items * 2, 4), + size = Math.ceil(items.length / 2) * 2, + repeat = settings.loop && items.length ? settings.rewind ? view : Math.max(view, size) : 0, + append = '', + prepend = ''; + + repeat /= 2; + + while (repeat--) { + // Switch to only using appended clones + clones.push(this.normalize(clones.length / 2, true)); + append = append + items[clones[clones.length - 1]][0].outerHTML; + clones.push(this.normalize(items.length - 1 - (clones.length - 1) / 2, true)); + prepend = items[clones[clones.length - 1]][0].outerHTML + prepend; + } + + this._clones = clones; + + $(append).addClass('cloned').appendTo(this.$stage); + $(prepend).addClass('cloned').prependTo(this.$stage); + } + }, { + filter: [ 'width', 'items', 'settings' ], + run: function() { + var rtl = this.settings.rtl ? 1 : -1, + size = this._clones.length + this._items.length, + iterator = -1, + previous = 0, + current = 0, + coordinates = []; + + while (++iterator < size) { + previous = coordinates[iterator - 1] || 0; + current = this._widths[this.relative(iterator)] + this.settings.margin; + coordinates.push(previous + current * rtl); + } + + this._coordinates = coordinates; + } + }, { + filter: [ 'width', 'items', 'settings' ], + run: function() { + var padding = this.settings.stagePadding, + coordinates = this._coordinates, + css = { + 'width': Math.ceil(Math.abs(coordinates[coordinates.length - 1])) + padding * 2, + 'padding-left': padding || '', + 'padding-right': padding || '' + }; + + this.$stage.css(css); + } + }, { + filter: [ 'width', 'items', 'settings' ], + run: function(cache) { + var iterator = this._coordinates.length, + grid = !this.settings.autoWidth, + items = this.$stage.children(); + + if (grid && cache.items.merge) { + while (iterator--) { + cache.css.width = this._widths[this.relative(iterator)]; + items.eq(iterator).css(cache.css); + } + } else if (grid) { + cache.css.width = cache.items.width; + items.css(cache.css); + } + } + }, { + filter: [ 'items' ], + run: function() { + this._coordinates.length < 1 && this.$stage.removeAttr('style'); + } + }, { + filter: [ 'width', 'items', 'settings' ], + run: function(cache) { + cache.current = cache.current ? this.$stage.children().index(cache.current) : 0; + cache.current = Math.max(this.minimum(), Math.min(this.maximum(), cache.current)); + this.reset(cache.current); + } + }, { + filter: [ 'position' ], + run: function() { + this.animate(this.coordinates(this._current)); + } + }, { + filter: [ 'width', 'position', 'items', 'settings' ], + run: function() { + var rtl = this.settings.rtl ? 1 : -1, + padding = this.settings.stagePadding * 2, + begin = this.coordinates(this.current()) + padding, + end = begin + this.width() * rtl, + inner, outer, matches = [], i, n; + + for (i = 0, n = this._coordinates.length; i < n; i++) { + inner = this._coordinates[i - 1] || 0; + outer = Math.abs(this._coordinates[i]) + padding * rtl; + + if ((this.op(inner, '<=', begin) && (this.op(inner, '>', end))) + || (this.op(outer, '<', begin) && this.op(outer, '>', end))) { + matches.push(i); + } + } + + this.$stage.children('.active').removeClass('active'); + this.$stage.children(':eq(' + matches.join('), :eq(') + ')').addClass('active'); + + if (this.settings.center) { + this.$stage.children('.center').removeClass('center'); + this.$stage.children().eq(this.current()).addClass('center'); + } + } + } ]; + + /** + * Initializes the carousel. + * @protected + */ + Owl.prototype.initialize = function() { + this.enter('initializing'); + this.trigger('initialize'); + + this.$element.toggleClass(this.settings.rtlClass, this.settings.rtl); + + if (this.settings.autoWidth && !this.is('pre-loading')) { + var imgs, nestedSelector, width; + imgs = this.$element.find('img'); + nestedSelector = this.settings.nestedItemSelector ? '.' + this.settings.nestedItemSelector : undefined; + width = this.$element.children(nestedSelector).width(); + + if (imgs.length && width <= 0) { + this.preloadAutoWidthImages(imgs); + } + } + + this.$element.addClass(this.options.loadingClass); + + // create stage + this.$stage = $('<' + this.settings.stageElement + ' class="' + this.settings.stageClass + '"/>') + .wrap('

'); + + // append stage + this.$element.append(this.$stage.parent()); + + // append content + this.replace(this.$element.children().not(this.$stage.parent())); + + // check visibility + if (this.$element.is(':visible')) { + // update view + this.refresh(); + } else { + // invalidate width + this.invalidate('width'); + } + + this.$element + .removeClass(this.options.loadingClass) + .addClass(this.options.loadedClass); + + // register event handlers + this.registerEventHandlers(); + + this.leave('initializing'); + this.trigger('initialized'); + }; + + /** + * Setups the current settings. + * @todo Remove responsive classes. Why should adaptive designs be brought into IE8? + * @todo Support for media queries by using `matchMedia` would be nice. + * @public + */ + Owl.prototype.setup = function() { + var viewport = this.viewport(), + overwrites = this.options.responsive, + match = -1, + settings = null; + + if (!overwrites) { + settings = $.extend({}, this.options); + } else { + $.each(overwrites, function(breakpoint) { + if (breakpoint <= viewport && breakpoint > match) { + match = Number(breakpoint); + } + }); + + settings = $.extend({}, this.options, overwrites[match]); + if (typeof settings.stagePadding === 'function') { + settings.stagePadding = settings.stagePadding(); + } + delete settings.responsive; + + // responsive class + if (settings.responsiveClass) { + this.$element.attr('class', + this.$element.attr('class').replace(new RegExp('(' + this.options.responsiveClass + '-)\\S+\\s', 'g'), '$1' + match) + ); + } + } + + this.trigger('change', { property: { name: 'settings', value: settings } }); + this._breakpoint = match; + this.settings = settings; + this.invalidate('settings'); + this.trigger('changed', { property: { name: 'settings', value: this.settings } }); + }; + + /** + * Updates option logic if necessery. + * @protected + */ + Owl.prototype.optionsLogic = function() { + if (this.settings.autoWidth) { + this.settings.stagePadding = false; + this.settings.merge = false; + } + }; + + /** + * Prepares an item before add. + * @todo Rename event parameter `content` to `item`. + * @protected + * @returns {jQuery|HTMLElement} - The item container. + */ + Owl.prototype.prepare = function(item) { + var event = this.trigger('prepare', { content: item }); + + if (!event.data) { + event.data = $('<' + this.settings.itemElement + '/>') + .addClass(this.options.itemClass).append(item) + } + + this.trigger('prepared', { content: event.data }); + + return event.data; + }; + + /** + * Updates the view. + * @public + */ + Owl.prototype.update = function() { + var i = 0, + n = this._pipe.length, + filter = $.proxy(function(p) { return this[p] }, this._invalidated), + cache = {}; + + while (i < n) { + if (this._invalidated.all || $.grep(this._pipe[i].filter, filter).length > 0) { + this._pipe[i].run(cache); + } + i++; + } + + this._invalidated = {}; + + !this.is('valid') && this.enter('valid'); + }; + + /** + * Gets the width of the view. + * @public + * @param {Owl.Width} [dimension=Owl.Width.Default] - The dimension to return. + * @returns {Number} - The width of the view in pixel. + */ + Owl.prototype.width = function(dimension) { + dimension = dimension || Owl.Width.Default; + switch (dimension) { + case Owl.Width.Inner: + case Owl.Width.Outer: + return this._width; + default: + return this._width - this.settings.stagePadding * 2 + this.settings.margin; + } + }; + + /** + * Refreshes the carousel primarily for adaptive purposes. + * @public + */ + Owl.prototype.refresh = function() { + this.enter('refreshing'); + this.trigger('refresh'); + + this.setup(); + + this.optionsLogic(); + + this.$element.addClass(this.options.refreshClass); + + this.update(); + + this.$element.removeClass(this.options.refreshClass); + + this.leave('refreshing'); + this.trigger('refreshed'); + }; + + /** + * Checks window `resize` event. + * @protected + */ + Owl.prototype.onThrottledResize = function() { + window.clearTimeout(this.resizeTimer); + this.resizeTimer = window.setTimeout(this._handlers.onResize, this.settings.responsiveRefreshRate); + }; + + /** + * Checks window `resize` event. + * @protected + */ + Owl.prototype.onResize = function() { + if (!this._items.length) { + return false; + } + + if (this._width === this.$element.width()) { + return false; + } + + if (!this.$element.is(':visible')) { + return false; + } + + this.enter('resizing'); + + if (this.trigger('resize').isDefaultPrevented()) { + this.leave('resizing'); + return false; + } + + this.invalidate('width'); + + this.refresh(); + + this.leave('resizing'); + this.trigger('resized'); + }; + + /** + * Registers event handlers. + * @todo Check `msPointerEnabled` + * @todo #261 + * @protected + */ + Owl.prototype.registerEventHandlers = function() { + if ($.support.transition) { + this.$stage.on($.support.transition.end + '.owl.core', $.proxy(this.onTransitionEnd, this)); + } + + if (this.settings.responsive !== false) { + this.on(window, 'resize', this._handlers.onThrottledResize); + } + + if (this.settings.mouseDrag) { + this.$element.addClass(this.options.dragClass); + this.$stage.on('mousedown.owl.core', $.proxy(this.onDragStart, this)); + this.$stage.on('dragstart.owl.core selectstart.owl.core', function() { return false }); + } + + if (this.settings.touchDrag){ + this.$stage.on('touchstart.owl.core', $.proxy(this.onDragStart, this)); + this.$stage.on('touchcancel.owl.core', $.proxy(this.onDragEnd, this)); + } + }; + + /** + * Handles `touchstart` and `mousedown` events. + * @todo Horizontal swipe threshold as option + * @todo #261 + * @protected + * @param {Event} event - The event arguments. + */ + Owl.prototype.onDragStart = function(event) { + var stage = null; + + if (event.which === 3) { + return; + } + + if ($.support.transform) { + stage = this.$stage.css('transform').replace(/.*\(|\)| /g, '').split(','); + stage = { + x: stage[stage.length === 16 ? 12 : 4], + y: stage[stage.length === 16 ? 13 : 5] + }; + } else { + stage = this.$stage.position(); + stage = { + x: this.settings.rtl ? + stage.left + this.$stage.width() - this.width() + this.settings.margin : + stage.left, + y: stage.top + }; + } + + if (this.is('animating')) { + $.support.transform ? this.animate(stage.x) : this.$stage.stop() + this.invalidate('position'); + } + + this.$element.toggleClass(this.options.grabClass, event.type === 'mousedown'); + + this.speed(0); + + this._drag.time = new Date().getTime(); + this._drag.target = $(event.target); + this._drag.stage.start = stage; + this._drag.stage.current = stage; + this._drag.pointer = this.pointer(event); + + $(document).on('mouseup.owl.core touchend.owl.core', $.proxy(this.onDragEnd, this)); + + $(document).one('mousemove.owl.core touchmove.owl.core', $.proxy(function(event) { + var delta = this.difference(this._drag.pointer, this.pointer(event)); + + $(document).on('mousemove.owl.core touchmove.owl.core', $.proxy(this.onDragMove, this)); + + if (Math.abs(delta.x) < Math.abs(delta.y) && this.is('valid')) { + return; + } + + event.preventDefault(); + + this.enter('dragging'); + this.trigger('drag'); + }, this)); + }; + + /** + * Handles the `touchmove` and `mousemove` events. + * @todo #261 + * @protected + * @param {Event} event - The event arguments. + */ + Owl.prototype.onDragMove = function(event) { + var minimum = null, + maximum = null, + pull = null, + delta = this.difference(this._drag.pointer, this.pointer(event)), + stage = this.difference(this._drag.stage.start, delta); + + if (!this.is('dragging')) { + return; + } + + event.preventDefault(); + + if (this.settings.loop) { + minimum = this.coordinates(this.minimum()); + maximum = this.coordinates(this.maximum() + 1) - minimum; + stage.x = (((stage.x - minimum) % maximum + maximum) % maximum) + minimum; + } else { + minimum = this.settings.rtl ? this.coordinates(this.maximum()) : this.coordinates(this.minimum()); + maximum = this.settings.rtl ? this.coordinates(this.minimum()) : this.coordinates(this.maximum()); + pull = this.settings.pullDrag ? -1 * delta.x / 5 : 0; + stage.x = Math.max(Math.min(stage.x, minimum + pull), maximum + pull); + } + + this._drag.stage.current = stage; + + this.animate(stage.x); + }; + + /** + * Handles the `touchend` and `mouseup` events. + * @todo #261 + * @todo Threshold for click event + * @protected + * @param {Event} event - The event arguments. + */ + Owl.prototype.onDragEnd = function(event) { + var delta = this.difference(this._drag.pointer, this.pointer(event)), + stage = this._drag.stage.current, + direction = delta.x > 0 ^ this.settings.rtl ? 'left' : 'right'; + + $(document).off('.owl.core'); + + this.$element.removeClass(this.options.grabClass); + + if (delta.x !== 0 && this.is('dragging') || !this.is('valid')) { + this.speed(this.settings.dragEndSpeed || this.settings.smartSpeed); + this.current(this.closest(stage.x, delta.x !== 0 ? direction : this._drag.direction)); + this.invalidate('position'); + this.update(); + + this._drag.direction = direction; + + if (Math.abs(delta.x) > 3 || new Date().getTime() - this._drag.time > 300) { + this._drag.target.one('click.owl.core', function() { return false; }); + } + } + + if (!this.is('dragging')) { + return; + } + + this.leave('dragging'); + this.trigger('dragged'); + }; + + /** + * Gets absolute position of the closest item for a coordinate. + * @todo Setting `freeDrag` makes `closest` not reusable. See #165. + * @protected + * @param {Number} coordinate - The coordinate in pixel. + * @param {String} direction - The direction to check for the closest item. Ether `left` or `right`. + * @return {Number} - The absolute position of the closest item. + */ + Owl.prototype.closest = function(coordinate, direction) { + var position = -1, + pull = 30, + width = this.width(), + coordinates = this.coordinates(); + + if (!this.settings.freeDrag) { + // check closest item + $.each(coordinates, $.proxy(function(index, value) { + // on a left pull, check on current index + if (direction === 'left' && coordinate > value - pull && coordinate < value + pull) { + position = index; + // on a right pull, check on previous index + // to do so, subtract width from value and set position = index + 1 + } else if (direction === 'right' && coordinate > value - width - pull && coordinate < value - width + pull) { + position = index + 1; + } else if (this.op(coordinate, '<', value) + && this.op(coordinate, '>', coordinates[index + 1] || value - width)) { + position = direction === 'left' ? index + 1 : index; + } + return position === -1; + }, this)); + } + + if (!this.settings.loop) { + // non loop boundries + if (this.op(coordinate, '>', coordinates[this.minimum()])) { + position = coordinate = this.minimum(); + } else if (this.op(coordinate, '<', coordinates[this.maximum()])) { + position = coordinate = this.maximum(); + } + } + + return position; + }; + + /** + * Animates the stage. + * @todo #270 + * @public + * @param {Number} coordinate - The coordinate in pixels. + */ + Owl.prototype.animate = function(coordinate) { + var animate = this.speed() > 0; + + this.is('animating') && this.onTransitionEnd(); + + if (animate) { + this.enter('animating'); + this.trigger('translate'); + } + + if ($.support.transform3d && $.support.transition) { + this.$stage.css({ + transform: 'translate3d(' + coordinate + 'px,0px,0px)', + transition: (this.speed() / 1000) + 's' + }); + } else if (animate) { + this.$stage.animate({ + left: coordinate + 'px' + }, this.speed(), this.settings.fallbackEasing, $.proxy(this.onTransitionEnd, this)); + } else { + this.$stage.css({ + left: coordinate + 'px' + }); + } + }; + + /** + * Checks whether the carousel is in a specific state or not. + * @param {String} state - The state to check. + * @returns {Boolean} - The flag which indicates if the carousel is busy. + */ + Owl.prototype.is = function(state) { + return this._states.current[state] && this._states.current[state] > 0; + }; + + /** + * Sets the absolute position of the current item. + * @public + * @param {Number} [position] - The new absolute position or nothing to leave it unchanged. + * @returns {Number} - The absolute position of the current item. + */ + Owl.prototype.current = function(position) { + if (position === undefined) { + return this._current; + } + + if (this._items.length === 0) { + return undefined; + } + + position = this.normalize(position); + + if (this._current !== position) { + var event = this.trigger('change', { property: { name: 'position', value: position } }); + + if (event.data !== undefined) { + position = this.normalize(event.data); + } + + this._current = position; + + this.invalidate('position'); + + this.trigger('changed', { property: { name: 'position', value: this._current } }); + } + + return this._current; + }; + + /** + * Invalidates the given part of the update routine. + * @param {String} [part] - The part to invalidate. + * @returns {Array.} - The invalidated parts. + */ + Owl.prototype.invalidate = function(part) { + if ($.type(part) === 'string') { + this._invalidated[part] = true; + this.is('valid') && this.leave('valid'); + } + return $.map(this._invalidated, function(v, i) { return i }); + }; + + /** + * Resets the absolute position of the current item. + * @public + * @param {Number} position - The absolute position of the new item. + */ + Owl.prototype.reset = function(position) { + position = this.normalize(position); + + if (position === undefined) { + return; + } + + this._speed = 0; + this._current = position; + + this.suppress([ 'translate', 'translated' ]); + + this.animate(this.coordinates(position)); + + this.release([ 'translate', 'translated' ]); + }; + + /** + * Normalizes an absolute or a relative position of an item. + * @public + * @param {Number} position - The absolute or relative position to normalize. + * @param {Boolean} [relative=false] - Whether the given position is relative or not. + * @returns {Number} - The normalized position. + */ + Owl.prototype.normalize = function(position, relative) { + var n = this._items.length, + m = relative ? 0 : this._clones.length; + + if (!this.isNumeric(position) || n < 1) { + position = undefined; + } else if (position < 0 || position >= n + m) { + position = ((position - m / 2) % n + n) % n + m / 2; + } + + return position; + }; + + /** + * Converts an absolute position of an item into a relative one. + * @public + * @param {Number} position - The absolute position to convert. + * @returns {Number} - The converted position. + */ + Owl.prototype.relative = function(position) { + position -= this._clones.length / 2; + return this.normalize(position, true); + }; + + /** + * Gets the maximum position for the current item. + * @public + * @param {Boolean} [relative=false] - Whether to return an absolute position or a relative position. + * @returns {Number} + */ + Owl.prototype.maximum = function(relative) { + var settings = this.settings, + maximum = this._coordinates.length, + iterator, + reciprocalItemsWidth, + elementWidth; + + if (settings.loop) { + maximum = this._clones.length / 2 + this._items.length - 1; + } else if (settings.autoWidth || settings.merge) { + iterator = this._items.length; + reciprocalItemsWidth = this._items[--iterator].width(); + elementWidth = this.$element.width(); + while (iterator--) { + reciprocalItemsWidth += this._items[iterator].width() + this.settings.margin; + if (reciprocalItemsWidth > elementWidth) { + break; + } + } + maximum = iterator + 1; + } else if (settings.center) { + maximum = this._items.length - 1; + } else { + maximum = this._items.length - settings.items; + } + + if (relative) { + maximum -= this._clones.length / 2; + } + + return Math.max(maximum, 0); + }; + + /** + * Gets the minimum position for the current item. + * @public + * @param {Boolean} [relative=false] - Whether to return an absolute position or a relative position. + * @returns {Number} + */ + Owl.prototype.minimum = function(relative) { + return relative ? 0 : this._clones.length / 2; + }; + + /** + * Gets an item at the specified relative position. + * @public + * @param {Number} [position] - The relative position of the item. + * @return {jQuery|Array.} - The item at the given position or all items if no position was given. + */ + Owl.prototype.items = function(position) { + if (position === undefined) { + return this._items.slice(); + } + + position = this.normalize(position, true); + return this._items[position]; + }; + + /** + * Gets an item at the specified relative position. + * @public + * @param {Number} [position] - The relative position of the item. + * @return {jQuery|Array.} - The item at the given position or all items if no position was given. + */ + Owl.prototype.mergers = function(position) { + if (position === undefined) { + return this._mergers.slice(); + } + + position = this.normalize(position, true); + return this._mergers[position]; + }; + + /** + * Gets the absolute positions of clones for an item. + * @public + * @param {Number} [position] - The relative position of the item. + * @returns {Array.} - The absolute positions of clones for the item or all if no position was given. + */ + Owl.prototype.clones = function(position) { + var odd = this._clones.length / 2, + even = odd + this._items.length, + map = function(index) { return index % 2 === 0 ? even + index / 2 : odd - (index + 1) / 2 }; + + if (position === undefined) { + return $.map(this._clones, function(v, i) { return map(i) }); + } + + return $.map(this._clones, function(v, i) { return v === position ? map(i) : null }); + }; + + /** + * Sets the current animation speed. + * @public + * @param {Number} [speed] - The animation speed in milliseconds or nothing to leave it unchanged. + * @returns {Number} - The current animation speed in milliseconds. + */ + Owl.prototype.speed = function(speed) { + if (speed !== undefined) { + this._speed = speed; + } + + return this._speed; + }; + + /** + * Gets the coordinate of an item. + * @todo The name of this method is missleanding. + * @public + * @param {Number} position - The absolute position of the item within `minimum()` and `maximum()`. + * @returns {Number|Array.} - The coordinate of the item in pixel or all coordinates. + */ + Owl.prototype.coordinates = function(position) { + var multiplier = 1, + newPosition = position - 1, + coordinate; + + if (position === undefined) { + return $.map(this._coordinates, $.proxy(function(coordinate, index) { + return this.coordinates(index); + }, this)); + } + + if (this.settings.center) { + if (this.settings.rtl) { + multiplier = -1; + newPosition = position + 1; + } + + coordinate = this._coordinates[position]; + coordinate += (this.width() - coordinate + (this._coordinates[newPosition] || 0)) / 2 * multiplier; + } else { + coordinate = this._coordinates[newPosition] || 0; + } + + coordinate = Math.ceil(coordinate); + + return coordinate; + }; + + /** + * Calculates the speed for a translation. + * @protected + * @param {Number} from - The absolute position of the start item. + * @param {Number} to - The absolute position of the target item. + * @param {Number} [factor=undefined] - The time factor in milliseconds. + * @returns {Number} - The time in milliseconds for the translation. + */ + Owl.prototype.duration = function(from, to, factor) { + if (factor === 0) { + return 0; + } + + return Math.min(Math.max(Math.abs(to - from), 1), 6) * Math.abs((factor || this.settings.smartSpeed)); + }; + + /** + * Slides to the specified item. + * @public + * @param {Number} position - The position of the item. + * @param {Number} [speed] - The time in milliseconds for the transition. + */ + Owl.prototype.to = function(position, speed) { + var current = this.current(), + revert = null, + distance = position - this.relative(current), + direction = (distance > 0) - (distance < 0), + items = this._items.length, + minimum = this.minimum(), + maximum = this.maximum(); + + if (this.settings.loop) { + if (!this.settings.rewind && Math.abs(distance) > items / 2) { + distance += direction * -1 * items; + } + + position = current + distance; + revert = ((position - minimum) % items + items) % items + minimum; + + if (revert !== position && revert - distance <= maximum && revert - distance > 0) { + current = revert - distance; + position = revert; + this.reset(current); + } + } else if (this.settings.rewind) { + maximum += 1; + position = (position % maximum + maximum) % maximum; + } else { + position = Math.max(minimum, Math.min(maximum, position)); + } + + this.speed(this.duration(current, position, speed)); + this.current(position); + + if (this.$element.is(':visible')) { + this.update(); + } + }; + + /** + * Slides to the next item. + * @public + * @param {Number} [speed] - The time in milliseconds for the transition. + */ + Owl.prototype.next = function(speed) { + speed = speed || false; + this.to(this.relative(this.current()) + 1, speed); + }; + + /** + * Slides to the previous item. + * @public + * @param {Number} [speed] - The time in milliseconds for the transition. + */ + Owl.prototype.prev = function(speed) { + speed = speed || false; + this.to(this.relative(this.current()) - 1, speed); + }; + + /** + * Handles the end of an animation. + * @protected + * @param {Event} event - The event arguments. + */ + Owl.prototype.onTransitionEnd = function(event) { + + // if css2 animation then event object is undefined + if (event !== undefined) { + event.stopPropagation(); + + // Catch only owl-stage transitionEnd event + if ((event.target || event.srcElement || event.originalTarget) !== this.$stage.get(0)) { + return false; + } + } + + this.leave('animating'); + this.trigger('translated'); + }; + + /** + * Gets viewport width. + * @protected + * @return {Number} - The width in pixel. + */ + Owl.prototype.viewport = function() { + var width; + if (this.options.responsiveBaseElement !== window) { + width = $(this.options.responsiveBaseElement).width(); + } else if (window.innerWidth) { + width = window.innerWidth; + } else if (document.documentElement && document.documentElement.clientWidth) { + width = document.documentElement.clientWidth; + } else { + console.warn('Can not detect viewport width.'); + } + return width; + }; + + /** + * Replaces the current content. + * @public + * @param {HTMLElement|jQuery|String} content - The new content. + */ + Owl.prototype.replace = function(content) { + this.$stage.empty(); + this._items = []; + + if (content) { + content = (content instanceof jQuery) ? content : $(content); + } + + if (this.settings.nestedItemSelector) { + content = content.find('.' + this.settings.nestedItemSelector); + } + + content.filter(function() { + return this.nodeType === 1; + }).each($.proxy(function(index, item) { + item = this.prepare(item); + this.$stage.append(item); + this._items.push(item); + this._mergers.push(item.find('[data-merge]').addBack('[data-merge]').attr('data-merge') * 1 || 1); + }, this)); + + this.reset(this.isNumeric(this.settings.startPosition) ? this.settings.startPosition : 0); + + this.invalidate('items'); + }; + + /** + * Adds an item. + * @todo Use `item` instead of `content` for the event arguments. + * @public + * @param {HTMLElement|jQuery|String} content - The item content to add. + * @param {Number} [position] - The relative position at which to insert the item otherwise the item will be added to the end. + */ + Owl.prototype.add = function(content, position) { + var current = this.relative(this._current); + + position = position === undefined ? this._items.length : this.normalize(position, true); + content = content instanceof jQuery ? content : $(content); + + this.trigger('add', { content: content, position: position }); + + content = this.prepare(content); + + if (this._items.length === 0 || position === this._items.length) { + this._items.length === 0 && this.$stage.append(content); + this._items.length !== 0 && this._items[position - 1].after(content); + this._items.push(content); + this._mergers.push(content.find('[data-merge]').addBack('[data-merge]').attr('data-merge') * 1 || 1); + } else { + this._items[position].before(content); + this._items.splice(position, 0, content); + this._mergers.splice(position, 0, content.find('[data-merge]').addBack('[data-merge]').attr('data-merge') * 1 || 1); + } + + this._items[current] && this.reset(this._items[current].index()); + + this.invalidate('items'); + + this.trigger('added', { content: content, position: position }); + }; + + /** + * Removes an item by its position. + * @todo Use `item` instead of `content` for the event arguments. + * @public + * @param {Number} position - The relative position of the item to remove. + */ + Owl.prototype.remove = function(position) { + position = this.normalize(position, true); + + if (position === undefined) { + return; + } + + this.trigger('remove', { content: this._items[position], position: position }); + + this._items[position].remove(); + this._items.splice(position, 1); + this._mergers.splice(position, 1); + + this.invalidate('items'); + + this.trigger('removed', { content: null, position: position }); + }; + + /** + * Preloads images with auto width. + * @todo Replace by a more generic approach + * @protected + */ + Owl.prototype.preloadAutoWidthImages = function(images) { + images.each($.proxy(function(i, element) { + this.enter('pre-loading'); + element = $(element); + $(new Image()).one('load', $.proxy(function(e) { + element.attr('src', e.target.src); + element.css('opacity', 1); + this.leave('pre-loading'); + !this.is('pre-loading') && !this.is('initializing') && this.refresh(); + }, this)).attr('src', element.attr('src') || element.attr('data-src') || element.attr('data-src-retina')); + }, this)); + }; + + /** + * Destroys the carousel. + * @public + */ + Owl.prototype.destroy = function() { + + this.$element.off('.owl.core'); + this.$stage.off('.owl.core'); + $(document).off('.owl.core'); + + if (this.settings.responsive !== false) { + window.clearTimeout(this.resizeTimer); + this.off(window, 'resize', this._handlers.onThrottledResize); + } + + for (var i in this._plugins) { + this._plugins[i].destroy(); + } + + this.$stage.children('.cloned').remove(); + + this.$stage.unwrap(); + this.$stage.children().contents().unwrap(); + this.$stage.children().unwrap(); + + this.$element + .removeClass(this.options.refreshClass) + .removeClass(this.options.loadingClass) + .removeClass(this.options.loadedClass) + .removeClass(this.options.rtlClass) + .removeClass(this.options.dragClass) + .removeClass(this.options.grabClass) + .attr('class', this.$element.attr('class').replace(new RegExp(this.options.responsiveClass + '-\\S+\\s', 'g'), '')) + .removeData('owl.carousel'); + }; + + /** + * Operators to calculate right-to-left and left-to-right. + * @protected + * @param {Number} [a] - The left side operand. + * @param {String} [o] - The operator. + * @param {Number} [b] - The right side operand. + */ + Owl.prototype.op = function(a, o, b) { + var rtl = this.settings.rtl; + switch (o) { + case '<': + return rtl ? a > b : a < b; + case '>': + return rtl ? a < b : a > b; + case '>=': + return rtl ? a <= b : a >= b; + case '<=': + return rtl ? a >= b : a <= b; + default: + break; + } + }; + + /** + * Attaches to an internal event. + * @protected + * @param {HTMLElement} element - The event source. + * @param {String} event - The event name. + * @param {Function} listener - The event handler to attach. + * @param {Boolean} capture - Wether the event should be handled at the capturing phase or not. + */ + Owl.prototype.on = function(element, event, listener, capture) { + if (element.addEventListener) { + element.addEventListener(event, listener, capture); + } else if (element.attachEvent) { + element.attachEvent('on' + event, listener); + } + }; + + /** + * Detaches from an internal event. + * @protected + * @param {HTMLElement} element - The event source. + * @param {String} event - The event name. + * @param {Function} listener - The attached event handler to detach. + * @param {Boolean} capture - Wether the attached event handler was registered as a capturing listener or not. + */ + Owl.prototype.off = function(element, event, listener, capture) { + if (element.removeEventListener) { + element.removeEventListener(event, listener, capture); + } else if (element.detachEvent) { + element.detachEvent('on' + event, listener); + } + }; + + /** + * Triggers a public event. + * @todo Remove `status`, `relatedTarget` should be used instead. + * @protected + * @param {String} name - The event name. + * @param {*} [data=null] - The event data. + * @param {String} [namespace=carousel] - The event namespace. + * @param {String} [state] - The state which is associated with the event. + * @param {Boolean} [enter=false] - Indicates if the call enters the specified state or not. + * @returns {Event} - The event arguments. + */ + Owl.prototype.trigger = function(name, data, namespace, state, enter) { + var status = { + item: { count: this._items.length, index: this.current() } + }, handler = $.camelCase( + $.grep([ 'on', name, namespace ], function(v) { return v }) + .join('-').toLowerCase() + ), event = $.Event( + [ name, 'owl', namespace || 'carousel' ].join('.').toLowerCase(), + $.extend({ relatedTarget: this }, status, data) + ); + + if (!this._supress[name]) { + $.each(this._plugins, function(name, plugin) { + if (plugin.onTrigger) { + plugin.onTrigger(event); + } + }); + + this.register({ type: Owl.Type.Event, name: name }); + this.$element.trigger(event); + + if (this.settings && typeof this.settings[handler] === 'function') { + this.settings[handler].call(this, event); + } + } + + return event; + }; + + /** + * Enters a state. + * @param name - The state name. + */ + Owl.prototype.enter = function(name) { + $.each([ name ].concat(this._states.tags[name] || []), $.proxy(function(i, name) { + if (this._states.current[name] === undefined) { + this._states.current[name] = 0; + } + + this._states.current[name]++; + }, this)); + }; + + /** + * Leaves a state. + * @param name - The state name. + */ + Owl.prototype.leave = function(name) { + $.each([ name ].concat(this._states.tags[name] || []), $.proxy(function(i, name) { + this._states.current[name]--; + }, this)); + }; + + /** + * Registers an event or state. + * @public + * @param {Object} object - The event or state to register. + */ + Owl.prototype.register = function(object) { + if (object.type === Owl.Type.Event) { + if (!$.event.special[object.name]) { + $.event.special[object.name] = {}; + } + + if (!$.event.special[object.name].owl) { + var _default = $.event.special[object.name]._default; + $.event.special[object.name]._default = function(e) { + if (_default && _default.apply && (!e.namespace || e.namespace.indexOf('owl') === -1)) { + return _default.apply(this, arguments); + } + return e.namespace && e.namespace.indexOf('owl') > -1; + }; + $.event.special[object.name].owl = true; + } + } else if (object.type === Owl.Type.State) { + if (!this._states.tags[object.name]) { + this._states.tags[object.name] = object.tags; + } else { + this._states.tags[object.name] = this._states.tags[object.name].concat(object.tags); + } + + this._states.tags[object.name] = $.grep(this._states.tags[object.name], $.proxy(function(tag, i) { + return $.inArray(tag, this._states.tags[object.name]) === i; + }, this)); + } + }; + + /** + * Suppresses events. + * @protected + * @param {Array.} events - The events to suppress. + */ + Owl.prototype.suppress = function(events) { + $.each(events, $.proxy(function(index, event) { + this._supress[event] = true; + }, this)); + }; + + /** + * Releases suppressed events. + * @protected + * @param {Array.} events - The events to release. + */ + Owl.prototype.release = function(events) { + $.each(events, $.proxy(function(index, event) { + delete this._supress[event]; + }, this)); + }; + + /** + * Gets unified pointer coordinates from event. + * @todo #261 + * @protected + * @param {Event} - The `mousedown` or `touchstart` event. + * @returns {Object} - Contains `x` and `y` coordinates of current pointer position. + */ + Owl.prototype.pointer = function(event) { + var result = { x: null, y: null }; + + event = event.originalEvent || event || window.event; + + event = event.touches && event.touches.length ? + event.touches[0] : event.changedTouches && event.changedTouches.length ? + event.changedTouches[0] : event; + + if (event.pageX) { + result.x = event.pageX; + result.y = event.pageY; + } else { + result.x = event.clientX; + result.y = event.clientY; + } + + return result; + }; + + /** + * Determines if the input is a Number or something that can be coerced to a Number + * @protected + * @param {Number|String|Object|Array|Boolean|RegExp|Function|Symbol} - The input to be tested + * @returns {Boolean} - An indication if the input is a Number or can be coerced to a Number + */ + Owl.prototype.isNumeric = function(number) { + return !isNaN(parseFloat(number)); + }; + + /** + * Gets the difference of two vectors. + * @todo #261 + * @protected + * @param {Object} - The first vector. + * @param {Object} - The second vector. + * @returns {Object} - The difference. + */ + Owl.prototype.difference = function(first, second) { + return { + x: first.x - second.x, + y: first.y - second.y + }; + }; + + /** + * The jQuery Plugin for the Owl Carousel + * @todo Navigation plugin `next` and `prev` + * @public + */ + $.fn.owlCarousel = function(option) { + var args = Array.prototype.slice.call(arguments, 1); + + return this.each(function() { + var $this = $(this), + data = $this.data('owl.carousel'); + + if (!data) { + data = new Owl(this, typeof option == 'object' && option); + $this.data('owl.carousel', data); + + $.each([ + 'next', 'prev', 'to', 'destroy', 'refresh', 'replace', 'add', 'remove' + ], function(i, event) { + data.register({ type: Owl.Type.Event, name: event }); + data.$element.on(event + '.owl.carousel.core', $.proxy(function(e) { + if (e.namespace && e.relatedTarget !== this) { + this.suppress([ event ]); + data[event].apply(this, [].slice.call(arguments, 1)); + this.release([ event ]); + } + }, data)); + }); + } + + if (typeof option == 'string' && option.charAt(0) !== '_') { + data[option].apply(data, args); + } + }); + }; + + /** + * The constructor for the jQuery Plugin + * @public + */ + $.fn.owlCarousel.Constructor = Owl; + +})(window.Zepto || window.jQuery, window, document); + +/** + * AutoRefresh Plugin + * @version 2.1.0 + * @author Artus Kolanowski + * @author David Deutsch + * @license The MIT License (MIT) + */ +;(function($, window, document, undefined) { + + /** + * Creates the auto refresh plugin. + * @class The Auto Refresh Plugin + * @param {Owl} carousel - The Owl Carousel + */ + var AutoRefresh = function(carousel) { + /** + * Reference to the core. + * @protected + * @type {Owl} + */ + this._core = carousel; + + /** + * Refresh interval. + * @protected + * @type {number} + */ + this._interval = null; + + /** + * Whether the element is currently visible or not. + * @protected + * @type {Boolean} + */ + this._visible = null; + + /** + * All event handlers. + * @protected + * @type {Object} + */ + this._handlers = { + 'initialized.owl.carousel': $.proxy(function(e) { + if (e.namespace && this._core.settings.autoRefresh) { + this.watch(); + } + }, this) + }; + + // set default options + this._core.options = $.extend({}, AutoRefresh.Defaults, this._core.options); + + // register event handlers + this._core.$element.on(this._handlers); + }; + + /** + * Default options. + * @public + */ + AutoRefresh.Defaults = { + autoRefresh: true, + autoRefreshInterval: 500 + }; + + /** + * Watches the element. + */ + AutoRefresh.prototype.watch = function() { + if (this._interval) { + return; + } + + this._visible = this._core.$element.is(':visible'); + this._interval = window.setInterval($.proxy(this.refresh, this), this._core.settings.autoRefreshInterval); + }; + + /** + * Refreshes the element. + */ + AutoRefresh.prototype.refresh = function() { + if (this._core.$element.is(':visible') === this._visible) { + return; + } + + this._visible = !this._visible; + + this._core.$element.toggleClass('owl-hidden', !this._visible); + + this._visible && (this._core.invalidate('width') && this._core.refresh()); + }; + + /** + * Destroys the plugin. + */ + AutoRefresh.prototype.destroy = function() { + var handler, property; + + window.clearInterval(this._interval); + + for (handler in this._handlers) { + this._core.$element.off(handler, this._handlers[handler]); + } + for (property in Object.getOwnPropertyNames(this)) { + typeof this[property] != 'function' && (this[property] = null); + } + }; + + $.fn.owlCarousel.Constructor.Plugins.AutoRefresh = AutoRefresh; + +})(window.Zepto || window.jQuery, window, document); + +/** + * Lazy Plugin + * @version 2.1.0 + * @author Bartosz Wojciechowski + * @author David Deutsch + * @license The MIT License (MIT) + */ +;(function($, window, document, undefined) { + + /** + * Creates the lazy plugin. + * @class The Lazy Plugin + * @param {Owl} carousel - The Owl Carousel + */ + var Lazy = function(carousel) { + + /** + * Reference to the core. + * @protected + * @type {Owl} + */ + this._core = carousel; + + /** + * Already loaded items. + * @protected + * @type {Array.} + */ + this._loaded = []; + + /** + * Event handlers. + * @protected + * @type {Object} + */ + this._handlers = { + 'initialized.owl.carousel change.owl.carousel resized.owl.carousel': $.proxy(function(e) { + if (!e.namespace) { + return; + } + + if (!this._core.settings || !this._core.settings.lazyLoad) { + return; + } + + if ((e.property && e.property.name == 'position') || e.type == 'initialized') { + var settings = this._core.settings, + n = (settings.center && Math.ceil(settings.items / 2) || settings.items), + i = ((settings.center && n * -1) || 0), + position = (e.property && e.property.value !== undefined ? e.property.value : this._core.current()) + i, + clones = this._core.clones().length, + load = $.proxy(function(i, v) { this.load(v) }, this); + + while (i++ < n) { + this.load(clones / 2 + this._core.relative(position)); + clones && $.each(this._core.clones(this._core.relative(position)), load); + position++; + } + } + }, this) + }; + + // set the default options + this._core.options = $.extend({}, Lazy.Defaults, this._core.options); + + // register event handler + this._core.$element.on(this._handlers); + }; + + /** + * Default options. + * @public + */ + Lazy.Defaults = { + lazyLoad: false + }; + + /** + * Loads all resources of an item at the specified position. + * @param {Number} position - The absolute position of the item. + * @protected + */ + Lazy.prototype.load = function(position) { + var $item = this._core.$stage.children().eq(position), + $elements = $item && $item.find('.owl-lazy'); + + if (!$elements || $.inArray($item.get(0), this._loaded) > -1) { + return; + } + + $elements.each($.proxy(function(index, element) { + var $element = $(element), image, + url = (window.devicePixelRatio > 1 && $element.attr('data-src-retina')) || $element.attr('data-src'); + + this._core.trigger('load', { element: $element, url: url }, 'lazy'); + + if ($element.is('img')) { + $element.one('load.owl.lazy', $.proxy(function() { + $element.css('opacity', 1); + this._core.trigger('loaded', { element: $element, url: url }, 'lazy'); + }, this)).attr('src', url); + } else { + image = new Image(); + image.onload = $.proxy(function() { + $element.css({ + 'background-image': 'url("' + url + '")', + 'opacity': '1' + }); + this._core.trigger('loaded', { element: $element, url: url }, 'lazy'); + }, this); + image.src = url; + } + }, this)); + + this._loaded.push($item.get(0)); + }; + + /** + * Destroys the plugin. + * @public + */ + Lazy.prototype.destroy = function() { + var handler, property; + + for (handler in this.handlers) { + this._core.$element.off(handler, this.handlers[handler]); + } + for (property in Object.getOwnPropertyNames(this)) { + typeof this[property] != 'function' && (this[property] = null); + } + }; + + $.fn.owlCarousel.Constructor.Plugins.Lazy = Lazy; + +})(window.Zepto || window.jQuery, window, document); + +/** + * AutoHeight Plugin + * @version 2.1.0 + * @author Bartosz Wojciechowski + * @author David Deutsch + * @license The MIT License (MIT) + */ +;(function($, window, document, undefined) { + + /** + * Creates the auto height plugin. + * @class The Auto Height Plugin + * @param {Owl} carousel - The Owl Carousel + */ + var AutoHeight = function(carousel) { + /** + * Reference to the core. + * @protected + * @type {Owl} + */ + this._core = carousel; + + /** + * All event handlers. + * @protected + * @type {Object} + */ + this._handlers = { + 'initialized.owl.carousel refreshed.owl.carousel': $.proxy(function(e) { + if (e.namespace && this._core.settings.autoHeight) { + this.update(); + } + }, this), + 'changed.owl.carousel': $.proxy(function(e) { + if (e.namespace && this._core.settings.autoHeight && e.property.name == 'position'){ + this.update(); + } + }, this), + 'loaded.owl.lazy': $.proxy(function(e) { + if (e.namespace && this._core.settings.autoHeight + && e.element.closest('.' + this._core.settings.itemClass).index() === this._core.current()) { + this.update(); + } + }, this) + }; + + // set default options + this._core.options = $.extend({}, AutoHeight.Defaults, this._core.options); + + // register event handlers + this._core.$element.on(this._handlers); + }; + + /** + * Default options. + * @public + */ + AutoHeight.Defaults = { + autoHeight: false, + autoHeightClass: 'owl-height' + }; + + /** + * Updates the view. + */ + AutoHeight.prototype.update = function() { + var start = this._core._current, + end = start + this._core.settings.items, + visible = this._core.$stage.children().toArray().slice(start, end), + heights = [], + maxheight = 0; + + $.each(visible, function(index, item) { + heights.push($(item).height()); + }); + + maxheight = Math.max.apply(null, heights); + + this._core.$stage.parent() + .height(maxheight) + .addClass(this._core.settings.autoHeightClass); + }; + + AutoHeight.prototype.destroy = function() { + var handler, property; + + for (handler in this._handlers) { + this._core.$element.off(handler, this._handlers[handler]); + } + for (property in Object.getOwnPropertyNames(this)) { + typeof this[property] != 'function' && (this[property] = null); + } + }; + + $.fn.owlCarousel.Constructor.Plugins.AutoHeight = AutoHeight; + +})(window.Zepto || window.jQuery, window, document); + +/** + * Video Plugin + * @version 2.1.0 + * @author Bartosz Wojciechowski + * @author David Deutsch + * @license The MIT License (MIT) + */ +;(function($, window, document, undefined) { + + /** + * Creates the video plugin. + * @class The Video Plugin + * @param {Owl} carousel - The Owl Carousel + */ + var Video = function(carousel) { + /** + * Reference to the core. + * @protected + * @type {Owl} + */ + this._core = carousel; + + /** + * Cache all video URLs. + * @protected + * @type {Object} + */ + this._videos = {}; + + /** + * Current playing item. + * @protected + * @type {jQuery} + */ + this._playing = null; + + /** + * All event handlers. + * @todo The cloned content removale is too late + * @protected + * @type {Object} + */ + this._handlers = { + 'initialized.owl.carousel': $.proxy(function(e) { + if (e.namespace) { + this._core.register({ type: 'state', name: 'playing', tags: [ 'interacting' ] }); + } + }, this), + 'resize.owl.carousel': $.proxy(function(e) { + if (e.namespace && this._core.settings.video && this.isInFullScreen()) { + e.preventDefault(); + } + }, this), + 'refreshed.owl.carousel': $.proxy(function(e) { + if (e.namespace && this._core.is('resizing')) { + this._core.$stage.find('.cloned .owl-video-frame').remove(); + } + }, this), + 'changed.owl.carousel': $.proxy(function(e) { + if (e.namespace && e.property.name === 'position' && this._playing) { + this.stop(); + } + }, this), + 'prepared.owl.carousel': $.proxy(function(e) { + if (!e.namespace) { + return; + } + + var $element = $(e.content).find('.owl-video'); + + if ($element.length) { + $element.css('display', 'none'); + this.fetch($element, $(e.content)); + } + }, this) + }; + + // set default options + this._core.options = $.extend({}, Video.Defaults, this._core.options); + + // register event handlers + this._core.$element.on(this._handlers); + + this._core.$element.on('click.owl.video', '.owl-video-play-icon', $.proxy(function(e) { + this.play(e); + }, this)); + }; + + /** + * Default options. + * @public + */ + Video.Defaults = { + video: false, + videoHeight: false, + videoWidth: false + }; + + /** + * Gets the video ID and the type (YouTube/Vimeo/vzaar only). + * @protected + * @param {jQuery} target - The target containing the video data. + * @param {jQuery} item - The item containing the video. + */ + Video.prototype.fetch = function(target, item) { + var type = (function() { + if (target.attr('data-vimeo-id')) { + return 'vimeo'; + } else if (target.attr('data-vzaar-id')) { + return 'vzaar' + } else { + return 'youtube'; + } + })(), + id = target.attr('data-vimeo-id') || target.attr('data-youtube-id') || target.attr('data-vzaar-id'), + width = target.attr('data-width') || this._core.settings.videoWidth, + height = target.attr('data-height') || this._core.settings.videoHeight, + url = target.attr('href'); + + if (url) { + + /* + Parses the id's out of the following urls (and probably more): + https://www.youtube.com/watch?v=:id + https://youtu.be/:id + https://vimeo.com/:id + https://vimeo.com/channels/:channel/:id + https://vimeo.com/groups/:group/videos/:id + https://app.vzaar.com/videos/:id + + Visual example: https://regexper.com/#(http%3A%7Chttps%3A%7C)%5C%2F%5C%2F(player.%7Cwww.%7Capp.)%3F(vimeo%5C.com%7Cyoutu(be%5C.com%7C%5C.be%7Cbe%5C.googleapis%5C.com)%7Cvzaar%5C.com)%5C%2F(video%5C%2F%7Cvideos%5C%2F%7Cembed%5C%2F%7Cchannels%5C%2F.%2B%5C%2F%7Cgroups%5C%2F.%2B%5C%2F%7Cwatch%5C%3Fv%3D%7Cv%5C%2F)%3F(%5BA-Za-z0-9._%25-%5D*)(%5C%26%5CS%2B)%3F + */ + + id = url.match(/(http:|https:|)\/\/(player.|www.|app.)?(vimeo\.com|youtu(be\.com|\.be|be\.googleapis\.com)|vzaar\.com)\/(video\/|videos\/|embed\/|channels\/.+\/|groups\/.+\/|watch\?v=|v\/)?([A-Za-z0-9._%-]*)(\&\S+)?/); + + if (id[3].indexOf('youtu') > -1) { + type = 'youtube'; + } else if (id[3].indexOf('vimeo') > -1) { + type = 'vimeo'; + } else if (id[3].indexOf('vzaar') > -1) { + type = 'vzaar'; + } else { + throw new Error('Video URL not supported.'); + } + id = id[6]; + } else { + throw new Error('Missing video URL.'); + } + + this._videos[url] = { + type: type, + id: id, + width: width, + height: height + }; + + item.attr('data-video', url); + + this.thumbnail(target, this._videos[url]); + }; + + /** + * Creates video thumbnail. + * @protected + * @param {jQuery} target - The target containing the video data. + * @param {Object} info - The video info object. + * @see `fetch` + */ + Video.prototype.thumbnail = function(target, video) { + var tnLink, + icon, + path, + dimensions = video.width && video.height ? 'style="width:' + video.width + 'px;height:' + video.height + 'px;"' : '', + customTn = target.find('img'), + srcType = 'src', + lazyClass = '', + settings = this._core.settings, + create = function(path) { + icon = '
'; + + if (settings.lazyLoad) { + tnLink = '
'; + } else { + tnLink = '
'; + } + target.after(tnLink); + target.after(icon); + }; + + // wrap video content into owl-video-wrapper div + target.wrap('
'); + + if (this._core.settings.lazyLoad) { + srcType = 'data-src'; + lazyClass = 'owl-lazy'; + } + + // custom thumbnail + if (customTn.length) { + create(customTn.attr(srcType)); + customTn.remove(); + return false; + } + + if (video.type === 'youtube') { + path = "//img.youtube.com/vi/" + video.id + "/hqdefault.jpg"; + create(path); + } else if (video.type === 'vimeo') { + $.ajax({ + type: 'GET', + url: '//vimeo.com/api/v2/video/' + video.id + '.json', + jsonp: 'callback', + dataType: 'jsonp', + success: function(data) { + path = data[0].thumbnail_large; + create(path); + } + }); + } else if (video.type === 'vzaar') { + $.ajax({ + type: 'GET', + url: '//vzaar.com/api/videos/' + video.id + '.json', + jsonp: 'callback', + dataType: 'jsonp', + success: function(data) { + path = data.framegrab_url; + create(path); + } + }); + } + }; + + /** + * Stops the current video. + * @public + */ + Video.prototype.stop = function() { + this._core.trigger('stop', null, 'video'); + this._playing.find('.owl-video-frame').remove(); + this._playing.removeClass('owl-video-playing'); + this._playing = null; + this._core.leave('playing'); + this._core.trigger('stopped', null, 'video'); + }; + + /** + * Starts the current video. + * @public + * @param {Event} event - The event arguments. + */ + Video.prototype.play = function(event) { + var target = $(event.target), + item = target.closest('.' + this._core.settings.itemClass), + video = this._videos[item.attr('data-video')], + width = video.width || '100%', + height = video.height || this._core.$stage.height(), + html; + + if (this._playing) { + return; + } + + this._core.enter('playing'); + this._core.trigger('play', null, 'video'); + + item = this._core.items(this._core.relative(item.index())); + + this._core.reset(item.index()); + + if (video.type === 'youtube') { + html = ''; + } else if (video.type === 'vimeo') { + html = ''; + } else if (video.type === 'vzaar') { + html = ''; + } + + $('
' + html + '
').insertAfter(item.find('.owl-video')); + + this._playing = item.addClass('owl-video-playing'); + }; + + /** + * Checks whether an video is currently in full screen mode or not. + * @todo Bad style because looks like a readonly method but changes members. + * @protected + * @returns {Boolean} + */ + Video.prototype.isInFullScreen = function() { + var element = document.fullscreenElement || document.mozFullScreenElement || + document.webkitFullscreenElement; + + return element && $(element).parent().hasClass('owl-video-frame'); + }; + + /** + * Destroys the plugin. + */ + Video.prototype.destroy = function() { + var handler, property; + + this._core.$element.off('click.owl.video'); + + for (handler in this._handlers) { + this._core.$element.off(handler, this._handlers[handler]); + } + for (property in Object.getOwnPropertyNames(this)) { + typeof this[property] != 'function' && (this[property] = null); + } + }; + + $.fn.owlCarousel.Constructor.Plugins.Video = Video; + +})(window.Zepto || window.jQuery, window, document); + +/** + * Animate Plugin + * @version 2.1.0 + * @author Bartosz Wojciechowski + * @author David Deutsch + * @license The MIT License (MIT) + */ +;(function($, window, document, undefined) { + + /** + * Creates the animate plugin. + * @class The Navigation Plugin + * @param {Owl} scope - The Owl Carousel + */ + var Animate = function(scope) { + this.core = scope; + this.core.options = $.extend({}, Animate.Defaults, this.core.options); + this.swapping = true; + this.previous = undefined; + this.next = undefined; + + this.handlers = { + 'change.owl.carousel': $.proxy(function(e) { + if (e.namespace && e.property.name == 'position') { + this.previous = this.core.current(); + this.next = e.property.value; + } + }, this), + 'drag.owl.carousel dragged.owl.carousel translated.owl.carousel': $.proxy(function(e) { + if (e.namespace) { + this.swapping = e.type == 'translated'; + } + }, this), + 'translate.owl.carousel': $.proxy(function(e) { + if (e.namespace && this.swapping && (this.core.options.animateOut || this.core.options.animateIn)) { + this.swap(); + } + }, this) + }; + + this.core.$element.on(this.handlers); + }; + + /** + * Default options. + * @public + */ + Animate.Defaults = { + animateOut: false, + animateIn: false + }; + + /** + * Toggles the animation classes whenever an translations starts. + * @protected + * @returns {Boolean|undefined} + */ + Animate.prototype.swap = function() { + + if (this.core.settings.items !== 1) { + return; + } + + if (!$.support.animation || !$.support.transition) { + return; + } + + this.core.speed(0); + + var left, + clear = $.proxy(this.clear, this), + previous = this.core.$stage.children().eq(this.previous), + next = this.core.$stage.children().eq(this.next), + incoming = this.core.settings.animateIn, + outgoing = this.core.settings.animateOut; + + if (this.core.current() === this.previous) { + return; + } + + if (outgoing) { + left = this.core.coordinates(this.previous) - this.core.coordinates(this.next); + previous.one($.support.animation.end, clear) + .css( { 'left': left + 'px' } ) + .addClass('animated owl-animated-out') + .addClass(outgoing); + } + + if (incoming) { + next.one($.support.animation.end, clear) + .addClass('animated owl-animated-in') + .addClass(incoming); + } + }; + + Animate.prototype.clear = function(e) { + $(e.target).css( { 'left': '' } ) + .removeClass('animated owl-animated-out owl-animated-in') + .removeClass(this.core.settings.animateIn) + .removeClass(this.core.settings.animateOut); + this.core.onTransitionEnd(); + }; + + /** + * Destroys the plugin. + * @public + */ + Animate.prototype.destroy = function() { + var handler, property; + + for (handler in this.handlers) { + this.core.$element.off(handler, this.handlers[handler]); + } + for (property in Object.getOwnPropertyNames(this)) { + typeof this[property] != 'function' && (this[property] = null); + } + }; + + $.fn.owlCarousel.Constructor.Plugins.Animate = Animate; + +})(window.Zepto || window.jQuery, window, document); + +/** + * Autoplay Plugin + * @version 2.1.0 + * @author Bartosz Wojciechowski + * @author Artus Kolanowski + * @author David Deutsch + * @license The MIT License (MIT) + */ +;(function($, window, document, undefined) { + + /** + * Creates the autoplay plugin. + * @class The Autoplay Plugin + * @param {Owl} scope - The Owl Carousel + */ + var Autoplay = function(carousel) { + /** + * Reference to the core. + * @protected + * @type {Owl} + */ + this._core = carousel; + + /** + * The autoplay timeout. + * @type {Timeout} + */ + this._timeout = null; + + /** + * Indicates whenever the autoplay is paused. + * @type {Boolean} + */ + this._paused = false; + + /** + * All event handlers. + * @protected + * @type {Object} + */ + this._handlers = { + 'changed.owl.carousel': $.proxy(function(e) { + if (e.namespace && e.property.name === 'settings') { + if (this._core.settings.autoplay) { + this.play(); + } else { + this.stop(); + } + } else if (e.namespace && e.property.name === 'position') { + //console.log('play?', e); + if (this._core.settings.autoplay) { + this._setAutoPlayInterval(); + } + } + }, this), + 'initialized.owl.carousel': $.proxy(function(e) { + if (e.namespace && this._core.settings.autoplay) { + this.play(); + } + }, this), + 'play.owl.autoplay': $.proxy(function(e, t, s) { + if (e.namespace) { + this.play(t, s); + } + }, this), + 'stop.owl.autoplay': $.proxy(function(e) { + if (e.namespace) { + this.stop(); + } + }, this), + 'mouseover.owl.autoplay': $.proxy(function() { + if (this._core.settings.autoplayHoverPause && this._core.is('rotating')) { + this.pause(); + } + }, this), + 'mouseleave.owl.autoplay': $.proxy(function() { + if (this._core.settings.autoplayHoverPause && this._core.is('rotating')) { + this.play(); + } + }, this), + 'touchstart.owl.core': $.proxy(function() { + if (this._core.settings.autoplayHoverPause && this._core.is('rotating')) { + this.pause(); + } + }, this), + 'touchend.owl.core': $.proxy(function() { + if (this._core.settings.autoplayHoverPause) { + this.play(); + } + }, this) + }; + + // register event handlers + this._core.$element.on(this._handlers); + + // set default options + this._core.options = $.extend({}, Autoplay.Defaults, this._core.options); + }; + + /** + * Default options. + * @public + */ + Autoplay.Defaults = { + autoplay: false, + autoplayTimeout: 5000, + autoplayHoverPause: false, + autoplaySpeed: false + }; + + /** + * Starts the autoplay. + * @public + * @param {Number} [timeout] - The interval before the next animation starts. + * @param {Number} [speed] - The animation speed for the animations. + */ + Autoplay.prototype.play = function(timeout, speed) { + this._paused = false; + + if (this._core.is('rotating')) { + return; + } + + this._core.enter('rotating'); + + this._setAutoPlayInterval(); + }; + + /** + * Gets a new timeout + * @private + * @param {Number} [timeout] - The interval before the next animation starts. + * @param {Number} [speed] - The animation speed for the animations. + * @return {Timeout} + */ + Autoplay.prototype._getNextTimeout = function(timeout, speed) { + if ( this._timeout ) { + window.clearTimeout(this._timeout); + } + return window.setTimeout($.proxy(function() { + if (this._paused || this._core.is('busy') || this._core.is('interacting') || document.hidden) { + return; + } + this._core.next(speed || this._core.settings.autoplaySpeed); + }, this), timeout || this._core.settings.autoplayTimeout); + }; + + /** + * Sets autoplay in motion. + * @private + */ + Autoplay.prototype._setAutoPlayInterval = function() { + this._timeout = this._getNextTimeout(); + }; + + /** + * Stops the autoplay. + * @public + */ + Autoplay.prototype.stop = function() { + if (!this._core.is('rotating')) { + return; + } + + window.clearTimeout(this._timeout); + this._core.leave('rotating'); + }; + + /** + * Stops the autoplay. + * @public + */ + Autoplay.prototype.pause = function() { + if (!this._core.is('rotating')) { + return; + } + + this._paused = true; + }; + + /** + * Destroys the plugin. + */ + Autoplay.prototype.destroy = function() { + var handler, property; + + this.stop(); + + for (handler in this._handlers) { + this._core.$element.off(handler, this._handlers[handler]); + } + for (property in Object.getOwnPropertyNames(this)) { + typeof this[property] != 'function' && (this[property] = null); + } + }; + + $.fn.owlCarousel.Constructor.Plugins.autoplay = Autoplay; + +})(window.Zepto || window.jQuery, window, document); + +/** + * Navigation Plugin + * @version 2.1.0 + * @author Artus Kolanowski + * @author David Deutsch + * @license The MIT License (MIT) + */ +;(function($, window, document, undefined) { + 'use strict'; + + /** + * Creates the navigation plugin. + * @class The Navigation Plugin + * @param {Owl} carousel - The Owl Carousel. + */ + var Navigation = function(carousel) { + /** + * Reference to the core. + * @protected + * @type {Owl} + */ + this._core = carousel; + + /** + * Indicates whether the plugin is initialized or not. + * @protected + * @type {Boolean} + */ + this._initialized = false; + + /** + * The current paging indexes. + * @protected + * @type {Array} + */ + this._pages = []; + + /** + * All DOM elements of the user interface. + * @protected + * @type {Object} + */ + this._controls = {}; + + /** + * Markup for an indicator. + * @protected + * @type {Array.} + */ + this._templates = []; + + /** + * The carousel element. + * @type {jQuery} + */ + this.$element = this._core.$element; + + /** + * Overridden methods of the carousel. + * @protected + * @type {Object} + */ + this._overrides = { + next: this._core.next, + prev: this._core.prev, + to: this._core.to + }; + + /** + * All event handlers. + * @protected + * @type {Object} + */ + this._handlers = { + 'prepared.owl.carousel': $.proxy(function(e) { + if (e.namespace && this._core.settings.dotsData) { + this._templates.push('
' + + $(e.content).find('[data-dot]').addBack('[data-dot]').attr('data-dot') + '
'); + } + }, this), + 'added.owl.carousel': $.proxy(function(e) { + if (e.namespace && this._core.settings.dotsData) { + this._templates.splice(e.position, 0, this._templates.pop()); + } + }, this), + 'remove.owl.carousel': $.proxy(function(e) { + if (e.namespace && this._core.settings.dotsData) { + this._templates.splice(e.position, 1); + } + }, this), + 'changed.owl.carousel': $.proxy(function(e) { + if (e.namespace && e.property.name == 'position') { + this.draw(); + } + }, this), + 'initialized.owl.carousel': $.proxy(function(e) { + if (e.namespace && !this._initialized) { + this._core.trigger('initialize', null, 'navigation'); + this.initialize(); + this.update(); + this.draw(); + this._initialized = true; + this._core.trigger('initialized', null, 'navigation'); + } + }, this), + 'refreshed.owl.carousel': $.proxy(function(e) { + if (e.namespace && this._initialized) { + this._core.trigger('refresh', null, 'navigation'); + this.update(); + this.draw(); + this._core.trigger('refreshed', null, 'navigation'); + } + }, this) + }; + + // set default options + this._core.options = $.extend({}, Navigation.Defaults, this._core.options); + + // register event handlers + this.$element.on(this._handlers); + }; + + /** + * Default options. + * @public + * @todo Rename `slideBy` to `navBy` + */ + Navigation.Defaults = { + nav: false, + navText: [ 'prev', 'next' ], + navSpeed: false, + navElement: 'div', + navContainer: false, + navContainerClass: 'owl-nav', + navClass: [ 'owl-prev', 'owl-next' ], + slideBy: 1, + dotClass: 'owl-dot', + dotsClass: 'owl-dots', + dots: true, + dotsEach: false, + dotsData: false, + dotsSpeed: false, + dotsContainer: false + }; + + /** + * Initializes the layout of the plugin and extends the carousel. + * @protected + */ + Navigation.prototype.initialize = function() { + var override, + settings = this._core.settings; + + // create DOM structure for relative navigation + this._controls.$relative = (settings.navContainer ? $(settings.navContainer) + : $('
').addClass(settings.navContainerClass).appendTo(this.$element)).addClass('disabled'); + + this._controls.$previous = $('<' + settings.navElement + '>') + .addClass(settings.navClass[0]) + .html(settings.navText[0]) + .prependTo(this._controls.$relative) + .on('click', $.proxy(function(e) { + this.prev(settings.navSpeed); + }, this)); + this._controls.$next = $('<' + settings.navElement + '>') + .addClass(settings.navClass[1]) + .html(settings.navText[1]) + .appendTo(this._controls.$relative) + .on('click', $.proxy(function(e) { + this.next(settings.navSpeed); + }, this)); + + // create DOM structure for absolute navigation + if (!settings.dotsData) { + this._templates = [ $('
') + .addClass(settings.dotClass) + .append($('')) + .prop('outerHTML') ]; + } + + this._controls.$absolute = (settings.dotsContainer ? $(settings.dotsContainer) + : $('
').addClass(settings.dotsClass).appendTo(this.$element)).addClass('disabled'); + + this._controls.$absolute.on('click', 'div', $.proxy(function(e) { + var index = $(e.target).parent().is(this._controls.$absolute) + ? $(e.target).index() : $(e.target).parent().index(); + + e.preventDefault(); + + this.to(index, settings.dotsSpeed); + }, this)); + + // override public methods of the carousel + for (override in this._overrides) { + this._core[override] = $.proxy(this[override], this); + } + }; + + /** + * Destroys the plugin. + * @protected + */ + Navigation.prototype.destroy = function() { + var handler, control, property, override; + + for (handler in this._handlers) { + this.$element.off(handler, this._handlers[handler]); + } + for (control in this._controls) { + this._controls[control].remove(); + } + for (override in this.overides) { + this._core[override] = this._overrides[override]; + } + for (property in Object.getOwnPropertyNames(this)) { + typeof this[property] != 'function' && (this[property] = null); + } + }; + + /** + * Updates the internal state. + * @protected + */ + Navigation.prototype.update = function() { + var i, j, k, + lower = this._core.clones().length / 2, + upper = lower + this._core.items().length, + maximum = this._core.maximum(true), + settings = this._core.settings, + size = settings.center || settings.autoWidth || settings.dotsData + ? 1 : settings.dotsEach || settings.items; + + if (settings.slideBy !== 'page') { + settings.slideBy = Math.min(settings.slideBy, settings.items); + } + + if (settings.dots || settings.slideBy == 'page') { + this._pages = []; + + for (i = lower, j = 0, k = 0; i < upper; i++) { + if (j >= size || j === 0) { + this._pages.push({ + start: Math.min(maximum, i - lower), + end: i - lower + size - 1 + }); + if (Math.min(maximum, i - lower) === maximum) { + break; + } + j = 0, ++k; + } + j += this._core.mergers(this._core.relative(i)); + } + } + }; + + /** + * Draws the user interface. + * @todo The option `dotsData` wont work. + * @protected + */ + Navigation.prototype.draw = function() { + var difference, + settings = this._core.settings, + disabled = this._core.items().length <= settings.items, + index = this._core.relative(this._core.current()), + loop = settings.loop || settings.rewind; + + this._controls.$relative.toggleClass('disabled', !settings.nav || disabled); + + if (settings.nav) { + this._controls.$previous.toggleClass('disabled', !loop && index <= this._core.minimum(true)); + this._controls.$next.toggleClass('disabled', !loop && index >= this._core.maximum(true)); + } + + this._controls.$absolute.toggleClass('disabled', !settings.dots || disabled); + + if (settings.dots) { + difference = this._pages.length - this._controls.$absolute.children().length; + + if (settings.dotsData && difference !== 0) { + this._controls.$absolute.html(this._templates.join('')); + } else if (difference > 0) { + this._controls.$absolute.append(new Array(difference + 1).join(this._templates[0])); + } else if (difference < 0) { + this._controls.$absolute.children().slice(difference).remove(); + } + + this._controls.$absolute.find('.active').removeClass('active'); + this._controls.$absolute.children().eq($.inArray(this.current(), this._pages)).addClass('active'); + } + }; + + /** + * Extends event data. + * @protected + * @param {Event} event - The event object which gets thrown. + */ + Navigation.prototype.onTrigger = function(event) { + var settings = this._core.settings; + + event.page = { + index: $.inArray(this.current(), this._pages), + count: this._pages.length, + size: settings && (settings.center || settings.autoWidth || settings.dotsData + ? 1 : settings.dotsEach || settings.items) + }; + }; + + /** + * Gets the current page position of the carousel. + * @protected + * @returns {Number} + */ + Navigation.prototype.current = function() { + var current = this._core.relative(this._core.current()); + return $.grep(this._pages, $.proxy(function(page, index) { + return page.start <= current && page.end >= current; + }, this)).pop(); + }; + + /** + * Gets the current succesor/predecessor position. + * @protected + * @returns {Number} + */ + Navigation.prototype.getPosition = function(successor) { + var position, length, + settings = this._core.settings; + + if (settings.slideBy == 'page') { + position = $.inArray(this.current(), this._pages); + length = this._pages.length; + successor ? ++position : --position; + position = this._pages[((position % length) + length) % length].start; + } else { + position = this._core.relative(this._core.current()); + length = this._core.items().length; + successor ? position += settings.slideBy : position -= settings.slideBy; + } + + return position; + }; + + /** + * Slides to the next item or page. + * @public + * @param {Number} [speed=false] - The time in milliseconds for the transition. + */ + Navigation.prototype.next = function(speed) { + $.proxy(this._overrides.to, this._core)(this.getPosition(true), speed); + }; + + /** + * Slides to the previous item or page. + * @public + * @param {Number} [speed=false] - The time in milliseconds for the transition. + */ + Navigation.prototype.prev = function(speed) { + $.proxy(this._overrides.to, this._core)(this.getPosition(false), speed); + }; + + /** + * Slides to the specified item or page. + * @public + * @param {Number} position - The position of the item or page. + * @param {Number} [speed] - The time in milliseconds for the transition. + * @param {Boolean} [standard=false] - Whether to use the standard behaviour or not. + */ + Navigation.prototype.to = function(position, speed, standard) { + var length; + + if (!standard && this._pages.length) { + length = this._pages.length; + $.proxy(this._overrides.to, this._core)(this._pages[((position % length) + length) % length].start, speed); + } else { + $.proxy(this._overrides.to, this._core)(position, speed); + } + }; + + $.fn.owlCarousel.Constructor.Plugins.Navigation = Navigation; + +})(window.Zepto || window.jQuery, window, document); + +/** + * Hash Plugin + * @version 2.1.0 + * @author Artus Kolanowski + * @author David Deutsch + * @license The MIT License (MIT) + */ +;(function($, window, document, undefined) { + 'use strict'; + + /** + * Creates the hash plugin. + * @class The Hash Plugin + * @param {Owl} carousel - The Owl Carousel + */ + var Hash = function(carousel) { + /** + * Reference to the core. + * @protected + * @type {Owl} + */ + this._core = carousel; + + /** + * Hash index for the items. + * @protected + * @type {Object} + */ + this._hashes = {}; + + /** + * The carousel element. + * @type {jQuery} + */ + this.$element = this._core.$element; + + /** + * All event handlers. + * @protected + * @type {Object} + */ + this._handlers = { + 'initialized.owl.carousel': $.proxy(function(e) { + if (e.namespace && this._core.settings.startPosition === 'URLHash') { + $(window).trigger('hashchange.owl.navigation'); + } + }, this), + 'prepared.owl.carousel': $.proxy(function(e) { + if (e.namespace) { + var hash = $(e.content).find('[data-hash]').addBack('[data-hash]').attr('data-hash'); + + if (!hash) { + return; + } + + this._hashes[hash] = e.content; + } + }, this), + 'changed.owl.carousel': $.proxy(function(e) { + if (e.namespace && e.property.name === 'position') { + var current = this._core.items(this._core.relative(this._core.current())), + hash = $.map(this._hashes, function(item, hash) { + return item === current ? hash : null; + }).join(); + + if (!hash || window.location.hash.slice(1) === hash) { + return; + } + + window.location.hash = hash; + } + }, this) + }; + + // set default options + this._core.options = $.extend({}, Hash.Defaults, this._core.options); + + // register the event handlers + this.$element.on(this._handlers); + + // register event listener for hash navigation + $(window).on('hashchange.owl.navigation', $.proxy(function(e) { + var hash = window.location.hash.substring(1), + items = this._core.$stage.children(), + position = this._hashes[hash] && items.index(this._hashes[hash]); + + if (position === undefined || position === this._core.current()) { + return; + } + + this._core.to(this._core.relative(position), false, true); + }, this)); + }; + + /** + * Default options. + * @public + */ + Hash.Defaults = { + URLhashListener: false + }; + + /** + * Destroys the plugin. + * @public + */ + Hash.prototype.destroy = function() { + var handler, property; + + $(window).off('hashchange.owl.navigation'); + + for (handler in this._handlers) { + this._core.$element.off(handler, this._handlers[handler]); + } + for (property in Object.getOwnPropertyNames(this)) { + typeof this[property] != 'function' && (this[property] = null); + } + }; + + $.fn.owlCarousel.Constructor.Plugins.Hash = Hash; + +})(window.Zepto || window.jQuery, window, document); + +/** + * Support Plugin + * + * @version 2.1.0 + * @author Vivid Planet Software GmbH + * @author Artus Kolanowski + * @author David Deutsch + * @license The MIT License (MIT) + */ +;(function($, window, document, undefined) { + + var style = $('').get(0).style, + prefixes = 'Webkit Moz O ms'.split(' '), + events = { + transition: { + end: { + WebkitTransition: 'webkitTransitionEnd', + MozTransition: 'transitionend', + OTransition: 'oTransitionEnd', + transition: 'transitionend' + } + }, + animation: { + end: { + WebkitAnimation: 'webkitAnimationEnd', + MozAnimation: 'animationend', + OAnimation: 'oAnimationEnd', + animation: 'animationend' + } + } + }, + tests = { + csstransforms: function() { + return !!test('transform'); + }, + csstransforms3d: function() { + return !!test('perspective'); + }, + csstransitions: function() { + return !!test('transition'); + }, + cssanimations: function() { + return !!test('animation'); + } + }; + + function test(property, prefixed) { + var result = false, + upper = property.charAt(0).toUpperCase() + property.slice(1); + + $.each((property + ' ' + prefixes.join(upper + ' ') + upper).split(' '), function(i, property) { + if (style[property] !== undefined) { + result = prefixed ? property : true; + return false; + } + }); + + return result; + } + + function prefixed(property) { + return test(property, true); + } + + if (tests.csstransitions()) { + /* jshint -W053 */ + $.support.transition = new String(prefixed('transition')) + $.support.transition.end = events.transition.end[ $.support.transition ]; + } + + if (tests.cssanimations()) { + /* jshint -W053 */ + $.support.animation = new String(prefixed('animation')) + $.support.animation.end = events.animation.end[ $.support.animation ]; + } + + if (tests.csstransforms()) { + /* jshint -W053 */ + $.support.transform = new String(prefixed('transform')); + $.support.transform3d = tests.csstransforms3d(); + } + +})(window.Zepto || window.jQuery, window, document); diff --git a/work/recovery-ui/recovery/static/scripts/lib/owlcarousel/owl.carousel.min.js b/work/recovery-ui/recovery/static/scripts/lib/owlcarousel/owl.carousel.min.js new file mode 100644 index 0000000..9b9566f --- /dev/null +++ b/work/recovery-ui/recovery/static/scripts/lib/owlcarousel/owl.carousel.min.js @@ -0,0 +1,7 @@ +/** + * Owl Carousel v2.2.1 + * Copyright 2013-2017 David Deutsch + * Licensed under () + */ +!function(a,b,c,d){function e(b,c){this.settings=null,this.options=a.extend({},e.Defaults,c),this.$element=a(b),this._handlers={},this._plugins={},this._supress={},this._current=null,this._speed=null,this._coordinates=[],this._breakpoint=null,this._width=null,this._items=[],this._clones=[],this._mergers=[],this._widths=[],this._invalidated={},this._pipe=[],this._drag={time:null,target:null,pointer:null,stage:{start:null,current:null},direction:null},this._states={current:{},tags:{initializing:["busy"],animating:["busy"],dragging:["interacting"]}},a.each(["onResize","onThrottledResize"],a.proxy(function(b,c){this._handlers[c]=a.proxy(this[c],this)},this)),a.each(e.Plugins,a.proxy(function(a,b){this._plugins[a.charAt(0).toLowerCase()+a.slice(1)]=new b(this)},this)),a.each(e.Workers,a.proxy(function(b,c){this._pipe.push({filter:c.filter,run:a.proxy(c.run,this)})},this)),this.setup(),this.initialize()}e.Defaults={items:3,loop:!1,center:!1,rewind:!1,mouseDrag:!0,touchDrag:!0,pullDrag:!0,freeDrag:!1,margin:0,stagePadding:0,merge:!1,mergeFit:!0,autoWidth:!1,startPosition:0,rtl:!1,smartSpeed:250,fluidSpeed:!1,dragEndSpeed:!1,responsive:{},responsiveRefreshRate:200,responsiveBaseElement:b,fallbackEasing:"swing",info:!1,nestedItemSelector:!1,itemElement:"div",stageElement:"div",refreshClass:"owl-refresh",loadedClass:"owl-loaded",loadingClass:"owl-loading",rtlClass:"owl-rtl",responsiveClass:"owl-responsive",dragClass:"owl-drag",itemClass:"owl-item",stageClass:"owl-stage",stageOuterClass:"owl-stage-outer",grabClass:"owl-grab"},e.Width={Default:"default",Inner:"inner",Outer:"outer"},e.Type={Event:"event",State:"state"},e.Plugins={},e.Workers=[{filter:["width","settings"],run:function(){this._width=this.$element.width()}},{filter:["width","items","settings"],run:function(a){a.current=this._items&&this._items[this.relative(this._current)]}},{filter:["items","settings"],run:function(){this.$stage.children(".cloned").remove()}},{filter:["width","items","settings"],run:function(a){var b=this.settings.margin||"",c=!this.settings.autoWidth,d=this.settings.rtl,e={width:"auto","margin-left":d?b:"","margin-right":d?"":b};!c&&this.$stage.children().css(e),a.css=e}},{filter:["width","items","settings"],run:function(a){var b=(this.width()/this.settings.items).toFixed(3)-this.settings.margin,c=null,d=this._items.length,e=!this.settings.autoWidth,f=[];for(a.items={merge:!1,width:b};d--;)c=this._mergers[d],c=this.settings.mergeFit&&Math.min(c,this.settings.items)||c,a.items.merge=c>1||a.items.merge,f[d]=e?b*c:this._items[d].width();this._widths=f}},{filter:["items","settings"],run:function(){var b=[],c=this._items,d=this.settings,e=Math.max(2*d.items,4),f=2*Math.ceil(c.length/2),g=d.loop&&c.length?d.rewind?e:Math.max(e,f):0,h="",i="";for(g/=2;g--;)b.push(this.normalize(b.length/2,!0)),h+=c[b[b.length-1]][0].outerHTML,b.push(this.normalize(c.length-1-(b.length-1)/2,!0)),i=c[b[b.length-1]][0].outerHTML+i;this._clones=b,a(h).addClass("cloned").appendTo(this.$stage),a(i).addClass("cloned").prependTo(this.$stage)}},{filter:["width","items","settings"],run:function(){for(var a=this.settings.rtl?1:-1,b=this._clones.length+this._items.length,c=-1,d=0,e=0,f=[];++c",h)||this.op(b,"<",g)&&this.op(b,">",h))&&i.push(c);this.$stage.children(".active").removeClass("active"),this.$stage.children(":eq("+i.join("), :eq(")+")").addClass("active"),this.settings.center&&(this.$stage.children(".center").removeClass("center"),this.$stage.children().eq(this.current()).addClass("center"))}}],e.prototype.initialize=function(){if(this.enter("initializing"),this.trigger("initialize"),this.$element.toggleClass(this.settings.rtlClass,this.settings.rtl),this.settings.autoWidth&&!this.is("pre-loading")){var b,c,e;b=this.$element.find("img"),c=this.settings.nestedItemSelector?"."+this.settings.nestedItemSelector:d,e=this.$element.children(c).width(),b.length&&e<=0&&this.preloadAutoWidthImages(b)}this.$element.addClass(this.options.loadingClass),this.$stage=a("<"+this.settings.stageElement+' class="'+this.settings.stageClass+'"/>').wrap('
'),this.$element.append(this.$stage.parent()),this.replace(this.$element.children().not(this.$stage.parent())),this.$element.is(":visible")?this.refresh():this.invalidate("width"),this.$element.removeClass(this.options.loadingClass).addClass(this.options.loadedClass),this.registerEventHandlers(),this.leave("initializing"),this.trigger("initialized")},e.prototype.setup=function(){var b=this.viewport(),c=this.options.responsive,d=-1,e=null;c?(a.each(c,function(a){a<=b&&a>d&&(d=Number(a))}),e=a.extend({},this.options,c[d]),"function"==typeof e.stagePadding&&(e.stagePadding=e.stagePadding()),delete e.responsive,e.responsiveClass&&this.$element.attr("class",this.$element.attr("class").replace(new RegExp("("+this.options.responsiveClass+"-)\\S+\\s","g"),"$1"+d))):e=a.extend({},this.options),this.trigger("change",{property:{name:"settings",value:e}}),this._breakpoint=d,this.settings=e,this.invalidate("settings"),this.trigger("changed",{property:{name:"settings",value:this.settings}})},e.prototype.optionsLogic=function(){this.settings.autoWidth&&(this.settings.stagePadding=!1,this.settings.merge=!1)},e.prototype.prepare=function(b){var c=this.trigger("prepare",{content:b});return c.data||(c.data=a("<"+this.settings.itemElement+"/>").addClass(this.options.itemClass).append(b)),this.trigger("prepared",{content:c.data}),c.data},e.prototype.update=function(){for(var b=0,c=this._pipe.length,d=a.proxy(function(a){return this[a]},this._invalidated),e={};b0)&&this._pipe[b].run(e),b++;this._invalidated={},!this.is("valid")&&this.enter("valid")},e.prototype.width=function(a){switch(a=a||e.Width.Default){case e.Width.Inner:case e.Width.Outer:return this._width;default:return this._width-2*this.settings.stagePadding+this.settings.margin}},e.prototype.refresh=function(){this.enter("refreshing"),this.trigger("refresh"),this.setup(),this.optionsLogic(),this.$element.addClass(this.options.refreshClass),this.update(),this.$element.removeClass(this.options.refreshClass),this.leave("refreshing"),this.trigger("refreshed")},e.prototype.onThrottledResize=function(){b.clearTimeout(this.resizeTimer),this.resizeTimer=b.setTimeout(this._handlers.onResize,this.settings.responsiveRefreshRate)},e.prototype.onResize=function(){return!!this._items.length&&(this._width!==this.$element.width()&&(!!this.$element.is(":visible")&&(this.enter("resizing"),this.trigger("resize").isDefaultPrevented()?(this.leave("resizing"),!1):(this.invalidate("width"),this.refresh(),this.leave("resizing"),void this.trigger("resized")))))},e.prototype.registerEventHandlers=function(){a.support.transition&&this.$stage.on(a.support.transition.end+".owl.core",a.proxy(this.onTransitionEnd,this)),this.settings.responsive!==!1&&this.on(b,"resize",this._handlers.onThrottledResize),this.settings.mouseDrag&&(this.$element.addClass(this.options.dragClass),this.$stage.on("mousedown.owl.core",a.proxy(this.onDragStart,this)),this.$stage.on("dragstart.owl.core selectstart.owl.core",function(){return!1})),this.settings.touchDrag&&(this.$stage.on("touchstart.owl.core",a.proxy(this.onDragStart,this)),this.$stage.on("touchcancel.owl.core",a.proxy(this.onDragEnd,this)))},e.prototype.onDragStart=function(b){var d=null;3!==b.which&&(a.support.transform?(d=this.$stage.css("transform").replace(/.*\(|\)| /g,"").split(","),d={x:d[16===d.length?12:4],y:d[16===d.length?13:5]}):(d=this.$stage.position(),d={x:this.settings.rtl?d.left+this.$stage.width()-this.width()+this.settings.margin:d.left,y:d.top}),this.is("animating")&&(a.support.transform?this.animate(d.x):this.$stage.stop(),this.invalidate("position")),this.$element.toggleClass(this.options.grabClass,"mousedown"===b.type),this.speed(0),this._drag.time=(new Date).getTime(),this._drag.target=a(b.target),this._drag.stage.start=d,this._drag.stage.current=d,this._drag.pointer=this.pointer(b),a(c).on("mouseup.owl.core touchend.owl.core",a.proxy(this.onDragEnd,this)),a(c).one("mousemove.owl.core touchmove.owl.core",a.proxy(function(b){var d=this.difference(this._drag.pointer,this.pointer(b));a(c).on("mousemove.owl.core touchmove.owl.core",a.proxy(this.onDragMove,this)),Math.abs(d.x)0^this.settings.rtl?"left":"right";a(c).off(".owl.core"),this.$element.removeClass(this.options.grabClass),(0!==d.x&&this.is("dragging")||!this.is("valid"))&&(this.speed(this.settings.dragEndSpeed||this.settings.smartSpeed),this.current(this.closest(e.x,0!==d.x?f:this._drag.direction)),this.invalidate("position"),this.update(),this._drag.direction=f,(Math.abs(d.x)>3||(new Date).getTime()-this._drag.time>300)&&this._drag.target.one("click.owl.core",function(){return!1})),this.is("dragging")&&(this.leave("dragging"),this.trigger("dragged"))},e.prototype.closest=function(b,c){var d=-1,e=30,f=this.width(),g=this.coordinates();return this.settings.freeDrag||a.each(g,a.proxy(function(a,h){return"left"===c&&b>h-e&&bh-f-e&&b",g[a+1]||h-f)&&(d="left"===c?a+1:a),d===-1},this)),this.settings.loop||(this.op(b,">",g[this.minimum()])?d=b=this.minimum():this.op(b,"<",g[this.maximum()])&&(d=b=this.maximum())),d},e.prototype.animate=function(b){var c=this.speed()>0;this.is("animating")&&this.onTransitionEnd(),c&&(this.enter("animating"),this.trigger("translate")),a.support.transform3d&&a.support.transition?this.$stage.css({transform:"translate3d("+b+"px,0px,0px)",transition:this.speed()/1e3+"s"}):c?this.$stage.animate({left:b+"px"},this.speed(),this.settings.fallbackEasing,a.proxy(this.onTransitionEnd,this)):this.$stage.css({left:b+"px"})},e.prototype.is=function(a){return this._states.current[a]&&this._states.current[a]>0},e.prototype.current=function(a){if(a===d)return this._current;if(0===this._items.length)return d;if(a=this.normalize(a),this._current!==a){var b=this.trigger("change",{property:{name:"position",value:a}});b.data!==d&&(a=this.normalize(b.data)),this._current=a,this.invalidate("position"),this.trigger("changed",{property:{name:"position",value:this._current}})}return this._current},e.prototype.invalidate=function(b){return"string"===a.type(b)&&(this._invalidated[b]=!0,this.is("valid")&&this.leave("valid")),a.map(this._invalidated,function(a,b){return b})},e.prototype.reset=function(a){a=this.normalize(a),a!==d&&(this._speed=0,this._current=a,this.suppress(["translate","translated"]),this.animate(this.coordinates(a)),this.release(["translate","translated"]))},e.prototype.normalize=function(a,b){var c=this._items.length,e=b?0:this._clones.length;return!this.isNumeric(a)||c<1?a=d:(a<0||a>=c+e)&&(a=((a-e/2)%c+c)%c+e/2),a},e.prototype.relative=function(a){return a-=this._clones.length/2,this.normalize(a,!0)},e.prototype.maximum=function(a){var b,c,d,e=this.settings,f=this._coordinates.length;if(e.loop)f=this._clones.length/2+this._items.length-1;else if(e.autoWidth||e.merge){for(b=this._items.length,c=this._items[--b].width(),d=this.$element.width();b--&&(c+=this._items[b].width()+this.settings.margin,!(c>d)););f=b+1}else f=e.center?this._items.length-1:this._items.length-e.items;return a&&(f-=this._clones.length/2),Math.max(f,0)},e.prototype.minimum=function(a){return a?0:this._clones.length/2},e.prototype.items=function(a){return a===d?this._items.slice():(a=this.normalize(a,!0),this._items[a])},e.prototype.mergers=function(a){return a===d?this._mergers.slice():(a=this.normalize(a,!0),this._mergers[a])},e.prototype.clones=function(b){var c=this._clones.length/2,e=c+this._items.length,f=function(a){return a%2===0?e+a/2:c-(a+1)/2};return b===d?a.map(this._clones,function(a,b){return f(b)}):a.map(this._clones,function(a,c){return a===b?f(c):null})},e.prototype.speed=function(a){return a!==d&&(this._speed=a),this._speed},e.prototype.coordinates=function(b){var c,e=1,f=b-1;return b===d?a.map(this._coordinates,a.proxy(function(a,b){return this.coordinates(b)},this)):(this.settings.center?(this.settings.rtl&&(e=-1,f=b+1),c=this._coordinates[b],c+=(this.width()-c+(this._coordinates[f]||0))/2*e):c=this._coordinates[f]||0,c=Math.ceil(c))},e.prototype.duration=function(a,b,c){return 0===c?0:Math.min(Math.max(Math.abs(b-a),1),6)*Math.abs(c||this.settings.smartSpeed)},e.prototype.to=function(a,b){var c=this.current(),d=null,e=a-this.relative(c),f=(e>0)-(e<0),g=this._items.length,h=this.minimum(),i=this.maximum();this.settings.loop?(!this.settings.rewind&&Math.abs(e)>g/2&&(e+=f*-1*g),a=c+e,d=((a-h)%g+g)%g+h,d!==a&&d-e<=i&&d-e>0&&(c=d-e,a=d,this.reset(c))):this.settings.rewind?(i+=1,a=(a%i+i)%i):a=Math.max(h,Math.min(i,a)),this.speed(this.duration(c,a,b)),this.current(a),this.$element.is(":visible")&&this.update()},e.prototype.next=function(a){a=a||!1,this.to(this.relative(this.current())+1,a)},e.prototype.prev=function(a){a=a||!1,this.to(this.relative(this.current())-1,a)},e.prototype.onTransitionEnd=function(a){if(a!==d&&(a.stopPropagation(),(a.target||a.srcElement||a.originalTarget)!==this.$stage.get(0)))return!1;this.leave("animating"),this.trigger("translated")},e.prototype.viewport=function(){var d;return this.options.responsiveBaseElement!==b?d=a(this.options.responsiveBaseElement).width():b.innerWidth?d=b.innerWidth:c.documentElement&&c.documentElement.clientWidth?d=c.documentElement.clientWidth:console.warn("Can not detect viewport width."),d},e.prototype.replace=function(b){this.$stage.empty(),this._items=[],b&&(b=b instanceof jQuery?b:a(b)),this.settings.nestedItemSelector&&(b=b.find("."+this.settings.nestedItemSelector)),b.filter(function(){return 1===this.nodeType}).each(a.proxy(function(a,b){b=this.prepare(b),this.$stage.append(b),this._items.push(b),this._mergers.push(1*b.find("[data-merge]").addBack("[data-merge]").attr("data-merge")||1)},this)),this.reset(this.isNumeric(this.settings.startPosition)?this.settings.startPosition:0),this.invalidate("items")},e.prototype.add=function(b,c){var e=this.relative(this._current);c=c===d?this._items.length:this.normalize(c,!0),b=b instanceof jQuery?b:a(b),this.trigger("add",{content:b,position:c}),b=this.prepare(b),0===this._items.length||c===this._items.length?(0===this._items.length&&this.$stage.append(b),0!==this._items.length&&this._items[c-1].after(b),this._items.push(b),this._mergers.push(1*b.find("[data-merge]").addBack("[data-merge]").attr("data-merge")||1)):(this._items[c].before(b),this._items.splice(c,0,b),this._mergers.splice(c,0,1*b.find("[data-merge]").addBack("[data-merge]").attr("data-merge")||1)),this._items[e]&&this.reset(this._items[e].index()),this.invalidate("items"),this.trigger("added",{content:b,position:c})},e.prototype.remove=function(a){a=this.normalize(a,!0),a!==d&&(this.trigger("remove",{content:this._items[a],position:a}),this._items[a].remove(),this._items.splice(a,1),this._mergers.splice(a,1),this.invalidate("items"),this.trigger("removed",{content:null,position:a}))},e.prototype.preloadAutoWidthImages=function(b){b.each(a.proxy(function(b,c){this.enter("pre-loading"),c=a(c),a(new Image).one("load",a.proxy(function(a){c.attr("src",a.target.src),c.css("opacity",1),this.leave("pre-loading"),!this.is("pre-loading")&&!this.is("initializing")&&this.refresh()},this)).attr("src",c.attr("src")||c.attr("data-src")||c.attr("data-src-retina"))},this))},e.prototype.destroy=function(){this.$element.off(".owl.core"),this.$stage.off(".owl.core"),a(c).off(".owl.core"),this.settings.responsive!==!1&&(b.clearTimeout(this.resizeTimer),this.off(b,"resize",this._handlers.onThrottledResize));for(var d in this._plugins)this._plugins[d].destroy();this.$stage.children(".cloned").remove(),this.$stage.unwrap(),this.$stage.children().contents().unwrap(),this.$stage.children().unwrap(),this.$element.removeClass(this.options.refreshClass).removeClass(this.options.loadingClass).removeClass(this.options.loadedClass).removeClass(this.options.rtlClass).removeClass(this.options.dragClass).removeClass(this.options.grabClass).attr("class",this.$element.attr("class").replace(new RegExp(this.options.responsiveClass+"-\\S+\\s","g"),"")).removeData("owl.carousel")},e.prototype.op=function(a,b,c){var d=this.settings.rtl;switch(b){case"<":return d?a>c:a":return d?ac;case">=":return d?a<=c:a>=c;case"<=":return d?a>=c:a<=c}},e.prototype.on=function(a,b,c,d){a.addEventListener?a.addEventListener(b,c,d):a.attachEvent&&a.attachEvent("on"+b,c)},e.prototype.off=function(a,b,c,d){a.removeEventListener?a.removeEventListener(b,c,d):a.detachEvent&&a.detachEvent("on"+b,c)},e.prototype.trigger=function(b,c,d,f,g){var h={item:{count:this._items.length,index:this.current()}},i=a.camelCase(a.grep(["on",b,d],function(a){return a}).join("-").toLowerCase()),j=a.Event([b,"owl",d||"carousel"].join(".").toLowerCase(),a.extend({relatedTarget:this},h,c));return this._supress[b]||(a.each(this._plugins,function(a,b){b.onTrigger&&b.onTrigger(j)}),this.register({type:e.Type.Event,name:b}),this.$element.trigger(j),this.settings&&"function"==typeof this.settings[i]&&this.settings[i].call(this,j)),j},e.prototype.enter=function(b){a.each([b].concat(this._states.tags[b]||[]),a.proxy(function(a,b){this._states.current[b]===d&&(this._states.current[b]=0),this._states.current[b]++},this))},e.prototype.leave=function(b){a.each([b].concat(this._states.tags[b]||[]),a.proxy(function(a,b){this._states.current[b]--},this))},e.prototype.register=function(b){if(b.type===e.Type.Event){if(a.event.special[b.name]||(a.event.special[b.name]={}),!a.event.special[b.name].owl){var c=a.event.special[b.name]._default;a.event.special[b.name]._default=function(a){return!c||!c.apply||a.namespace&&a.namespace.indexOf("owl")!==-1?a.namespace&&a.namespace.indexOf("owl")>-1:c.apply(this,arguments)},a.event.special[b.name].owl=!0}}else b.type===e.Type.State&&(this._states.tags[b.name]?this._states.tags[b.name]=this._states.tags[b.name].concat(b.tags):this._states.tags[b.name]=b.tags,this._states.tags[b.name]=a.grep(this._states.tags[b.name],a.proxy(function(c,d){return a.inArray(c,this._states.tags[b.name])===d},this)))},e.prototype.suppress=function(b){a.each(b,a.proxy(function(a,b){this._supress[b]=!0},this))},e.prototype.release=function(b){a.each(b,a.proxy(function(a,b){delete this._supress[b]},this))},e.prototype.pointer=function(a){var c={x:null,y:null};return a=a.originalEvent||a||b.event,a=a.touches&&a.touches.length?a.touches[0]:a.changedTouches&&a.changedTouches.length?a.changedTouches[0]:a,a.pageX?(c.x=a.pageX,c.y=a.pageY):(c.x=a.clientX,c.y=a.clientY),c},e.prototype.isNumeric=function(a){return!isNaN(parseFloat(a))},e.prototype.difference=function(a,b){return{x:a.x-b.x,y:a.y-b.y}},a.fn.owlCarousel=function(b){var c=Array.prototype.slice.call(arguments,1);return this.each(function(){var d=a(this),f=d.data("owl.carousel");f||(f=new e(this,"object"==typeof b&&b),d.data("owl.carousel",f),a.each(["next","prev","to","destroy","refresh","replace","add","remove"],function(b,c){f.register({type:e.Type.Event,name:c}),f.$element.on(c+".owl.carousel.core",a.proxy(function(a){a.namespace&&a.relatedTarget!==this&&(this.suppress([c]),f[c].apply(this,[].slice.call(arguments,1)),this.release([c]))},f))})),"string"==typeof b&&"_"!==b.charAt(0)&&f[b].apply(f,c)})},a.fn.owlCarousel.Constructor=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){var e=function(b){this._core=b,this._interval=null,this._visible=null,this._handlers={"initialized.owl.carousel":a.proxy(function(a){a.namespace&&this._core.settings.autoRefresh&&this.watch()},this)},this._core.options=a.extend({},e.Defaults,this._core.options),this._core.$element.on(this._handlers)};e.Defaults={autoRefresh:!0,autoRefreshInterval:500},e.prototype.watch=function(){this._interval||(this._visible=this._core.$element.is(":visible"),this._interval=b.setInterval(a.proxy(this.refresh,this),this._core.settings.autoRefreshInterval))},e.prototype.refresh=function(){this._core.$element.is(":visible")!==this._visible&&(this._visible=!this._visible,this._core.$element.toggleClass("owl-hidden",!this._visible),this._visible&&this._core.invalidate("width")&&this._core.refresh())},e.prototype.destroy=function(){var a,c;b.clearInterval(this._interval);for(a in this._handlers)this._core.$element.off(a,this._handlers[a]);for(c in Object.getOwnPropertyNames(this))"function"!=typeof this[c]&&(this[c]=null)},a.fn.owlCarousel.Constructor.Plugins.AutoRefresh=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){var e=function(b){this._core=b,this._loaded=[],this._handlers={"initialized.owl.carousel change.owl.carousel resized.owl.carousel":a.proxy(function(b){if(b.namespace&&this._core.settings&&this._core.settings.lazyLoad&&(b.property&&"position"==b.property.name||"initialized"==b.type))for(var c=this._core.settings,e=c.center&&Math.ceil(c.items/2)||c.items,f=c.center&&e*-1||0,g=(b.property&&b.property.value!==d?b.property.value:this._core.current())+f,h=this._core.clones().length,i=a.proxy(function(a,b){this.load(b)},this);f++-1||(e.each(a.proxy(function(c,d){var e,f=a(d),g=b.devicePixelRatio>1&&f.attr("data-src-retina")||f.attr("data-src");this._core.trigger("load",{element:f,url:g},"lazy"),f.is("img")?f.one("load.owl.lazy",a.proxy(function(){f.css("opacity",1),this._core.trigger("loaded",{element:f,url:g},"lazy")},this)).attr("src",g):(e=new Image,e.onload=a.proxy(function(){f.css({"background-image":'url("'+g+'")',opacity:"1"}),this._core.trigger("loaded",{element:f,url:g},"lazy")},this),e.src=g)},this)),this._loaded.push(d.get(0)))},e.prototype.destroy=function(){var a,b;for(a in this.handlers)this._core.$element.off(a,this.handlers[a]);for(b in Object.getOwnPropertyNames(this))"function"!=typeof this[b]&&(this[b]=null)},a.fn.owlCarousel.Constructor.Plugins.Lazy=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){var e=function(b){this._core=b,this._handlers={"initialized.owl.carousel refreshed.owl.carousel":a.proxy(function(a){a.namespace&&this._core.settings.autoHeight&&this.update()},this),"changed.owl.carousel":a.proxy(function(a){a.namespace&&this._core.settings.autoHeight&&"position"==a.property.name&&this.update()},this),"loaded.owl.lazy":a.proxy(function(a){a.namespace&&this._core.settings.autoHeight&&a.element.closest("."+this._core.settings.itemClass).index()===this._core.current()&&this.update()},this)},this._core.options=a.extend({},e.Defaults,this._core.options),this._core.$element.on(this._handlers)};e.Defaults={autoHeight:!1,autoHeightClass:"owl-height"},e.prototype.update=function(){var b=this._core._current,c=b+this._core.settings.items,d=this._core.$stage.children().toArray().slice(b,c),e=[],f=0;a.each(d,function(b,c){e.push(a(c).height())}),f=Math.max.apply(null,e),this._core.$stage.parent().height(f).addClass(this._core.settings.autoHeightClass)},e.prototype.destroy=function(){var a,b;for(a in this._handlers)this._core.$element.off(a,this._handlers[a]);for(b in Object.getOwnPropertyNames(this))"function"!=typeof this[b]&&(this[b]=null)},a.fn.owlCarousel.Constructor.Plugins.AutoHeight=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){var e=function(b){this._core=b,this._videos={},this._playing=null,this._handlers={"initialized.owl.carousel":a.proxy(function(a){a.namespace&&this._core.register({type:"state",name:"playing",tags:["interacting"]})},this),"resize.owl.carousel":a.proxy(function(a){a.namespace&&this._core.settings.video&&this.isInFullScreen()&&a.preventDefault()},this),"refreshed.owl.carousel":a.proxy(function(a){a.namespace&&this._core.is("resizing")&&this._core.$stage.find(".cloned .owl-video-frame").remove()},this),"changed.owl.carousel":a.proxy(function(a){a.namespace&&"position"===a.property.name&&this._playing&&this.stop()},this),"prepared.owl.carousel":a.proxy(function(b){if(b.namespace){var c=a(b.content).find(".owl-video");c.length&&(c.css("display","none"),this.fetch(c,a(b.content)))}},this)},this._core.options=a.extend({},e.Defaults,this._core.options),this._core.$element.on(this._handlers),this._core.$element.on("click.owl.video",".owl-video-play-icon",a.proxy(function(a){this.play(a)},this))};e.Defaults={video:!1,videoHeight:!1,videoWidth:!1},e.prototype.fetch=function(a,b){var c=function(){return a.attr("data-vimeo-id")?"vimeo":a.attr("data-vzaar-id")?"vzaar":"youtube"}(),d=a.attr("data-vimeo-id")||a.attr("data-youtube-id")||a.attr("data-vzaar-id"),e=a.attr("data-width")||this._core.settings.videoWidth,f=a.attr("data-height")||this._core.settings.videoHeight,g=a.attr("href");if(!g)throw new Error("Missing video URL.");if(d=g.match(/(http:|https:|)\/\/(player.|www.|app.)?(vimeo\.com|youtu(be\.com|\.be|be\.googleapis\.com)|vzaar\.com)\/(video\/|videos\/|embed\/|channels\/.+\/|groups\/.+\/|watch\?v=|v\/)?([A-Za-z0-9._%-]*)(\&\S+)?/),d[3].indexOf("youtu")>-1)c="youtube";else if(d[3].indexOf("vimeo")>-1)c="vimeo";else{if(!(d[3].indexOf("vzaar")>-1))throw new Error("Video URL not supported.");c="vzaar"}d=d[6],this._videos[g]={type:c,id:d,width:e,height:f},b.attr("data-video",g),this.thumbnail(a,this._videos[g])},e.prototype.thumbnail=function(b,c){var d,e,f,g=c.width&&c.height?'style="width:'+c.width+"px;height:"+c.height+'px;"':"",h=b.find("img"),i="src",j="",k=this._core.settings,l=function(a){e='
',d=k.lazyLoad?'
':'
',b.after(d),b.after(e)};if(b.wrap('
"),this._core.settings.lazyLoad&&(i="data-src",j="owl-lazy"),h.length)return l(h.attr(i)),h.remove(),!1;"youtube"===c.type?(f="//img.youtube.com/vi/"+c.id+"/hqdefault.jpg",l(f)):"vimeo"===c.type?a.ajax({type:"GET",url:"//vimeo.com/api/v2/video/"+c.id+".json",jsonp:"callback",dataType:"jsonp",success:function(a){f=a[0].thumbnail_large,l(f)}}):"vzaar"===c.type&&a.ajax({type:"GET",url:"//vzaar.com/api/videos/"+c.id+".json",jsonp:"callback",dataType:"jsonp",success:function(a){f=a.framegrab_url,l(f)}})},e.prototype.stop=function(){this._core.trigger("stop",null,"video"),this._playing.find(".owl-video-frame").remove(),this._playing.removeClass("owl-video-playing"),this._playing=null,this._core.leave("playing"),this._core.trigger("stopped",null,"video")},e.prototype.play=function(b){var c,d=a(b.target),e=d.closest("."+this._core.settings.itemClass),f=this._videos[e.attr("data-video")],g=f.width||"100%",h=f.height||this._core.$stage.height();this._playing||(this._core.enter("playing"),this._core.trigger("play",null,"video"),e=this._core.items(this._core.relative(e.index())),this._core.reset(e.index()),"youtube"===f.type?c='':"vimeo"===f.type?c='':"vzaar"===f.type&&(c=''),a('
'+c+"
").insertAfter(e.find(".owl-video")),this._playing=e.addClass("owl-video-playing"))},e.prototype.isInFullScreen=function(){var b=c.fullscreenElement||c.mozFullScreenElement||c.webkitFullscreenElement;return b&&a(b).parent().hasClass("owl-video-frame")},e.prototype.destroy=function(){var a,b;this._core.$element.off("click.owl.video");for(a in this._handlers)this._core.$element.off(a,this._handlers[a]);for(b in Object.getOwnPropertyNames(this))"function"!=typeof this[b]&&(this[b]=null)},a.fn.owlCarousel.Constructor.Plugins.Video=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){var e=function(b){this.core=b,this.core.options=a.extend({},e.Defaults,this.core.options),this.swapping=!0,this.previous=d,this.next=d,this.handlers={"change.owl.carousel":a.proxy(function(a){a.namespace&&"position"==a.property.name&&(this.previous=this.core.current(),this.next=a.property.value)},this),"drag.owl.carousel dragged.owl.carousel translated.owl.carousel":a.proxy(function(a){a.namespace&&(this.swapping="translated"==a.type)},this),"translate.owl.carousel":a.proxy(function(a){a.namespace&&this.swapping&&(this.core.options.animateOut||this.core.options.animateIn)&&this.swap()},this)},this.core.$element.on(this.handlers)};e.Defaults={animateOut:!1,animateIn:!1},e.prototype.swap=function(){if(1===this.core.settings.items&&a.support.animation&&a.support.transition){this.core.speed(0);var b,c=a.proxy(this.clear,this),d=this.core.$stage.children().eq(this.previous),e=this.core.$stage.children().eq(this.next),f=this.core.settings.animateIn,g=this.core.settings.animateOut;this.core.current()!==this.previous&&(g&&(b=this.core.coordinates(this.previous)-this.core.coordinates(this.next),d.one(a.support.animation.end,c).css({left:b+"px"}).addClass("animated owl-animated-out").addClass(g)),f&&e.one(a.support.animation.end,c).addClass("animated owl-animated-in").addClass(f))}},e.prototype.clear=function(b){a(b.target).css({left:""}).removeClass("animated owl-animated-out owl-animated-in").removeClass(this.core.settings.animateIn).removeClass(this.core.settings.animateOut),this.core.onTransitionEnd()},e.prototype.destroy=function(){var a,b;for(a in this.handlers)this.core.$element.off(a,this.handlers[a]);for(b in Object.getOwnPropertyNames(this))"function"!=typeof this[b]&&(this[b]=null)}, +a.fn.owlCarousel.Constructor.Plugins.Animate=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){var e=function(b){this._core=b,this._timeout=null,this._paused=!1,this._handlers={"changed.owl.carousel":a.proxy(function(a){a.namespace&&"settings"===a.property.name?this._core.settings.autoplay?this.play():this.stop():a.namespace&&"position"===a.property.name&&this._core.settings.autoplay&&this._setAutoPlayInterval()},this),"initialized.owl.carousel":a.proxy(function(a){a.namespace&&this._core.settings.autoplay&&this.play()},this),"play.owl.autoplay":a.proxy(function(a,b,c){a.namespace&&this.play(b,c)},this),"stop.owl.autoplay":a.proxy(function(a){a.namespace&&this.stop()},this),"mouseover.owl.autoplay":a.proxy(function(){this._core.settings.autoplayHoverPause&&this._core.is("rotating")&&this.pause()},this),"mouseleave.owl.autoplay":a.proxy(function(){this._core.settings.autoplayHoverPause&&this._core.is("rotating")&&this.play()},this),"touchstart.owl.core":a.proxy(function(){this._core.settings.autoplayHoverPause&&this._core.is("rotating")&&this.pause()},this),"touchend.owl.core":a.proxy(function(){this._core.settings.autoplayHoverPause&&this.play()},this)},this._core.$element.on(this._handlers),this._core.options=a.extend({},e.Defaults,this._core.options)};e.Defaults={autoplay:!1,autoplayTimeout:5e3,autoplayHoverPause:!1,autoplaySpeed:!1},e.prototype.play=function(a,b){this._paused=!1,this._core.is("rotating")||(this._core.enter("rotating"),this._setAutoPlayInterval())},e.prototype._getNextTimeout=function(d,e){return this._timeout&&b.clearTimeout(this._timeout),b.setTimeout(a.proxy(function(){this._paused||this._core.is("busy")||this._core.is("interacting")||c.hidden||this._core.next(e||this._core.settings.autoplaySpeed)},this),d||this._core.settings.autoplayTimeout)},e.prototype._setAutoPlayInterval=function(){this._timeout=this._getNextTimeout()},e.prototype.stop=function(){this._core.is("rotating")&&(b.clearTimeout(this._timeout),this._core.leave("rotating"))},e.prototype.pause=function(){this._core.is("rotating")&&(this._paused=!0)},e.prototype.destroy=function(){var a,b;this.stop();for(a in this._handlers)this._core.$element.off(a,this._handlers[a]);for(b in Object.getOwnPropertyNames(this))"function"!=typeof this[b]&&(this[b]=null)},a.fn.owlCarousel.Constructor.Plugins.autoplay=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){"use strict";var e=function(b){this._core=b,this._initialized=!1,this._pages=[],this._controls={},this._templates=[],this.$element=this._core.$element,this._overrides={next:this._core.next,prev:this._core.prev,to:this._core.to},this._handlers={"prepared.owl.carousel":a.proxy(function(b){b.namespace&&this._core.settings.dotsData&&this._templates.push('
'+a(b.content).find("[data-dot]").addBack("[data-dot]").attr("data-dot")+"
")},this),"added.owl.carousel":a.proxy(function(a){a.namespace&&this._core.settings.dotsData&&this._templates.splice(a.position,0,this._templates.pop())},this),"remove.owl.carousel":a.proxy(function(a){a.namespace&&this._core.settings.dotsData&&this._templates.splice(a.position,1)},this),"changed.owl.carousel":a.proxy(function(a){a.namespace&&"position"==a.property.name&&this.draw()},this),"initialized.owl.carousel":a.proxy(function(a){a.namespace&&!this._initialized&&(this._core.trigger("initialize",null,"navigation"),this.initialize(),this.update(),this.draw(),this._initialized=!0,this._core.trigger("initialized",null,"navigation"))},this),"refreshed.owl.carousel":a.proxy(function(a){a.namespace&&this._initialized&&(this._core.trigger("refresh",null,"navigation"),this.update(),this.draw(),this._core.trigger("refreshed",null,"navigation"))},this)},this._core.options=a.extend({},e.Defaults,this._core.options),this.$element.on(this._handlers)};e.Defaults={nav:!1,navText:["prev","next"],navSpeed:!1,navElement:"div",navContainer:!1,navContainerClass:"owl-nav",navClass:["owl-prev","owl-next"],slideBy:1,dotClass:"owl-dot",dotsClass:"owl-dots",dots:!0,dotsEach:!1,dotsData:!1,dotsSpeed:!1,dotsContainer:!1},e.prototype.initialize=function(){var b,c=this._core.settings;this._controls.$relative=(c.navContainer?a(c.navContainer):a("
").addClass(c.navContainerClass).appendTo(this.$element)).addClass("disabled"),this._controls.$previous=a("<"+c.navElement+">").addClass(c.navClass[0]).html(c.navText[0]).prependTo(this._controls.$relative).on("click",a.proxy(function(a){this.prev(c.navSpeed)},this)),this._controls.$next=a("<"+c.navElement+">").addClass(c.navClass[1]).html(c.navText[1]).appendTo(this._controls.$relative).on("click",a.proxy(function(a){this.next(c.navSpeed)},this)),c.dotsData||(this._templates=[a("
").addClass(c.dotClass).append(a("")).prop("outerHTML")]),this._controls.$absolute=(c.dotsContainer?a(c.dotsContainer):a("
").addClass(c.dotsClass).appendTo(this.$element)).addClass("disabled"),this._controls.$absolute.on("click","div",a.proxy(function(b){var d=a(b.target).parent().is(this._controls.$absolute)?a(b.target).index():a(b.target).parent().index();b.preventDefault(),this.to(d,c.dotsSpeed)},this));for(b in this._overrides)this._core[b]=a.proxy(this[b],this)},e.prototype.destroy=function(){var a,b,c,d;for(a in this._handlers)this.$element.off(a,this._handlers[a]);for(b in this._controls)this._controls[b].remove();for(d in this.overides)this._core[d]=this._overrides[d];for(c in Object.getOwnPropertyNames(this))"function"!=typeof this[c]&&(this[c]=null)},e.prototype.update=function(){var a,b,c,d=this._core.clones().length/2,e=d+this._core.items().length,f=this._core.maximum(!0),g=this._core.settings,h=g.center||g.autoWidth||g.dotsData?1:g.dotsEach||g.items;if("page"!==g.slideBy&&(g.slideBy=Math.min(g.slideBy,g.items)),g.dots||"page"==g.slideBy)for(this._pages=[],a=d,b=0,c=0;a=h||0===b){if(this._pages.push({start:Math.min(f,a-d),end:a-d+h-1}),Math.min(f,a-d)===f)break;b=0,++c}b+=this._core.mergers(this._core.relative(a))}},e.prototype.draw=function(){var b,c=this._core.settings,d=this._core.items().length<=c.items,e=this._core.relative(this._core.current()),f=c.loop||c.rewind;this._controls.$relative.toggleClass("disabled",!c.nav||d),c.nav&&(this._controls.$previous.toggleClass("disabled",!f&&e<=this._core.minimum(!0)),this._controls.$next.toggleClass("disabled",!f&&e>=this._core.maximum(!0))),this._controls.$absolute.toggleClass("disabled",!c.dots||d),c.dots&&(b=this._pages.length-this._controls.$absolute.children().length,c.dotsData&&0!==b?this._controls.$absolute.html(this._templates.join("")):b>0?this._controls.$absolute.append(new Array(b+1).join(this._templates[0])):b<0&&this._controls.$absolute.children().slice(b).remove(),this._controls.$absolute.find(".active").removeClass("active"),this._controls.$absolute.children().eq(a.inArray(this.current(),this._pages)).addClass("active"))},e.prototype.onTrigger=function(b){var c=this._core.settings;b.page={index:a.inArray(this.current(),this._pages),count:this._pages.length,size:c&&(c.center||c.autoWidth||c.dotsData?1:c.dotsEach||c.items)}},e.prototype.current=function(){var b=this._core.relative(this._core.current());return a.grep(this._pages,a.proxy(function(a,c){return a.start<=b&&a.end>=b},this)).pop()},e.prototype.getPosition=function(b){var c,d,e=this._core.settings;return"page"==e.slideBy?(c=a.inArray(this.current(),this._pages),d=this._pages.length,b?++c:--c,c=this._pages[(c%d+d)%d].start):(c=this._core.relative(this._core.current()),d=this._core.items().length,b?c+=e.slideBy:c-=e.slideBy),c},e.prototype.next=function(b){a.proxy(this._overrides.to,this._core)(this.getPosition(!0),b)},e.prototype.prev=function(b){a.proxy(this._overrides.to,this._core)(this.getPosition(!1),b)},e.prototype.to=function(b,c,d){var e;!d&&this._pages.length?(e=this._pages.length,a.proxy(this._overrides.to,this._core)(this._pages[(b%e+e)%e].start,c)):a.proxy(this._overrides.to,this._core)(b,c)},a.fn.owlCarousel.Constructor.Plugins.Navigation=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){"use strict";var e=function(c){this._core=c,this._hashes={},this.$element=this._core.$element,this._handlers={"initialized.owl.carousel":a.proxy(function(c){c.namespace&&"URLHash"===this._core.settings.startPosition&&a(b).trigger("hashchange.owl.navigation")},this),"prepared.owl.carousel":a.proxy(function(b){if(b.namespace){var c=a(b.content).find("[data-hash]").addBack("[data-hash]").attr("data-hash");if(!c)return;this._hashes[c]=b.content}},this),"changed.owl.carousel":a.proxy(function(c){if(c.namespace&&"position"===c.property.name){var d=this._core.items(this._core.relative(this._core.current())),e=a.map(this._hashes,function(a,b){return a===d?b:null}).join();if(!e||b.location.hash.slice(1)===e)return;b.location.hash=e}},this)},this._core.options=a.extend({},e.Defaults,this._core.options),this.$element.on(this._handlers),a(b).on("hashchange.owl.navigation",a.proxy(function(a){var c=b.location.hash.substring(1),e=this._core.$stage.children(),f=this._hashes[c]&&e.index(this._hashes[c]);f!==d&&f!==this._core.current()&&this._core.to(this._core.relative(f),!1,!0)},this))};e.Defaults={URLhashListener:!1},e.prototype.destroy=function(){var c,d;a(b).off("hashchange.owl.navigation");for(c in this._handlers)this._core.$element.off(c,this._handlers[c]);for(d in Object.getOwnPropertyNames(this))"function"!=typeof this[d]&&(this[d]=null)},a.fn.owlCarousel.Constructor.Plugins.Hash=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){function e(b,c){var e=!1,f=b.charAt(0).toUpperCase()+b.slice(1);return a.each((b+" "+h.join(f+" ")+f).split(" "),function(a,b){if(g[b]!==d)return e=!c||b,!1}),e}function f(a){return e(a,!0)}var g=a("").get(0).style,h="Webkit Moz O ms".split(" "),i={transition:{end:{WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd",transition:"transitionend"}},animation:{end:{WebkitAnimation:"webkitAnimationEnd",MozAnimation:"animationend",OAnimation:"oAnimationEnd",animation:"animationend"}}},j={csstransforms:function(){return!!e("transform")},csstransforms3d:function(){return!!e("perspective")},csstransitions:function(){return!!e("transition")},cssanimations:function(){return!!e("animation")}};j.csstransitions()&&(a.support.transition=new String(f("transition")),a.support.transition.end=i.transition.end[a.support.transition]),j.cssanimations()&&(a.support.animation=new String(f("animation")),a.support.animation.end=i.animation.end[a.support.animation]),j.csstransforms()&&(a.support.transform=new String(f("transform")),a.support.transform3d=j.csstransforms3d())}(window.Zepto||window.jQuery,window,document); \ No newline at end of file diff --git a/work/recovery-ui/recovery/static/scripts/lib/waypoints/links.php b/work/recovery-ui/recovery/static/scripts/lib/waypoints/links.php new file mode 100644 index 0000000..ba777b5 --- /dev/null +++ b/work/recovery-ui/recovery/static/scripts/lib/waypoints/links.php @@ -0,0 +1,5 @@ + 'lib/waypoints/waypoints.min.js' + ); +?> diff --git a/work/recovery-ui/recovery/static/scripts/lib/waypoints/waypoints.min.js b/work/recovery-ui/recovery/static/scripts/lib/waypoints/waypoints.min.js new file mode 100644 index 0000000..609ece0 --- /dev/null +++ b/work/recovery-ui/recovery/static/scripts/lib/waypoints/waypoints.min.js @@ -0,0 +1,7 @@ +/*! +Waypoints - 4.0.1 +Copyright © 2011-2016 Caleb Troughton +Licensed under the MIT license. +https://github.com/imakewebthings/waypoints/blob/master/licenses.txt +*/ +!function(){"use strict";function t(o){if(!o)throw new Error("No options passed to Waypoint constructor");if(!o.element)throw new Error("No element option passed to Waypoint constructor");if(!o.handler)throw new Error("No handler option passed to Waypoint constructor");this.key="waypoint-"+e,this.options=t.Adapter.extend({},t.defaults,o),this.element=this.options.element,this.adapter=new t.Adapter(this.element),this.callback=o.handler,this.axis=this.options.horizontal?"horizontal":"vertical",this.enabled=this.options.enabled,this.triggerPoint=null,this.group=t.Group.findOrCreate({name:this.options.group,axis:this.axis}),this.context=t.Context.findOrCreateByElement(this.options.context),t.offsetAliases[this.options.offset]&&(this.options.offset=t.offsetAliases[this.options.offset]),this.group.add(this),this.context.add(this),i[this.key]=this,e+=1}var e=0,i={};t.prototype.queueTrigger=function(t){this.group.queueTrigger(this,t)},t.prototype.trigger=function(t){this.enabled&&this.callback&&this.callback.apply(this,t)},t.prototype.destroy=function(){this.context.remove(this),this.group.remove(this),delete i[this.key]},t.prototype.disable=function(){return this.enabled=!1,this},t.prototype.enable=function(){return this.context.refresh(),this.enabled=!0,this},t.prototype.next=function(){return this.group.next(this)},t.prototype.previous=function(){return this.group.previous(this)},t.invokeAll=function(t){var e=[];for(var o in i)e.push(i[o]);for(var n=0,r=e.length;r>n;n++)e[n][t]()},t.destroyAll=function(){t.invokeAll("destroy")},t.disableAll=function(){t.invokeAll("disable")},t.enableAll=function(){t.Context.refreshAll();for(var e in i)i[e].enabled=!0;return this},t.refreshAll=function(){t.Context.refreshAll()},t.viewportHeight=function(){return window.innerHeight||document.documentElement.clientHeight},t.viewportWidth=function(){return document.documentElement.clientWidth},t.adapters=[],t.defaults={context:window,continuous:!0,enabled:!0,group:"default",horizontal:!1,offset:0},t.offsetAliases={"bottom-in-view":function(){return this.context.innerHeight()-this.adapter.outerHeight()},"right-in-view":function(){return this.context.innerWidth()-this.adapter.outerWidth()}},window.Waypoint=t}(),function(){"use strict";function t(t){window.setTimeout(t,1e3/60)}function e(t){this.element=t,this.Adapter=n.Adapter,this.adapter=new this.Adapter(t),this.key="waypoint-context-"+i,this.didScroll=!1,this.didResize=!1,this.oldScroll={x:this.adapter.scrollLeft(),y:this.adapter.scrollTop()},this.waypoints={vertical:{},horizontal:{}},t.waypointContextKey=this.key,o[t.waypointContextKey]=this,i+=1,n.windowContext||(n.windowContext=!0,n.windowContext=new e(window)),this.createThrottledScrollHandler(),this.createThrottledResizeHandler()}var i=0,o={},n=window.Waypoint,r=window.onload;e.prototype.add=function(t){var e=t.options.horizontal?"horizontal":"vertical";this.waypoints[e][t.key]=t,this.refresh()},e.prototype.checkEmpty=function(){var t=this.Adapter.isEmptyObject(this.waypoints.horizontal),e=this.Adapter.isEmptyObject(this.waypoints.vertical),i=this.element==this.element.window;t&&e&&!i&&(this.adapter.off(".waypoints"),delete o[this.key])},e.prototype.createThrottledResizeHandler=function(){function t(){e.handleResize(),e.didResize=!1}var e=this;this.adapter.on("resize.waypoints",function(){e.didResize||(e.didResize=!0,n.requestAnimationFrame(t))})},e.prototype.createThrottledScrollHandler=function(){function t(){e.handleScroll(),e.didScroll=!1}var e=this;this.adapter.on("scroll.waypoints",function(){(!e.didScroll||n.isTouch)&&(e.didScroll=!0,n.requestAnimationFrame(t))})},e.prototype.handleResize=function(){n.Context.refreshAll()},e.prototype.handleScroll=function(){var t={},e={horizontal:{newScroll:this.adapter.scrollLeft(),oldScroll:this.oldScroll.x,forward:"right",backward:"left"},vertical:{newScroll:this.adapter.scrollTop(),oldScroll:this.oldScroll.y,forward:"down",backward:"up"}};for(var i in e){var o=e[i],n=o.newScroll>o.oldScroll,r=n?o.forward:o.backward;for(var s in this.waypoints[i]){var a=this.waypoints[i][s];if(null!==a.triggerPoint){var l=o.oldScroll=a.triggerPoint,p=l&&h,u=!l&&!h;(p||u)&&(a.queueTrigger(r),t[a.group.id]=a.group)}}}for(var c in t)t[c].flushTriggers();this.oldScroll={x:e.horizontal.newScroll,y:e.vertical.newScroll}},e.prototype.innerHeight=function(){return this.element==this.element.window?n.viewportHeight():this.adapter.innerHeight()},e.prototype.remove=function(t){delete this.waypoints[t.axis][t.key],this.checkEmpty()},e.prototype.innerWidth=function(){return this.element==this.element.window?n.viewportWidth():this.adapter.innerWidth()},e.prototype.destroy=function(){var t=[];for(var e in this.waypoints)for(var i in this.waypoints[e])t.push(this.waypoints[e][i]);for(var o=0,n=t.length;n>o;o++)t[o].destroy()},e.prototype.refresh=function(){var t,e=this.element==this.element.window,i=e?void 0:this.adapter.offset(),o={};this.handleScroll(),t={horizontal:{contextOffset:e?0:i.left,contextScroll:e?0:this.oldScroll.x,contextDimension:this.innerWidth(),oldScroll:this.oldScroll.x,forward:"right",backward:"left",offsetProp:"left"},vertical:{contextOffset:e?0:i.top,contextScroll:e?0:this.oldScroll.y,contextDimension:this.innerHeight(),oldScroll:this.oldScroll.y,forward:"down",backward:"up",offsetProp:"top"}};for(var r in t){var s=t[r];for(var a in this.waypoints[r]){var l,h,p,u,c,d=this.waypoints[r][a],f=d.options.offset,w=d.triggerPoint,y=0,g=null==w;d.element!==d.element.window&&(y=d.adapter.offset()[s.offsetProp]),"function"==typeof f?f=f.apply(d):"string"==typeof f&&(f=parseFloat(f),d.options.offset.indexOf("%")>-1&&(f=Math.ceil(s.contextDimension*f/100))),l=s.contextScroll-s.contextOffset,d.triggerPoint=Math.floor(y+l-f),h=w=s.oldScroll,u=h&&p,c=!h&&!p,!g&&u?(d.queueTrigger(s.backward),o[d.group.id]=d.group):!g&&c?(d.queueTrigger(s.forward),o[d.group.id]=d.group):g&&s.oldScroll>=d.triggerPoint&&(d.queueTrigger(s.forward),o[d.group.id]=d.group)}}return n.requestAnimationFrame(function(){for(var t in o)o[t].flushTriggers()}),this},e.findOrCreateByElement=function(t){return e.findByElement(t)||new e(t)},e.refreshAll=function(){for(var t in o)o[t].refresh()},e.findByElement=function(t){return o[t.waypointContextKey]},window.onload=function(){r&&r(),e.refreshAll()},n.requestAnimationFrame=function(e){var i=window.requestAnimationFrame||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame||t;i.call(window,e)},n.Context=e}(),function(){"use strict";function t(t,e){return t.triggerPoint-e.triggerPoint}function e(t,e){return e.triggerPoint-t.triggerPoint}function i(t){this.name=t.name,this.axis=t.axis,this.id=this.name+"-"+this.axis,this.waypoints=[],this.clearTriggerQueues(),o[this.axis][this.name]=this}var o={vertical:{},horizontal:{}},n=window.Waypoint;i.prototype.add=function(t){this.waypoints.push(t)},i.prototype.clearTriggerQueues=function(){this.triggerQueues={up:[],down:[],left:[],right:[]}},i.prototype.flushTriggers=function(){for(var i in this.triggerQueues){var o=this.triggerQueues[i],n="up"===i||"left"===i;o.sort(n?e:t);for(var r=0,s=o.length;s>r;r+=1){var a=o[r];(a.options.continuous||r===o.length-1)&&a.trigger([i])}}this.clearTriggerQueues()},i.prototype.next=function(e){this.waypoints.sort(t);var i=n.Adapter.inArray(e,this.waypoints),o=i===this.waypoints.length-1;return o?null:this.waypoints[i+1]},i.prototype.previous=function(e){this.waypoints.sort(t);var i=n.Adapter.inArray(e,this.waypoints);return i?this.waypoints[i-1]:null},i.prototype.queueTrigger=function(t,e){this.triggerQueues[e].push(t)},i.prototype.remove=function(t){var e=n.Adapter.inArray(t,this.waypoints);e>-1&&this.waypoints.splice(e,1)},i.prototype.first=function(){return this.waypoints[0]},i.prototype.last=function(){return this.waypoints[this.waypoints.length-1]},i.findOrCreate=function(t){return o[t.axis][t.name]||new i(t)},n.Group=i}(),function(){"use strict";function t(t){this.$element=e(t)}var e=window.jQuery,i=window.Waypoint;e.each(["innerHeight","innerWidth","off","offset","on","outerHeight","outerWidth","scrollLeft","scrollTop"],function(e,i){t.prototype[i]=function(){var t=Array.prototype.slice.call(arguments);return this.$element[i].apply(this.$element,t)}}),e.each(["extend","inArray","isEmptyObject"],function(i,o){t[o]=e[o]}),i.adapters.push({name:"jquery",Adapter:t}),i.Adapter=t}(),function(){"use strict";function t(t){return function(){var i=[],o=arguments[0];return t.isFunction(arguments[0])&&(o=t.extend({},arguments[1]),o.handler=arguments[0]),this.each(function(){var n=t.extend({},o,{element:this});"string"==typeof n.context&&(n.context=t(this).closest(n.context)[0]),i.push(new e(n))}),i}}var e=window.Waypoint;window.jQuery&&(window.jQuery.fn.waypoint=t(window.jQuery)),window.Zepto&&(window.Zepto.fn.waypoint=t(window.Zepto))}(); \ No newline at end of file diff --git a/work/recovery-ui/recovery/static/scripts/mail/contact.js b/work/recovery-ui/recovery/static/scripts/mail/contact.js new file mode 100644 index 0000000..d34310f --- /dev/null +++ b/work/recovery-ui/recovery/static/scripts/mail/contact.js @@ -0,0 +1,65 @@ +$(function () { + + $("#contactForm input, #contactForm textarea").jqBootstrapValidation({ + preventSubmit: true, + submitError: function ($form, event, errors) { + }, + submitSuccess: function ($form, event) { + event.preventDefault(); + var name = $("input#name").val(); + var email = $("input#email").val(); + var subject = $("input#subject").val(); + var message = $("textarea#message").val(); + + $this = $("#sendMessageButton"); + $this.prop("disabled", true); + + $.ajax({ + url: "contact.php", + type: "POST", + data: { + name: name, + email: email, + subject: subject, + message: message + }, + cache: false, + success: function () { + $('#success').html("
"); + $('#success > .alert-success').html(""); + $('#success > .alert-success') + .append("Your message has been sent. "); + $('#success > .alert-success') + .append('
'); + $('#contactForm').trigger("reset"); + }, + error: function () { + $('#success').html("
"); + $('#success > .alert-danger').html(""); + $('#success > .alert-danger').append($("").text("Sorry " + name + ", it seems that our mail server is not responding. Please try again later!")); + $('#success > .alert-danger').append('
'); + $('#contactForm').trigger("reset"); + }, + complete: function () { + setTimeout(function () { + $this.prop("disabled", false); + }, 1000); + } + }); + }, + filter: function () { + return $(this).is(":visible"); + }, + }); + + $("a[data-toggle=\"tab\"]").click(function (e) { + e.preventDefault(); + $(this).tab("show"); + }); +}); + +$('#name').focus(function () { + $('#success').html(''); +}); diff --git a/work/recovery-ui/recovery/static/scripts/mail/contact.php b/work/recovery-ui/recovery/static/scripts/mail/contact.php new file mode 100644 index 0000000..6814136 --- /dev/null +++ b/work/recovery-ui/recovery/static/scripts/mail/contact.php @@ -0,0 +1,20 @@ + diff --git a/work/recovery-ui/recovery/static/scripts/mail/jqBootstrapValidation.min.js b/work/recovery-ui/recovery/static/scripts/mail/jqBootstrapValidation.min.js new file mode 100644 index 0000000..0fe1827 --- /dev/null +++ b/work/recovery-ui/recovery/static/scripts/mail/jqBootstrapValidation.min.js @@ -0,0 +1 @@ +!function(a){var e=[],t={options:{prependExistingHelpBlock:!1,sniffHtml:!0,preventSubmit:!0,submitError:!1,submitSuccess:!1,semanticallyStrict:!1,autoAdd:{helpBlocks:!0},filter:function(){return!0}},methods:{init:function(o){var r=a.extend(!0,{},t);r.options=a.extend(!0,r.options,o);var l=a.unique(this.map(function(){return a(this).parents("form")[0]}).toArray());return a(l).bind("submit",function(e){var t=a(this),i=0,n=t.find("input,textarea,select").not("[type=submit],[type=image]").filter(r.options.filter);n.trigger("submit.validation").trigger("validationLostFocus.validation"),n.each(function(e,t){var n=a(t).parents(".control-group").first();n.hasClass("warning")&&(n.removeClass("warning").addClass("error"),i++)}),n.trigger("validationLostFocus.validation"),i?(r.options.preventSubmit&&e.preventDefault(),t.addClass("error"),a.isFunction(r.options.submitError)&&r.options.submitError(t,e,n.jqBootstrapValidation("collectErrors",!0))):(t.removeClass("error"),a.isFunction(r.options.submitSuccess)&&r.options.submitSuccess(t,e))}),this.each(function(){var t=a(this),o=t.parents(".control-group").first(),l=o.find(".help-block").first(),s=t.parents("form").first(),d=[];if(!l.length&&r.options.autoAdd&&r.options.autoAdd.helpBlocks&&(l=a('
'),o.find(".controls").append(l),e.push(l[0])),r.options.sniffHtml){var c="";if(void 0!==t.attr("pattern")&&(c="Not in the expected format\x3c!-- data-validation-pattern-message to override --\x3e",t.data("validationPatternMessage")&&(c=t.data("validationPatternMessage")),t.data("validationPatternMessage",c),t.data("validationPatternRegex",t.attr("pattern"))),void 0!==t.attr("max")||void 0!==t.attr("aria-valuemax")){var v=void 0!==t.attr("max")?t.attr("max"):t.attr("aria-valuemax");c="Too high: Maximum of '"+v+"'\x3c!-- data-validation-max-message to override --\x3e",t.data("validationMaxMessage")&&(c=t.data("validationMaxMessage")),t.data("validationMaxMessage",c),t.data("validationMaxMax",v)}if(void 0!==t.attr("min")||void 0!==t.attr("aria-valuemin")){var u=void 0!==t.attr("min")?t.attr("min"):t.attr("aria-valuemin");c="Too low: Minimum of '"+u+"'\x3c!-- data-validation-min-message to override --\x3e",t.data("validationMinMessage")&&(c=t.data("validationMinMessage")),t.data("validationMinMessage",c),t.data("validationMinMin",u)}void 0!==t.attr("maxlength")&&(c="Too long: Maximum of '"+t.attr("maxlength")+"' characters\x3c!-- data-validation-maxlength-message to override --\x3e",t.data("validationMaxlengthMessage")&&(c=t.data("validationMaxlengthMessage")),t.data("validationMaxlengthMessage",c),t.data("validationMaxlengthMaxlength",t.attr("maxlength"))),void 0!==t.attr("minlength")&&(c="Too short: Minimum of '"+t.attr("minlength")+"' characters\x3c!-- data-validation-minlength-message to override --\x3e",t.data("validationMinlengthMessage")&&(c=t.data("validationMinlengthMessage")),t.data("validationMinlengthMessage",c),t.data("validationMinlengthMinlength",t.attr("minlength"))),void 0===t.attr("required")&&void 0===t.attr("aria-required")||(c=r.builtInValidators.required.message,t.data("validationRequiredMessage")&&(c=t.data("validationRequiredMessage")),t.data("validationRequiredMessage",c)),void 0!==t.attr("type")&&"number"===t.attr("type").toLowerCase()&&(c=r.builtInValidators.number.message,t.data("validationNumberMessage")&&(c=t.data("validationNumberMessage")),t.data("validationNumberMessage",c)),void 0!==t.attr("type")&&"email"===t.attr("type").toLowerCase()&&(c="Not a valid email address\x3c!-- data-validator-validemail-message to override --\x3e",t.data("validationValidemailMessage")?c=t.data("validationValidemailMessage"):t.data("validationEmailMessage")&&(c=t.data("validationEmailMessage")),t.data("validationValidemailMessage",c)),void 0!==t.attr("minchecked")&&(c="Not enough options checked; Minimum of '"+t.attr("minchecked")+"' required\x3c!-- data-validation-minchecked-message to override --\x3e",t.data("validationMincheckedMessage")&&(c=t.data("validationMincheckedMessage")),t.data("validationMincheckedMessage",c),t.data("validationMincheckedMinchecked",t.attr("minchecked"))),void 0!==t.attr("maxchecked")&&(c="Too many options checked; Maximum of '"+t.attr("maxchecked")+"' required\x3c!-- data-validation-maxchecked-message to override --\x3e",t.data("validationMaxcheckedMessage")&&(c=t.data("validationMaxcheckedMessage")),t.data("validationMaxcheckedMessage",c),t.data("validationMaxcheckedMaxchecked",t.attr("maxchecked")))}void 0!==t.data("validation")&&(d=t.data("validation").split(",")),a.each(t.data(),function(a,e){var t=a.replace(/([A-Z])/g,",$1").split(",");"validation"===t[0]&&t[1]&&d.push(t[1])});var m=d,g=[];do{a.each(d,function(a,e){d[a]=i(e)}),d=a.unique(d),g=[],a.each(m,function(e,n){if(void 0!==t.data("validation"+n+"Shortcut"))a.each(t.data("validation"+n+"Shortcut").split(","),function(a,e){g.push(e)});else if(r.builtInValidators[n.toLowerCase()]){var o=r.builtInValidators[n.toLowerCase()];"shortcut"===o.type.toLowerCase()&&a.each(o.shortcut.split(","),function(a,e){e=i(e),g.push(e),d.push(e)})}}),m=g}while(m.length>0);var h={};a.each(d,function(e,n){var o=t.data("validation"+n+"Message"),l=void 0!==o,s=!1;if(o=o||"'"+n+"' validation failed \x3c!-- Add attribute 'data-validation-"+n.toLowerCase()+"-message' to input to change this message --\x3e",a.each(r.validatorTypes,function(e,r){void 0===h[e]&&(h[e]=[]),s||void 0===t.data("validation"+n+i(r.name))||(h[e].push(a.extend(!0,{name:i(r.name),message:o},r.init(t,n))),s=!0)}),!s&&r.builtInValidators[n.toLowerCase()]){var d=a.extend(!0,{},r.builtInValidators[n.toLowerCase()]);l&&(d.message=o);var c=d.type.toLowerCase();"shortcut"===c?s=!0:a.each(r.validatorTypes,function(e,o){void 0===h[e]&&(h[e]=[]),s||c!==e.toLowerCase()||(t.data("validation"+n+i(o.name),d[o.name.toLowerCase()]),h[c].push(a.extend(d,o.init(t,n))),s=!0)})}s||a.error("Cannot find validation info for '"+n+"'")}),l.data("original-contents",l.data("original-contents")?l.data("original-contents"):l.html()),l.data("original-role",l.data("original-role")?l.data("original-role"):l.attr("role")),o.data("original-classes",o.data("original-clases")?o.data("original-classes"):o.attr("class")),t.data("original-aria-invalid",t.data("original-aria-invalid")?t.data("original-aria-invalid"):t.attr("aria-invalid")),t.bind("validation.validation",function(e,i){var o=n(t),l=[];return a.each(h,function(e,n){(o||o.length||i&&i.includeEmpty||r.validatorTypes[e].blockSubmit&&i&&i.submitting)&&a.each(n,function(a,i){r.validatorTypes[e].validate(t,o,i)&&l.push(i.message)})}),l}),t.bind("getValidators.validation",function(){return h}),t.bind("submit.validation",function(){return t.triggerHandler("change.validation",{submitting:!0})}),t.bind(["keyup","focus","blur","click","keydown","keypress","change"].join(".validation ")+".validation",function(e,i){var d=n(t),c=[];o.find("input,textarea,select").each(function(e,n){var o=c.length;if(a.each(a(n).triggerHandler("validation.validation",i),function(a,e){c.push(e)}),c.length>o)a(n).attr("aria-invalid","true");else{var r=t.data("original-aria-invalid");a(n).attr("aria-invalid",void 0!==r&&r)}}),s.find("input,select,textarea").not(t).not('[name="'+t.attr("name")+'"]').trigger("validationLostFocus.validation"),(c=a.unique(c.sort())).length?(o.removeClass("success error").addClass("warning"),r.options.semanticallyStrict&&1===c.length?l.html(c[0]+(r.options.prependExistingHelpBlock?l.data("original-contents"):"")):l.html('
  • '+c.join("
  • ")+"
"+(r.options.prependExistingHelpBlock?l.data("original-contents"):""))):(o.removeClass("warning error success"),d.length>0&&o.addClass("success"),l.html(l.data("original-contents"))),"blur"===e.type&&o.removeClass("success")}),t.bind("validationLostFocus.validation",function(){o.removeClass("success")})})},destroy:function(){return this.each(function(){var t=a(this),i=t.parents(".control-group").first(),n=i.find(".help-block").first();t.unbind(".validation"),n.html(n.data("original-contents")),i.attr("class",i.data("original-classes")),t.attr("aria-invalid",t.data("original-aria-invalid")),n.attr("role",t.data("original-role")),e.indexOf(n[0])>-1&&n.remove()})},collectErrors:function(e){var t={};return this.each(function(e,i){var n=a(i),o=n.attr("name"),r=n.triggerHandler("validation.validation",{includeEmpty:!0});t[o]=a.extend(!0,r,t[o])}),a.each(t,function(a,e){0===e.length&&delete t[a]}),t},hasErrors:function(){var e=[];return this.each(function(t,i){e=e.concat(a(i).triggerHandler("getValidators.validation")?a(i).triggerHandler("validation.validation",{submitting:!0}):[])}),e.length>0},override:function(e){t=a.extend(!0,t,e)}},validatorTypes:{callback:{name:"callback",init:function(a,e){return{validatorName:e,callback:a.data("validation"+e+"Callback"),lastValue:a.val(),lastValid:!0,lastFinished:!0}},validate:function(a,e,t){if(t.lastValue===e&&t.lastFinished)return!t.lastValid;if(!0===t.lastFinished){t.lastValue=e,t.lastValid=!0,t.lastFinished=!1;var i=t,n=a;!function(a,e){for(var t=Array.prototype.slice.call(arguments).splice(2),i=a.split("."),n=i.pop(),o=0;o0&&t.negative)},blockSubmit:!0},match:{name:"match",init:function(a,e){var t=a.parents("form").first().find('[name="'+a.data("validation"+e+"Match")+'"]').first();return t.bind("validation.validation",function(){a.trigger("change.validation",{submitting:!0})}),{element:t}},validate:function(a,e,t){return e!==t.element.val()&&!t.negative||e===t.element.val()&&t.negative},blockSubmit:!0},max:{name:"max",init:function(a,e){return{max:a.data("validation"+e+"Max")}},validate:function(a,e,t){return parseFloat(e,10)>parseFloat(t.max,10)&&!t.negative||parseFloat(e,10)<=parseFloat(t.max,10)&&t.negative}},min:{name:"min",init:function(a,e){return{min:a.data("validation"+e+"Min")}},validate:function(a,e,t){return parseFloat(e)=parseFloat(t.min)&&t.negative}},maxlength:{name:"maxlength",init:function(a,e){return{maxlength:a.data("validation"+e+"Maxlength")}},validate:function(a,e,t){return e.length>t.maxlength&&!t.negative||e.length<=t.maxlength&&t.negative}},minlength:{name:"minlength",init:function(a,e){return{minlength:a.data("validation"+e+"Minlength")}},validate:function(a,e,t){return e.length=t.minlength&&t.negative}},maxchecked:{name:"maxchecked",init:function(a,e){var t=a.parents("form").first().find('[name="'+a.attr("name")+'"]');return t.bind("click.validation",function(){a.trigger("change.validation",{includeEmpty:!0})}),{maxchecked:a.data("validation"+e+"Maxchecked"),elements:t}},validate:function(a,e,t){return t.elements.filter(":checked").length>t.maxchecked&&!t.negative||t.elements.filter(":checked").length<=t.maxchecked&&t.negative},blockSubmit:!0},minchecked:{name:"minchecked",init:function(a,e){var t=a.parents("form").first().find('[name="'+a.attr("name")+'"]');return t.bind("click.validation",function(){a.trigger("change.validation",{includeEmpty:!0})}),{minchecked:a.data("validation"+e+"Minchecked"),elements:t}},validate:function(a,e,t){return t.elements.filter(":checked").length=t.minchecked&&t.negative},blockSubmit:!0}},builtInValidators:{email:{name:"Email",type:"shortcut",shortcut:"validemail"},validemail:{name:"Validemail",type:"regex",regex:"[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\\.[A-Za-z]{2,4}",message:"Not a valid email address\x3c!-- data-validator-validemail-message to override --\x3e"},passwordagain:{name:"Passwordagain",type:"match",match:"password",message:"Does not match the given password\x3c!-- data-validator-paswordagain-message to override --\x3e"},positive:{name:"Positive",type:"shortcut",shortcut:"number,positivenumber"},negative:{name:"Negative",type:"shortcut",shortcut:"number,negativenumber"},number:{name:"Number",type:"regex",regex:"([+-]?\\d+(\\.\\d*)?([eE][+-]?[0-9]+)?)?",message:"Must be a number\x3c!-- data-validator-number-message to override --\x3e"},integer:{name:"Integer",type:"regex",regex:"[+-]?\\d+",message:"No decimal places allowed\x3c!-- data-validator-integer-message to override --\x3e"},positivenumber:{name:"Positivenumber",type:"min",min:0,message:"Must be a positive number\x3c!-- data-validator-positivenumber-message to override --\x3e"},negativenumber:{name:"Negativenumber",type:"max",max:0,message:"Must be a negative number\x3c!-- data-validator-negativenumber-message to override --\x3e"},required:{name:"Required",type:"required",message:"This is required\x3c!-- data-validator-required-message to override --\x3e"},checkone:{name:"Checkone",type:"minchecked",minchecked:1,message:"Check at least one option\x3c!-- data-validation-checkone-message to override --\x3e"}}},i=function(a){return a.toLowerCase().replace(/(^|\s)([a-z])/g,function(a,e,t){return e+t.toUpperCase()})},n=function(e){var t=e.val(),i=e.attr("type");return"checkbox"===i&&(t=e.is(":checked")?t:""),"radio"===i&&(t=a('input[name="'+e.attr("name")+'"]:checked').length>0?t:""),t};a.fn.jqBootstrapValidation=function(e){return t.methods[e]?t.methods[e].apply(this,Array.prototype.slice.call(arguments,1)):"object"!=typeof e&&e?(a.error("Method "+e+" does not exist on jQuery.jqBootstrapValidation"),null):t.methods.init.apply(this,arguments)},a.jqBootstrapValidation=function(e){a(":input").not("[type=image],[type=submit]").jqBootstrapValidation.apply(this,arguments)}}(jQuery); \ No newline at end of file diff --git a/work/recovery-ui/recovery/static/scripts/vendor/bootstrap.min.js b/work/recovery-ui/recovery/static/scripts/vendor/bootstrap.min.js new file mode 100644 index 0000000..2f3ced9 --- /dev/null +++ b/work/recovery-ui/recovery/static/scripts/vendor/bootstrap.min.js @@ -0,0 +1,12 @@ +/*! + * Bootstrap v3.3.5 (http://getbootstrap.com) + * Copyright 2011-2016 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */ + +/*! + * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=8de1cf0e0bcf285ac013) + * Config saved to config.json and https://gist.github.com/8de1cf0e0bcf285ac013 + */ +if("undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires jQuery");+function(t){"use strict";var e=t.fn.jquery.split(" ")[0].split(".");if(e[0]<2&&e[1]<9||1==e[0]&&9==e[1]&&e[2]<1||e[0]>2)throw new Error("Bootstrap's JavaScript requires jQuery version 1.9.1 or higher, but lower than version 3")}(jQuery),+function(t){"use strict";function e(e){return this.each(function(){var i=t(this),n=i.data("bs.alert");n||i.data("bs.alert",n=new o(this)),"string"==typeof e&&n[e].call(i)})}var i='[data-dismiss="alert"]',o=function(e){t(e).on("click",i,this.close)};o.VERSION="3.3.6",o.TRANSITION_DURATION=150,o.prototype.close=function(e){function i(){a.detach().trigger("closed.bs.alert").remove()}var n=t(this),s=n.attr("data-target");s||(s=n.attr("href"),s=s&&s.replace(/.*(?=#[^\s]*$)/,""));var a=t(s);e&&e.preventDefault(),a.length||(a=n.closest(".alert")),a.trigger(e=t.Event("close.bs.alert")),e.isDefaultPrevented()||(a.removeClass("in"),t.support.transition&&a.hasClass("fade")?a.one("bsTransitionEnd",i).emulateTransitionEnd(o.TRANSITION_DURATION):i())};var n=t.fn.alert;t.fn.alert=e,t.fn.alert.Constructor=o,t.fn.alert.noConflict=function(){return t.fn.alert=n,this},t(document).on("click.bs.alert.data-api",i,o.prototype.close)}(jQuery),+function(t){"use strict";function e(e){return this.each(function(){var o=t(this),n=o.data("bs.button"),s="object"==typeof e&&e;n||o.data("bs.button",n=new i(this,s)),"toggle"==e?n.toggle():e&&n.setState(e)})}var i=function(e,o){this.$element=t(e),this.options=t.extend({},i.DEFAULTS,o),this.isLoading=!1};i.VERSION="3.3.6",i.DEFAULTS={loadingText:"loading..."},i.prototype.setState=function(e){var i="disabled",o=this.$element,n=o.is("input")?"val":"html",s=o.data();e+="Text",null==s.resetText&&o.data("resetText",o[n]()),setTimeout(t.proxy(function(){o[n](null==s[e]?this.options[e]:s[e]),"loadingText"==e?(this.isLoading=!0,o.addClass(i).attr(i,i)):this.isLoading&&(this.isLoading=!1,o.removeClass(i).removeAttr(i))},this),0)},i.prototype.toggle=function(){var t=!0,e=this.$element.closest('[data-toggle="buttons"]');if(e.length){var i=this.$element.find("input");"radio"==i.prop("type")?(i.prop("checked")&&(t=!1),e.find(".active").removeClass("active"),this.$element.addClass("active")):"checkbox"==i.prop("type")&&(i.prop("checked")!==this.$element.hasClass("active")&&(t=!1),this.$element.toggleClass("active")),i.prop("checked",this.$element.hasClass("active")),t&&i.trigger("change")}else this.$element.attr("aria-pressed",!this.$element.hasClass("active")),this.$element.toggleClass("active")};var o=t.fn.button;t.fn.button=e,t.fn.button.Constructor=i,t.fn.button.noConflict=function(){return t.fn.button=o,this},t(document).on("click.bs.button.data-api",'[data-toggle^="button"]',function(i){var o=t(i.target);o.hasClass("btn")||(o=o.closest(".btn")),e.call(o,"toggle"),t(i.target).is('input[type="radio"]')||t(i.target).is('input[type="checkbox"]')||i.preventDefault()}).on("focus.bs.button.data-api blur.bs.button.data-api",'[data-toggle^="button"]',function(e){t(e.target).closest(".btn").toggleClass("focus",/^focus(in)?$/.test(e.type))})}(jQuery),+function(t){"use strict";function e(e){return this.each(function(){var o=t(this),n=o.data("bs.carousel"),s=t.extend({},i.DEFAULTS,o.data(),"object"==typeof e&&e),a="string"==typeof e?e:s.slide;n||o.data("bs.carousel",n=new i(this,s)),"number"==typeof e?n.to(e):a?n[a]():s.interval&&n.pause().cycle()})}var i=function(e,i){this.$element=t(e),this.$indicators=this.$element.find(".carousel-indicators"),this.options=i,this.paused=null,this.sliding=null,this.interval=null,this.$active=null,this.$items=null,this.options.keyboard&&this.$element.on("keydown.bs.carousel",t.proxy(this.keydown,this)),"hover"==this.options.pause&&!("ontouchstart"in document.documentElement)&&this.$element.on("mouseenter.bs.carousel",t.proxy(this.pause,this)).on("mouseleave.bs.carousel",t.proxy(this.cycle,this))};i.VERSION="3.3.6",i.TRANSITION_DURATION=600,i.DEFAULTS={interval:5e3,pause:"hover",wrap:!0,keyboard:!0},i.prototype.keydown=function(t){if(!/input|textarea/i.test(t.target.tagName)){switch(t.which){case 37:this.prev();break;case 39:this.next();break;default:return}t.preventDefault()}},i.prototype.cycle=function(e){return e||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(t.proxy(this.next,this),this.options.interval)),this},i.prototype.getItemIndex=function(t){return this.$items=t.parent().children(".item"),this.$items.index(t||this.$active)},i.prototype.getItemForDirection=function(t,e){var i=this.getItemIndex(e),o="prev"==t&&0===i||"next"==t&&i==this.$items.length-1;if(o&&!this.options.wrap)return e;var n="prev"==t?-1:1,s=(i+n)%this.$items.length;return this.$items.eq(s)},i.prototype.to=function(t){var e=this,i=this.getItemIndex(this.$active=this.$element.find(".item.active"));return t>this.$items.length-1||0>t?void 0:this.sliding?this.$element.one("slid.bs.carousel",function(){e.to(t)}):i==t?this.pause().cycle():this.slide(t>i?"next":"prev",this.$items.eq(t))},i.prototype.pause=function(e){return e||(this.paused=!0),this.$element.find(".next, .prev").length&&t.support.transition&&(this.$element.trigger(t.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this},i.prototype.next=function(){return this.sliding?void 0:this.slide("next")},i.prototype.prev=function(){return this.sliding?void 0:this.slide("prev")},i.prototype.slide=function(e,o){var n=this.$element.find(".item.active"),s=o||this.getItemForDirection(e,n),a=this.interval,r="next"==e?"left":"right",l=this;if(s.hasClass("active"))return this.sliding=!1;var h=s[0],d=t.Event("slide.bs.carousel",{relatedTarget:h,direction:r});if(this.$element.trigger(d),!d.isDefaultPrevented()){if(this.sliding=!0,a&&this.pause(),this.$indicators.length){this.$indicators.find(".active").removeClass("active");var p=t(this.$indicators.children()[this.getItemIndex(s)]);p&&p.addClass("active")}var c=t.Event("slid.bs.carousel",{relatedTarget:h,direction:r});return t.support.transition&&this.$element.hasClass("slide")?(s.addClass(e),s[0].offsetWidth,n.addClass(r),s.addClass(r),n.one("bsTransitionEnd",function(){s.removeClass([e,r].join(" ")).addClass("active"),n.removeClass(["active",r].join(" ")),l.sliding=!1,setTimeout(function(){l.$element.trigger(c)},0)}).emulateTransitionEnd(i.TRANSITION_DURATION)):(n.removeClass("active"),s.addClass("active"),this.sliding=!1,this.$element.trigger(c)),a&&this.cycle(),this}};var o=t.fn.carousel;t.fn.carousel=e,t.fn.carousel.Constructor=i,t.fn.carousel.noConflict=function(){return t.fn.carousel=o,this};var n=function(i){var o,n=t(this),s=t(n.attr("data-target")||(o=n.attr("href"))&&o.replace(/.*(?=#[^\s]+$)/,""));if(s.hasClass("carousel")){var a=t.extend({},s.data(),n.data()),r=n.attr("data-slide-to");r&&(a.interval=!1),e.call(s,a),r&&s.data("bs.carousel").to(r),i.preventDefault()}};t(document).on("click.bs.carousel.data-api","[data-slide]",n).on("click.bs.carousel.data-api","[data-slide-to]",n),t(window).on("load",function(){t('[data-ride="carousel"]').each(function(){var i=t(this);e.call(i,i.data())})})}(jQuery),+function(t){"use strict";function e(e){var i=e.attr("data-target");i||(i=e.attr("href"),i=i&&/#[A-Za-z]/.test(i)&&i.replace(/.*(?=#[^\s]*$)/,""));var o=i&&t(i);return o&&o.length?o:e.parent()}function i(i){i&&3===i.which||(t(n).remove(),t(s).each(function(){var o=t(this),n=e(o),s={relatedTarget:this};n.hasClass("open")&&(i&&"click"==i.type&&/input|textarea/i.test(i.target.tagName)&&t.contains(n[0],i.target)||(n.trigger(i=t.Event("hide.bs.dropdown",s)),i.isDefaultPrevented()||(o.attr("aria-expanded","false"),n.removeClass("open").trigger(t.Event("hidden.bs.dropdown",s)))))}))}function o(e){return this.each(function(){var i=t(this),o=i.data("bs.dropdown");o||i.data("bs.dropdown",o=new a(this)),"string"==typeof e&&o[e].call(i)})}var n=".dropdown-backdrop",s='[data-toggle="dropdown"]',a=function(e){t(e).on("click.bs.dropdown",this.toggle)};a.VERSION="3.3.6",a.prototype.toggle=function(o){var n=t(this);if(!n.is(".disabled, :disabled")){var s=e(n),a=s.hasClass("open");if(i(),!a){"ontouchstart"in document.documentElement&&!s.closest(".navbar-nav").length&&t(document.createElement("div")).addClass("dropdown-backdrop").insertAfter(t(this)).on("click",i);var r={relatedTarget:this};if(s.trigger(o=t.Event("show.bs.dropdown",r)),o.isDefaultPrevented())return;n.trigger("focus").attr("aria-expanded","true"),s.toggleClass("open").trigger(t.Event("shown.bs.dropdown",r))}return!1}},a.prototype.keydown=function(i){if(/(38|40|27|32)/.test(i.which)&&!/input|textarea/i.test(i.target.tagName)){var o=t(this);if(i.preventDefault(),i.stopPropagation(),!o.is(".disabled, :disabled")){var n=e(o),a=n.hasClass("open");if(!a&&27!=i.which||a&&27==i.which)return 27==i.which&&n.find(s).trigger("focus"),o.trigger("click");var r=" li:not(.disabled):visible a",l=n.find(".dropdown-menu"+r);if(l.length){var h=l.index(i.target);38==i.which&&h>0&&h--,40==i.which&&hdocument.documentElement.clientHeight;this.$element.css({paddingLeft:!this.bodyIsOverflowing&&t?this.scrollbarWidth:"",paddingRight:this.bodyIsOverflowing&&!t?this.scrollbarWidth:""})},i.prototype.resetAdjustments=function(){this.$element.css({paddingLeft:"",paddingRight:""})},i.prototype.checkScrollbar=function(){var t=window.innerWidth;if(!t){var e=document.documentElement.getBoundingClientRect();t=e.right-Math.abs(e.left)}this.bodyIsOverflowing=document.body.clientWidth
',trigger:"hover focus",title:"",delay:0,html:!1,container:!1,viewport:{selector:"body",padding:0}},i.prototype.init=function(e,i,o){if(this.enabled=!0,this.type=e,this.$element=t(i),this.options=this.getOptions(o),this.$viewport=this.options.viewport&&t(t.isFunction(this.options.viewport)?this.options.viewport.call(this,this.$element):this.options.viewport.selector||this.options.viewport),this.inState={click:!1,hover:!1,focus:!1},this.$element[0]instanceof document.constructor&&!this.options.selector)throw new Error("`selector` option must be specified when initializing "+this.type+" on the window.document object!");for(var n=this.options.trigger.split(" "),s=n.length;s--;){var a=n[s];if("click"==a)this.$element.on("click."+this.type,this.options.selector,t.proxy(this.toggle,this));else if("manual"!=a){var r="hover"==a?"mouseenter":"focusin",l="hover"==a?"mouseleave":"focusout";this.$element.on(r+"."+this.type,this.options.selector,t.proxy(this.enter,this)),this.$element.on(l+"."+this.type,this.options.selector,t.proxy(this.leave,this))}}this.options.selector?this._options=t.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},i.prototype.getDefaults=function(){return i.DEFAULTS},i.prototype.getOptions=function(e){return e=t.extend({},this.getDefaults(),this.$element.data(),e),e.delay&&"number"==typeof e.delay&&(e.delay={show:e.delay,hide:e.delay}),e},i.prototype.getDelegateOptions=function(){var e={},i=this.getDefaults();return this._options&&t.each(this._options,function(t,o){i[t]!=o&&(e[t]=o)}),e},i.prototype.enter=function(e){var i=e instanceof this.constructor?e:t(e.currentTarget).data("bs."+this.type);return i||(i=new this.constructor(e.currentTarget,this.getDelegateOptions()),t(e.currentTarget).data("bs."+this.type,i)),e instanceof t.Event&&(i.inState["focusin"==e.type?"focus":"hover"]=!0),i.tip().hasClass("in")||"in"==i.hoverState?void(i.hoverState="in"):(clearTimeout(i.timeout),i.hoverState="in",i.options.delay&&i.options.delay.show?void(i.timeout=setTimeout(function(){"in"==i.hoverState&&i.show()},i.options.delay.show)):i.show())},i.prototype.isInStateTrue=function(){for(var t in this.inState)if(this.inState[t])return!0;return!1},i.prototype.leave=function(e){var i=e instanceof this.constructor?e:t(e.currentTarget).data("bs."+this.type);return i||(i=new this.constructor(e.currentTarget,this.getDelegateOptions()),t(e.currentTarget).data("bs."+this.type,i)),e instanceof t.Event&&(i.inState["focusout"==e.type?"focus":"hover"]=!1),i.isInStateTrue()?void 0:(clearTimeout(i.timeout),i.hoverState="out",i.options.delay&&i.options.delay.hide?void(i.timeout=setTimeout(function(){"out"==i.hoverState&&i.hide()},i.options.delay.hide)):i.hide())},i.prototype.show=function(){var e=t.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){this.$element.trigger(e);var o=t.contains(this.$element[0].ownerDocument.documentElement,this.$element[0]);if(e.isDefaultPrevented()||!o)return;var n=this,s=this.tip(),a=this.getUID(this.type);this.setContent(),s.attr("id",a),this.$element.attr("aria-describedby",a),this.options.animation&&s.addClass("fade");var r="function"==typeof this.options.placement?this.options.placement.call(this,s[0],this.$element[0]):this.options.placement,l=/\s?auto?\s?/i,h=l.test(r);h&&(r=r.replace(l,"")||"top"),s.detach().css({top:0,left:0,display:"block"}).addClass(r).data("bs."+this.type,this),this.options.container?s.appendTo(this.options.container):s.insertAfter(this.$element),this.$element.trigger("inserted.bs."+this.type);var d=this.getPosition(),p=s[0].offsetWidth,c=s[0].offsetHeight;if(h){var f=r,u=this.getPosition(this.$viewport);r="bottom"==r&&d.bottom+c>u.bottom?"top":"top"==r&&d.top-cu.width?"left":"left"==r&&d.left-pa.top+a.height&&(n.top=a.top+a.height-l)}else{var h=e.left-s,d=e.left+s+i;ha.right&&(n.left=a.left+a.width-d)}return n},i.prototype.getTitle=function(){var t,e=this.$element,i=this.options;return t=e.attr("data-original-title")||("function"==typeof i.title?i.title.call(e[0]):i.title)},i.prototype.getUID=function(t){do t+=~~(1e6*Math.random());while(document.getElementById(t));return t},i.prototype.tip=function(){if(!this.$tip&&(this.$tip=t(this.options.template),1!=this.$tip.length))throw new Error(this.type+" `template` option must consist of exactly 1 top-level element!");return this.$tip},i.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},i.prototype.enable=function(){this.enabled=!0},i.prototype.disable=function(){this.enabled=!1},i.prototype.toggleEnabled=function(){this.enabled=!this.enabled},i.prototype.toggle=function(e){var i=this;e&&(i=t(e.currentTarget).data("bs."+this.type),i||(i=new this.constructor(e.currentTarget,this.getDelegateOptions()),t(e.currentTarget).data("bs."+this.type,i))),e?(i.inState.click=!i.inState.click,i.isInStateTrue()?i.enter(i):i.leave(i)):i.tip().hasClass("in")?i.leave(i):i.enter(i)},i.prototype.destroy=function(){var t=this;clearTimeout(this.timeout),this.hide(function(){t.$element.off("."+t.type).removeData("bs."+t.type),t.$tip&&t.$tip.detach(),t.$tip=null,t.$arrow=null,t.$viewport=null})};var o=t.fn.tooltip;t.fn.tooltip=e,t.fn.tooltip.Constructor=i,t.fn.tooltip.noConflict=function(){return t.fn.tooltip=o,this}}(jQuery),+function(t){"use strict";function e(e){return this.each(function(){var o=t(this),n=o.data("bs.popover"),s="object"==typeof e&&e;(n||!/destroy|hide/.test(e))&&(n||o.data("bs.popover",n=new i(this,s)),"string"==typeof e&&n[e]())})}var i=function(t,e){this.init("popover",t,e)};if(!t.fn.tooltip)throw new Error("Popover requires tooltip.js");i.VERSION="3.3.6",i.DEFAULTS=t.extend({},t.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:''}),i.prototype=t.extend({},t.fn.tooltip.Constructor.prototype),i.prototype.constructor=i,i.prototype.getDefaults=function(){return i.DEFAULTS},i.prototype.setContent=function(){var t=this.tip(),e=this.getTitle(),i=this.getContent();t.find(".popover-title")[this.options.html?"html":"text"](e),t.find(".popover-content").children().detach().end()[this.options.html?"string"==typeof i?"html":"append":"text"](i),t.removeClass("fade top bottom left right in"),t.find(".popover-title").html()||t.find(".popover-title").hide()},i.prototype.hasContent=function(){return this.getTitle()||this.getContent()},i.prototype.getContent=function(){var t=this.$element,e=this.options;return t.attr("data-content")||("function"==typeof e.content?e.content.call(t[0]):e.content)},i.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")};var o=t.fn.popover;t.fn.popover=e,t.fn.popover.Constructor=i,t.fn.popover.noConflict=function(){return t.fn.popover=o,this}}(jQuery),+function(t){"use strict";function e(e){return this.each(function(){var o=t(this),n=o.data("bs.tab");n||o.data("bs.tab",n=new i(this)),"string"==typeof e&&n[e]()})}var i=function(e){this.element=t(e)};i.VERSION="3.3.6",i.TRANSITION_DURATION=150,i.prototype.show=function(){var e=this.element,i=e.closest("ul:not(.dropdown-menu)"),o=e.data("target");if(o||(o=e.attr("href"),o=o&&o.replace(/.*(?=#[^\s]*$)/,"")),!e.parent("li").hasClass("active")){var n=i.find(".active:last a"),s=t.Event("hide.bs.tab",{relatedTarget:e[0]}),a=t.Event("show.bs.tab",{relatedTarget:n[0]});if(n.trigger(s),e.trigger(a),!a.isDefaultPrevented()&&!s.isDefaultPrevented()){var r=t(o);this.activate(e.closest("li"),i),this.activate(r,r.parent(),function(){n.trigger({type:"hidden.bs.tab",relatedTarget:e[0]}),e.trigger({type:"shown.bs.tab",relatedTarget:n[0]})})}}},i.prototype.activate=function(e,o,n){function s(){a.removeClass("active").find("> .dropdown-menu > .active").removeClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!1),e.addClass("active").find('[data-toggle="tab"]').attr("aria-expanded",!0),r?(e[0].offsetWidth,e.addClass("in")):e.removeClass("fade"),e.parent(".dropdown-menu").length&&e.closest("li.dropdown").addClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!0),n&&n()}var a=o.find("> .active"),r=n&&t.support.transition&&(a.length&&a.hasClass("fade")||!!o.find("> .fade").length);a.length&&r?a.one("bsTransitionEnd",s).emulateTransitionEnd(i.TRANSITION_DURATION):s(),a.removeClass("in")};var o=t.fn.tab;t.fn.tab=e,t.fn.tab.Constructor=i,t.fn.tab.noConflict=function(){return t.fn.tab=o,this};var n=function(i){i.preventDefault(),e.call(t(this),"show")};t(document).on("click.bs.tab.data-api",'[data-toggle="tab"]',n).on("click.bs.tab.data-api",'[data-toggle="pill"]',n)}(jQuery),+function(t){"use strict";function e(e){return this.each(function(){var o=t(this),n=o.data("bs.affix"),s="object"==typeof e&&e;n||o.data("bs.affix",n=new i(this,s)),"string"==typeof e&&n[e]()})}var i=function(e,o){this.options=t.extend({},i.DEFAULTS,o),this.$target=t(this.options.target).on("scroll.bs.affix.data-api",t.proxy(this.checkPosition,this)).on("click.bs.affix.data-api",t.proxy(this.checkPositionWithEventLoop,this)),this.$element=t(e),this.affixed=null,this.unpin=null,this.pinnedOffset=null,this.checkPosition()};i.VERSION="3.3.6",i.RESET="affix affix-top affix-bottom",i.DEFAULTS={offset:0,target:window},i.prototype.getState=function(t,e,i,o){var n=this.$target.scrollTop(),s=this.$element.offset(),a=this.$target.height();if(null!=i&&"top"==this.affixed)return i>n?"top":!1;if("bottom"==this.affixed)return null!=i?n+this.unpin<=s.top?!1:"bottom":t-o>=n+a?!1:"bottom";var r=null==this.affixed,l=r?n:s.top,h=r?a:e;return null!=i&&i>=n?"top":null!=o&&l+h>=t-o?"bottom":!1},i.prototype.getPinnedOffset=function(){if(this.pinnedOffset)return this.pinnedOffset;this.$element.removeClass(i.RESET).addClass("affix");var t=this.$target.scrollTop(),e=this.$element.offset();return this.pinnedOffset=e.top-t},i.prototype.checkPositionWithEventLoop=function(){setTimeout(t.proxy(this.checkPosition,this),1)},i.prototype.checkPosition=function(){if(this.$element.is(":visible")){var e=this.$element.height(),o=this.options.offset,n=o.top,s=o.bottom,a=Math.max(t(document).height(),t(document.body).height());"object"!=typeof o&&(s=n=o),"function"==typeof n&&(n=o.top(this.$element)),"function"==typeof s&&(s=o.bottom(this.$element));var r=this.getState(a,e,n,s);if(this.affixed!=r){null!=this.unpin&&this.$element.css("top","");var l="affix"+(r?"-"+r:""),h=t.Event(l+".bs.affix");if(this.$element.trigger(h),h.isDefaultPrevented())return;this.affixed=r,this.unpin="bottom"==r?this.getPinnedOffset():null,this.$element.removeClass(i.RESET).addClass(l).trigger(l.replace("affix","affixed")+".bs.affix")}"bottom"==r&&this.$element.offset({top:a-e-s})}};var o=t.fn.affix;t.fn.affix=e,t.fn.affix.Constructor=i,t.fn.affix.noConflict=function(){return t.fn.affix=o,this},t(window).on("load",function(){t('[data-spy="affix"]').each(function(){var i=t(this),o=i.data();o.offset=o.offset||{},null!=o.offsetBottom&&(o.offset.bottom=o.offsetBottom),null!=o.offsetTop&&(o.offset.top=o.offsetTop),e.call(i,o)})})}(jQuery),+function(t){"use strict";function e(e){var i,o=e.attr("data-target")||(i=e.attr("href"))&&i.replace(/.*(?=#[^\s]+$)/,"");return t(o)}function i(e){return this.each(function(){var i=t(this),n=i.data("bs.collapse"),s=t.extend({},o.DEFAULTS,i.data(),"object"==typeof e&&e);!n&&s.toggle&&/show|hide/.test(e)&&(s.toggle=!1),n||i.data("bs.collapse",n=new o(this,s)),"string"==typeof e&&n[e]()})}var o=function(e,i){this.$element=t(e),this.options=t.extend({},o.DEFAULTS,i),this.$trigger=t('[data-toggle="collapse"][href="#'+e.id+'"],[data-toggle="collapse"][data-target="#'+e.id+'"]'),this.transitioning=null,this.options.parent?this.$parent=this.getParent():this.addAriaAndCollapsedClass(this.$element,this.$trigger),this.options.toggle&&this.toggle()};o.VERSION="3.3.6",o.TRANSITION_DURATION=350,o.DEFAULTS={toggle:!0},o.prototype.dimension=function(){var t=this.$element.hasClass("width");return t?"width":"height"},o.prototype.show=function(){if(!this.transitioning&&!this.$element.hasClass("in")){var e,n=this.$parent&&this.$parent.children(".panel").children(".in, .collapsing");if(!(n&&n.length&&(e=n.data("bs.collapse"),e&&e.transitioning))){var s=t.Event("show.bs.collapse");if(this.$element.trigger(s),!s.isDefaultPrevented()){n&&n.length&&(i.call(n,"hide"),e||n.data("bs.collapse",null));var a=this.dimension();this.$element.removeClass("collapse").addClass("collapsing")[a](0).attr("aria-expanded",!0),this.$trigger.removeClass("collapsed").attr("aria-expanded",!0),this.transitioning=1;var r=function(){this.$element.removeClass("collapsing").addClass("collapse in")[a](""),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!t.support.transition)return r.call(this);var l=t.camelCase(["scroll",a].join("-"));this.$element.one("bsTransitionEnd",t.proxy(r,this)).emulateTransitionEnd(o.TRANSITION_DURATION)[a](this.$element[0][l]); +}}}},o.prototype.hide=function(){if(!this.transitioning&&this.$element.hasClass("in")){var e=t.Event("hide.bs.collapse");if(this.$element.trigger(e),!e.isDefaultPrevented()){var i=this.dimension();this.$element[i](this.$element[i]())[0].offsetHeight,this.$element.addClass("collapsing").removeClass("collapse in").attr("aria-expanded",!1),this.$trigger.addClass("collapsed").attr("aria-expanded",!1),this.transitioning=1;var n=function(){this.transitioning=0,this.$element.removeClass("collapsing").addClass("collapse").trigger("hidden.bs.collapse")};return t.support.transition?void this.$element[i](0).one("bsTransitionEnd",t.proxy(n,this)).emulateTransitionEnd(o.TRANSITION_DURATION):n.call(this)}}},o.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()},o.prototype.getParent=function(){return t(this.options.parent).find('[data-toggle="collapse"][data-parent="'+this.options.parent+'"]').each(t.proxy(function(i,o){var n=t(o);this.addAriaAndCollapsedClass(e(n),n)},this)).end()},o.prototype.addAriaAndCollapsedClass=function(t,e){var i=t.hasClass("in");t.attr("aria-expanded",i),e.toggleClass("collapsed",!i).attr("aria-expanded",i)};var n=t.fn.collapse;t.fn.collapse=i,t.fn.collapse.Constructor=o,t.fn.collapse.noConflict=function(){return t.fn.collapse=n,this},t(document).on("click.bs.collapse.data-api",'[data-toggle="collapse"]',function(o){var n=t(this);n.attr("data-target")||o.preventDefault();var s=e(n),a=s.data("bs.collapse"),r=a?"toggle":n.data();i.call(s,r)})}(jQuery),+function(t){"use strict";function e(i,o){this.$body=t(document.body),this.$scrollElement=t(t(i).is(document.body)?window:i),this.options=t.extend({},e.DEFAULTS,o),this.selector=(this.options.target||"")+" .nav li > a",this.offsets=[],this.targets=[],this.activeTarget=null,this.scrollHeight=0,this.$scrollElement.on("scroll.bs.scrollspy",t.proxy(this.process,this)),this.refresh(),this.process()}function i(i){return this.each(function(){var o=t(this),n=o.data("bs.scrollspy"),s="object"==typeof i&&i;n||o.data("bs.scrollspy",n=new e(this,s)),"string"==typeof i&&n[i]()})}e.VERSION="3.3.6",e.DEFAULTS={offset:10},e.prototype.getScrollHeight=function(){return this.$scrollElement[0].scrollHeight||Math.max(this.$body[0].scrollHeight,document.documentElement.scrollHeight)},e.prototype.refresh=function(){var e=this,i="offset",o=0;this.offsets=[],this.targets=[],this.scrollHeight=this.getScrollHeight(),t.isWindow(this.$scrollElement[0])||(i="position",o=this.$scrollElement.scrollTop()),this.$body.find(this.selector).map(function(){var e=t(this),n=e.data("target")||e.attr("href"),s=/^#./.test(n)&&t(n);return s&&s.length&&s.is(":visible")&&[[s[i]().top+o,n]]||null}).sort(function(t,e){return t[0]-e[0]}).each(function(){e.offsets.push(this[0]),e.targets.push(this[1])})},e.prototype.process=function(){var t,e=this.$scrollElement.scrollTop()+this.options.offset,i=this.getScrollHeight(),o=this.options.offset+i-this.$scrollElement.height(),n=this.offsets,s=this.targets,a=this.activeTarget;if(this.scrollHeight!=i&&this.refresh(),e>=o)return a!=(t=s[s.length-1])&&this.activate(t);if(a&&e=n[t]&&(void 0===n[t+1]||e`s. The `::before` pseudo-element generates an element + // *within* the .breadcrumb-item and thereby inherits the `text-decoration`. + // + // To trick IE into suppressing the underline, we give the pseudo-element an + // underline and then immediately remove it. + + .breadcrumb-item:hover::before { + text-decoration: underline; + } + // stylelint-disable-next-line no-duplicate-selectors + + .breadcrumb-item:hover::before { + text-decoration: none; + } + + &.active { + color: $breadcrumb-active-color; + } +} diff --git a/work/recovery-ui/recovery/static/scss/bootstrap/scss/_button-group.scss b/work/recovery-ui/recovery/static/scss/bootstrap/scss/_button-group.scss new file mode 100644 index 0000000..da02d79 --- /dev/null +++ b/work/recovery-ui/recovery/static/scss/bootstrap/scss/_button-group.scss @@ -0,0 +1,163 @@ +// stylelint-disable selector-no-qualifying-type + +// Make the div behave like a button +.btn-group, +.btn-group-vertical { + position: relative; + display: inline-flex; + vertical-align: middle; // match .btn alignment given font-size hack above + + > .btn { + position: relative; + flex: 1 1 auto; + + // Bring the hover, focused, and "active" buttons to the front to overlay + // the borders properly + @include hover() { + z-index: 1; + } + &:focus, + &:active, + &.active { + z-index: 1; + } + } +} + +// Optional: Group multiple button groups together for a toolbar +.btn-toolbar { + display: flex; + flex-wrap: wrap; + justify-content: flex-start; + + .input-group { + width: auto; + } +} + +.btn-group { + // Prevent double borders when buttons are next to each other + > .btn:not(:first-child), + > .btn-group:not(:first-child) { + margin-left: -$btn-border-width; + } + + // Reset rounded corners + > .btn:not(:last-child):not(.dropdown-toggle), + > .btn-group:not(:last-child) > .btn { + @include border-right-radius(0); + } + + > .btn:not(:first-child), + > .btn-group:not(:first-child) > .btn { + @include border-left-radius(0); + } +} + +// Sizing +// +// Remix the default button sizing classes into new ones for easier manipulation. + +.btn-group-sm > .btn { @extend .btn-sm; } +.btn-group-lg > .btn { @extend .btn-lg; } + + +// +// Split button dropdowns +// + +.dropdown-toggle-split { + padding-right: $btn-padding-x * .75; + padding-left: $btn-padding-x * .75; + + &::after, + .dropup &::after, + .dropright &::after { + margin-left: 0; + } + + .dropleft &::before { + margin-right: 0; + } +} + +.btn-sm + .dropdown-toggle-split { + padding-right: $btn-padding-x-sm * .75; + padding-left: $btn-padding-x-sm * .75; +} + +.btn-lg + .dropdown-toggle-split { + padding-right: $btn-padding-x-lg * .75; + padding-left: $btn-padding-x-lg * .75; +} + + +// The clickable button for toggling the menu +// Set the same inset shadow as the :active state +.btn-group.show .dropdown-toggle { + @include box-shadow($btn-active-box-shadow); + + // Show no shadow for `.btn-link` since it has no other button styles. + &.btn-link { + @include box-shadow(none); + } +} + + +// +// Vertical button groups +// + +.btn-group-vertical { + flex-direction: column; + align-items: flex-start; + justify-content: center; + + > .btn, + > .btn-group { + width: 100%; + } + + > .btn:not(:first-child), + > .btn-group:not(:first-child) { + margin-top: -$btn-border-width; + } + + // Reset rounded corners + > .btn:not(:last-child):not(.dropdown-toggle), + > .btn-group:not(:last-child) > .btn { + @include border-bottom-radius(0); + } + + > .btn:not(:first-child), + > .btn-group:not(:first-child) > .btn { + @include border-top-radius(0); + } +} + + +// Checkbox and radio options +// +// In order to support the browser's form validation feedback, powered by the +// `required` attribute, we have to "hide" the inputs via `clip`. We cannot use +// `display: none;` or `visibility: hidden;` as that also hides the popover. +// Simply visually hiding the inputs via `opacity` would leave them clickable in +// certain cases which is prevented by using `clip` and `pointer-events`. +// This way, we ensure a DOM element is visible to position the popover from. +// +// See https://github.com/twbs/bootstrap/pull/12794 and +// https://github.com/twbs/bootstrap/pull/14559 for more information. + +.btn-group-toggle { + > .btn, + > .btn-group > .btn { + margin-bottom: 0; // Override default `
` elements +a.btn.disabled, +fieldset:disabled a.btn { + pointer-events: none; +} + + +// +// Alternate buttons +// + +@each $color, $value in $theme-colors { + .btn-#{$color} { + @include button-variant($value, $value); + } +} + +@each $color, $value in $theme-colors { + .btn-outline-#{$color} { + @include button-outline-variant($value); + } +} + + +// +// Link buttons +// + +// Make a button look and behave like a link +.btn-link { + font-weight: $font-weight-normal; + color: $link-color; + text-decoration: $link-decoration; + + @include hover() { + color: $link-hover-color; + text-decoration: $link-hover-decoration; + } + + &:focus, + &.focus { + text-decoration: $link-hover-decoration; + } + + &:disabled, + &.disabled { + color: $btn-link-disabled-color; + pointer-events: none; + } + + // No need for an active state here +} + + +// +// Button Sizes +// + +.btn-lg { + @include button-size($btn-padding-y-lg, $btn-padding-x-lg, $btn-font-size-lg, $btn-line-height-lg, $btn-border-radius-lg); +} + +.btn-sm { + @include button-size($btn-padding-y-sm, $btn-padding-x-sm, $btn-font-size-sm, $btn-line-height-sm, $btn-border-radius-sm); +} + + +// +// Block button +// + +.btn-block { + display: block; + width: 100%; + + // Vertically space out multiple block buttons + + .btn-block { + margin-top: $btn-block-spacing-y; + } +} + +// Specificity overrides +input[type="submit"], +input[type="reset"], +input[type="button"] { + &.btn-block { + width: 100%; + } +} diff --git a/work/recovery-ui/recovery/static/scss/bootstrap/scss/_card.scss b/work/recovery-ui/recovery/static/scss/bootstrap/scss/_card.scss new file mode 100644 index 0000000..faaa75e --- /dev/null +++ b/work/recovery-ui/recovery/static/scss/bootstrap/scss/_card.scss @@ -0,0 +1,286 @@ +// +// Base styles +// + +.card { + position: relative; + display: flex; + flex-direction: column; + min-width: 0; // See https://github.com/twbs/bootstrap/pull/22740#issuecomment-305868106 + height: $card-height; + word-wrap: break-word; + background-color: $card-bg; + background-clip: border-box; + border: $card-border-width solid $card-border-color; + @include border-radius($card-border-radius); + + > hr { + margin-right: 0; + margin-left: 0; + } + + > .list-group { + border-top: inherit; + border-bottom: inherit; + + &:first-child { + border-top-width: 0; + @include border-top-radius($card-inner-border-radius); + } + + &:last-child { + border-bottom-width: 0; + @include border-bottom-radius($card-inner-border-radius); + } + } + + // Due to specificity of the above selector (`.card > .list-group`), we must + // use a child selector here to prevent double borders. + > .card-header + .list-group, + > .list-group + .card-footer { + border-top: 0; + } +} + +.card-body { + // Enable `flex-grow: 1` for decks and groups so that card blocks take up + // as much space as possible, ensuring footers are aligned to the bottom. + flex: 1 1 auto; + // Workaround for the image size bug in IE + // See: https://github.com/twbs/bootstrap/pull/28855 + min-height: 1px; + padding: $card-spacer-x; + color: $card-color; +} + +.card-title { + margin-bottom: $card-spacer-y; +} + +.card-subtitle { + margin-top: -$card-spacer-y / 2; + margin-bottom: 0; +} + +.card-text:last-child { + margin-bottom: 0; +} + +.card-link { + @include hover() { + text-decoration: none; + } + + + .card-link { + margin-left: $card-spacer-x; + } +} + +// +// Optional textual caps +// + +.card-header { + padding: $card-spacer-y $card-spacer-x; + margin-bottom: 0; // Removes the default margin-bottom of + color: $card-cap-color; + background-color: $card-cap-bg; + border-bottom: $card-border-width solid $card-border-color; + + &:first-child { + @include border-radius($card-inner-border-radius $card-inner-border-radius 0 0); + } +} + +.card-footer { + padding: $card-spacer-y $card-spacer-x; + color: $card-cap-color; + background-color: $card-cap-bg; + border-top: $card-border-width solid $card-border-color; + + &:last-child { + @include border-radius(0 0 $card-inner-border-radius $card-inner-border-radius); + } +} + + +// +// Header navs +// + +.card-header-tabs { + margin-right: -$card-spacer-x / 2; + margin-bottom: -$card-spacer-y; + margin-left: -$card-spacer-x / 2; + border-bottom: 0; +} + +.card-header-pills { + margin-right: -$card-spacer-x / 2; + margin-left: -$card-spacer-x / 2; +} + +// Card image +.card-img-overlay { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + padding: $card-img-overlay-padding; + @include border-radius($card-inner-border-radius); +} + +.card-img, +.card-img-top, +.card-img-bottom { + flex-shrink: 0; // For IE: https://github.com/twbs/bootstrap/issues/29396 + width: 100%; // Required because we use flexbox and this inherently applies align-self: stretch +} + +.card-img, +.card-img-top { + @include border-top-radius($card-inner-border-radius); +} + +.card-img, +.card-img-bottom { + @include border-bottom-radius($card-inner-border-radius); +} + + +// Card deck + +.card-deck { + .card { + margin-bottom: $card-deck-margin; + } + + @include media-breakpoint-up(sm) { + display: flex; + flex-flow: row wrap; + margin-right: -$card-deck-margin; + margin-left: -$card-deck-margin; + + .card { + // Flexbugs #4: https://github.com/philipwalton/flexbugs#flexbug-4 + flex: 1 0 0%; + margin-right: $card-deck-margin; + margin-bottom: 0; // Override the default + margin-left: $card-deck-margin; + } + } +} + + +// +// Card groups +// + +.card-group { + // The child selector allows nested `.card` within `.card-group` + // to display properly. + > .card { + margin-bottom: $card-group-margin; + } + + @include media-breakpoint-up(sm) { + display: flex; + flex-flow: row wrap; + // The child selector allows nested `.card` within `.card-group` + // to display properly. + > .card { + // Flexbugs #4: https://github.com/philipwalton/flexbugs#flexbug-4 + flex: 1 0 0%; + margin-bottom: 0; + + + .card { + margin-left: 0; + border-left: 0; + } + + // Handle rounded corners + @if $enable-rounded { + &:not(:last-child) { + @include border-right-radius(0); + + .card-img-top, + .card-header { + // stylelint-disable-next-line property-disallowed-list + border-top-right-radius: 0; + } + .card-img-bottom, + .card-footer { + // stylelint-disable-next-line property-disallowed-list + border-bottom-right-radius: 0; + } + } + + &:not(:first-child) { + @include border-left-radius(0); + + .card-img-top, + .card-header { + // stylelint-disable-next-line property-disallowed-list + border-top-left-radius: 0; + } + .card-img-bottom, + .card-footer { + // stylelint-disable-next-line property-disallowed-list + border-bottom-left-radius: 0; + } + } + } + } + } +} + + +// +// Columns +// + +.card-columns { + .card { + margin-bottom: $card-columns-margin; + } + + @include media-breakpoint-up(sm) { + column-count: $card-columns-count; + column-gap: $card-columns-gap; + orphans: 1; + widows: 1; + + .card { + display: inline-block; // Don't let them vertically span multiple columns + width: 100%; // Don't let their width change + } + } +} + + +// +// Accordion +// + +.accordion { + overflow-anchor: none; + + > .card { + overflow: hidden; + + &:not(:last-of-type) { + border-bottom: 0; + @include border-bottom-radius(0); + } + + &:not(:first-of-type) { + @include border-top-radius(0); + } + + > .card-header { + @include border-radius(0); + margin-bottom: -$card-border-width; + } + } +} diff --git a/work/recovery-ui/recovery/static/scss/bootstrap/scss/_carousel.scss b/work/recovery-ui/recovery/static/scss/bootstrap/scss/_carousel.scss new file mode 100644 index 0000000..fb5e9f8 --- /dev/null +++ b/work/recovery-ui/recovery/static/scss/bootstrap/scss/_carousel.scss @@ -0,0 +1,197 @@ +// Notes on the classes: +// +// 1. .carousel.pointer-event should ideally be pan-y (to allow for users to scroll vertically) +// even when their scroll action started on a carousel, but for compatibility (with Firefox) +// we're preventing all actions instead +// 2. The .carousel-item-left and .carousel-item-right is used to indicate where +// the active slide is heading. +// 3. .active.carousel-item is the current slide. +// 4. .active.carousel-item-left and .active.carousel-item-right is the current +// slide in its in-transition state. Only one of these occurs at a time. +// 5. .carousel-item-next.carousel-item-left and .carousel-item-prev.carousel-item-right +// is the upcoming slide in transition. + +.carousel { + position: relative; +} + +.carousel.pointer-event { + touch-action: pan-y; +} + +.carousel-inner { + position: relative; + width: 100%; + overflow: hidden; + @include clearfix(); +} + +.carousel-item { + position: relative; + display: none; + float: left; + width: 100%; + margin-right: -100%; + backface-visibility: hidden; + @include transition($carousel-transition); +} + +.carousel-item.active, +.carousel-item-next, +.carousel-item-prev { + display: block; +} + +.carousel-item-next:not(.carousel-item-left), +.active.carousel-item-right { + transform: translateX(100%); +} + +.carousel-item-prev:not(.carousel-item-right), +.active.carousel-item-left { + transform: translateX(-100%); +} + + +// +// Alternate transitions +// + +.carousel-fade { + .carousel-item { + opacity: 0; + transition-property: opacity; + transform: none; + } + + .carousel-item.active, + .carousel-item-next.carousel-item-left, + .carousel-item-prev.carousel-item-right { + z-index: 1; + opacity: 1; + } + + .active.carousel-item-left, + .active.carousel-item-right { + z-index: 0; + opacity: 0; + @include transition(opacity 0s $carousel-transition-duration); + } +} + + +// +// Left/right controls for nav +// + +.carousel-control-prev, +.carousel-control-next { + position: absolute; + top: 0; + bottom: 0; + z-index: 1; + // Use flex for alignment (1-3) + display: flex; // 1. allow flex styles + align-items: center; // 2. vertically center contents + justify-content: center; // 3. horizontally center contents + width: $carousel-control-width; + color: $carousel-control-color; + text-align: center; + opacity: $carousel-control-opacity; + @include transition($carousel-control-transition); + + // Hover/focus state + @include hover-focus() { + color: $carousel-control-color; + text-decoration: none; + outline: 0; + opacity: $carousel-control-hover-opacity; + } +} +.carousel-control-prev { + left: 0; + @if $enable-gradients { + background-image: linear-gradient(90deg, rgba($black, .25), rgba($black, .001)); + } +} +.carousel-control-next { + right: 0; + @if $enable-gradients { + background-image: linear-gradient(270deg, rgba($black, .25), rgba($black, .001)); + } +} + +// Icons for within +.carousel-control-prev-icon, +.carousel-control-next-icon { + display: inline-block; + width: $carousel-control-icon-width; + height: $carousel-control-icon-width; + background: no-repeat 50% / 100% 100%; +} +.carousel-control-prev-icon { + background-image: escape-svg($carousel-control-prev-icon-bg); +} +.carousel-control-next-icon { + background-image: escape-svg($carousel-control-next-icon-bg); +} + + +// Optional indicator pips +// +// Add an ordered list with the following class and add a list item for each +// slide your carousel holds. + +.carousel-indicators { + position: absolute; + right: 0; + bottom: 0; + left: 0; + z-index: 15; + display: flex; + justify-content: center; + padding-left: 0; // override
    default + // Use the .carousel-control's width as margin so we don't overlay those + margin-right: $carousel-control-width; + margin-left: $carousel-control-width; + list-style: none; + + li { + box-sizing: content-box; + flex: 0 1 auto; + width: $carousel-indicator-width; + height: $carousel-indicator-height; + margin-right: $carousel-indicator-spacer; + margin-left: $carousel-indicator-spacer; + text-indent: -999px; + cursor: pointer; + background-color: $carousel-indicator-active-bg; + background-clip: padding-box; + // Use transparent borders to increase the hit area by 10px on top and bottom. + border-top: $carousel-indicator-hit-area-height solid transparent; + border-bottom: $carousel-indicator-hit-area-height solid transparent; + opacity: .5; + @include transition($carousel-indicator-transition); + } + + .active { + opacity: 1; + } +} + + +// Optional captions +// +// + +.carousel-caption { + position: absolute; + right: (100% - $carousel-caption-width) / 2; + bottom: 20px; + left: (100% - $carousel-caption-width) / 2; + z-index: 10; + padding-top: 20px; + padding-bottom: 20px; + color: $carousel-caption-color; + text-align: center; +} diff --git a/work/recovery-ui/recovery/static/scss/bootstrap/scss/_close.scss b/work/recovery-ui/recovery/static/scss/bootstrap/scss/_close.scss new file mode 100644 index 0000000..82e9593 --- /dev/null +++ b/work/recovery-ui/recovery/static/scss/bootstrap/scss/_close.scss @@ -0,0 +1,40 @@ +.close { + float: right; + @include font-size($close-font-size); + font-weight: $close-font-weight; + line-height: 1; + color: $close-color; + text-shadow: $close-text-shadow; + opacity: .5; + + // Override 's hover style + @include hover() { + color: $close-color; + text-decoration: none; + } + + &:not(:disabled):not(.disabled) { + @include hover-focus() { + opacity: .75; + } + } +} + +// Additional properties for button version +// iOS requires the button element instead of an anchor tag. +// If you want the anchor version, it requires `href="#"`. +// See https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile + +// stylelint-disable-next-line selector-no-qualifying-type +button.close { + padding: 0; + background-color: transparent; + border: 0; +} + +// Future-proof disabling of clicks on `` elements + +// stylelint-disable-next-line selector-no-qualifying-type +a.close.disabled { + pointer-events: none; +} diff --git a/work/recovery-ui/recovery/static/scss/bootstrap/scss/_code.scss b/work/recovery-ui/recovery/static/scss/bootstrap/scss/_code.scss new file mode 100644 index 0000000..4bc117a --- /dev/null +++ b/work/recovery-ui/recovery/static/scss/bootstrap/scss/_code.scss @@ -0,0 +1,48 @@ +// Inline code +code { + @include font-size($code-font-size); + color: $code-color; + word-wrap: break-word; + + // Streamline the style when inside anchors to avoid broken underline and more + a > & { + color: inherit; + } +} + +// User input typically entered via keyboard +kbd { + padding: $kbd-padding-y $kbd-padding-x; + @include font-size($kbd-font-size); + color: $kbd-color; + background-color: $kbd-bg; + @include border-radius($border-radius-sm); + @include box-shadow($kbd-box-shadow); + + kbd { + padding: 0; + @include font-size(100%); + font-weight: $nested-kbd-font-weight; + @include box-shadow(none); + } +} + +// Blocks of code +pre { + display: block; + @include font-size($code-font-size); + color: $pre-color; + + // Account for some code outputs that place code tags in pre tags + code { + @include font-size(inherit); + color: inherit; + word-break: normal; + } +} + +// Enable scrollable blocks of code +.pre-scrollable { + max-height: $pre-scrollable-max-height; + overflow-y: scroll; +} diff --git a/work/recovery-ui/recovery/static/scss/bootstrap/scss/_custom-forms.scss b/work/recovery-ui/recovery/static/scss/bootstrap/scss/_custom-forms.scss new file mode 100644 index 0000000..0057b33 --- /dev/null +++ b/work/recovery-ui/recovery/static/scss/bootstrap/scss/_custom-forms.scss @@ -0,0 +1,524 @@ +// Embedded icons from Open Iconic. +// Released under MIT and copyright 2014 Waybury. +// https://useiconic.com/open + + +// Checkboxes and radios +// +// Base class takes care of all the key behavioral aspects. + +.custom-control { + position: relative; + z-index: 1; + display: block; + min-height: $font-size-base * $line-height-base; + padding-left: $custom-control-gutter + $custom-control-indicator-size; + color-adjust: exact; // Keep themed appearance for print +} + +.custom-control-inline { + display: inline-flex; + margin-right: $custom-control-spacer-x; +} + +.custom-control-input { + position: absolute; + left: 0; + z-index: -1; // Put the input behind the label so it doesn't overlay text + width: $custom-control-indicator-size; + height: ($font-size-base * $line-height-base + $custom-control-indicator-size) / 2; + opacity: 0; + + &:checked ~ .custom-control-label::before { + color: $custom-control-indicator-checked-color; + border-color: $custom-control-indicator-checked-border-color; + @include gradient-bg($custom-control-indicator-checked-bg); + @include box-shadow($custom-control-indicator-checked-box-shadow); + } + + &:focus ~ .custom-control-label::before { + // the mixin is not used here to make sure there is feedback + @if $enable-shadows { + box-shadow: $input-box-shadow, $custom-control-indicator-focus-box-shadow; + } @else { + box-shadow: $custom-control-indicator-focus-box-shadow; + } + } + + &:focus:not(:checked) ~ .custom-control-label::before { + border-color: $custom-control-indicator-focus-border-color; + } + + &:not(:disabled):active ~ .custom-control-label::before { + color: $custom-control-indicator-active-color; + background-color: $custom-control-indicator-active-bg; + border-color: $custom-control-indicator-active-border-color; + @include box-shadow($custom-control-indicator-active-box-shadow); + } + + // Use [disabled] and :disabled to work around https://github.com/twbs/bootstrap/issues/28247 + &[disabled], + &:disabled { + ~ .custom-control-label { + color: $custom-control-label-disabled-color; + + &::before { + background-color: $custom-control-indicator-disabled-bg; + } + } + } +} + +// Custom control indicators +// +// Build the custom controls out of pseudo-elements. + +.custom-control-label { + position: relative; + margin-bottom: 0; + color: $custom-control-label-color; + vertical-align: top; + cursor: $custom-control-cursor; + + // Background-color and (when enabled) gradient + &::before { + position: absolute; + top: ($font-size-base * $line-height-base - $custom-control-indicator-size) / 2; + left: -($custom-control-gutter + $custom-control-indicator-size); + display: block; + width: $custom-control-indicator-size; + height: $custom-control-indicator-size; + pointer-events: none; + content: ""; + background-color: $custom-control-indicator-bg; + border: $custom-control-indicator-border-color solid $custom-control-indicator-border-width; + @include box-shadow($custom-control-indicator-box-shadow); + } + + // Foreground (icon) + &::after { + position: absolute; + top: ($font-size-base * $line-height-base - $custom-control-indicator-size) / 2; + left: -($custom-control-gutter + $custom-control-indicator-size); + display: block; + width: $custom-control-indicator-size; + height: $custom-control-indicator-size; + content: ""; + background: no-repeat 50% / #{$custom-control-indicator-bg-size}; + } +} + + +// Checkboxes +// +// Tweak just a few things for checkboxes. + +.custom-checkbox { + .custom-control-label::before { + @include border-radius($custom-checkbox-indicator-border-radius); + } + + .custom-control-input:checked ~ .custom-control-label { + &::after { + background-image: escape-svg($custom-checkbox-indicator-icon-checked); + } + } + + .custom-control-input:indeterminate ~ .custom-control-label { + &::before { + border-color: $custom-checkbox-indicator-indeterminate-border-color; + @include gradient-bg($custom-checkbox-indicator-indeterminate-bg); + @include box-shadow($custom-checkbox-indicator-indeterminate-box-shadow); + } + &::after { + background-image: escape-svg($custom-checkbox-indicator-icon-indeterminate); + } + } + + .custom-control-input:disabled { + &:checked ~ .custom-control-label::before { + @include gradient-bg($custom-control-indicator-checked-disabled-bg); + } + &:indeterminate ~ .custom-control-label::before { + @include gradient-bg($custom-control-indicator-checked-disabled-bg); + } + } +} + +// Radios +// +// Tweak just a few things for radios. + +.custom-radio { + .custom-control-label::before { + // stylelint-disable-next-line property-disallowed-list + border-radius: $custom-radio-indicator-border-radius; + } + + .custom-control-input:checked ~ .custom-control-label { + &::after { + background-image: escape-svg($custom-radio-indicator-icon-checked); + } + } + + .custom-control-input:disabled { + &:checked ~ .custom-control-label::before { + @include gradient-bg($custom-control-indicator-checked-disabled-bg); + } + } +} + + +// switches +// +// Tweak a few things for switches + +.custom-switch { + padding-left: $custom-switch-width + $custom-control-gutter; + + .custom-control-label { + &::before { + left: -($custom-switch-width + $custom-control-gutter); + width: $custom-switch-width; + pointer-events: all; + // stylelint-disable-next-line property-disallowed-list + border-radius: $custom-switch-indicator-border-radius; + } + + &::after { + top: add(($font-size-base * $line-height-base - $custom-control-indicator-size) / 2, $custom-control-indicator-border-width * 2); + left: add(-($custom-switch-width + $custom-control-gutter), $custom-control-indicator-border-width * 2); + width: $custom-switch-indicator-size; + height: $custom-switch-indicator-size; + background-color: $custom-control-indicator-border-color; + // stylelint-disable-next-line property-disallowed-list + border-radius: $custom-switch-indicator-border-radius; + @include transition(transform .15s ease-in-out, $custom-forms-transition); + } + } + + .custom-control-input:checked ~ .custom-control-label { + &::after { + background-color: $custom-control-indicator-bg; + transform: translateX($custom-switch-width - $custom-control-indicator-size); + } + } + + .custom-control-input:disabled { + &:checked ~ .custom-control-label::before { + @include gradient-bg($custom-control-indicator-checked-disabled-bg); + } + } +} + + +// Select +// +// Replaces the browser default select with a custom one, mostly pulled from +// https://primer.github.io/. +// + +.custom-select { + display: inline-block; + width: 100%; + height: $custom-select-height; + padding: $custom-select-padding-y ($custom-select-padding-x + $custom-select-indicator-padding) $custom-select-padding-y $custom-select-padding-x; + font-family: $custom-select-font-family; + @include font-size($custom-select-font-size); + font-weight: $custom-select-font-weight; + line-height: $custom-select-line-height; + color: $custom-select-color; + vertical-align: middle; + background: $custom-select-bg $custom-select-background; + border: $custom-select-border-width solid $custom-select-border-color; + @include border-radius($custom-select-border-radius, 0); + @include box-shadow($custom-select-box-shadow); + appearance: none; + + &:focus { + border-color: $custom-select-focus-border-color; + outline: 0; + @if $enable-shadows { + @include box-shadow($custom-select-box-shadow, $custom-select-focus-box-shadow); + } @else { + // Avoid using mixin so we can pass custom focus shadow properly + box-shadow: $custom-select-focus-box-shadow; + } + + &::-ms-value { + // For visual consistency with other platforms/browsers, + // suppress the default white text on blue background highlight given to + // the selected option text when the (still closed) s in some browsers, due to the limited stylability of ``s in IE10+. + &::-ms-expand { + background-color: transparent; + border: 0; + } + + // Remove select outline from select box in FF + &:-moz-focusring { + color: transparent; + text-shadow: 0 0 0 $input-color; + } + + // Customize the `:focus` state to imitate native WebKit styles. + @include form-control-focus($ignore-warning: true); + + // Placeholder + &::placeholder { + color: $input-placeholder-color; + // Override Firefox's unusual default opacity; see https://github.com/twbs/bootstrap/pull/11526. + opacity: 1; + } + + // Disabled and read-only inputs + // + // HTML5 says that controls under a fieldset > legend:first-child won't be + // disabled if the fieldset is disabled. Due to implementation difficulty, we + // don't honor that edge case; we style them as disabled anyway. + &:disabled, + &[readonly] { + background-color: $input-disabled-bg; + // iOS fix for unreadable disabled content; see https://github.com/twbs/bootstrap/issues/11655. + opacity: 1; + } +} + +input[type="date"], +input[type="time"], +input[type="datetime-local"], +input[type="month"] { + &.form-control { + appearance: none; // Fix appearance for date inputs in Safari + } +} + +select.form-control { + &:focus::-ms-value { + // Suppress the nested default white text on blue background highlight given to + // the selected option text when the (still closed)